06-17-2011, 07:33 AM
(06-16-2011, 08:42 PM)rub20 Wrote: hey man the r2143 works fine but the r2144 is no longer works JPCSP think that improvement is on the r2144 is the one causing problems ..Very interesting finding!
this improvement is that I think is problematic:
Added Java options "-XX:MaxPermSize=64m -XX:ReservedCodeCacheSize=64m"
is the -XX:MaxPermSize=64m -XX:ReservedCodeCacheSize=64m
i removed it and run well the java option is causing problems ..

Thanks for reporting!
In order to try to help other Jpcsp users, could you try again the following command line combinations and report which one is working or not (including the messages displayed in the start window)? I still can't reproduce this problem on my system...
Code:
-XX:MaxPermSize=64m -XX:ReservedCodeCacheSize=64m -Dorg.lwjgl.util.Debug=true
Code:
-XX:MaxPermSize=64m -XX:ReservedCodeCacheSize=32m -Dorg.lwjgl.util.Debug=true
Code:
-XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Dorg.lwjgl.util.Debug=true