http://bugs.winehq.org/show_bug.cgi?id=19807
Summary: Nokia ovi suite fails to install Product: Wine Version: 1.1.26 Platform: PC URL: http://nds1.nokia.com/files/support/global/phones/soft ware/Nokia_Ovi_Suite_0_4_64_0_ALL_web.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wine@yule.id.au
Created an attachment (id=23200) --> (http://bugs.winehq.org/attachment.cgi?id=23200) Log file
When running the installer, you can click through the first few steps, but when it gets to the Install stage, it fails to install NokiaMServer.exe and Updater.exe. The installer then fails (with a message saying "ERROR_FUNCTION_FAILED" and allows you to click to exit.
http://bugs.winehq.org/show_bug.cgi?id=19807
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |kernel32 Ever Confirmed|0 |1
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2009-08-21 10:13:55 --- Confirming. From a +file log:
trace:file:GetLongPathNameW L"\\?\C:\windows\temp\",0x0,0 err:file:GetLongPathNameW UNC pathname L"\\?\C:\windows\temp\" wine: Unhandled page fault on read access to 0x00000000 at address 0x7b85bc35 (thread 002a), starting debugger...
It's calling GetLongPathNameW with the second parameter NULL. Presumably that's legal, since MSDN says: "If the lpBuffer buffer is too small to contain the path, the return value is the size, in TCHARs, of the buffer that is required to hold the path and the terminating null character." Still, tests needed. Setting component to kernel32 all the same.
http://bugs.winehq.org/show_bug.cgi?id=19807
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=19807
--- Comment #2 from Andrew wine@yule.id.au 2009-08-23 05:17:45 --- Created an attachment (id=23219) --> (http://bugs.winehq.org/attachment.cgi?id=23219) Log file after installing VB 6 runtime files
I tried to run the installer again after installing the VB6 runtime. It still failed in the same way, but the log was different, and probably more interesting.
http://bugs.winehq.org/show_bug.cgi?id=19807
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2009-08-23 11:27:38 ---
Created an attachment (id=23219)
--> (http://bugs.winehq.org/attachment.cgi?id=23219) [details]
Log file after installing VB 6 runtime files
Failed to load DLL vbscript.dll
Another dependency, use 'winetricks wsh56' to install it.
http://bugs.winehq.org/show_bug.cgi?id=19807
--- Comment #4 from Andrew wine@yule.id.au 2009-08-26 06:31:41 --- Created an attachment (id=23258) --> (http://bugs.winehq.org/attachment.cgi?id=23258) Log file after installing wsh56 with winetricks
Thanks Vitaliy
I installed wsh56 with winetricks. It still fails, but now it fails at wmsetsdk.exe and NokiaMServer.exe which is an improvement.
http://bugs.winehq.org/show_bug.cgi?id=19807
Dave Martin davidmartin@ntlworld.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |davidmartin@ntlworld.com
--- Comment #5 from Dave Martin davidmartin@ntlworld.com 2009-11-07 09:25:12 --- (In reply to comment #1)
Confirming. From a +file log:
trace:file:GetLongPathNameW L"\\?\C:\windows\temp\",0x0,0 err:file:GetLongPathNameW UNC pathname L"\\?\C:\windows\temp\" wine: Unhandled page fault on read access to 0x00000000 at address 0x7b85bc35 (thread 002a), starting debugger...
It's calling GetLongPathNameW with the second parameter NULL. Presumably that's legal, since MSDN says: "If the lpBuffer buffer is too small to contain the path, the return value is the size, in TCHARs, of the buffer that is required to hold the path and the terminating null character." Still, tests needed. Setting component to kernel32 all the same.
Getting the same thing with the installer for Nokia Music Store. I want to see if I can use it with wine before committing to buying one of their "comes with music" phones. The answer is a definite "no", so far ;)
$ wine SetupNokiaMusic.exe fixme:ole:CoResumeClassObjects stub fixme:shell:IsUserAdmin stub err:file:GetLongPathNameW UNC pathname L"\\?\C:\windows\temp\" wine: Unhandled page fault on read access to 0x00000000 at address 0x7b874aeb (thread 001d), starting debugger...
http://bugs.winehq.org/show_bug.cgi?id=19807
David Morton wybong.au@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wybong.au@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=19807
Paul Vriens Paul.Vriens.Wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Vriens.Wine@gmail.com
--- Comment #6 from Paul Vriens Paul.Vriens.Wine@gmail.com 2009-12-17 12:56:48 --- A partial fix for GetLongPathNameW has been committed:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=d58bd680b195da55687ced...
It's far from perfect (yet) but should get rid of the crash. Please test with current Git or wait till 1.1.35 is released (I guess tomorrow).
http://bugs.winehq.org/show_bug.cgi?id=19807
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |xerox_xerox2000@yahoo.co.uk Resolution| |FIXED
--- Comment #7 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-02-27 03:18:54 --- (In reply to comment #6)
A partial fix for GetLongPathNameW has been committed:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=d58bd680b195da55687ced...
It's far from perfect (yet) but should get rid of the crash. Please test with current Git or wait till 1.1.35 is released (I guess tomorrow).
This particular crash is fixed. The installer now runs into bug #21871
http://bugs.winehq.org/show_bug.cgi?id=19807
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2010-03-05 12:43:07 --- Closing bugs fixed in 1.1.40.