09-10-2011, 11:14 PM
(09-09-2011, 05:11 PM)rcoltrane Wrote:(09-09-2011, 03:41 PM)gid15 Wrote:There seems to be a stack overflow.Code:Error 'java.lang.reflect.InvocationTargetException(java.lang.UnsupportedOperationException: Converter class com.xuggle.xuggler.video.BgrConverter constructor failed with: java.lang.StackOverflowError)' calling hleModule='jpcsp.HLE.modules.sceMpeg@1b7516d', hleModuleClass='class jpcsp.HLE.modules.sceMpeg', hleModuleMethodName='sceMpegGetAtracAu', hleModuleMethod='public void jpcsp.HLE.modules150.sceMpeg.sceMpegGetAtracAu(jpcsp.Processor)'
Could you try to set or increase the java -Xss option: e.g.
Code:-Xss10m
I've included this parameter into the "start-windows-x86.bat" file at the commandline string, just like this:
echo Running Jpcsp 32bit...
"%JAVA_HOME%\bin\java" -Xss10m -Xmx1024m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar %*
goto END
But by doing this, the emulator freezes when I push the RUN button and doesn't even start the game. In fact, the emulator screen remains gray, such when you don't select a game from the list to run.
Sorry if I did something wrong, Java is one of my weak points
Anyway, here's another .log attached with the command line above.
Tested again with the latest rev2303. The results were similar: If you don't click any button, it crashes after a couple of seconds by itself. And if you click to access the memorystick, it loads the contents until its complete and crashes right after. Atteched are the commandbox crash report and the new .log file.