mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
feat: set DOTNET_legacyCorruptedStateExceptionsPolicy
This commit is contained in:
parent
42e5853760
commit
7a1e78cb48
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ int InitializeClrAndGetEntryPoint(
|
|||
int result;
|
||||
CoreCLR clr;
|
||||
SetEnvironmentVariable(L"DOTNET_MULTILEVEL_LOOKUP", L"0");
|
||||
//SetEnvironmentVariable(L"COMPlus_legacyCorruptedStateExceptionsPolicy", L"1");
|
||||
SetEnvironmentVariable(L"DOTNET_legacyCorruptedStateExceptionsPolicy", L"1");
|
||||
|
||||
wchar_t* dotnet_path;
|
||||
wchar_t* _appdata;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue