http://bugs.winehq.org/show_bug.cgi?id=7767
Summary: Reading Counts fails to install Product: Wine Version: CVS Platform: Other OS/Version: other Status: NEW Keywords: Installer Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
$ wine SRIWS.exe Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Stack Trace: java.lang.NoClassDefFoundError 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 sun.awt.GlobalCursorManager$CursorEvent.<init>(Unknown Source) at sun.awt.GlobalCursorManager.<clinit>(Unknown Source) at java.awt.Cursor.initIDs(Native Method) at java.awt.Cursor.<clinit>(Unknown Source) at java.awt.Window.<init>(Unknown Source) at java.awt.Frame.<init>(Unknown Source) at java.awt.Frame.<init>(Unknown Source) at com.zerog.ia.installer.Main.c(Unknown Source) at com.zerog.ia.installer.Main.main(Unknown Source) at java.lang.reflect.Method.invoke(Native Method) at com.zerog.lax.LAX.launch(Unknown Source) at com.zerog.lax.LAX.main(Unknown Source)
Sadly, WINEDEBUG=+relay causes the installer to abort early, so I didn't learn anything with that.
Looking at +file, I see the last file opened before the crash was C:\windows\temp\i1174067555\windows\resource\jre\bin\awt.dll That JRE seems to be Sun's J2RE Version 1.3.1.
You can use a different JRE, but you have to tell the installer to do it. I haven't tried this yet, but there is some doc on how to do it here: http://www.zerog.com/iamanual/usermanual_ia45/user_guides/contents.htm