its prolly not as much of a bug, but lwjgl wont work for me
i once managed tog et one running (lwjgl-2.4.2)
but 2.6.2 doesnt work next to slick or anything
this is my error
Exception in thread "main" 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 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 pwsrpg2d.Main.main(Main.java:119)
i wiped all lwjgl and redownloaded it still got the error :|
anyone knows how to help?
thanks in advance.
what OS, Architecture, Java version and IDE are you using?
p.s. this is the bugs/rfe section so all posts should begin with [BUG], [RFE], etc see sticky post. If it doesn't fit in any of those headings please post in one of the other forums.
Windows Vista (OS)
Java 6 (Version)
Eclipse (IDE)
Not sure what you mean with Architecture though
Quote from: Aslan on November 29, 2010, 19:15:30
Not sure what you mean with Architecture though
32bit or 64bit.
anyway try this tutorial (http://www.ninjacave.com/lwjglwitheclipse) to see if it helps.