http://bugs.winehq.org/show_bug.cgi?id=7881
Summary: JRE 1.3.1: RuntimeException in sun.awt.Win32GraphicsDevice.getDefaultPixIDImpl(Native Method) Product: Wine Version: 0.9.33. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-gdi-(printing) AssignedTo: wine-bugs@winehq.org ReportedBy: tk_fhd_aui@yahoo.de
This is a problem already discussed in wine-users. There is a workaround available to replace the JRE with a newer one during installation, but this isn't useful for novice users. When I understood right, as there wasn't a real solution found, I should report a bug. If else, simply close it.
The installer of SystemVision is mostly written in java and ships JRE 1.3.1 (Mentor seems not to care it's EOL) with it for this which is extracted and called by a native windows installer. When the java part is called, the following exception is thrown:
Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.RuntimeException: Unable to create a suitable default GraphicsConfiguration. Try changing your Display Settings. at sun.awt.Win32GraphicsDevice.getDefaultPixIDImpl(Native Method) at sun.awt.Win32GraphicsDevice.getDefaultPixID(Unknown Source) at sun.awt.Win32GraphicsDevice.getDefaultConfiguration(Unknown Source) at sun.awt.windows.WToolkit.resetGC(Unknown Source) at sun.awt.windows.WToolkit.<clinit>(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at java.awt.Toolkit$2.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.Toolkit.getDefaultToolkit(Unknown Source) at javax.swing.ImageIcon.<init>(Unknown Source) at javax.swing.ImageIcon.<init>(Unknown Source) at com.mentor.install.controlpanel.gui.InstallGUI.getImageIcon(InstallGUI.java:480) at com.mentor.install.controlpanel.Install.<init>(Install.java:207) at com.mentor.install.controlpanel.Install.main(Install.java:1437)
If I should add WINEDEBUG log's, please let me know the required options.