https://bugs.winehq.org/show_bug.cgi?id=41221
Bug ID: 41221 Summary: wine-mono crashes with "System.EntryPointNotFoundException" when run under gdb Product: Wine Version: 1.9.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Created attachment 55487 --> https://bugs.winehq.org/attachment.cgi?id=55487 Small C# program to show the problem, compiled on windows
When running a C# program, like for example SpaceEngineers, under gdb, mono crashes with an error like "System.EntryPointNotFoundException: GetTimeZoneInformation".
This seems to not only affect "GetTimeZoneInformation", but also other kernel32 functions.
Might be linked to bug 38431, but since it affects not only this one function I assume it's something different, hence a separate report.