http://bugs.winehq.org/show_bug.cgi?id=18449
Summary: All the native dll not getting loaded for win64 Product: Wine Version: 1.1.21 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P1 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: yugandhar_bireddy@satyam.com
Both the native dlls MSVCR80.dll and MSVCP80.dll are getting loaded when running 64bit windows application.But when the turn comes to load msxml6.dll and gets called at call_dll_entry_point, it doesnt return anything and shows the following error:
seh:call_stack_handlers not implemented on x86_64 wine: Unhandled privileged instruction at address 0x5840b47a (thread 0009), starting debugger ...
http://bugs.winehq.org/show_bug.cgi?id=18449
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|ntdll |-unknown Priority|P1 |P2 Resolution| |INVALID
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-12 11:27:56 --- SEH is not implemented for x86_64, but that's a different story.
http://bugs.winehq.org/show_bug.cgi?id=18449
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-12 11:29:03 --- Closing invalid.