Java applet: troubleshooting guide
The correct execution of the applet may fail due to a variety to reasons. The following possibilities are known so far:
- While starting the applet, the error message "Out of video memory" appears.
- After starting the applet, the browser window turns black.
- Applet starts incompletely, with parts appearing empty or white.
- Applet starts with completely white screen and error message.
While starting the applet, the error message "Out of video memory" appears.
After the applet is started, the error message Warning: Can't Create a New Surface. Out of video memory. This program will exit appears after a short loading period.
Normally this is due to an insufficiency of memory, either of the main memory or of the video memory. Please close other programs and start the applet anew.
After starting the applet, the browser window turns black.
Please check your Java version. For running, the applet needs at least Java version 6 update 16.
Otherwise, ther might be an incompability of video card and applet. For running, the applet needs the OpenGL (Open Graphics Library) standard, which some older video cards don't support.
Applet starts incompletely, with parts appearing empty or white.
Please update the drivers for your video card or screen and check your Java version. For running, the applet needs at least Java version 6 update 16.
Applet starts with completely white screen and error message.
After the applet completely loaded, the screen turns white and displays the error message Die Anwendung konnte nicht ausgeführt werden (the applet couldn't be executed).
The error log states that Für die Unterstützung von nativelib oder installer-desc muss der Cache aktiviert sein (for the support of nativelib or installer-desc, the cache needs to be activated).
Please open the Java Control Panel (to select by right clicking on the Java-symbol on the task bar) and choose temporary internet data - settings on the tab common settings.
Activate leave temporary data on computer in the following menu, close the control panel and start the applet again.
Zuletzt aktualisiert: 12. März 2010



