Export to GitHub

exoflight - issue #74

Can't launch game (Mac OS X)


Posted on Jun 20, 2009 by Swift Ox

What steps will reproduce the problem? 1. Download Mac OS X binary. 2. Run 3. Wait for download to complete. The game will not launch. 4. Try again. Same thing. Icon shows up in Dock and then quickly goes away.

None of the system logs told me anything. Checking the stderr.txt file in the application bundle reveals the following:

java.lang.UnsatisfiedLinkError: /Users/ebd1/Desktop/Exoflight.app/Contents/Resources/Java/libjogl.jnilib: no suitable image found. Did find: /Users/ebd1/Desktop/Exoflight.app/Contents/Resources/Java/libjogl.jnilib: no matching architecture in universal wrapper at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1881) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1798) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1047) at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:78) at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:101) at com.sun.opengl.impl.NativeLibLoader.access$100(NativeLibLoader.java:47) at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:109) at java.security.AccessController.doPrivileged(Native Method) at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:107) at com.sun.opengl.impl.macosx.MacOSXGLDrawableFactory.<clinit>(MacOSXGLDrawableFactory.jav a:53) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:169) at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:108) at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:113) at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:82) at com.fasterlight.glout.GLOAWTComponent.createGLCanvas(GLOAWTComponent.java:309) at com.fasterlight.glout.GLOAWTComponent.createGLCanvas(GLOAWTComponent.java:304) at com.fasterlight.exo.main.Exoflight.showMainWindow(Exoflight.java:648) at com.fasterlight.exo.main.Exoflight.start(Exoflight.java:687) at com.fasterlight.exo.main.Exoflight.main(Exoflight.java:784) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at apple.launcher.LaunchRunner.run(LaunchRunner.java:115) at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50) at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)

Comment #1

Posted on Jul 11, 2009 by Happy Elephant

have same problem...please help

Comment #2

Posted on Jul 22, 2009 by Swift Panda

Same problem but with netbeans when trying to program with Java and compile/run program. Any luck anyone? Come on!

Comment #3

Posted on Jul 23, 2009 by Swift Ox

I just happened to find this too .. download this file and put the contents in Exoflight.app/Contents/Resources/Java/

http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1a/jogl-1.1.1a-macosx-universal.zip

This one too..

http://download.java.net/media/joal/builds/nightly/joal-1.1.3-pre-20090308-macosx-universal.zip

Comment #4

Posted on Aug 24, 2009 by Happy Dog

I have the same problem but with a windows vista 64bit I click the icon and nothing happens.

Comment #5

Posted on Apr 12, 2011 by Happy Panda

You need to go into the finder and go to Get more Info. Then in more you need to select run in 32-bit mode. It will run fine after that. :)

Status: New