12-11-2012, 03:36 PM (This post was last modified: 12-11-2012, 03:37 PM by joxof.)
btw, I can't play jpcsp 32 bit on windows xp sp2 32 bit because of this code through the batch (.bat) files
Code:
if NOT EXIST "%SystemRoot%\SysWOW64" goto JAVA32
set key=HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment
goto JAVA
“In the end.. What I've done! Best of the best vengeance is bettering myself. So I'm breaking my limits! This is it...” — Claudius Zephyros
_________________________________________________
Anyway I'm just change SysWOW64 to JavaSoft and delete Wow6432Node in the batch file. This trick also works
Code:
if NOT EXIST "%SystemRoot%\JavaSoft" goto JAVA32
set key=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment
goto JAVA
Thanks in advance
“In the end.. What I've done! Best of the best vengeance is bettering myself. So I'm breaking my limits! This is it...” — Claudius Zephyros
_________________________________________________
12-16-2012, 03:15 AM (This post was last modified: 12-16-2012, 03:18 AM by sum2012.)
(I updated both 32 and 64 bit to Java v1.7.0.09-b05)
I find stange when using 32 bit build 50 (not test 100) compiler method to SAVE.
In mission "Engraved time street girls" (load attach save),after meet the girl (1.jpg), she run away,You need find her in 2/F (2.jpg),
If use 32 bit build 500 (or 3000) compiler method or use 64 bit build,nothing wrong (3.jpg)
If use 32 bit build 50 (or 100) compiler method,you will not see the girl(4.jpg).
Attach 32,64 bit ,50 and 3000 method, info,compiler debug log and profiler.