From: Kenneth B. R. <kbr...@al...> - 2002-11-11 16:31:48
|
> I have a problem with java4GL. I use this java library to use openGL under > the windows 2000. But , when I run my code including openGL commands , > the problem below occurs . For the first time I run program there is no > problem , however for the second time , the problem occurs. > if Someone knows solution of the problem and helps me , I will be happy , > Thanks in advance. > > An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xce8502e > Function name=(N/A) > Library=C:\WINNT\system32\i81xgicd.dll If the state between runs matters then it sounds like a driver bug. Check to see if there are any driver updates available for the Intel 810. You may also want to get a 3D upgrade card; even the lowest-end cards available from ATI or NVidia should drastically outperform the 810 and will probably be more stable as well. I also recommend converting your program to the GLEventListener model from the subclassing model to reduce the possible number of application errors. |