[Bug 17712] New: Monopoly 2 uninstaller fails
http://bugs.winehq.org/show_bug.cgi?id=17712 Summary: Monopoly 2 uninstaller fails Product: Wine Version: 1.1.16 Platform: PC URL: http://appdb.winehq.org/objectManager.php?sClass=version &iId=15959 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P3 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: kennybobs(a)o2.co.uk Created an attachment (id=19910) --> (http://bugs.winehq.org/attachment.cgi?id=19910) Screenshot of error message Hasbro Interactive's Monopoly fails when trying to uninstall, with message "Unable to locate the installation log file 'C:\Program'. Uninstallation will not continue." The shortcut created during install executes the following command: env WINEPREFIX="/home/test/.wine" wine "C:\WINDOWS\ISUNINST.EXE" -f"C:\Program Files\Hasbro Interactive\Monopoly\Uninst.isu" I'm not sure how to workaround this, but it is a minor bug nonetheless. Monopoly uses Installshield and I am using GDM/Gnome/Ubuntu 8.10. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17712 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17712 --- Comment #1 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-03-13 13:48:56 --- Created an attachment (id=19911) --> (http://bugs.winehq.org/attachment.cgi?id=19911) Wine 1.1.16 +file -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17712 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |integration -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17712 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #2 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-15 17:05:23 --- Still present in latest git, although "wine uninstaller" does work. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17712 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Monopoly 2 uninstaller |Installshield doesn't like |fails |spaces in uninstall | |shortcuts -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17712 --- Comment #3 from Andrew Nguyen <arethusa26(a)gmail.com> 2009-08-18 10:46:23 --- Created an attachment (id=23164) --> (http://bugs.winehq.org/attachment.cgi?id=23164) Simple command line output program I think the issue is that quotes in the command line passed in when an application starts through the Wine loader are prepended with a backslash, whereas quotes in the command line when launched through CreateProcess are not. Wine loader: andrew(a)ubuntu-desktop:~$ wine ./commandline.exe.so "test" Received command line: Z:\home\andrew\commandline.exe.so test andrew(a)ubuntu-desktop:~$ wine ./commandline.exe.so \"test\" Received command line: Z:\home\andrew\commandline.exe.so \"test\" CreateProcess (cmd.exe): andrew(a)ubuntu-desktop:~$ wine cmd CMD Version 1.1.27 Z:\home\andrew>commandline.exe.so "test" Z:\home\andrew>Received command line: commandline.exe.so "test" Z:\home\andrew>commandline.exe.so \"test\" Z:\home\andrew>Received command line: commandline.exe.so \"test\" For the uninstaller command line, the backslash escape character causes the uninstaller to interpret the command line incorrectly, and thus fail. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17712 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-05-13 11:56:18 --- Fixed in latest git probably thanks to http://source.winehq.org/git/wine.git/?a=commitdiff;h=55e4eba2ec5657f2cac059... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17712 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-21 14:39:14 --- Closing bugs fixed in 1.2-rc1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17712 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |55e4eba2ec5657f2cac0591f032 | |3897a1ad848a3 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org