look into a crashlog (file name = error) where the game crashed when loading. search for user address space. if you used up all your user address space (only a few mb left), you need to give the game more user address space to stop it from crashing.
Today i found time to look into the crash logs and it was quite easy to detemine my problem. Its a lack of "user address space". If you experience crashes when loading, look into one of your crashlogs that were created when loading failed. its in Steam\SteamApps\common\Wasteland 2\Build\. open the error file. The beginning of the file should look like this:
Code: Select all
Unity Player [version: Unity 4.3.1f1_cebd4d9b5122]
WL2.exe caused an Access Violation (0xc0000005)
in module WL2.exe at 001b:00861925.
Error occurred at 2013-12-27_003340.
C:\Program Files\Steam\steamapps\common\Wasteland 2\Build\WL2.exe, run by POWERSTRANGER.
73% memory in use.
3072 MB physical memory [823 MB free].
0 MB paging file [0 MB free].
2048 MB user address space [62 MB free].
Write to location 00000000 caused an access violation.
What to do? Do this at your own risk. You have to give the game more user address space. That means, windows gets less user adress space. So this is no unproblematic fix. I did this with win 7 32-bit, 3gb ram. Other systems might need slightly other fixes to increase user address space. bcdedit works with windows vista and newer versions. Take a look at this site for win 32bit systems: http://windows7themes.net/32-bit-use-bc ... ation.html
it helped me. But only to some degree. Because sometimes W2 even uses 1gb more, like in this example with the user address space fix (note: now i have 3072 MB user address space instead of 2048 MB - thats all you can get with win 32bit):
Code: Select all
Unity Player [version: Unity 4.3.1f1_cebd4d9b5122]
WL2.exe caused an Access Violation (0xc0000005)
in module WL2.exe at 001b:00405d26.
Error occurred at 2013-12-27_002510.
C:\Program Files\Steam\steamapps\common\Wasteland 2\Build\WL2.exe, run by POWERSTRANGER.
76% memory in use.
3072 MB physical memory [732 MB free].
0 MB paging file [0 MB free].
3072 MB user address space [113 MB free].
Write to location 00000000 caused an access violation.