http://bugs.winehq.org/show_bug.cgi?id=43425 --- Comment #5 from Janne <janne.kekkonen@gmail.com> --- Created attachment 80683 --> http://bugs.winehq.org/attachment.cgi?id=80683 source , executables and log file Hello, I compiled two version of code shown in description. Compilation was done with .NET that is included in Windows 11. Non-debug: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /platform:x64 /out:test.exe test.cs Debug: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /platform:x64 /define:DEBUG /out:test_debug.exe test.cs Testing was done with Wine11.5 on Ubuntu 24.04 running on VMWare. Created new 64-bit prefix and installed dotnet461 (winetricks dotnet461). Both applications prints Hello world! to console. Neither of them crashes. Without WINEDEBUG part there are about 20 fixme's per application. Source file, console log and both executables attached as zip file. -- 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.