https://bugs.winehq.org/show_bug.cgi?id=31742
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|jre-6u33-windows-x64.exe |jre-6u33-windows-x64.exe |fails to install completely |fails to install completely | |(64-bit Java JVM with | |broken mixed mode | |execution)
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
it's a similar issue as bug 37389
If you download a newer 64-bit Java6 version it works.
'Java Runtime Environment 1.6.0.43 (64-bit)' -> http://filehippo.com/download_jre_64/14479/
The post install action crash can be worked around by forcing to interpreted mode ('-Xint' parameter):
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/Java/jre6/bin
$ wine ./java.exe -Xint com.sun.servicetag.Installer -source "Windows JRE installer" --- snip ---
It's probably not worth to bother further with this garbage.
Regards