EmuNewz Network

Full Version: Emulator won't start...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(10-12-2010, 03:47 PM)winter01942 Wrote: [ -> ]im now using a Windows XP 32-bit Service Pack 3
memory means?? HDD?? page file usage??
no problems with my pc at all
I'm using avira antivirus (although some times it sux)

Well, the RAM, just write down all settings in the task manager or post a picture of it here
here
[Image: tskmanager.jpg]
(10-13-2010, 02:55 AM)winter01942 Wrote: [ -> ]here
[Image: tskmanager.jpg]

You seem to have enough free memory so I'm really out of ideas of what causes your trouble. Sad Maybe the devs have some idea what is going on ...
(10-12-2010, 07:43 AM)winter01942 Wrote: [ -> ]Erm ~~ can you tell me where to find the -Xms in the batch file??
managed to open my batch file~~
this is wat is in it~~
_______________________________________________________________________________________________
@echo off
set PATH=%PATH%;lib\;lib\windows-x86\
if "%programfiles(x86)%XXX"=="XXX" goto JAVA32
if not exist "%programfiles(x86)%\Java\jre6\bin" goto JAVAMISSING
echo Running Jpcsp 32bit...
"%programfiles(x86)%\Java\jre6\bin\java" -Xmx1024m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar
goto END

:JAVA32
if not exist "%programfiles%\Java\jre6\bin" goto JAVAMISSING
echo Running Jpcsp 32bit...
"%programfiles%\Java\jre6\bin\java" -Xmx1024m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar
goto END

:JAVAMISSING
echo The required version of Java has not been installed or isn't recognized.
echo Go to http://java.sun.com to install the 32bit Java JRE.
pause

:END
_____________________________________________________________________________

JAVA MISSING?? i have it already
Try to reduce the value of the parameter "-Xmx1024m", e.g. to "-Xmx512m"
(10-13-2010, 11:12 AM)gid15 Wrote: [ -> ]
(10-12-2010, 07:43 AM)winter01942 Wrote: [ -> ]Erm ~~ can you tell me where to find the -Xms in the batch file??
managed to open my batch file~~
this is wat is in it~~
_______________________________________________________________________________________________
@echo off
set PATH=%PATH%;lib\;lib\windows-x86\
if "%programfiles(x86)%XXX"=="XXX" goto JAVA32
if not exist "%programfiles(x86)%\Java\jre6\bin" goto JAVAMISSING
echo Running Jpcsp 32bit...
"%programfiles(x86)%\Java\jre6\bin\java" -Xmx1024m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar
goto END

:JAVA32
if not exist "%programfiles%\Java\jre6\bin" goto JAVAMISSING
echo Running Jpcsp 32bit...
"%programfiles%\Java\jre6\bin\java" -Xmx1024m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar
goto END

:JAVAMISSING
echo The required version of Java has not been installed or isn't recognized.
echo Go to http://java.sun.com to install the 32bit Java JRE.
pause

:END
_____________________________________________________________________________

JAVA MISSING?? i have it already
Try to reduce the value of the parameter "-Xmx1024m", e.g. to "-Xmx512m"

Thanks so much~~ its running now~~ thanks~~~
GUyzz i had the same problem Smile))
solved it bt the solution was different Tongue
mine was of java path as it was %programfiles(x86)%\Java\jre6\bin\java
mine was jre7 Tongue changed the path and now itzz working Smile




sorry for my bad english
Hi everyone,

So the solution is:

Find these lines in the .bat file:

"%programfiles%\Java\jre6\bin"
"%programfiles%\Java\jre6\bin\java"

Replace jre6 by jre7 save it, and its done!

Pages: 1 2 3