[FIXED] Error setting native libraries path. LWJGL not available for windows 7

Started by carlo_salinari, January 28, 2011, 15:33:38

Previous topic - Next topic

carlo_salinari

- description
The same eclipse application (using lwjgl plugin 2.6) runs flawlessly uder linux x86_32 but fails to run under win 7 64bit, giving the error message in the subject.
See full stack trace in attachments.

- steps to reproduce
under win 7 64
install lwjgl eclipse plugin 2.6
create a basic eclipse application with a View
create a GLCanvas an try to use it ( GLContext.useContext(canvas) )

I attach my little application as a test case.

Matthias

LWJGL is for sure available for Windows 7 64bit. I use it in that environment myself since several month. So it's more likely related to that eclipse plugin which does not provide all native files.

carlo_salinari

I thought that as well. But the content of my C:\eclipse\plugins\org.lwjgl_2.6.0\native\windows looks ok to me:

Directory of C:\eclipse\plugins\org.lwjgl_2.6.0\native\windows

01/18/2011  12:25 AM    <DIR>          .
01/18/2011  12:25 AM    <DIR>          ..
01/17/2011  10:36 PM            31,232 jinput-dx8.dll
01/17/2011  10:36 PM            65,024 jinput-dx8_64.dll
01/17/2011  10:36 PM            29,696 jinput-raw.dll
01/17/2011  10:36 PM            62,464 jinput-raw_64.dll
01/17/2011  10:36 PM           197,120 lwjgl.dll
01/17/2011  10:36 PM           305,664 lwjgl64.dll
01/17/2011  10:36 PM            56,832 OpenAL32.dll
01/17/2011  10:36 PM           157,184 OpenAL64.dll
               8 File(s)        905,216 bytes
               2 Dir(s)  32,433,643,520 bytes free


Should I file this bug somewhere else? Who's maintaining the lwjgl eclipse plugin? Is this forum the wrong place?

Matzon

The eclipse plugin is maintained by Jens Von Pilgrim. I have a private copy that I used to create the update site.
I am using both Windows 7 in 32 and 64 bit - and have not noticed anything. I will double check my win7 64bit installations later.

The code for the plugin is in JVPs private svn, we have talked about adding it to lwjgls svn, but nothing conclusive yet. There is an issue about the license being EPL, but from my POV I dont see that as a problem.

I'll let you know later.

Matzon

confirming, I'll see what can be done about it

Quoteeclipse.buildId=M20100909-0800
java.version=1.6.0_18
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=da_DK
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product


Error
Fri Jan 28 21:36:07 CET 2011
Error setting native libraries path. LWJGL not available for windows 7(amd64)

carlo_salinari

Thanks.
I'll get in touch with Jens to see if I can get the source and have a look at it myself too.