r1716
graphics back to normal, and it doesn't crash after a short while.
after trying to start one of the unlockable games (symphony of the night) i get a null pointer exception crash during loading though.
log attached.
edit: if this matters,
graphics back to normal, and it doesn't crash after a short while.
after trying to start one of the unlockable games (symphony of the night) i get a null pointer exception crash during loading though.
log attached.
edit: if this matters,
Code:
Running Jpcsp 32bit...
java.lang.NullPointerException
at jpcsp.HLE.modules150.ThreadManForUser.install_idle_threads(ThreadManForUser.java:532)
at jpcsp.HLE.modules150.ThreadManForUser.start(ThreadManForUser.java:436)
at jpcsp.HLE.modules.HLEModuleManager.startModules(HLEModuleManager.java:358)
at jpcsp.Emulator.initCpu(Emulator.java:158)
at jpcsp.Emulator.load(Emulator.java:133)
at jpcsp.HLE.modules150.LoadExecForUser.sceKernelLoadExec(LoadExecForUser.java:86)
at jpcsp.HLE.modules150.LoadExecForUser$1.execute(LoadExecForUser.java:133)
at jpcsp.HLE.modules.HLEModuleManager.handleSyscall(HLEModuleManager.java:341)
at jpcsp.HLE.SyscallHandler.syscall(SyscallHandler.java:59)
at jpcsp.Allegrex.compiler.RuntimeContext.syscall(RuntimeContext.java:587)
at _S1_2_8A31884.s(_S1_2_8A31884.java:4)
at _S1_2_89A3CB8.s(_S1_2_89A3CB8.java:132)
at _S1_2_89A3D50.s(_S1_2_89A3D50.java:24)
at _S1_2_882D194.s(_S1_2_882D194.java:208)
at _S1_2_8A314F8.s(_S1_2_8A314F8.java:268)
at _S1_2_8A314F8.exec(_S1_2_8A314F8.java)
at jpcsp.Allegrex.compiler.RuntimeContext.runThread(RuntimeContext.java:618)
at jpcsp.Allegrex.compiler.RuntimeThread.run(RuntimeThread.java:45)