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
http://bugs.winehq.org/show_bug.cgi?id=31052
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer
--- Comment #1 from Austin English austinenglish@gmail.com 2012-06-28 12:42:29 CDT --- Try with a clean WINEPREFIX, it's more likely an issue with vc2005 being installed (potentially incomplete, looking at your bug 31039).
http://bugs.winehq.org/show_bug.cgi?id=31052
Mathieu Malaterre mathieu.malaterre@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Mathieu Malaterre mathieu.malaterre@gmail.com 2012-06-28 15:34:44 CDT --- your guess is correct !
Using:
$ mkdir /tmp/foobar
$ export WINEPREFIX=/tmp/foobar
I can install Java SDK nicely. I do not understand what is the issue with setting WINEPREFIX=/home/mathieu/.local/share/wineprefixes/vc2005express.
Closing as invalid.
http://bugs.winehq.org/show_bug.cgi?id=31052
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Jerome Leclanche adys.wh@gmail.com 2012-07-19 07:43:16 CDT --- Closing