05-15-2013, 04:30 PM
(05-07-2013, 10:49 PM)sum2012 Wrote: r3140 ,read32 - Invalid memory address : 0x8 PC=08902F94 .Thank you to your friend this lead me to the right fix.
Need change HLE/modules150/ThreadManForUser.java line 1187
change toCode:if (thread.status == PSP_THREAD_WAITING && newStatus != PSP_THREAD_WAITING_SUSPEND) {
Attach both info log(debug log black screen)Code:if (thread.status == PSP_THREAD_WAITING) {
(This fix is found by my friend.)
The problem should now be fixed in r3141.
Always include a complete log file at INFO level in your reports. Thanks! How to post a log