ADHOC connection test. Host is created, but client cannot find it.
r2506
Running with dynarec compiler (log level set to INFO)
Compability options used: Use vertex cache, Use shaders, Enable VAO, Enable saving GE screen to Textures instead of Memory, Use Media Engine, Decode audio files with SonicStage
(04-03-2012, 10:25 AM)BlackDaemon Wrote: ADHOC connection test. Host is created, but client cannot find it.
r2506
Running with dynarec compiler (log level set to INFO)
Compability options used: Use vertex cache, Use shaders, Enable VAO, Enable saving GE screen to Textures instead of Memory, Use Media Engine, Decode audio files with SonicStage
Hi,I dont want to be boring but can you just take a sec and watch this video and tell me can I try to do anything to get this work.
This game still have stack overflow issue. Maybe running on x64 JVM with higher, than "-Xss32m" could solve this issue, but i doubt.
Thanks,but I dont really understand what is this "-Xss32m" thing and do I need 64bit win. for x64 JVM?
Actually I dont understand pretty much everything
xD
07-06-2012, 01:57 AM (This post was last modified: 07-06-2012, 02:02 AM by hyakki.)
-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)
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)
Can anyone explain this better to me I dont understand this emulator very well
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