Crash on aplication starts

before all, sorry for my poor english, i’m from spain.

This is my problem:

When i run any aplication on Jmonkey, (after setup resollution, etc) i only see a Black windows and later, crash.

The error code is “Java™ Platform Se binary not respond”.

Y try to Update my video Drivers, update jmonkey, Use the JDK 6 and 7, and the heavyWeight option.

¿Any ideas?

This is de console log:

[java]Compiling 1 source file to C:\Users\Adán\Documents\Jmonkey\JmeTests\build\classes
compile-single:
run-single:
05-sep-2013 17:28:21 com.jme3.system.JmeDesktopSystem initialize
INFO: Running on jMonkeyEngine 3.0.0 Beta
05-sep-2013 17:28:21 com.jme3.system.Natives extractNativeLibs
INFO: Extraction Directory: C:\Users\Adán\Documents\Jmonkey\JmeTests
05-sep-2013 17:28:21 com.jme3.system.lwjgl.LwjglAbstractDisplay run
INFO: Using LWJGL 2.8.4
05-sep-2013 17:28:21 com.jme3.system.lwjgl.LwjglDisplay createContext
INFO: Selected display mode: 1280 x 720 x 0 @0Hz
05-sep-2013 17:28:21 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Adapter: AirDisplay
05-sep-2013 17:28:21 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Driver Version: 6.1.7600.16385
05-sep-2013 17:28:21 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Vendor: ATI Technologies Inc.
05-sep-2013 17:28:21 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: OpenGL Version: 4.3.12441 Compatibility Profile Context 13.200.11.0
05-sep-2013 17:28:21 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: Renderer: ATI Radeon HD 5700 Series
05-sep-2013 17:28:21 com.jme3.system.lwjgl.LwjglContext printContextInitInfo
INFO: GLSL Ver: 4.30
05-sep-2013 17:28:21 com.jme3.system.lwjgl.LwjglTimer <init>
INFO: Timer resolution: 1.000 ticks per second
05-sep-2013 17:28:21 com.jme3.renderer.lwjgl.LwjglRenderer initialize
INFO: Caps: [FrameBuffer, FrameBufferMRT, FrameBufferMultisample, TextureMultisample, OpenGL20, OpenGL21, OpenGL30, OpenGL31, OpenGL32, ARBprogram, GLSL100, GLSL110, GLSL120, GLSL130, GLSL140, GLSL150, VertexTextureFetch, TextureArray, TextureBuffer, FloatTexture, FloatColorBuffer, FloatDepthBuffer, PackedFloatTexture, SharedExponentTexture, PackedFloatColorBuffer, TextureCompressionLATC, NonPowerOfTwoTextures, MeshInstancing, VertexBufferArray, Multisample, PackedDepthStencilBuffer]
05-sep-2013 17:28:21 com.jme3.asset.DesktopAssetManager <init>
INFO: DesktopAssetManager created.
05-sep-2013 17:28:21 com.jme3.renderer.Camera <init>
INFO: Camera created (W: 1.280, H: 720)
05-sep-2013 17:28:21 com.jme3.renderer.Camera <init>
INFO: Camera created (W: 1.280, H: 720)
05-sep-2013 17:28:21 com.jme3.input.lwjgl.LwjglMouseInput initialize
INFO: Mouse created.
05-sep-2013 17:28:21 com.jme3.input.lwjgl.LwjglKeyInput initialize
INFO: Keyboard created.
05-sep-2013 17:28:21 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: AudioRenderer supports 64 channels
05-sep-2013 17:28:21 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio effect extension version: 1.0
05-sep-2013 17:28:21 com.jme3.audio.lwjgl.LwjglAudioRenderer initInThread
INFO: Audio max auxilary sends: 1
Exception in thread “jME3 Audio Thread” java.lang.UnsatisfiedLinkError: org.lwjgl.openal.EFX10.nalGenAuxiliaryEffectSlots(IJ)V
at org.lwjgl.openal.EFX10.nalGenAuxiliaryEffectSlots(Native Method)
at org.lwjgl.openal.EFX10.alGenAuxiliaryEffectSlots(EFX10.java:529)
at com.jme3.audio.lwjgl.LwjglAudioRenderer.initInThread(LwjglAudioRenderer.java:201)
at com.jme3.audio.lwjgl.LwjglAudioRenderer.run(LwjglAudioRenderer.java:98)
at java.lang.Thread.run(Thread.java:662)
Java Result: -805306369
BUILD SUCCESSFUL (total time: 2 minutes 12 seconds)[/java]

Is this a blank project? Or are you doing something specific with OpenAL. Not all hardware supports audio effects.

This is a Mac specific issue with the OpenAL support. I don’t remember the exact issue or resolution but it’s come up a few times on the forum before. Something about a newer version of MacOSX being incompatible with a particular OpenAL version or something.

This version of JME: jMonkeyEngine 3.0.0 Beta

…is pretty old. You probably want to try upgrading to RC2 plus updates at the very least.

Thanks for the help.

You say its a mac error, but… I’m using a windows computer.

My version of the SDK its 3.0 RC2 and say me its totally update.

@adanmc said: Thanks for the help.

You say its a mac error, but… I’m using a windows computer.

My version of the SDK its 3.0 RC2 and say me its totally update.

Your log says otherwise, so something is screwy. When I run JME apps, it reports RC2… so something is messed up with your setup and you are actually running much older libraries.

re: Mac. The reference to AirDisplay threw me… and the fact that many mac users were having this exact same issue.

MMM… ¿Any way to update Jme manually?

Okay, i’m just run a OPENGL test to discart Graphic card problems.

¿No ideas?

reinstall the jme sdk if you use it, might help if something is strange

I reinstall SDK about 5 times xDD

I guess that you have the wrong version of LWJGL somehow - maybe an older version, maybe 32-bit compiled but on a 64-bit system. Check your PATH setting.

http://hub.jmonkeyengine.org/forum/topic/problem-with-compiling-of-helloworld-demo/
http://hub.jmonkeyengine.org/forum/topic/jmonkeyplatform-issue-lwjgl-jar/

Here @EmpirePhoenix has the same stacktrace :slight_smile:
http://hub.jmonkeyengine.org/forum/topic/background-crash-with-at-init/

Okay, thaks a lot for the info but… i just find for any old or incompatible LWJGL libs and i not found nothing.
I update my audio drivers, my java its 64 Bits, JDK 6.

I’m really Interested in this engine… Sorry for my english.

¿any idea?

This is my ouput aplication.

[java]Running on jMonkeyEngine 3.0.0 Beta
Extraction Directory: C:\Users\Adán\AppData\Roaming.jmonkeyplatform\3.0RC2
Using LWJGL 2.8.4
Offscreen buffer created.
Adapter: AirDisplay
Driver Version: 6.1.7600.16385
Vendor: ATI Technologies Inc.
OpenGL Version: 4.3.12441 Compatibility Profile Context 13.200.11.0
Renderer: ATI Radeon HD 5700 Series
GLSL Ver: 4.30
Timer resolution: 1.000 ticks per second
Caps: [FrameBuffer, FrameBufferMRT, FrameBufferMultisample, TextureMultisample, OpenGL20, OpenGL21, OpenGL30, OpenGL31, OpenGL32, ARBprogram, GLSL100, GLSL110, GLSL120, GLSL130, GLSL140, GLSL150, VertexTextureFetch, TextureArray, TextureBuffer, FloatTexture, FloatColorBuffer, FloatDepthBuffer, PackedFloatTexture, SharedExponentTexture, PackedFloatColorBuffer, TextureCompressionLATC, NonPowerOfTwoTextures, MeshInstancing, VertexBufferArray, Multisample, PackedDepthStencilBuffer]
DesktopAssetManager created.
Camera created (W: 640, H: 480)
Camera created (W: 640, H: 480)
AudioRenderer supports 64 channels
Audio effect extension version: 1.0
Audio max auxilary sends: 4
Camera created (W: 120, H: 120)
Loaded material definition: Unshaded
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Stats Gui Node)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (BitmapFont) attached to this node (null)
Child (null) attached to this node (Statistics View)
Child (Statistics View) attached to this node (Stats Gui Node)
Loaded material definition: Unshaded
Valid jMP project, extending with ProjectAssetManager
DesktopAssetManager created.
Add locator:C:/Users/Adán/Documents/Jmonkey/JmeTests/HelloWorldTutorial/assets/
Add classpath:AbstractFileObject@65d60256[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-core.jar[org.openide.filesystems.JarFileSystem@7e17c286]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-core.jar!/
Add classpath:AbstractFileObject@523fa9f6[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-desktop.jar[org.openide.filesystems.JarFileSystem@5e6adb9]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-desktop.jar!/
Add classpath:AbstractFileObject@7109937[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-plugins.jar[org.openide.filesystems.JarFileSystem@6b974fb5]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-plugins.jar!/
Add classpath:AbstractFileObject@7365de1e[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-effects.jar[org.openide.filesystems.JarFileSystem@10f607e0]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-effects.jar!/
Add classpath:AbstractFileObject@24bb2dac[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-networking.jar[org.openide.filesystems.JarFileSystem@29e343d5]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-networking.jar!/
Add classpath:AbstractFileObject@204e5316[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-jogg.jar[org.openide.filesystems.JarFileSystem@60fbb640]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-jogg.jar!/
Add classpath:AbstractFileObject@421dd915[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\j-ogg-oggd.jar[org.openide.filesystems.JarFileSystem@4505b0b8]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/j-ogg-oggd.jar!/
Add classpath:AbstractFileObject@2d94c934[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\j-ogg-vorbisd.jar[org.openide.filesystems.JarFileSystem@58f7d2de]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/j-ogg-vorbisd.jar!/
Add classpath:AbstractFileObject@1283566d[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-terrain.jar[org.openide.filesystems.JarFileSystem@5979fd2d]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-terrain.jar!/
Add classpath:AbstractFileObject@5233c515[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-lwjgl.jar[org.openide.filesystems.JarFileSystem@41bc7b1b]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-lwjgl.jar!/
Add classpath:AbstractFileObject@29480bc4[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-lwjgl-natives.jar[org.openide.filesystems.JarFileSystem@7ce77a81]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-lwjgl-natives.jar!/
Add classpath:AbstractFileObject@5d81648b[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jinput.jar[org.openide.filesystems.JarFileSystem@6836b3de]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jinput.jar!/
Add classpath:AbstractFileObject@57007a96[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\lwjgl.jar[org.openide.filesystems.JarFileSystem@512a1b2e]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/lwjgl.jar!/
Add classpath:AbstractFileObject@2ef8636[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-jbullet.jar[org.openide.filesystems.JarFileSystem@67db9447]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-jbullet.jar!/
Add classpath:AbstractFileObject@571d3ca7[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jbullet.jar[org.openide.filesystems.JarFileSystem@70cf0d34]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jbullet.jar!/
Add classpath:AbstractFileObject@39bc8c7c[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\vecmath.jar[org.openide.filesystems.JarFileSystem@5ea2b069]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/vecmath.jar!/
Add classpath:AbstractFileObject@caa928e[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\stack-alloc.jar[org.openide.filesystems.JarFileSystem@569a7035]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/stack-alloc.jar!/
Add classpath:AbstractFileObject@294f776c[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\jME3-niftygui.jar[org.openide.filesystems.JarFileSystem@1ceb8cce]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/jME3-niftygui.jar!/
Add classpath:AbstractFileObject@6a671bee[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\nifty.jar[org.openide.filesystems.JarFileSystem@1028656e]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/nifty.jar!/
Add classpath:AbstractFileObject@1d2508e4[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\nifty-default-controls.jar[org.openide.filesystems.JarFileSystem@720c9da2]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/nifty-default-controls.jar!/
Add classpath:AbstractFileObject@7a3ac39e[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\nifty-style-black.jar[org.openide.filesystems.JarFileSystem@5fdbda58]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/nifty-style-black.jar!/
Add classpath:AbstractFileObject@57cbdeb9[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\eventbus.jar[org.openide.filesystems.JarFileSystem@47d275f]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/eventbus.jar!/
Add classpath:AbstractFileObject@98b70b7[root of C:\Program Files\jmonkeyplatform\jmonkeyplatform\libs\xmlpull-xpp3.jar[org.openide.filesystems.JarFileSystem@789af8d3]]
Add locator:jar:file:/C:/Program%20Files/jmonkeyplatform/jmonkeyplatform/libs/xmlpull-xpp3.jar!/
Add classpath:C:\Users\Adán\Documents\Jmonkey\JmeTests\HelloWorldTutorial\build\classes@eaa65bf0:21950346
Checking extension…
Found extension file assets-impl.xml[/java]

From the log, your install seems very confused. Are you maybe running an older version even though you have the new one installed? It’s almost acting like you are launching it from an old beta3 icon but all of the configs now point to the new install. It’s very strange.

When you uninstall you may also have to make sure to remove all of the residual config directories. I don’t know where they are off the top of my head.

I deleted ALL files in relation with jme… Reinstall and… .the problem persist. This is no cool. xD

@adanmc said: I deleted ALL files in relation with jme... Reinstall and.. .the problem persist. This is no cool. xD

So you deleted this directory and everything in it?
Directory: C:\Users\Adán\AppData\Roaming.jmonkeyplatform

I think there may be another directory to delete also. Others may remember. This has come up before.

Yes, i deleted these folder.

Can somebody tell me all the folders in relation with JME? Or any othe idea about this issue?

Really thanks.