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)
|
![]() |
Rocky Balboa - ULUS10233 - 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: Commercial Game Discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=54) +----- Forum: JPCSP - Playable Games (https://www.emunewz.net/forum/forumdisplay.php?fid=65) +----- Thread: Rocky Balboa - ULUS10233 (/showthread.php?tid=3410) |
RE: Rocky Balboa [ULUS10233] [encrypted] - rcoltrane - 09-06-2011 (09-06-2011, 07:28 PM)gid15 Wrote: You ask, I test ![]() The initial error is gone, but the old (main) crash persists with no changes. It crashes after about 4 or 5 seconds, even without pressing any button. See the new .log attached here for details. RE: Rocky Balboa [ULUS10233] [encrypted] - gid15 - 09-07-2011 Code: sceUtilitySavedataInitStart Address 0x0903D740, mode=1(AUTOSAVE), gameName=ULUS10233, saveName=, fileName=DATA.BIN RE: Rocky Balboa [ULUS10233] [encrypted] - rcoltrane - 09-07-2011 (09-07-2011, 07:31 PM)gid15 Wrote: I think you are almost there. Here we go (tested with r2302): Now we have some changes in game behavior because it does not display the memory stick messages anymore, neither the intro video. Instead, it keeps reading the game files (I suppose because the small yellow UMD disc keeps running at the top left corner of the screen) and after some time reading, it crashes. See the .log attached here for the details. This bug is a nasty little one ![]() RE: Rocky Balboa [ULUS10233] [encrypted] - gid15 - 09-09-2011 (09-07-2011, 11:11 PM)rcoltrane Wrote: I think you are almost there. Here we go (tested with r2302):Is there something displayed in the command box (java exception)? RE: Rocky Balboa [ULUS10233] [encrypted] - rcoltrane - 09-09-2011 (09-09-2011, 01:54 PM)gid15 Wrote:(09-07-2011, 11:11 PM)rcoltrane Wrote: I think you are almost there. Here we go (tested with r2302):Is there something displayed in the command box (java exception)? Sorry about that ![]() This time, it finished loading data from the memorystick for the very 1st time and displayed me these messages: 'Loading Game Data' and right after that, another one saying "loading complete!". After that, it started playing the intro video and crashed. I've also attached two different text results from the java exception command box screen. Take a look and see if it helps in some way. The 1st one didn't start the intro video, and the 2nd one is from another attempt trying to run the game, where it started playing the intro video and crashed. RE: Rocky Balboa [ULUS10233] [encrypted] - gid15 - 09-09-2011 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 RE: Rocky Balboa [ULUS10233] [encrypted] - rcoltrane - 09-09-2011 (09-09-2011, 03:41 PM)gid15 Wrote: 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. RE: Rocky Balboa [ULUS10233] [encrypted] - rcoltrane - 09-10-2011 (09-09-2011, 05:11 PM)rcoltrane Wrote:(09-09-2011, 03:41 PM)gid15 Wrote: 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. RE: Rocky Balboa [ULUS10233] [encrypted] - gid15 - 09-11-2011 (09-10-2011, 11:14 PM)rcoltrane Wrote: 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.Thanks for testing new revisions. The interesting part in the command box is the beginning, which is missing in your report. I guessed it would be a stack overflow, but I might be wrong. Could you post the beginning of the message in the command box? In the command box menu "properties" you can increase the buffer height if the beginning of the error just disappeared. RE: Rocky Balboa [ULUS10233] [encrypted] - rcoltrane - 09-11-2011 (09-11-2011, 09:33 AM)gid15 Wrote:(09-10-2011, 11:14 PM)rcoltrane Wrote: 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.Thanks for testing new revisions. I have the buffer increased to the max (999) but it makes no difference at all, and still crops the beggining of the report. The weird thing is that even increasing the bufer size that much, it didnt make any difference to the resulting file. I tried to give the command line straight into the command box with a parameter to output the result to a text file, but it didnt work either. Is there any way to keep ´monitoring´ every output from the commandbox and make a text file from there? |