Hi,
I'm currently running a driving program in a loop that updates the scene
every 10 milliseconds via a thread. In this loop I am updating several
transform3D's as well as a few counters and trig calculations. I run the
(driving) program using the mainframe class and it works just fine. The
problem is, as I am driving around my course, the program will freeze and a
warning box will appear with the following:
Program Error
java.exe has generated errors and
will be closed by Windows.
You will need to restart the
program.
An error log is being created.
It then terminates the application. The only thing I can find about this is
it's a stack overflow problem. I use the following params:
java -Xmx128M -ss1000k filename but changing the stack allocation doesn't
solve the problem. I am running on windows2000 but have been able to
reproduce the error on Windows98. If anyone has experienced this before or
knows anything I could try, I would greatly appreciate it.
Shaun
===========================================================================
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".