On Tuesday, March 01, 2011 00:40:19 Haroogan [via jogamp] wrote:
>
> Hey there, I've recently created a few shaders - it is the first time I work
> with shaders in JOGL. When I use shaders in my JOGL application (I'm sitting
> on Eclipse btw) and run it - everything is OK - so shaders work fine. The
> problem starts when I, for instance, close the window by X button: the java
> application is stuck in processes, in other words it never terminates as
> usual. Therefore I have to go to task manager and kill this process
> forcefully - this is annoying and, in any case, does not work as intended.
> When I do not use shaders - everything is fine - closing by X button kills
> the process. I have already tried to use "Hello, World" VS and FS (to be
> sure that VS and FS are perfectly correct) and the result is the same -
> again and again the application is stuck.
let me guess: AMD Windows Catalyst driver - not the latest ?
(don't remember the version though)
update driver to latest .. and you might be fine, this is known at JVM exit.
~Sven