[Bug 45199] Many applications and games fail to start/ crash after compiling wine with gcc 8.1.0 and -O2 (GOT/ PIC register load code now emitted at function entry, missing hotpatch signatures)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 18 09:26:00 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45199

--- Comment #43 from Anton Vorobyov <phoenix at 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?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list