Native dll loading for win64

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
yugandhar
Level 2
Level 2
Posts: 25
Joined: Mon Dec 01, 2008 11:08 am

Native dll loading for win64

Post by yugandhar »

Both the native dlls MSVCR80.dll and MSVCP80.dll are getting loaded at 0x78130000 and 0x7c420000 when running 64bit windows application with wine-1.1.21.
But when the turn comes to load msxml6.dll and gets called at call_dll_entry_point with address 0x58400000, 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 ...
Thunderbird
Level 5
Level 5
Posts: 336
Joined: Mon Nov 24, 2008 8:10 am

Post by Thunderbird »

Win64 support is mostly unimplemented. It is in a very, very, very early stage where only basic HelloWorld-like apps work.
Locked