Files
sbox-public/engine/Sandbox.AppSystem/AppSystem.cs
Lorenz Junglas e8ade27155 Fix crash on shutdown when main loop throws exception (#3924)
Environment.Exit triggers DLL unloading which causes native code to callback into managed after CLR shutdown.

Use Plat_ExitProcess instead which terminates immediately without running DLL destructors.
2026-01-28 12:52:05 +01:00

8.1 KiB