http://bugs.winehq.org/show_bug.cgi?id=23130
Summary: MSVCR100.dll fails to initialize, needs kernel32.RtlPcToFileHeader Product: Wine Version: 1.2-rc3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: a213391@bofthew.com
When trying to run 64bit firefox from http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ (zip package), I get error that MSVCR100.dll failed to initialize and firefox doesn't run:
wine: Call from 0x7f749c797cf8 to unimplemented function KERNEL32.dll.RtlPcToFileHeader, aborting err:module:attach_process_dlls "MSVCR100.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"Z:\home\jardik\Downloads\firefox\firefox.exe" failed, status 80000100
http://bugs.winehq.org/show_bug.cgi?id=23130
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2010-06-11 18:58:01 --- Created an attachment (id=28748) --> (http://bugs.winehq.org/attachment.cgi?id=28748) patch
Looks like a 64bit-specific export. Try this patch please.
And after that it's interesting to run it with msvcr100 set to builtin to get more failures related to it, it'll be a subject of new bugs.
http://bugs.winehq.org/show_bug.cgi?id=23130
--- Comment #2 from Jardík a213391@bofthew.com 2010-06-11 20:15:07 --- With the patch applied, msvcr100.dll initializes and firefox runs. But crashes on other errors. This BUG is solved, I will create new BUG report for firefox.
(In reply to comment #1)
Created an attachment (id=28748)
--> (http://bugs.winehq.org/attachment.cgi?id=28748) [details]
patch
Looks like a 64bit-specific export. Try this patch please.
And after that it's interesting to run it with msvcr100 set to builtin to get more failures related to it, it'll be a subject of new bugs.
http://bugs.winehq.org/show_bug.cgi?id=23130
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2010-06-11 20:17:32 --- Ok, thanks for testing.
http://bugs.winehq.org/show_bug.cgi?id=23130
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23132
http://bugs.winehq.org/show_bug.cgi?id=23130
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win64 Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2010-06-11 21:01:50 --- RtlPcToFileHeader is not implemented - confirming.
http://bugs.winehq.org/show_bug.cgi?id=23130
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2010-06-14 13:10:35 --- Fixed by 43d9c9bb41af86bbb151d228240c44cb25211267.
http://bugs.winehq.org/show_bug.cgi?id=23130
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2010-06-18 12:47:48 --- Closing bugs fixed in 1.2-rc4.