Posted by
Sven Gothel on
Dec 21, 2011; 5:53pm
URL: https://forum.jogamp.org/Strange-problem-on-new-laptop-tp3601952p3604690.html
On Wednesday, December 21, 2011 06:29:57 PM Tomd [via jogamp] wrote:
>
> Thanks, now i have gone right back to the start it does now build with just
> those two DLLs. I don't know why it didn't work before. I think sometimes
> the netbeans caching gets confused if you make a lot of changes
>
> I am also trying to build the 64 bit version to try that. I get an odd error
> with rc5:
>
> java.io.FileNotFoundException:
> C:\jogl\jogl-rc5-64bit\jar\gluegen-rt-natives-windows-i586.jar (The system
> cannot find the file specified)
>
> The project doesn't reference that file (which doesn't exist anyway), why
> would the 64 bit gluegen be trying to drag in an i586 file? (I tried with
> rc4 and got the same message).
Because your JVM is 32bit !
Gluegen RT detects your JVM and OS / architecture
and attempts to load the native JAR file accordingly.
So drag in the 32bit jogamp packages or use a 64bit JVM.
>
> Something else very odd too. After running my application on the laptop,
> java panels don't render properly. The effect is similar to the effect on
> Vista when you can see a background window through the title bars of another
> window - faded, very blurred and shapes distorted. It really looks like an
> image filter has been applied.
>
> This affects ALL java applications, eg the Java window in Control Panel,
> until the machine is power cycled.
Maybe - after installing the proper jogamp package,
you can run those etc\test_dbg.bat and etc\test.bat
and send the produced log files.
~Sven