diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 143fb39b3..22d2d8b16 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -8,7 +8,7 @@ - 6.4.0.38 + 6.4.0.39 XIV Launcher addon framework $(DalamudVersion) $(DalamudVersion) diff --git a/lib/CoreCLR/boot.cpp b/lib/CoreCLR/boot.cpp index c16ee3984..d2ee58112 100644 --- a/lib/CoreCLR/boot.cpp +++ b/lib/CoreCLR/boot.cpp @@ -41,9 +41,10 @@ int InitializeClrAndGetEntryPoint( int result; SetEnvironmentVariable(L"DOTNET_MULTILEVEL_LOOKUP", L"0"); - //SetEnvironmentVariable(L"COMPlus_legacyCorruptedStateExceptionsPolicy", L"1"); + SetEnvironmentVariable(L"COMPlus_legacyCorruptedStateExceptionsPolicy", L"1"); SetEnvironmentVariable(L"DOTNET_legacyCorruptedStateExceptionsPolicy", L"1"); SetEnvironmentVariable(L"COMPLUS_ForceENC", L"1"); + SetEnvironmentVariable(L"DOTNET_ForceENC", L"1"); // Enable Dynamic PGO SetEnvironmentVariable(L"DOTNET_TieredPGO", L"1");