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@winehq.org ReportedBy: lex148+wine@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@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.
http://bugs.winehq.org/show_bug.cgi?id=13575
Hewus hewus.owns@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hewus.owns@gmail.com
--- Comment #1 from Hewus hewus.owns@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.
http://bugs.winehq.org/show_bug.cgi?id=13575
Lex Childs lex148+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|iTunes does not start on x86|iTunes does not start on x64 |computers |computers
http://bugs.winehq.org/show_bug.cgi?id=13575
--- Comment #2 from Lex Childs lex148+wine@gmail.com 2008-05-31 12:25:09 --- sorry typeo I meet only x64
http://bugs.winehq.org/show_bug.cgi?id=13575
Lex Childs lex148+wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lex148+wine@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=13575
--- Comment #3 from Vitaliy Margolen vitaliy@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?
http://bugs.winehq.org/show_bug.cgi?id=13575
--- Comment #4 from Hewus hewus.owns@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.
http://bugs.winehq.org/show_bug.cgi?id=13575
Jan Buecken jb.faq@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jb.faq@gmx.de
http://bugs.winehq.org/show_bug.cgi?id=13575
--- Comment #5 from Lex Childs lex148+wine@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.
http://bugs.winehq.org/show_bug.cgi?id=13575
--- Comment #6 from Austin English austinenglish@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
http://bugs.winehq.org/show_bug.cgi?id=13575
--- Comment #7 from Hewus hewus.owns@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.
http://bugs.winehq.org/show_bug.cgi?id=13575
Mark A. Richman mark@markrichman.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mark@markrichman.com
--- Comment #8 from Mark A. Richman mark@markrichman.com 2008-06-20 07:39:45 --- Install failed for me on Hardy Heron amd64:
... =>1 0x7f45062d in gearaspiwdm.sys (+0x62d) (0x7ecc792c) ...
http://bugs.winehq.org/show_bug.cgi?id=13575
Kenneth Redler kennyredler@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #9 from Kenneth Redler kennyredler@gmail.com 2008-06-26 07:25:31 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=13575
Ryan Houdek Sonicadvance1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Sonicadvance1@gmail.com
--- Comment #10 from Ryan Houdek Sonicadvance1@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.
http://bugs.winehq.org/show_bug.cgi?id=13575
Jim jhanley@DGtlRift.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jhanley@DGtlRift.com
http://bugs.winehq.org/show_bug.cgi?id=13575
Jan Rathmann JanRathmann@t-online.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |JanRathmann@t-online.de
http://bugs.winehq.org/show_bug.cgi?id=13575
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #11 from Austin English austinenglish@gmail.com 2008-10-14 23:25:16 --- Is this still an issue in current (1.1.6 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=13575
Chris H christopher.harte@elec.qmul.ac.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |christopher.harte@elec.qmul. | |ac.uk
--- Comment #12 from Chris H christopher.harte@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
http://bugs.winehq.org/show_bug.cgi?id=13575
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |scott@open-vote.org Resolution| |FIXED
--- Comment #13 from Scott Ritchie scott@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.
http://bugs.winehq.org/show_bug.cgi?id=13575
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Alexandre Julliard julliard@winehq.org 2009-07-17 12:16:28 --- Closing bugs fixed in 1.1.26.