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
after r2339 JPCSP cannot load anything
#1
So the new callback system introduced in r2340 screwed something up, because nothing works anymore. And when i say nothing i mean NOTHING, not even the cube demo.

When i press run jpcsp stays grey and nothing ever happens.

I am also giving you a log made with the ALL logging mode on r2349.

P.S: r2339 works no problem.


Attached Files
.zip   log.zip (Size: 21.54 KB / Downloads: 104)
CPU: Intel C2D E8500 @4.2 GHZ GPU: MSI Radeon 6870 Twin Frozr II 1024MB (920/1050)
RAM: 2x2GB Corsair Dominator DDR2-1066 5-5-5-15
Reply
#2
(10-15-2011, 11:56 AM)andutrache Wrote: So the new callback system introduced in r2340 screwed something up, because nothing works anymore. And when i say nothing i mean NOTHING, not even the cube demo.

When i press run jpcsp stays grey and nothing ever happens.

I am also giving you a log made with the ALL logging mode on r2349.

P.S: r2339 works no problem.
Could you post a log in DEBUG mode for the Cube sample? Please, enable the DEBUG log before loading the Cube application. The log file you posted seems to have been enabled after the problem occurred, which is too late.

Thanks!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#3
New log as instructed.


Attached Files
.zip   log.zip (Size: 32.89 KB / Downloads: 95)
CPU: Intel C2D E8500 @4.2 GHZ GPU: MSI Radeon 6870 Twin Frozr II 1024MB (920/1050)
RAM: 2x2GB Corsair Dominator DDR2-1066 5-5-5-15
Reply
#4
(10-16-2011, 10:48 AM)andutrache Wrote: New log as instructed.
There seems to be a problem with OpenGL, it doesn't initialize your screen:
Code:
initGL called = false, OpenGL Version = null

The only thing I can see is that your Anti-aliasing has been set to x16. Could you set it to OFF and try again?
If it is still not working, then I would need logging from the screen initialization. This can only be done if you modify your LogSettings.xml: replace "<level value ='off' />" by "<level value ='debug' />" at line 64, and restart Jpcsp.

Thanks!
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#5
very strange : i set it to OFF (the Anti-aliasing) as you suggested and i could load my games, then i set it back to x16 and i could still load my games.
it seems that some settings got messed up between revs or something.

L.E: Hmm i failed to load any games again with the x16 antialiasing seems the problem happens only with x16 aa setting. Will post log shortly.

L.E.E: Posted 2 logs one with x16 AA(not working) and one with x8 AA(working), both running(or trying to run) the cube demo. I hope you can make something out of them. Also if the AA setting is supposed to be changed on-the-fly i can tell you that it cant be changed on the fly i have to restart JPCSP for the setting to take effect. Also tested with r2353 and its the same x16 does not work.

Also another problem i've found is with the savegames, i created all my saves with handle savedata in crypto mode on and now i can't load any of them, as usual it all began with r2340 as r2339 works fine. I can post some logs on this but i need info on what level of logging to use/ when to use it.

Would changing to Java 7 solve anything / is it recommended?

Thanks for the help !! Smile



Attached Files
.zip   logs.zip (Size: 381.62 KB / Downloads: 98)
CPU: Intel C2D E8500 @4.2 GHZ GPU: MSI Radeon 6870 Twin Frozr II 1024MB (920/1050)
RAM: 2x2GB Corsair Dominator DDR2-1066 5-5-5-15
Reply
#6
(10-16-2011, 01:56 PM)andutrache Wrote: very strange : i set it to OFF (the Anti-aliasing) as you suggested and i could load my games, then i set it back to x16 and i could still load my games.
it seems that some settings got messed up between revs or something.

L.E: Hmm i failed to load any games again with the x16 antialiasing seems the problem happens only with x16 aa setting. Will post log shortly.

L.E.E: Posted 2 logs one with x16 AA(not working) and one with x8 AA(working), both running(or trying to run) the cube demo.
Your graphics card (or your display settings in Windows) seems to only support AA x8, and not x16. I have found no way to find out what is the maximum supported limit Sad, so I don't know how to handle this in a better way in Jpcsp...
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#7
And why did it work with r2339 then?
CPU: Intel C2D E8500 @4.2 GHZ GPU: MSI Radeon 6870 Twin Frozr II 1024MB (920/1050)
RAM: 2x2GB Corsair Dominator DDR2-1066 5-5-5-15
Reply
#8
(10-16-2011, 05:11 PM)andutrache Wrote: And why did it work with r2339 then?
Have you posted a DEBUG log with r2339 and AA x16 for comparison?
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#9
(10-16-2011, 05:17 PM)gid15 Wrote:
(10-16-2011, 05:11 PM)andutrache Wrote: And why did it work with r2339 then?
Have you posted a DEBUG log with r2339 and AA x16 for comparison?

Here you go Smile .


Attached Files
.zip   log.zip (Size: 86.7 KB / Downloads: 94)
CPU: Intel C2D E8500 @4.2 GHZ GPU: MSI Radeon 6870 Twin Frozr II 1024MB (920/1050)
RAM: 2x2GB Corsair Dominator DDR2-1066 5-5-5-15
Reply
#10
(10-16-2011, 05:46 PM)andutrache Wrote:
(10-16-2011, 05:17 PM)gid15 Wrote:
(10-16-2011, 05:11 PM)andutrache Wrote: And why did it work with r2339 then?
Have you posted a DEBUG log with r2339 and AA x16 for comparison?

Here you go Smile .
I made tests on r2339... and it looks like the AA setting was simply ignored. Could you see any difference when changing it on r2339?
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)