The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.27 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
r2340 callback crashes - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56)
+---- Thread: r2340 callback crashes (/showthread.php?tid=10339)

Pages: 1 2


RE: r2340 callback crashes - gid15 - 10-14-2011

Code:
0x8C88FE8 - addiu $sp, $sp, -16
0x8C88FEC - sw $ra, 0($sp)
0x8C88FF0 - andi $a0, $a0, -1
0x8C88FF4 - lw $v0, 4($a1)
0x8C88FF8 - bne $v0, $zr, 0x08C8900C
0x8C88FFC - addu $a1, $a2, $zr <=> move $a1, $a2
0x8C89000 - lw $ra, 0($sp)
0x8C89004 - jr $ra
0x8C89008 - addiu $sp, $sp, 16
0x8C8900C - jalr $ra, $v0
0x8C89010 - nop
0x8C89014 - j 0x08C89004
0x8C89018 - lw $ra, 0($sp)

Catched Throwable in executeCallback:
java.lang.NullPointerException
     at _S1_3_8C88FE8.s(_S1_3_8C88FE8.java:32)
Line 32 is "0x8C89008 - addiu $sp, $sp, 16" and a NullPointerException doesn't make sense at that place. I've checked the compiled Java code and I can't see where the exception is coming from.

Oh, I just saw you are using Java 1.7
Code:
Java version: 1.7.0 (1.7.0-b147)
Could you try again with java 1.6? This problem sounds like a JVM bug to me...


RE: r2340 callback crashes - Karen - 10-14-2011

Gundam Memories - Ok

Valkyria Chronicles 3 - don't work






RE: r2340 callback crashes - gid15 - 10-14-2011

(10-14-2011, 04:26 PM)Karen Wrote: Valkyria Chronicles 3 - don't work
Where can I find the log file?


RE: r2340 callback crashes - gid15 - 10-14-2011

I have fixed a potential problem in r2348, could you test it again?

Thanks!


RE: r2340 callback crashes - Karen - 10-14-2011

Working on 2348 full screen in HD and full speed Smile

all movies playing everything fine


RE: r2340 callback crashes - serio - 10-15-2011

that fixed the problem in all the games i listed above. good work.