jonkogan / nullpomino

Automatically exported from code.google.com/p/nullpomino
0 stars 0 forks source link

Slick crashes at start (no error message box) #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported by a user that can play sdl and swing, but not slick.

No window is shown at all.
The new error message box for opengl does also not appear. (this should at 
least be fixed)

slick log:
11-01-22 21:13:41,065 [main] INFO mu.nu.nullpo.gui.slick.NullpoMinoSlick: 
NullpoMinoSlick Start 11-01-22 21:13:41,098 [main] WARN 
mu.nu.nullpo.gui.slick.NullpoMinoSlick: Cannot get driver informations 
java.lang.UnsatisfiedLinkError: 
org.lwjgl.DefaultSysImplementation.getPointerSize()I at 
org.lwjgl.DefaultSysImplementation.getPointerSize(Native Method) at 
org.lwjgl.Sys.<clinit>(Sys.java:100) at 
org.lwjgl.opengl.Display.<clinit>(Display.java:130) at 
mu.nu.nullpo.gui.slick.NullpoMinoSlick.main(NullpoMinoSlick.java:233) 11-01-22 
21:13:41,325 [main] FATAL mu.nu.nullpo.gui.slick.NullpoMinoSlick: Game 
initialize failed (NON-SlickException) java.lang.NoClassDefFoundError: Could 
not initialize class org.lwjgl.opengl.Display at 
org.newdawn.slick.AppGameContainer$1.run(AppGameContainer.java:39) at 
java.security.AccessController.doPrivileged(Native Method) at 
org.newdawn.slick.AppGameContainer.<clinit>(AppGameContainer.java:36) at 
mu.nu.nullpo.gui.slick.NullpoMinoSlick.main(NullpoMinoSlick.java:348)

Original issue reported on code.google.com by bob.ins...@gmail.com on 22 Jan 2011 at 8:28

GoogleCodeExporter commented 8 years ago
Fixed in r725

Original comment by pbomqlu910963@gmail.com on 30 Jan 2011 at 12:46