https://bugs.winehq.org/show_bug.cgi?id=52396 magino <maginosk(a)azet.sk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maginosk(a)azet.sk --- Comment #20 from magino <maginosk(a)azet.sk> --- My experiences with ASP .NET Core app .NET 6+ and wine: I'm using wine in docker - scottyhardy/docker-wine ASP .NET Core .NET6+ x64 app with wine 7.0.1 => do not even starts, stack overflow exception is thrown. ASP .NET Core .NET6+ x86 with wine 7.0.1 or 8.0 works fine. But I use wine just because I want to run .NET core app which calls c++ x64 library trough interop. C++ x64 library is dependent on windows and I need to run this app in docker with linux engine => so I use this wine image for that scottyhardy/docker-wine. ASP .NET Core .NET6+ x64 app with wine 8.0 => starts, my api calls work fine until some exception is thrown. When exceptions are thrown again stack overflow wine error occurs. Right now I use .NET 5 x64 with wine 8.0. -- 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.