[Bug 15161] New: Flatout 1 installer fails
http://bugs.winehq.org/show_bug.cgi?id=15161 Summary: Flatout 1 installer fails Product: Wine Version: 1.1.4 Platform: PC OS/Version: Windows XP Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: glenn(a)webmind.be Created an attachment (id=15894) --> (http://bugs.winehq.org/attachment.cgi?id=15894) Flatout install failure wine output After selecting where to install flatout, the copy process starts and abruptly ends with a message saying that the installer was interrupted before completion. -- 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=15161 --- Comment #1 from Glenn Matthys <glenn(a)webmind.be> 2008-09-07 07:10:50 --- Created an attachment (id=15895) --> (http://bugs.winehq.org/attachment.cgi?id=15895) Flatout install failure screenshot -- 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=15161 Austin English <austinenglish(a)gmail.com> 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=15161 --- Comment #2 from James Hawkins <truiken(a)gmail.com> 2008-09-07 15:28:09 --- Several problems: a) it looks like you haven't added the dvd drive to wine in winecfg b) you have to run setup.exe from the directory in which the file resides $ cd /media/dvd $ wine setup.exe -- 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=15161 --- Comment #3 from Glenn Matthys <glenn(a)webmind.be> 2008-09-07 15:47:33 --- (In reply to comment #2)
Several problems: a) it looks like you haven't added the dvd drive to wine in winecfg b) you have to run setup.exe from the directory in which the file resides
$ cd /media/dvd $ wine setup.exe
* Tried changing the cwd to /media/dvd and running setup.exe from there, same result as in original report. * Added a CD-ROM drive D: to wine, ran "wine D:\setup.exe", again same result as in original report (except ofcourse the changed path in the error messages, D: instead of Z:\media\dvd). -- 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=15161 --- Comment #4 from Glenn Matthys <glenn(a)webmind.be> 2008-09-07 15:47:58 --- Created an attachment (id=15911) --> (http://bugs.winehq.org/attachment.cgi?id=15911) Flatout install failure with CD-ROM drive attempt -- 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=15161 --- Comment #5 from James Hawkins <truiken(a)gmail.com> 2008-09-07 16:20:54 --- What is the result of this command? $ find /media/dvd -name "common2.bfs" -- 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=15161 --- Comment #6 from Glenn Matthys <glenn(a)webmind.be> 2008-09-08 01:30:14 --- (In reply to comment #5)
What is the result of this command?
$ find /media/dvd -name "common2.bfs"
Turns back negative, because common2.bfs is on the second CD. On windows the installer asks to insert the second CD at that point, under wine it aborts. -- 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=15161 --- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-09-08 01:37:15 --- hmm interesting. Please attach the .msi file to this bug report, compressed if needed. -- 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=15161 --- Comment #8 from Glenn Matthys <glenn(a)webmind.be> 2008-09-08 01:46:58 --- Created an attachment (id=15924) --> (http://bugs.winehq.org/attachment.cgi?id=15924) Flatout MSI 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=15161 --- Comment #9 from Glenn Matthys <glenn(a)webmind.be> 2008-09-08 01:48:31 --- I've merged the two CD's files and then the installer works. (The game runs fine as well). This could be added as a work-around in the AppDB. -- 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=15161 --- Comment #10 from James Hawkins <truiken(a)gmail.com> 2008-09-08 01:54:58 --- Created an attachment (id=15925) --> (http://bugs.winehq.org/attachment.cgi?id=15925) test patch Can you please compile git wine with the attached patch applied and retry with the original media? -- 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=15161 --- Comment #11 from Glenn Matthys <glenn(a)webmind.be> 2008-09-08 03:13:53 --- Created an attachment (id=15926) --> (http://bugs.winehq.org/attachment.cgi?id=15926) Install error message wine from git 20080908 + patch 15925 -- 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=15161 --- Comment #12 from Glenn Matthys <glenn(a)webmind.be> 2008-09-08 03:15:03 --- Created an attachment (id=15927) --> (http://bugs.winehq.org/attachment.cgi?id=15927) Install error log output wine from git 20080908 + patch 15925 -- 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=15161 --- Comment #13 from Glenn Matthys <glenn(a)webmind.be> 2008-09-08 03:17:07 --- (In reply to comment #12)
Created an attachment (id=15927) --> (http://bugs.winehq.org/attachment.cgi?id=15927) [details] Install error log output wine from git 20080908 + patch 15925
Using CD-ROM drive emulation. (Running straight from /media/dvd still gives the same result as before using wine-1.1.4 and no patches) -- 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=15161 --- Comment #14 from James Hawkins <truiken(a)gmail.com> 2008-09-08 03:47:30 --- (In reply to comment #13)
(In reply to comment #12)
Created an attachment (id=15927) --> (http://bugs.winehq.org/attachment.cgi?id=15927) [details] [details] Install error log output wine from git 20080908 + patch 15925
Using CD-ROM drive emulation. (Running straight from /media/dvd still gives the same result as before using wine-1.1.4 and no patches)
Huh? So did you put in the second cdrom when it prompted you to and then press retry? -- 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=15161 --- Comment #15 from Glenn Matthys <glenn(a)webmind.be> 2008-09-08 03:56:14 --- (In reply to comment #14)
(In reply to comment #13)
(In reply to comment #12)
Created an attachment (id=15927) --> (http://bugs.winehq.org/attachment.cgi?id=15927) [details] [details] [details] Install error log output wine from git 20080908 + patch 15925
Using CD-ROM drive emulation. (Running straight from /media/dvd still gives the same result as before using wine-1.1.4 and no patches)
Huh? So did you put in the second cdrom when it prompted you to and then press retry?
Ofcourse I did... -- 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=15161 --- Comment #16 from James Hawkins <truiken(a)gmail.com> 2008-09-08 04:27:06 --- (In reply to comment #15)
Huh? So did you put in the second cdrom when it prompted you to and then press retry?
Ofcourse I did...
..and then what happened?
[glenn(a)polaris ~]$ wine "D:\setup.exe"
You're not running it correctly. Please read comment #2 again. -- 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=15161 --- Comment #17 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-08 09:02:59 --- (In reply to comment #16)
[glenn(a)polaris ~]$ wine "D:\setup.exe"
You're not running it correctly. Please read comment #2 again.
The easiest way would be to use this command instead: wine start /unix /media/dvd/setup.exe -- 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=15161 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=15161 --- Comment #18 from Austin English <austinenglish(a)gmail.com> 2009-03-10 15:07:28 --- Is this still an issue in current (1.1.16 or newer) wine? -- 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=15161 Thomas Green <tom78999(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tom78999(a)gmail.com --- Comment #19 from Thomas Green <tom78999(a)gmail.com> 2009-03-13 13:39:10 --- Yes, I experienced the same problem under wine 1.1.16. -- 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=15161 --- Comment #20 from Austin English <austinenglish(a)gmail.com> 2009-09-15 15:35:23 --- Is this still an issue in current (1.1.29 or newer) wine? -- 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=15161 Paweł Szymański <szyszko(a)op.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |szyszko(a)op.pl --- Comment #21 from Paweł Szymański <szyszko(a)op.pl> 2010-01-23 21:54:22 --- (In reply to comment #20)
Is this still an issue in current (1.1.29 or newer) wine?
Yes it is. -- 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=15161 --- Comment #22 from Austin English <austinenglish(a)gmail.com> 2011-03-29 19:30:29 CDT --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.3.16 or newer) wine? -- 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=15161 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |Linux -- 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=15161 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? Status|UNCONFIRMED |NEW CC| |frederic.delanoy(a)gmail.com Ever Confirmed|0 |1 --- Comment #23 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-05-16 01:33:38 CDT --- Can you please retry with recent wine (1.5.30 or later)? Otherwise this bug will be abandoned soon. -- 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=15161 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED --- Comment #24 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-06-23 14:31:10 CDT --- Abandoned. -- 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=15161 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #25 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-06-23 14:32:09 CDT --- Closing. -- 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