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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[need help] ubuntu jpcsp
#11
(05-19-2012, 05:22 PM)homam_obidou Wrote: zxzero, maybe you must use virtual machine software!
at the moment, there is no one talk about SonicStage on Ubuntu except under virtual OS!
anyway, there is alternative to SonicStage, it's JSymphonic.
but it's not for you, because it's used to transfer music from/to Sony's MP3 players. look for this:

http://ubuntuforums.org/showthread.php?t...jsymphonic

i advice you to return to windows OS to hear sounds or... play without sound.

Thanks for the response, I do have a virtual OS if needed, I use virtualbox is this good to run ubuntu and sonicstage on? If so could you guide me on how to set this up.

I thought a virtual os was the same as using a normal OS, which would = no sonicstage either way, maybe I am mistaken?

I tried playing the game on windows but it just freezes up on me at certain points, the game is not fully playable on windows.

Also the sounds work fine, just not in FMV's.
Reply
#12
I play game called "yu-gi-oh! 5D's tag force 6" on jpcsp, it was not playable until jpcsp build 2542,
what i would say, you should download the latest build for jpcsp to avoid crashes.
and for you can use windows 7 as virtual OS and then install SonicStage on it. use 32-bit system. but you virtualbox it's not good..it's perfect!
for more help see:
https://www.virtualbox.org/wiki/User_FAQ
thanks for your sharing!
The life is too spleeny but we should give it some chances and hopes..
Reply
#13
I can't get the latest svn (r2568) to work on Kubuntu 12.04 64bit either.

Java 7 is installed:

Quote:wingnux@wingnux-desktop:~/jogos/jpcsp-linux-amd64$ java -version
java version "1.7.0_04"
Java™ SE Runtime Environment (build 1.7.0_04-b20)
Java HotSpot™ 64-Bit Server VM (build 23.0-b21, mixed mode)

but when I try to run jpcsp I get the following error:

Code:
wingnux@wingnux-desktop:~/jogos/jpcsp-linux-amd64$ ./start-linux-amd64.sh
Exception in thread "GUI" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
        at java.lang.Runtime.loadLibrary0(Runtime.java:845)
        at java.lang.System.loadLibrary(System.java:1084)
        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:602)
        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:159)
        at jpcsp.MainGUI.<init>(MainGUI.java:197)
        at jpcsp.MainGUI$58.run(MainGUI.java:2318)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
        at java.awt.EventQueue.access$000(EventQueue.java:102)
        at java.awt.EventQueue$3.run(EventQueue.java:662)
        at java.awt.EventQueue$3.run(EventQueue.java:660)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

The last stable version installed from PlayDeb.net runs fine (at least gui and demos) but it's almos 2 years old.
Any help? Huh

Thanks on advance! Big Grin
Reply
#14
Code:
wingnux@wingnux-desktop:~/jogos/jpcsp-linux-amd64$ ./start-linux-amd64.sh
Exception in thread "GUI" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
        at java.lang.Runtime.loadLibrary0(Runtime.java:845)
        at java.lang.System.loadLibrary(System.java:1084)
        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:602)
        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:159)
        at jpcsp.MainGUI.<init>(MainGUI.java:197)
        at jpcsp.MainGUI$58.run(MainGUI.java:2318)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
        at java.awt.EventQueue.access$000(EventQueue.java:102)
        at java.awt.EventQueue$3.run(EventQueue.java:662)
        at java.awt.EventQueue$3.run(EventQueue.java:660)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
Could you run the following command to display the Java system properties:
Code:
java -XshowSettings:properties
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#15
Here it is:

Code:
wingnux@wingnux-desktop:~$ java -XshowSettings:properties
Property settings:
    awt.toolkit = sun.awt.X11.XToolkit
    file.encoding = UTF-8
    file.encoding.pkg = sun.io
    file.separator = /
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
    java.awt.printerjob = sun.print.PSPrinterJob
    java.class.path = .
    java.class.version = 51.0
    java.endorsed.dirs = /usr/lib/jvm/java-7-oracle/jre/lib/endorsed
    java.ext.dirs = /usr/lib/jvm/java-7-oracle/jre/lib/ext
        /usr/java/packages/lib/ext
    java.home = /usr/lib/jvm/java-7-oracle/jre
    java.io.tmpdir = /tmp
    java.library.path = /usr/java/packages/lib/amd64
        /usr/lib64
        /lib64
        /lib
        /usr/lib
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.7.0_04-b20
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 1.7
    java.vendor = Oracle Corporation
    java.vendor.url = http://java.oracle.com/
    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
    java.version = 1.7.0_04
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 1.7
    java.vm.vendor = Oracle Corporation
    java.vm.version = 23.0-b21
    line.separator = \n
    os.arch = amd64
    os.name = Linux
    os.version = 3.2.0-23-generic
    path.separator = :                                                                                                            
    sun.arch.data.model = 64                                                                                                      
    sun.boot.class.path = /usr/lib/jvm/java-7-oracle/jre/lib/resources.jar                                                        
        /usr/lib/jvm/java-7-oracle/jre/lib/rt.jar                                                                                  
        /usr/lib/jvm/java-7-oracle/jre/lib/sunrsasign.jar                                                                          
        /usr/lib/jvm/java-7-oracle/jre/lib/jsse.jar
        /usr/lib/jvm/java-7-oracle/jre/lib/jce.jar
        /usr/lib/jvm/java-7-oracle/jre/lib/charsets.jar
        /usr/lib/jvm/java-7-oracle/jre/lib/jfr.jar
        /usr/lib/jvm/java-7-oracle/jre/classes
    sun.boot.library.path = /usr/lib/jvm/java-7-oracle/jre/lib/amd64
    sun.cpu.endian = little
    sun.cpu.isalist =
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = UTF-8
    sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level = unknown
    user.country = US
    user.dir = /home/wingnux
    user.home = /home/wingnux
    user.language = en
    user.name = wingnux
    user.timezone =

Usage: java [-options] class [args...]
           (to execute a class)
   or  java [-options] -jar jarfile [args...]
           (to execute a jar file)
where options include:
    -d32          use a 32-bit data model if available
    -d64          use a 64-bit data model if available
    -server       to select the "server" VM
                  The default VM is server,
                  because you are running on a server-class machine.


    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -no-jre-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions with specified granularity
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions with specified granularity
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
Reply
#16
Code:
java.library.path = /usr/java/packages/lib/amd64
        /usr/lib64
        /lib64
        /lib
        /usr/lib
    os.arch = amd64
    os.name = Linux
The java command seems to overwrite the setting for java.library.path. In the start-linux-amd64.sh, it is set to
Code:
-Djava.library.path=lib/linux-amd64
but this seems to get lost...
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#17
Output of "java -Xmx1024m -XX:MaxPermSize=64m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/linux-amd64 -jar bin/jpcsp.jar":


Code:
wingnux@wingnux-desktop:~/jogos/jpcsp-linux-amd64$ java -Xmx1024m -XX:MaxPermSize=64m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/linux-amd64 -jar bin/jpcsp.jar
Exception in thread "GUI" java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
        at java.lang.Runtime.loadLibrary0(Runtime.java:845)
        at java.lang.System.loadLibrary(System.java:1084)
        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.Modules.<clinit>(Modules.java:150)
        at jpcsp.MainGUI.<init>(MainGUI.java:167)
        at jpcsp.MainGUI$56.run(MainGUI.java:2093)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
        at java.awt.EventQueue.access$000(EventQueue.java:102)
        at java.awt.EventQueue$3.run(EventQueue.java:662)
        at java.awt.EventQueue$3.run(EventQueue.java:660)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
Reply
#18
(06-05-2012, 02:11 PM)wingnux Wrote: Output of "java -Xmx1024m -XX:MaxPermSize=64m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/linux-amd64 -jar bin/jpcsp.jar":
I've just seen that lwjgl supports an alternative path name. Could you try the following:
Code:
java -Xmx1024m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/linux-amd64 -Dorg.lwjgl.librarypath=lib/linux-amd64 -jar bin/jpcsp.jar
Always include a complete log file at INFO level in your reports. Thanks! How to post a log
Reply
#19
Still nothing Undecided

Code:
wingnux@wingnux-desktop:~/jogos/jpcsp-linux-amd64$ java -Xmx1024m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/linux-amd64 -Dorg.lwjgl.librarypath=lib/linux-amd64 -jar bin/jpcsp.jar
Exception in thread "GUI" java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: lib/linux-amd64/liblwjgl.so
        at java.lang.Runtime.load0(Runtime.java:789)
        at java.lang.System.load(System.java:1059)
        at org.lwjgl.Sys$1.run(Sys.java:70)
        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.Modules.<clinit>(Modules.java:150)
        at jpcsp.MainGUI.<init>(MainGUI.java:167)
        at jpcsp.MainGUI$56.run(MainGUI.java:2093)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
        at java.awt.EventQueue.access$000(EventQueue.java:102)
        at java.awt.EventQueue$3.run(EventQueue.java:662)
        at java.awt.EventQueue$3.run(EventQueue.java:660)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)
Reply
#20
(06-05-2012, 03:53 PM)wingnux Wrote: Still nothing Undecided

Code:
wingnux@wingnux-desktop:~/jogos/jpcsp-linux-amd64$ java -Xmx1024m -XX:MaxPermSize=128m -XX:ReservedCodeCacheSize=64m -Djava.library.path=lib/linux-amd64 -Dorg.lwjgl.librarypath=lib/linux-amd64 -jar bin/jpcsp.jar
Exception in thread "GUI" java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: lib/linux-amd64/liblwjgl.so
        at java.lang.Runtime.load0(Runtime.java:789)
        at java.lang.System.load(System.java:1059)
        at org.lwjgl.Sys$1.run(Sys.java:70)
        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.Modules.<clinit>(Modules.java:150)
        at jpcsp.MainGUI.<init>(MainGUI.java:167)
        at jpcsp.MainGUI$56.run(MainGUI.java:2093)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
        at java.awt.EventQueue.access$000(EventQueue.java:102)
        at java.awt.EventQueue$3.run(EventQueue.java:662)
        at java.awt.EventQueue$3.run(EventQueue.java:660)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

and if you replace "lib/linux-amd64" by the absolute path like indicated by the error message?
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: 1 Guest(s)