errors while game - 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: svn trunk discussion (https://www.emunewz.net/forum/forumdisplay.php?fid=56) +---- Thread: errors while game (/showthread.php?tid=11649) |
errors while game - michael1014 - 10-26-2011 I start to play naruto shippudden impact and then I got this error: Running Jpcsp 32bit... Exception in thread "GUI" java.util.ConcurrentModificationException at java.util.LinkedList$ListItr.checkForComodification(Unknown Source) at java.util.LinkedList$ListItr.next(Unknown Source) at jpcsp.graphics.VideoEngine.isVideoTexture(VideoEngine.java:4245) at jpcsp.graphics.VideoEngine.canCacheTexture(VideoEngine.java:4274) at jpcsp.graphics.VideoEngine.loadTexture(VideoEngine.java:4407) at jpcsp.graphics.VideoEngine.executeCommandPRIM(VideoEngine.java:1572) at jpcsp.graphics.VideoEngine.executeCommand(VideoEngine.java:1103) at jpcsp.graphics.VideoEngine.executeList(VideoEngine.java:843) at jpcsp.graphics.VideoEngine.update(VideoEngine.java:548) at jpcsp.HLE.modules150.sceDisplay$AWTGLCanvas_sceDisplay.paintGL(sceDis play.java:160) at org.lwjgl.opengl.AWTGLCanvas.paint(AWTGLCanvas.java:314) at org.lwjgl.opengl.AWTGLCanvas.update(AWTGLCanvas.java:343) at sun.awt.RepaintArea.updateComponent(Unknown Source) at sun.awt.RepaintArea.paint(Unknown Source) at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.awt.EventQueue$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) can someone help me with this? (I can still hear the game but I see black screen)[/php] RE: errors while game - gid15 - 10-26-2011 It looks like you are using an outdated Jpcsp version. Have you tried the latest build from http://buildbot.orphis.net/jpcsp/ RE: errors while game - michael1014 - 10-26-2011 what is it the newest version (stable)? |