LWJGL 0.9 and MacOS X

Started by jrnovoa, April 20, 2004, 09:27:19

Previous topic - Next topic

jrnovoa

Hi, sorry for my bad english.

I have been created a .command script for the LWJGL 0.9 demos:

java -cp .:lwjgl_test.jar:lwjgl.jar: -Djava.library.path=. org.lwjgl.test.opengl.Game


And I get this error:

Setting display mode to 640 x 480 x 32 @67Hz
Created display.
Created OpenGL.
Timer resolution: 1000000
Number of texture units: 2
java.lang.UnsatisfiedLinkError: nIsVisible
       at org.lwjgl.opengl.Window.nIsVisible(Native Method)
       at org.lwjgl.opengl.Window.isVisible(Unknown Source)
       at org.lwjgl.test.opengl.Game.main(Unknown Source)
logout
[Process completed]

wath is the error?


thanks.

elias

It's a known error and has been fixed in CVS. Maybe matzon will upload a fixed binary for mac soon.

- elias

Matzon

yeah - it'll have to wait untill tomorrow though, busy at the moment.

Matzon


jrnovoa

Quote from: "Matzon"I build a new one, could you please test it?
http://prdownloads.sourceforge.net/java-game-lib/lwjgl-mac-0.9.zip?download


Yes, thanks. It works ok now... :o)