Running Ubuntu Dapper Drake 6.06 wine version 0.9.14 Trying to install Rosetta Stone Application version 2.1.3A Calling the Setup.exe on the application disk of the Rosetta Stone package results in the InstallAnywhere window popping up and reaching 100% completion of the install preparation, then the window goes away, the console hangs for a few more seconds, and then the following error and trace is displayed. How to address this type of error? Thanks in advance. $ wine e:\Setup.exe cwd: C:\windows\temp\I1148965923\Windows cmd: "C:\windows\temp\I1148965923\Windows\resource\jre\bin\javaw.exe" -Xms16777216 -Xmx50331648 -classpath "C:\windows\temp\I1148965923\InstallerData\IAClasses.zip;C:\windows\temp\I1148965923\Windows\resource\jdglue.zip;C:\windows\temp\I1148965923\InstallerData\Execute.zip;C:\windows\temp\I1148965923\Windows\InstallerData\Execute.zip;C:\windows\temp\I1148965923\InstallerData\Resource1.zip;C:\windows\temp\I1148965923\Windows\InstallerData\Resource1.zip;C:\windows\temp\I1148965923\InstallerData;C:\windows\temp\I1148965923\Windows\InstallerData;" com.zerog.lax.LAX "C:/windows/temp/I1148965923/Windows/Setup.lax" "C:/windows/temp/laxc37c.tmp" fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored 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.LifeCycleManager.f(DashoA8113) at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113) at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113) at com.zerog.ia.installer.Main.main(DashoA8113) at java.lang.reflect.Method.invoke(Native Method) at com.zerog.lax.LAX.launch(DashoA8113) at com.zerog.lax.LAX.main(DashoA8113) This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
Daniel Skorka
2006-May-30 11:05 UTC
[Wine] Re: javaw.exe exits with InvocationTargetException
Frank <FrankRehwinkel@gmail.com> wrote:> completion > of the install preparation, then the window goes away, the console > hangs for a few > more seconds, and then the following error and trace is displayed. > > How to address this type of error? Thanks in advance. > [...]Looks like the application is written in Java. ATM, Java VMs will run very poorly under wine. This is expected to improve (and a target for wine 1.0). Daniel
Sylvain Petreolle
2006-May-31 05:59 UTC
[Wine] javaw.exe exits with InvocationTargetException
Hi Frank, Is that app specifically written for Windows ? Otherwise you should try to install a jvm and run it as native. --- Frank <FrankRehwinkel@gmail.com> a ?crit :> Running Ubuntu Dapper Drake 6.06 > wine version 0.9.14 > Trying to install Rosetta Stone Application version 2.1.3A > > Calling the Setup.exe on the application disk of the Rosetta Stone > package > results in the InstallAnywhere window popping up and reaching 100% > completion > of the install preparation, then the window goes away, the console > hangs for a few > more seconds, and then the following error and trace is displayed. > This Application has Unexpectedly Quit: Invocation of this Java > Application has caused an InvocationTargetException. This application > will now exit. (LAX)Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Listen to free Music: http://www.jamendo.com Windows is proprietary, use free ReactOS instead : http://www.reactos.org
Yes, this is an app that appears to be written for Windows. (The CD says Mac too.) There are some binary pieces that don't rely on Java, most likely, since the programs I've found to run on the CD-Rom are named autorun.exe and Setup.exe.
Assuming for the moment that the CD's binary has its own JVM packaged with it, what about its use of the OS is hard for Wine to emulate? Have other JVM packages been made to run on Wine? And are there any debug levels that are worth turning on to see were it is accessing the OS and might be getting into trouble?