(05-04-2013, 08:09 PM)haruace Wrote: (05-04-2013, 07:37 PM)nightflyer Wrote: Hm, so the crashes are at random and frequent? I'd guess its a memory problem, but that would show an error in the java-window.
Could you post a log as described here?
Thanks, managed to get the logger to work (it was off and I didn't know till now). Here it is
Ok, I compared your log with mine and here's what I noticed:
This error
ERROR hle.ThreadManForUser - Odin_Main - changeThreadState thread 'Odin_Main' => PSP_THREAD_RUNNING. waitType should be PSP_WAIT_NONE. caller:'ThreadManForUser.callAddress'
is encountered multiple times. From what I gatered from the sorce-code(jpcsp.HLE.modules150.ThreadManForUser.hleChangeThreadState), it looks like a running thread still has a waittime set(instead of PSP_WAIT_NONE). I'm not encountering this error and I can't really tell what it means or if it might be responsible for the crashing.
Also, near the end, there are multiple occurances of this error:
ERROR ge - GUI - Waiting too long on an END command, aborting the list PspGeList[id=0x2, status=PSP_GE_LIST_END_REACHED, list=0x09C1F4C0, pc=0x09C1F4C8, stall=0x00000000, cbid=0x0, ended=false, finished=false, paused=true, restarted=false, reset=false]
I'm not sure but this might only be a follow-up-error to the real cause of the problem. I noticed a warning just before theese errors that might be related:
WARN hle.Kernel_Library - Odin_Main - hleKernelCpuResumeIntr unknown flag value 0x800201A8
Other than that, there are a lot of warnings like this:
WARN emu - CriThread - Sector number 488765 out of ISO (numSectors=488765)
near the end of your log. I'm getting them too, but never that many, so that might be part of the problem as well.
Maybe one of the devs can tell us more.