Invalid ELF binary with windows DLL - what is this ?????????

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Invalid ELF binary with windows DLL - what is this ?????????

Post by xekhz »

What does thoes this means???

warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\\windows\\system32\\msvfw32.dll": /home/xekhz/.wine/dosdevices/c:/windows/system32/msv
fw32.dll: invalid ELF header
Gert van den Berg

Invalid ELF binary with windows DLL - what is this ?????????

Post by Gert van den Berg »

On Thu, Sep 11, 2008 at 4:51 PM, xekhz <[email protected]> wrote:
What does thoes this means???

warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\\windows\\system32\\msvfw32.dll": /home/xekhz/.wine/dosdevices/c:/windows/system32/msv
fw32.dll: invalid ELF header
Have you set and override for the DLL in winecfg?

Gert
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Re: Invalid ELF binary with windows DLL - what is this ?????

Post by xekhz »

Gert van den Berg wrote:On Thu, Sep 11, 2008 at 4:51 PM, xekhz <[email protected]> wrote:
What does thoes this means???

warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\\windows\\system32\\msvfw32.dll": /home/xekhz/.wine/dosdevices/c:/windows/system32/msv
fw32.dll: invalid ELF header
Have you set and override for the DLL in winecfg?

Gert
Yes
I have selected, NATIVE then BUILTIN.

The error appears when I have BUILTIN selected and the programs loads msvfw32.dll from c:\windows\system32\
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Invalid ELF binary with windows DLL - what is this ?????

Post by dimesio »

xekhz wrote:
The error appears when I have BUILTIN selected and the programs loads msvfw32.dll from c:\windows\system32\
Wine does not load its builtin libraries from c:\windows\system32. Wine's libraries are located in /usr/lib/wine.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Invalid ELF binary with windows DLL - what is this ?????

Post by vitamin »

xekhz wrote:What does thoes this means???

warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\\windows\\system32\\msvfw32.dll": /home/xekhz/.wine/dosdevices/c:/windows/system32/msv
fw32.dll: invalid ELF header
Ignore this message. Wine tries all possibilities and of course native PE dll will have a wrong ELF header.
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Re: Invalid ELF binary with windows DLL - what is this ?????

Post by xekhz »

vitamin wrote:
xekhz wrote:What does thoes this means???

warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\\windows\\system32\\msvfw32.dll": /home/xekhz/.wine/dosdevices/c:/windows/system32/msv
fw32.dll: invalid ELF header
Ignore this message. Wine tries all possibilities and of course native PE dll will have a wrong ELF header.
How can I be sure that the dll is loadede correctly?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Invalid ELF binary with windows DLL - what is this ?????

Post by vitamin »

xekhz wrote:
vitamin wrote:
xekhz wrote:What does thoes this means???

warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\\windows\\system32\\msvfw32.dll": /home/xekhz/.wine/dosdevices/c:/windows/system32/msv
fw32.dll: invalid ELF header
Ignore this message. Wine tries all possibilities and of course native PE dll will have a wrong ELF header.
How can I be sure that the dll is loadede correctly?
You won't see any error messages. Also you can use WINEDEBUG=+loaddll
Locked