Problem since Jogl 2.2.1

classic Classic list List threaded Threaded
28 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Problem since Jogl 2.2.1

Sven Gothel
Administrator
On 09/23/2014 04:56 PM, Sven Gothel wrote:

> On 09/23/2014 01:11 PM, gouessej [via jogamp] wrote:
>> Actually, only a few applets don't work even with the Intel driver but it
>> comes from the Java Plugin. However, the OEM driver makes those applications
>> crash.
>>
>> I succeeded to run other demos except one using a "normal" applet.
>>
>> I already reproduce your bug with a rudimentary example that creates a
>> JCanvas3D, please look at the bug report 1078. The logs are here:
>> https://jogamp.org/bugzilla/attachment.cgi?id=643
>
> thx .. 2.2.2 is on its way, a signed pre-build
> is in deployment/archive/b22x/ .. to test applets,
> i.e. WinXP works again :)
On the bottom of the applet test page (Misc),
there is also a new GLJPanel+GLCanvas demo applet
using GL2 only.





signature.asc (828 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Problem since Jogl 2.2.1

gouessej
Administrator
In reply to this post by Sven Gothel
I have already provided a small test case but it uses Java3D. I have failed in writing a pure JOGL test case. I'll play all existing unit tests on the faulty machine tomorrow.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Problem since Jogl 2.2.1

gouessej
Administrator
In reply to this post by Andreas
Andreas wrote
The point is, that the same application with JOGL 2.1.5 and Java3D 1.6.0 pre9 is working.
My latest test with JOGL 2.1.5 and Java3D 1.6.0 pre9 shows that there is exactly the same crash when trying to create a JCanvas3D  :(
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Problem since Jogl 2.2.1

gouessej
Administrator
In reply to this post by Sven Gothel
"There is no rendering to a pbuffer by GDI": https://www.opengl.org/registry/specs/ARB/wgl_pbuffer.txt

I wonder whether using both ARB and GDI can cause any troubles.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Problem since Jogl 2.2.1

gouessej
Administrator
In reply to this post by Andreas
Andreas wrote
The point is, that the same application with JOGL 2.1.5 and Java3D 1.6.0 pre9 is working.
Please can you let me know whether another version was working?
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Problem since Jogl 2.2.1

gouessej
Administrator
My hack is enough to make Java3D work again :) Andreas, when a new build is ready, will you be able to update your software and confirm whether it works? If there is still a problem, you'll have to provide another test case to reproduce your bug.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Problem since Jogl 2.2.1

Andreas
Oh, cool. I think that is possible.
Reply | Threaded
Open this post in threaded view
|

Re: Problem since Jogl 2.2.1

gouessej
Administrator
It should work now with JOGL 2.2.4.
Julien Gouesse | Personal blog | Website
12