Quickbooks IE 6 requirement

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
map7
Level 1
Level 1
Posts: 6
Joined: Sun Feb 22, 2009 8:41 pm

Quickbooks IE 6 requirement

Post by map7 »

I've installed quickbooks 06/07 under Ubuntu 810 using Wine 1.1.4. I've also installed IE6 using the ies4linux tool. I can start IE6, but when I start Quickbooks through wine I get this error:

'This version of QuickBooks requires Mircosoft Internet Explorer 6.0 (or later).

Install Microsoft Internet Explorer 6.0 from your QuickBooks CD-ROM, or get information on obtaining Microsoft Internet Explorer 6.0 at http://www.quickbooks.com/support/ie6/.'

Console output doesn't give me much information.
$ wine qbw32.exe

Code: Select all

fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x8d7, disabling mixer
If I put on more debugging I get:

Code: Select all

warn:class:CLASS_RegisterClass Win extra bytes 44 is > 40
warn:file:wine_nt_to_unix_file_name L"explorer.exe" not found in /home/ws10/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system32\\explorer.exe" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"explorer.exe" not found in /home/ws10/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\explorer.exe" not found (c0000034)
warn:file:CreateFileW Unable to create file L"C:\\windows\\system32\\explorer.exe" (status c0000034)
warn:ntdll:NtCreateFile L"\\??\\C:\\windows" not found (c0000035)
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32" not found (c0000035)
warn:file:wine_nt_to_unix_file_name L"explorer.exe" not found in /home/ws10/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\explorer.exe" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"explorer.exe.manifest" not found in /home/ws10/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\explorer.exe.manifest" not found (c0000034)
warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\\windows\\system32\\rpcrt4.dll": /home/ws10/.wine/dosdevices/c:/windows/system32/rpcrt4.dll: invalid ELF header
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in /home/ws10/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system32\\iphlpapi.dll" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in /home/ws10/.wine/dosdevices/c:/Program Files/Intuit/QuickBooks Premier
warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\Program Files\\Intuit\\QuickBooks Premier\\iphlpapi.dll" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"iphlpapi.dll" not found in /home/ws10/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system32\\iphlpapi.dll" not found (c0000034)



Why can't Quickbooks find ie6?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Quickbooks IE 6 requirement

Post by dimesio »

map7 wrote:I've installed quickbooks 06/07 under Ubuntu 810 using Wine 1.1.4. I've also installed IE6 using the ies4linux tool.
http://wiki.winehq.org/FAQ#head-69ca5e8 ... 521c2a4843
Locked