fgsfdsfgs / vitaXash3D

a port of Xash3D-FWGS to the PSVita
GNU General Public License v3.0
139 stars 15 forks source link

Crashing after certain amount of time/sections #28

Closed MoonBunTauri closed 6 years ago

MoonBunTauri commented 6 years ago

Using Release 3, game crashed after breaking the glass of the door where you get the crowbar, or after a certain amount of time, around 5-10 minutes. Using latest steam release files

fgsfdsfgs commented 6 years ago

Are you using the HD pack? Are you using saves from Release 1 or 2? Can you run it in debug mode (press TRIANGLE in the launcher), reproduce the crash and then post the log (ux0:/data/xash3d/engine.log) here? If it generates a crash dump, can you also post that (should be the latest psp2dmp file in ux0:/data/)?

MoonBunTauri commented 6 years ago

No HD pack no saves from the earlier releases

MoonBunTauri commented 6 years ago

engine.log No crash dump was created, only got the engine log

fgsfdsfgs commented 6 years ago

Log doesn't contain anything out of the ordinary. Are you sure that there's no crash dump? Did it pop up the usual error window after crashing or did it just close silently?

Anyway, looks just like an ordinary out of memory crash, but that shouldn't happen so early with no HD pack, so it's a bit strange. In any case, memory problems are already fixed in the current master.

MoonBunTauri commented 6 years ago

it closed silently, froze for like 2 mins then closed silently

fgsfdsfgs commented 6 years ago

That is strange. Do you have autosaving turned on? If so, can you try turning it off in the "Configuration" -> "Game options" menu and checking if the crash still happens?

MoonBunTauri commented 6 years ago

That did the trick, , thanks

fgsfdsfgs commented 6 years ago

It might have been crashing because you don't have enough free space for the saves on your memory card. Each save takes up to several megabytes. Also, now that you have turned off autosaving, don't forget to save manually. Make sure to free up some space before you do that though.

fgsfdsfgs commented 6 years ago

I guess I'll close this now.