Hi,
I’m having a problem with the Devil library.
When i call it by :
IL.create();
I get
org.lwjgl.LWJGLException: Could not load devil library.
at org.lwjgl.devil.IL.nCreate(Native Method)
at org.lwjgl.devil.IL.create(IL.java:587)
at Figures.main(Figures.java:27)
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x00000000, pid=14307, tid=3086760416
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode, sharing)
# Problematic frame:
# C 0x00000000
#
# An error report file with more information is saved as hs_err_pid14307.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
I’m under Linux, i’ve the last LWJGL version (0.97). I’ve put the natives in the i386 directory…i’ve import the Devil library “import org.lwjgl.devil.*;”
Do you have any idea of the problem ?
Thanks a lot for answering.