Fatal stacktrace on launch

    Joined
    Jun 14, 2013
    Messages
    1
    Reaction score
    0
    • Legacy Citizen 2
    • Legacy Citizen
    Hi there. Just watched the Youtube videos of this game, and I'd really like to play. Looks like a lot of fun. However, currently I'm not able to launch the game. The client will open a new window and sit at a black screen. Here's a couple stacktraces that looked fatal I found in the logs.




    [Jun 14, 2013 10:53:05 AM] STDOUT: [OUT] [VERSION] VERSION: 0.093581
    [Jun 14, 2013 10:53:05 AM] STDOUT: [OUT] [VERSION] BUILD: 20130613_222601

    [output ommited]

    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] Fri Jun 14 10:53:41 PDT 2013 INFO:Initialising sounds..
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] Fri Jun 14 10:53:41 PDT 2013 ERROR:Sound initialisation failure.
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] Fri Jun 14 10:53:41 PDT 2013 ERROR:Could not locate OpenAL library.
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] org.lwjgl.LWJGLException: Could not locate OpenAL library.
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at org.lwjgl.openal.AL.create(AL.java:151)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at org.lwjgl.openal.AL.create(AL.java:102)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at org.lwjgl.openal.AL.create(AL.java:201)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at org.newdawn.slick.openal.SoundStore$1.run(SoundStore.java:298)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at java.security.AccessController.doPrivileged(Native Method)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at org.newdawn.slick.openal.SoundStore.init(SoundStore.java:292)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at Ae.a(SourceFile:286)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at xg.a(SourceFile:744)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at x.f(SourceFile:1246)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at iS.run(SourceFile:72)
    [Jun 14, 2013 10:53:41 AM] STDOUT: [OUT] at java.lang.Thread.run(Thread.java:722)
    [Jun 14, 2013 10:53:41 AM] STDERR: [ERR] Exception in thread "ClientThread"
    [Jun 14, 2013 10:53:41 AM] STDERR: [ERR] java.lang.UnsatisfiedLinkError: org.lwjgl.openal.AL10.nalListenerfv(IJ)V
    [Jun 14, 2013 10:53:41 AM] STDERR: [ERR] at org.lwjgl.openal.AL10.nalListenerfv(Native Method)
    [Jun 14, 2013 10:53:41 AM] STDERR: [ERR] at org.lwjgl.openal.AL10.alListener(AL10.java:685)
    [Jun 14, 2013 10:53:41 AM] STDERR: [ERR] at Ae.a(SourceFile:286)
    [Jun 14, 2013 10:53:41 AM] STDERR: [ERR] at xg.a(SourceFile:744)
    [Jun 14, 2013 10:53:41 AM] STDERR: [ERR] at x.f(SourceFile:1246)
    [Jun 14, 2013 10:53:41 AM] STDERR: [ERR] at iS.run(SourceFile:72)
    [Jun 14, 2013 10:53:41 AM] STDERR: [ERR] at java.lang.Thread.run(Thread.java:722)




    Upon further investigation, it looks like the launcher failed to download some of the LWJGL natives for my OS, Linux x64. There are files in ~/StarMade/native/linux/, but none in the x64/ subdirectory.



    Unrelated: Please do not dirty up my home directory with non-hidden folders. ~/StarMade ought to be ~/.starmade or something.



    Thanks,

    - SnoFox