This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
No me anda el JPCSP D: mi ingles es malo
#1
psp 
hola a todos ahora que me di cuenta del por q nadie respondia es por el nombre del tema raro q ise taba con sueño Tongue bueno dejando mi vida de lado habro el emulador me tira ese error y se auto cierra noc por q sera

[Image: errordeemulador.jpg]


mi sistema operativo por si preguntan : P


Mainboard : Unspecified 775Dual-VSTA
Chipset : VIA PT880 Pro
Processor : Intel Pentium E2140 @ 1600MHz
Physical Memory : 2048MB (2 x 1024 DDR2-SDRAM )
Video Card : NVIDIA GeForce 8400 GS
Hard Disk : Western Digital WD800BD-08MRA1 (80GB)
DVD-Rom Drive : HL-DT-ST DVDRAM GSA-H44N
Monitor Type : Philips PHILIPS 107E6 - 15 inches
Network Card : VIA Technologies VT6102 Rhine II Fast Ethernet Adapter
Sistema Operativo : Microsoft Windows XP Professional 5.01.2600 Service Pack 3 (32-bit)
DirectX : Versión 9.0c (Mayo 2010)
Reply
#2
Tines que hacer clic derecho en el archivo .bat llamado "start-windows-x86" y lo abres usando NotePad.

El contenido del archivo es este:
Code:
@echo off
set PATH=%PATH%;lib\;lib\windows-x86\

if NOT EXIST "%SystemRoot%\SysWOW64" goto JAVA32
set key=HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Runtime Environment
goto JAVA

:JAVA32
set key=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment

:JAVA
set JAVA_CMD=java.exe

rem Checking if the "reg" command is available
reg /? >NUL
if ERRORLEVEL 1 goto RUN

set JAVA_VERSION=
set JAVA_HOME=
for /f "tokens=3* skip=2" %%a in ('reg query "%key%" /v CurrentVersion') do set JAVA_VERSION=%%a
for /f "tokens=2* skip=2" %%a in ('reg query "%key%\%JAVA_VERSION%" /v JavaHome') do set JAVA_HOME=%%b

set JAVA_CMD=%JAVA_HOME%\bin\java.exe
if not exist "%JAVA_CMD%" goto JAVAMISSING

:RUN
echo Running Jpcsp 32bit...
"%JAVA_CMD%" -Xmx1024m -Xss2m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar %*
if ERRORLEVEL 1 goto PAUSE
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
pause

:END

Fíjate en la columna:
Code:
"%JAVA_CMD%" -Xmx1024m -Xss2m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -jar bin/jpcsp.jar %*

Debes reemplazar el valor de '"-Xmx1024" por algo menor; tal vez "-Xmx500" ya que tu memoria RAM es baja; de seguir el mismo error ve bajando la cantidad hasta que consigas una que te funcione.
Hecha la modificación, guarda el archivo e intenta ejecutar JPCSP de nuevo.
[Image: montcer.png]
Reply
#3
Muchas gracias ahora si me anda por fin podre jugar Big Grin
Reply
#4
A la orden.
[Image: montcer.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)