07-09-2012, 09:55 PM
(07-05-2012, 12:24 PM)BlackDaemon Wrote: BBF.
This game still have stack overflow issue. Maybe running on x64 JVM with higher, than "-Xss32m" could solve this issue, but i doubt.
(07-06-2012, 01:57 AM)hyakki Wrote: -Xss32m is a command line parameter you can add it to the bat file command line next to -Xmx1024m , or if you use the launcher just click adv then you can set it there however I have limited it to 20megs (20000 kb) (I'll have to lift that limit now in the next version)
After I have done this my emulator dont want to start
if not exist "%JAVA_HOME%\bin\java.exe" goto JAVAMISSING
echo Running Jpcsp 32bit...
"%JAVA_HOME%\bin\java" -Xmx1024m-Xss32m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar %*
goto END