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 ...