http://bugs.winehq.org/show_bug.cgi?id=15737
--- Comment #41 from Philip Belemezov philip.belemezov@gmail.com 2009-10-13 09:58:17 --- Exactly the same as #39.
While the splash is showing, i.e. EVE is loading, the process tree looks like this:
(shell) -> eve.exe -> ExeFile.exe
After the splash disappears, ExeFile.exe is moved and becomes a child of init.
I run EVE with "WINEDEBUG=warn+all" as suggested in #37.
The log looks quite strange (WINEPREFIX is set to /opt/eve). Here are a couple of examples:
Log: warn:ntdll:FILE_CreateFile L"\??\C:\windows\profiles\phible\My Documents\EVE\logs" not found (c0000035)
In a shell: % file /opt/eve/drive_c/windows/profiles/phible/My\ Documents/EVE/logs /opt/eve/drive_c/windows/profiles/phible/My Documents/EVE/logs: directory
Log: warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\Program Files\CCP\EVE\bin\blue.dll": /opt/eve/dosdevices/c:/Program Files/CCP/EVE/bin/blue.dll: invalid ELF header warn:module:load_builtin_dll cannot open .so lib for builtin L"blue.dll": /usr/bin/../lib32/wine/blue.dll.so: cannot open shared object file: No such file or directory warn:module:alloc_module disabling no-exec because of L"blue.dll"
In a shell: % file /opt/eve/drive_c/Program\ Files/CCP/EVE/bin/blue.dll /opt/eve/drive_c/Program Files/CCP/EVE/bin/blue.dll: PE32 executable for MS Windows (DLL) (GUI) Intel 80386 32-bit
And so on. The files are there, but wine wouldn't load them.
One more strange thing in the log is this line: warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\Program Files\CCP\EVE\bin\Microsoft.VC80.CRT\MSVCR80.dll": /opt/eve/dosdevices/c:/Program Files/CCP/EVE/bin/Microsoft.VC80.CRT/msvcr80.dll: invalid ELF header
The file is there: % file /opt/eve/dosdevices/c:/Program\ Files/CCP/EVE/bin/Microsoft.VC80.CRT/msvcr80.dll /opt/eve/dosdevices/c:/Program Files/CCP/EVE/bin/Microsoft.VC80.CRT/msvcr80.dll: PE32 executable for MS Windows (DLL) (GUI) Intel 80386 32-bit
I've attached the log (http://bugs.winehq.org/attachment.cgi?id=24081).