Bug 609

Summary: gluegen-rt-natives-amd64.jar is referred to as gluegen-natives-amd64.jar in source
Product: [JogAmp] Gluegen Reporter: ddukki
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED INVALID    
Severity: minor CC: ddukki
Priority: ---    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

Description ddukki 2012-08-25 17:48:17 CEST
For some reason, in the Aug. 3 build, the gluegen-rt-natives-amd64.jar is loaded as gluegen-natives-amd64.jar (i.e. missing the "-rt-"), and since there is no such file, it crashes.  I had to rename the file to remove the "-rt-" to get it to load properly.  No other errors, just the renaming fixed it.

Crashes on JOCL when enumerating all available platforms.
Comment 1 Sven Gothel 2012-09-16 14:00:32 CEST
Is this still valid ? Can you confirm this w/ latest aggregated autobuild (coming up today).
And if so - can you give us a recipe to reproduce ?
Comment 2 Sven Gothel 2012-09-16 15:48:56 CEST
The only way there could be an attempt to load "gluegen-natives-<os.and.arch>.so"
is that you use gluegen.jar instead of gluegen-rt.jar.

This is no more possible anyways, since gluegen RT symbols/classes
are removed from gluegen.jar - to make this clear.

There is also no reference of gluegen-natives* in JOCL, I just checked the 'git log -u' diff report.

Closing this bug, since not reproducible.

Pls reopen, if still an issue.