Hello,

I get the following exception when I run my own j3d based java application
under MacOS X 10.3.2 Panther with Java3D 1.0 *beta*:

java.lang.IllegalMonitorStateException: current thread not owner
    at javax.media.j3d.DrawingSurfaceObjectAWT.unlockAWT(Native Method)
    at
javax.media.j3d.DrawingSurfaceObjectAWT.unLock(DrawingSurfaceObjectAWT.java:
82)
    at javax.media.j3d.Renderer.doWork(Renderer.java:771)
    at javax.media.j3d.J3dThread.run(J3dThread.java:250)

The above j3d exception occurs in startup phase of my application.
When I repeat startup often enough (3-5 times) the exception does not appear
anymore and my application runs fine.

I've tried to run some other j3d based test programs and had no problems
with them, so Java3D 1.0 beta on MacOS X 10.3.2 seems to work in principle.
Does anybody has an idea how to solve my problem with "current thread not
owner" exception ?
Or is there a *final* version of Java3D for MacOS X at the horizon ?

Thanks for any help in advance !

Maik Diergardt

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to