The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.29 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



EmuNewz Network
JPCSP can't load anything. - 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: JPCSP can't load anything. (/showthread.php?tid=4931)

Pages: 1 2 3


RE: JPCSP can't load anything. - Moonstruck - 06-15-2011

I am also getting something along the lines of:

8564 [user_main] DEBUG hle.ThreadManForUser - End of Interrupt
8580 [user_main] DEBUG hle.sceCtrl - hleCtrlExecuteSampling
8580 [user_main] DEBUG hle.ThreadManForUser - Triggering Interrupt VBLANK(0x1E)

However, I can load cube... Just nothing I rip. I can't find anything related to this issue, though I've seen it posted a few times without solutions.


RE: JPCSP can't load anything. - gid15 - 06-15-2011

(06-15-2011, 06:37 AM)Moonstruck Wrote: I am also getting something along the lines of:

8564 [user_main] DEBUG hle.ThreadManForUser - End of Interrupt
8580 [user_main] DEBUG hle.sceCtrl - hleCtrlExecuteSampling
8580 [user_main] DEBUG hle.ThreadManForUser - Triggering Interrupt VBLANK(0x1E)

However, I can load cube... Just nothing I rip. I can't find anything related to this issue, though I've seen it posted a few times without solutions.
Please post a complete log file (log.html), the part you extracted is not the interesting part. This might help finding a solution...


RE: JPCSP can't load anything. - gid15 - 06-15-2011

(06-15-2011, 01:09 AM)rub20 Wrote: here is my log file
here my log file.Big Grin
Thank you! I'm narrowing down the problem and I've added additional debug information into r2188. Could you try the same test with r2188?
(set the DEBUG level before loading the Cube demo)


RE: JPCSP can't load anything. - rub20 - 06-16-2011

man still dont work Huh
.rar   log.rar (Size: 12.27 KB / Downloads: 328)


RE: JPCSP can't load anything. - gid15 - 06-16-2011

(06-16-2011, 02:27 AM)rub20 Wrote: man still dont work Huh
I know, I've just added new debug messages to try to understand what's going wrong...
Could you try to change your start file "start-windows-x86.bat":
Code:
"%JAVA_HOME%\bin\java" -Xmx1024m -XX:MaxPermSize=64m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/windows-x86 -Dorg.lwjgl.util.Debug=true -jar bin/jpcsp.jar
(just add "-Dorg.lwjgl.util.Debug=true")
This will not fix the problem, but will produce additional debug information.
Please post also any information displayed in the Jpcsp start window.


RE: JPCSP can't load anything. - Shina - 06-16-2011

Might be your Quadro.
Quadro cards are intended for content creation, and they are tested an optimized for that type of use. GeForce cards are intended for gaming and general applications, and they're optimized for that.

If you have a another card, try using that, like a GeForce Series card.


RE: JPCSP can't load anything. - rub20 - 06-16-2011

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

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 ..Big GrinBig GrinBig Grin


RE: JPCSP can't load anything. - gid15 - 06-17-2011

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

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 ..Big GrinBig GrinBig Grin
Very interesting finding! Smile
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



RE: JPCSP can't load anything. - finalholylight - 06-17-2011

I got the same problem,my jpcsp can't load anything,nothing happened,even the black screen,help me please Sad


RE: JPCSP can't load anything. - rub20 - 06-17-2011

all code work in my system dont work when i remove
-Dorg.lwjgl.util.Debug=true