Tech Support Forum banner

18 wheels of steel american long haul crash

7268 Views 3 Replies 2 Participants Last post by  jai sayan
I love this game but I seem to have a problem. When i am taking one of my trailers and taking it to a parking lot to pick up and different trailer and drop the other trailer off, just before I get close to the parking lot the game crashes and reads me the error "Prism3d Engine Has Stop Running"

If anyone could help me on identifying the problem and telling me how to fix it I would appreciate it a lot.

thank you
Status
Not open for further replies.
1 - 4 of 4 Posts
I've found the solution for following issue::

18 wheels of steel : american laong haul crashes when you try to "Take Trailer" from 'garage' or move towards a 'parking lot' containing a "trailer".

This is due to a bug in game which stores a wrong HEX code of a trailer (usually out of bound) in your save file which causes ACCESS_VIOLATION in either "ntdll.dll" or "p3core.dll".

the only solution is to edit your Save file in "C:\Users\[Account Name]\Documents\18 WoS American Long Haul\save\[1][2][3].....]\game.sii"
Open the current save file and either edit or remove the trailer with wrong code from that garage/Parking lot

locate garage/parking at bottom of save file as

vehicle_garage : garage.[city name] {
XXXXX
XXXXX
}

For Example the Montreal garage shown below contains a "Long Load Trailer" with wrong HEX::


vehicle_garage : garage.montreal {
purchase_price: 0
city_name: montreal
stored_vehicles: 1
stored_vehicles[0]: _nameless.1521.8C10
open: true
}

now get the correct code for that particular trailer. in case of mine i edited as following

vehicle_garage : garage.montreal {
purchase_price: 0
city_name: montreal
stored_vehicles: 1
stored_vehicles[0]: _nameless.145E.AD50
open: true
}
See less See more
One easiest way is to sell out all trailers with Wrong HEX

Just buy them again and never transport them. go to your HOME Garage to get them attached


I think Transporting trailers genrates wrong HEX
1 - 4 of 4 Posts
Status
Not open for further replies.
Top