http://bugs.winehq.org/show_bug.cgi?id=31052
Bug #: 31052 Summary: Cannot install Sun JDK when WINEPREFIX is set Product: Wine Version: 1.5.5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mathieu.malaterre@gmail.com Classification: Unclassified
Steps:
Download (manually?) jdk-6u33-windows-i586.exe from http://www.oracle.com/technetwork/java/javase/downloads/jdk6-downloads-16375...
Then:
$ md5sum ~/Downloads/jdk-6u33-windows-i586.exe 8eecff1babe4c4876c97c72dc0c05f2e /home/mathieu/Downloads/jdk-6u33-windows-i586.exe $ echo $WINEPREFIX /home/mathieu/.local/share/wineprefixes/vc2005express $ wine ~/Downloads/jdk-6u25-windows-i586.exe
-> It should display an error message saying "Installer: Wrapper.CreateFile failed with error 3: Path not found"
Where:
$ ls $WINEPREFIX dosdevices/ drive_c/ system.reg userdef.reg user.reg winetricks.log wrapper.cfg
Workaround: unsetting WINEPREFIX solve the issue