https://bugs.winehq.org/show_bug.cgi?id=45199
--- Comment #43 from Anton Vorobyov phoenix@mail.ru --- To make it clear how i got into this issue:
1) googled for error message 2) https://forum.winehq.org/viewtopic.php?f=8&t=30638 3) https://bugs.winehq.org/show_bug.cgi?id=45230 4) only then this issue, which is marked as parent for previous link
There might be some mistake along this chain. After all, dll init status code for my case coincides only with status code mentioned in 2):
014f:err:module:attach_dlls "gdi32.dll" failed to initialize, aborting 014f:err:module:attach_dlls Initializing dlls for L"C:\Program Files\Tencent\TIM\Bin\TIM.exe" failed, status c0000005
Later in 2) error messages are different - now it's import error, and with different status code:
003f:err:module:import_dll Library ntoskrnl.exe (which is needed by L"C:\windows\system32\winedevice.exe") not found 003f:err:module:attach_dlls Importing dlls for L"C:\windows\system32\winedevice.exe" failed, status c0000135
In 3), only import error is mentioned in attached logs. Here, i don't see any logs at all - only stack trace, which is not generated in my case, application just fails to be initialized silently.
What should i do with my problem, then? Create new issue, or will it be considered as duplicate of this one?