EmuNewz Network
Emulator won't start... - Printable Version

+- EmuNewz Network (https://www.emunewz.net/forum)
+-- Forum: PSP Emulation (https://www.emunewz.net/forum/forumdisplay.php?fid=191)
+--- Forum: JPCSP Official Forum (https://www.emunewz.net/forum/forumdisplay.php?fid=51)
+---- Forum: General discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=57)
+---- Thread: Emulator won't start... (/showthread.php?tid=2177)

Pages: 1 2 3


RE: Emulator won't start... - Darth1701 - 10-12-2010

(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


RE: Emulator won't start... - winter01942 - 10-13-2010

here
[Image: tskmanager.jpg]


RE: Emulator won't start... - Darth1701 - 10-13-2010

(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 ...


RE: Emulator won't start... - gid15 - 10-13-2010

(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"


RE: Emulator won't start... - winter01942 - 10-13-2010

(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~~~


RE: Emulator won't start... - bhavanshu - 06-29-2012

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


RE: Emulator won't start... - MrJoke - 07-08-2012

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!