24 Oct
2025
24 Oct
'25
11:18 p.m.
http://bugs.winehq.org/show_bug.cgi?id=58837 --- Comment #2 from Alex Henrie <alexhenrie24(a)gmail.com> --- The problem is a discrepancy between the exported function name GetCurrentThreadId and the function name KERNEL32_GetCurrentThreadId in the debug symbols. You can work around the problem by removing debug symbols from Wine's kernel32.dll, for example with `sudo strip /usr/lib/wine/*-windows/kernel32.dll`. But only run `strip` if you know what you are doing: Your modified Wine is likely to break the next time your Linux distribution tries to update its Wine package. -- 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.