Re: Strange problem on new laptop
Posted by Tomd on Dec 21, 2011; 5:29pm
URL: https://forum.jogamp.org/Strange-problem-on-new-laptop-tp3601952p3604642.html
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).
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.