[Bug 13575] New: iTunes does not start on x86 computers
http://bugs.winehq.org/show_bug.cgi?id=13575 Summary: iTunes does not start on x86 computers Product: Wine Version: unspecified Platform: PC-x86-64 OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: odbc AssignedTo: wine-bugs(a)winehq.org ReportedBy: lex148+wine(a)gmail.com iTunes throws error from Library ODBC32.dll when starting. I believe this is only a problem on x64 computers. OUTPUT FROM CONSOLE: lex(a)lex-desktop:~/.wine/drive_c/Program Files/iTunes$ wine iTunes.exe err:module:import_dll Library ODBC32.dll (which is needed by L"C:\\Program Files\\iTunes\\iTunes.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\iTunes\\iTunes.exe" failed, status c0000135 Steps to reproduce: 1) download and install iTunes. 2) run "wine iTunes.exe" error: see output above. expected: iTunes to start. NOTE: Created a new ticket on request of ticket <a href="http://bugs.winehq.org/show_bug.cgi?id=12836">12836</a> This error was on a Ubuntu X64 computer running wine-1.0-rc3 on a ext3 partition. I added native odbc32.dll and odbcint.dll this got iTunes running. -- 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=13575 Hewus <hewus.owns(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hewus.owns(a)gmail.com --- Comment #1 from Hewus <hewus.owns(a)gmail.com> 2008-05-31 11:13:20 --- I can confirm this issue. wine-1.0-rc3 on x86-64 (not x86 as the bug title states). Native odbc32 works for me also. This report has been discussed already at bug 12836, but became focused on a ntfs issue. -- 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=13575 Lex Childs <lex148+wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|iTunes does not start on x86|iTunes does not start on x64 |computers |computers -- 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=13575 --- Comment #2 from Lex Childs <lex148+wine(a)gmail.com> 2008-05-31 12:25:09 --- sorry typeo I meet only x64 -- 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=13575 Lex Childs <lex148+wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lex148+wine(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=13575 --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-05-31 22:28:49 --- Wine has it's own odbc32.dll. Given it's not complete but it's there.
From your post it seems you don't have it. Bad compile? Bad package?
What distro? Where did you get Wine from? How installed? -- 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=13575 --- Comment #4 from Hewus <hewus.owns(a)gmail.com> 2008-06-01 01:32:34 --- I'm using Ubuntu 8.04LTS Hardy Heron with the package provided from http://wine.budgetdedicated.com/ (currently 1.0~rc3~winehq0~ubuntu~8.04-1). Creating a new wineprefix does not create any ./drive_c/windows/system32/odbc* files. -- 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=13575 Jan Buecken <jb.faq(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jb.faq(a)gmx.de -- 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=13575 --- Comment #5 from Lex Childs <lex148+wine(a)gmail.com> 2008-06-02 07:29:58 --- I'm also using Ubuntu 8.04LTS Hardy Heron. and got my copy of wine from the repo at http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list Creating a new wineprefix does not create any ./drive_c/windows/system32/odbc* files for me either. -- 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=13575 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-06-03 18:11:46 --- (In reply to comment #5)
I'm also using Ubuntu 8.04LTS Hardy Heron. and got my copy of wine from the repo at http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list
Creating a new wineprefix does not create any ./drive_c/windows/system32/odbc* files for me either.
There's not a fake DLL placeholder for it. Does creating one help? $ touch ~/.wine/drive_c/windows/system32/odbc32.dll $ touch ~/.wine/drive_c/windows/system32/odbcint.dll -- 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=13575 --- Comment #7 from Hewus <hewus.owns(a)gmail.com> 2008-06-04 01:20:45 --- I tried touching the files both before and after the installation, and in both cases I get the same error message at runtime. -- 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=13575 Mark A. Richman <mark(a)markrichman.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark(a)markrichman.com --- Comment #8 from Mark A. Richman <mark(a)markrichman.com> 2008-06-20 07:39:45 --- Install failed for me on Hardy Heron amd64: ... =>1 0x7f45062d in gearaspiwdm.sys (+0x62d) (0x7ecc792c) ... -- 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=13575 Kenneth Redler <kennyredler(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #9 from Kenneth Redler <kennyredler(a)gmail.com> 2008-06-26 07:25:31 --- *** 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=13575 Ryan Houdek <Sonicadvance1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Sonicadvance1(a)gmail.com --- Comment #10 from Ryan Houdek <Sonicadvance1(a)gmail.com> 2008-06-28 14:26:17 --- But the strange thing is that it tries to initialize but fails somewhere along the line. If you put WINEDEBUG=+odbc you can see that it tries, more testing is 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=13575 Jim <jhanley(a)DGtlRift.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhanley(a)DGtlRift.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=13575 Jan Rathmann <JanRathmann(a)t-online.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |JanRathmann(a)t-online.de -- 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=13575 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-10-14 23:25:16 --- Is this still an issue in current (1.1.6 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=13575 Chris H <christopher.harte(a)elec.qmul.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christopher.harte(a)elec.qmul. | |ac.uk --- Comment #12 from Chris H <christopher.harte(a)elec.qmul.ac.uk> 2008-10-30 04:43:34 --- (In reply to comment #11)
Is this still an issue in current (1.1.6 or newer) wine?
I have had the same problem with wine 1.1.7 when trying to run Xilinx ISE development tools on my 64-bit laptop under Ubuntu Hardy. The odbc32.dll and odbcint.dll from my local vista install didn't fix it but the same files from XP did. Chris -- 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=13575 Scott Ritchie <scott(a)open-vote.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |scott(a)open-vote.org Resolution| |FIXED --- Comment #13 from Scott Ritchie <scott(a)open-vote.org> 2009-07-15 19:05:00 --- This should be fixed in the Ubuntu packages I provide - Hardy/Intrepid packages are now properly linking to the 32 bit odbc at build time, and Jaunty and later provide the .so automatically. Let me know if it's still broken. -- 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=13575 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2009-07-17 12:16:28 --- Closing bugs fixed in 1.1.26. -- 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