JPCSP don't work in Fedora 17 - 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: JPCSP builds and releases (https://www.emunewz.net/forum/forumdisplay.php?fid=53) +---- Thread: JPCSP don't work in Fedora 17 (/showthread.php?tid=74960) |
JPCSP don't work in Fedora 17 - harecrown32 - 08-08-2012 Hi, I try run the JPCSP in Fedora 17 32 bits but don't work and returns the following message: Exception in thread "GUI" java.lang.UnsatisfiedLinkError: /home/marcos/Downloads/jpcsp-linux-x86/lib/linux-x86/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or direrctory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(Unknown Source) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at org.lwjgl.Sys$1.run(Sys.java:73) at java.security.AccessController.doPrivileged(Native Method) at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) at org.lwjgl.Sys.loadLibrary(Sys.java:82) at org.lwjgl.Sys.<clinit>(Sys.java:99) at org.lwjgl.opengl.AWTGLCanvas.<clinit>(AWTGLCanvas.java:85) at jpcsp.HLE.modules150.sceDisplay.<init>(sceDisplay.java:606) at jpcsp.HLE.modules200.sceDisplay.<init>(sceDisplay.java:29) at jpcsp.HLE.modules500.sceDisplay.<init>(sceDisplay.java:29) at jpcsp.HLE.modules.sceDisplay.<init>(sceDisplay.java:25) at jpcsp.HLE.Modules.<clinit>(Modules.java:161) at jpcsp.MainGUI.<init>(MainGUI.java:199) at jpcsp.MainGUI$60.run(MainGUI.java:2371) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$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) When I try run the JPCSP in the Fedora 16 (I did an update) everything works fine. Anyone knows how to solve this problem? RE: JPCSP don't work in Fedora 17 - montcer9012 - 08-15-2012 (08-08-2012, 03:58 AM)harecrown32 Wrote: Exception in thread "GUI" java.lang.UnsatisfiedLinkError: /home/marcos/Downloads/jpcsp-linux-x86/lib/linux-x86/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or direrctoryJava is saying to you that the file liblwjgl.so is not or can't be access under the patch "/home/marcos/Downloads/jpcsp-linux-x86/lib/linux-x86/" To solve it try going to that directory and look if the file is there. Edit: Maybe is other bug since other user has report same: http://www.emunewz.net/forum/showthread.php?tid=68610 |