Naruto Shippuden - Ultimate Ninja Heroes 3
|
02-22-2013, 12:54 AM
Post: #34
|
|||
|
|||
RE: [v0.4] Naruto Shippuden - Ultimate Ninja Heroes 3
(02-21-2013 09:17 AM)Henrik Wrote: For me it crashes a lot too making savestates. Need to look into it. A lot in this game or a lot in general? Sucks if it's only working for me... (02-21-2013 09:48 AM)Carter07 Wrote: Hi, it was in windows with yesterday's build. If you compile and run it from Visual Studio (hit F5), when it crashes you should see something like this (on the right side, probably): http://www.scorched3d.co.uk/wiki/images/Stack_trace.jpg If possible, getting it to crash in a debug build is better, since the stack trace will be more accurate and skip less things. I'm not sure what would cause problems when saving savestates, but looking harder now, this might cause crashes when loading them: https://github.com/hrydgard/ppsspp/blob/...S.cpp#L112 If Core::Advance() is called from a syscall, instead of from the Asm runloop, it might end up returning into cleared cache (breakpoints) without any way to get back to the runloop. Theoretically, this includes __KernelIdle() and sceDisplayGetVcount(), which aside from running out of cycles would be the main way to get to Core::Advance(). But then I wonder how come they've worked for me... But that should not affect creating savestates, so it's probably some other bug. -[Unknown] |
|||
« Next Oldest | Next Newest »
|