[Wine] Re: Lego Mindstorm/USB on Wine

Daniel Skorka skorka at gmx.net
Mon Mar 19 00:53:37 CDT 2007


svu <sergey.udaltsov at gmail.com> wrote:
>> I don't think so - AFAIK windows dlls don't even have an ELF header.
>> Could you post/link these error messages?
> OK, I run with the latest wine (0.9.29 prepackaged for ubuntu):
> WINEDEBUG=warn+all,+dll wine ./MINDSTORMSNXT.exe
> 
> I get this:
> ---
> warn:module:load_builtin_dll failed to load .so lib for builtin
> L"E:\\windows\\system32\\fantom.dll":
> /home/svu/.wine/dosdevices/e:/windows/system32/fantom.dll: invalid ELF
> header
> warn:module:load_builtin_dll cannot open .so lib for builtin
> L"fantom.dll": /usr/lib/wine/fantom.dll.so: cannot open shared object
> file: No such file or directory
> warn:module:alloc_module disabling no-exec because of L"fantom.dll"

This is weird: wine tries to load the DLL as if was a builtin DLL, which
it obviously isn't.
Could you please make a WINEDEBUG=+module,+dll run?

>> Try running the whole thing inside winedbg.
> What should I look for, running it with winedbg?

Nothing special. But once inside the debugger, you can do e.g.
backtraces to see where this call comes from.

Daniel
-- 
Before you post:
Read the Wine User Guide http://winehq.org/site/docs/wineusr-guide/index
When you post:
Which wine version? Self compiled or prepackaged?


More information about the wine-users mailing list