Jump to content

ungutknut

Member
  • Posts

    1
  • Joined

  • Last visited

ungutknut's Achievements

  1. Thanks so far @Aricane and blindcoder For me step 5 produced this error message: Exception in thread "main" java.lang.NoSuchMethodError: Method org.lwjgl.openal.ALC10.nalcGetString(JI)Ljava/lang/String; name or signature does not match at org.lwjgl.openal.ALC10.initNativeStubs(Native Method) at org.lwjgl.openal.AL.init(AL.java:157) at org.lwjgl.openal.AL.create(AL.java:138) at org.lwjgl.openal.AL.create(AL.java:102) at org.lwjgl.openal.AL.create(AL.java:201) at zombie.openal.SoundStore$1.run(SoundStore.java:612) at java.security.AccessController.doPrivileged(Native Method) at zombie.openal.SoundStore.init(SoundStore.java:607) at zombie.GameWindow.maina(GameWindow.java:837) at zombie.gameStates.MainScreenState.main(MainScreenState.java:112)If anyone else encounters this problem: just leave it out. However... now (following step 1 to 4) the game starts but it's still not playable. After the introduction screen (this is the end times...) the screen is full of graphics errors and only the instruction-window and the inventory are visible. Also the context-menu can be seen when I right-click somewhere on the screen. Is this a known bug to someone? Anybody got some advice? Relevant system info: Xubuntu 12.04 64bit, Radeon HD3870 with newest proprietary driver (soon to be replaced with a HD7850 which features newer drivers - probably this will help?) Thanks in advance.
×
×
  • Create New...