[Bug 12346] New: Installation second cd
http://bugs.winehq.org/show_bug.cgi?id=12346 Summary: Installation second cd Product: Wine Version: 0.9.58. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: tkachenkok(a)gmx.de Created an attachment (id=11827) --> (http://bugs.winehq.org/attachment.cgi?id=11827) console-output of wine At the installation of the Lingvo 12.0 the second cd is requested. After wine eject it is possible to eject cd by pushing the eject-button at the cd-rom. But after insertion and automounting of the second cd it isn't recognized (pushing retry button in the "insert second cd" dialog does nothing). -- 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=12346 Konstantin <tkachenkok(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkachenkok(a)gmx.de --- Comment #1 from Konstantin <tkachenkok(a)gmx.de> 2008-04-03 09:00:28 --- If someone could give me advice to the installation process or need a more information - just let me know. I do need this application working! -- 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=12346 Lei Zhang <thestig(a)google.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #2 from Lei Zhang <thestig(a)google.com> 2008-04-03 12:19:54 --- After you eject the first CD, you may need to manually unmount the file system, insert the second CD, and remount the new cd. -- 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=12346 --- Comment #3 from Konstantin <tkachenkok(a)gmx.de> 2008-04-04 01:37:32 --- Created an attachment (id=11837) --> (http://bugs.winehq.org/attachment.cgi?id=11837) Console in-out: Try to remount second cd after insertion. -- 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=12346 --- Comment #4 from Konstantin <tkachenkok(a)gmx.de> 2008-04-04 01:41:38 --- (In reply to comment #2)
After you eject the first CD, you may need to manually unmount the file system, insert the second CD, and remount the new cd.
I've tried it - just the same result. I've used the mount command like this: sudo mount -t iso9660 -o ro,user,exec /dev/sr0 /media/disk2 The whole console output of my attempt is in the attachment http://bugs.winehq.org/attachment.cgi?id=11837 -- 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=12346 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com URL| |http://www.lingvo.com/produc | |ts/ --- Comment #5 from Dan Kegel <dank(a)kegel.com> 2008-04-05 09:14:44 --- Gerry Visel reports similar behavior with MS Flight Simulator 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=12346 --- Comment #6 from Konstantin <tkachenkok(a)gmx.de> 2008-04-05 14:56:04 --- How can I help to trace the bug? I could try the same and send the log with the WINEDEBUG=+relay or something like this, but I cannot understand the output. -- 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=12346 --- Comment #7 from Konstantin <tkachenkok(a)gmx.de> 2008-04-09 07:37:07 --- Created an attachment (id=12011) --> (http://bugs.winehq.org/attachment.cgi?id=12011) Output WINEDEBUG=+relay with some native dlls Here I tried to use native dlls to install lingvo 12. That dlls are : msi.dll ole32.dll oleaut32.dll rpcrt4.dll shell32.dll shlwapi.dll I wanted to try some more (gdi32.dll advapi32.dll kernel32.dll ntdll.dll msvcrt.dll user32.dll). But the msvcrt.dll cannot be load and all the other libraries "are not recommended to overload". Is it all I can do at this point (except debugging :) ) ? -- 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=12346 --- Comment #8 from Konstantin <tkachenkok(a)gmx.de> 2008-05-18 02:08:52 --- I've tried the installation with the versions: 1.0-rc1 - just the same result, 0.9.61 - just the same. I've seen, that Aleksandr Yakimov has successfully installed the 12.0 Lingvo and I've written to him. He answered, that he didn't use the automount system. So I tried it (with wine 0.9.61): I've tried it with fvwm2 :) - there is no automounter there. So, I did something like this: # mkdir /media/lingvo # mount -t iso9660 -o ro,exec,uid=1000,gid=100,utf8 /dev/sr0 /media/lingvo/
winecfg ... ; /media/lingvo were automatically associated with "d:" wine "d:\\Setup.exe"
So, it does nothing. With automounting under KDE there was at least a setup window. I've tried
wine "d:\\Autostart.exe"
The Autostart.exe window comes up, but I still cannot start setup. I've tried some other mount options variants: # mount -t iso9660 -o ro,exec,uid=1000,gid=100 /dev/sr0 /media/lingvo/ ... # mount -t iso9660 /dev/sr0 /media/lingvo/ ... Just with the same effect. Best regards to all -- 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=12346 --- Comment #9 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-23 13:52:28 --- (In reply to comment #8)
I've tried wine "d:\\Autostart.exe"
This might not work with some installers. First make sure that your cdrom mapped to drive D: and that it's type is set to cdrom. Second run: 'cd ~; winefile' navigate to drive D: and start the 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=12346 --- Comment #10 from Austin English <austinenglish(a)gmail.com> 2008-11-23 15:41:23 --- Is this still an issue in current (1.1.9 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=12346 Jonathan Barnard <WineLauncher.Jonathan(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |WineLauncher.Jonathan(a)gmail. | |com --- Comment #11 from Jonathan Barnard <WineLauncher.Jonathan(a)gmail.com> 2009-01-25 12:40:52 --- (In reply to comment #10)
Is this still an issue in current (1.1.9 or newer) wine?
Yes, with Command & Conquer Generals. Tested with wine 1.1.13. -- 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=12346 elad <el.il(a)doom.co.il> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #12 from elad <el.il(a)doom.co.il> 2009-02-05 02:19:48 --- *** This bug has been confirmed by popular vote. *** -- 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=12346 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2009-08-05 10:17:05 --- Is this still an issue in current (1.1.26 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=12346 --- Comment #14 from Konstantin <tkachenkok(a)gmx.de> 2009-09-03 05:02:37 --- I've tested the installation once more with the latest wine (wine-1.1.28), after running wine-doors. The problem is still there with wine dlls and manual mounting of the second cd. Each time I press "Try again" Button, comes error message in the console: "err:msi:msi_view_get_row Error fetching data for 1" -- 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=12346 --- Comment #15 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-09-03 05:26:59 --- Don't use wine-doors, use plain Wine, otherwise the bug will be marked as invalid. -- 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=12346 --- Comment #16 from Konstantin <tkachenkok(a)gmx.de> 2009-09-03 06:05:43 --- Without wine-doors is the result the same. -- 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=12346 Lee Newton <lee.newton(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lee.newton(a)gmail.com -- 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=12346 Matthew Millar <mattmill30(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mattmill30(a)hotmail.com --- Comment #17 from Matthew Millar <mattmill30(a)hotmail.com> 2010-02-18 12:24:12 --- This is also a problem with Age Of Empires III 1) "Insert AoE III Disk 2" dialog pops up 2) eject disk 1 (wine eject) 3) insert disk 2 4) dir d: (disk 2 files are listed) 5) click Retry on "Insert AoE III Disk 2" dialog (no disk spin-up, dialog box re-appears) Thanks, Matthew Millar -- 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=12346 --- Comment #18 from Austin English <austinenglish(a)gmail.com> 2011-03-29 19:09:47 CDT --- I still see this occasionally with some installers. Often, copying the files from cd into a folder on the hdd and running setup from there works around it. -- 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=12346 Marcelo <marcelo-barth(a)comcast.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marcelo-barth(a)comcast.net --- Comment #19 from Marcelo <marcelo-barth(a)comcast.net> 2011-11-14 21:33:53 CST --- (In reply to comment #17)
This is also a problem with Age Of Empires III 1) "Insert AoE III Disk 2" dialog pops up 2) eject disk 1 (wine eject) 3) insert disk 2 4) dir d: (disk 2 files are listed) 5) click Retry on "Insert AoE III Disk 2" dialog (no disk spin-up, dialog box re-appears) Thanks, Matthew Millar
I believe the issue is that the install is looking for CD Label "AoE III Disk 2" and the actual label on the CD is "AOE III Disk 2". Windows is not case sensitive but us in the Linux world are. How do we get around this? Is there a way to mount the CD and tell it to ignore case, I thought there was an option but can not find it. -- 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=12346 --- Comment #20 from Marcelo <marcelo-barth(a)comcast.net> 2011-11-14 22:16:50 CST --- (In reply to comment #17)
This is also a problem with Age Of Empires III 1) "Insert AoE III Disk 2" dialog pops up 2) eject disk 1 (wine eject) 3) insert disk 2 4) dir d: (disk 2 files are listed) 5) click Retry on "Insert AoE III Disk 2" dialog (no disk spin-up, dialog box re-appears) Thanks, Matthew Millar
I believe the issue is that the install is looking for CD Label "AoE III Disk 2" and the actual label on the CD is "AOE III Disk 2". Windows is not case sensitive but us in the Linux world are. How do we get around this? Is there a way to mount the CD and tell it to ignore case, I thought there was an option but can not find it. -- 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=12346 --- Comment #21 from Hans Leidekker <hans(a)meelstraat.net> 2011-11-15 02:33:27 CST --- Created attachment 37499 --> http://bugs.winehq.org/attachment.cgi?id=37499 debug patch Try this patch to test that theory. -- 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=12346 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer, 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=12346 --- Comment #22 from Marcelo <marcelo-barth(a)comcast.net> 2011-11-19 13:51:59 CST --- Hans you are the man!!! downloaded latest wine source 1.3.32 modified media.c (as per patch) and built. Tried installing AOE3 and right away new error, "intaller needs apphelp.dll.ApphelpCheckInstallShieldPackage" somewhere I read that this was introduced in 1.3.32 and that 1.3.31 worked, so I grabbed the 1.3.31 source modified media.c and built again. Again same error! Did some more research and found Bug:28975 and its workaround $ WINEDLLOVERRIDES="apphelp=d" wine ./setup.exe tried installing again, received insert Disk2, and it worked!!! Completed installation and played a game! -- 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=12346 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |3ad3a184d5cbb92dd6fb94c82a2 | |7dda23e4cd3c8 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #23 from Austin English <austinenglish(a)gmail.com> 2011-11-22 13:27:31 CST --- http://source.winehq.org/git/wine.git/commitdiff/3ad3a184d5cbb92dd6fb94c82a2... -- 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=12346 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #24 from Alexandre Julliard <julliard(a)winehq.org> 2011-12-02 13:34:06 CST --- Closing bugs fixed in 1.3.34. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=12346 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Component|-unknown |msi -- 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