mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
feat: set COMPLUS_ForceENC, enables edit & continue for Dalamud & plugins
This commit is contained in:
parent
c1a38c31ce
commit
da84c90696
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ int InitializeClrAndGetEntryPoint(
|
||||||
SetEnvironmentVariable(L"DOTNET_MULTILEVEL_LOOKUP", L"0");
|
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"DOTNET_legacyCorruptedStateExceptionsPolicy", L"1");
|
||||||
|
SetEnvironmentVariable(L"COMPLUS_ForceENC", L"1");
|
||||||
|
|
||||||
wchar_t* dotnet_path;
|
wchar_t* dotnet_path;
|
||||||
wchar_t* _appdata;
|
wchar_t* _appdata;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue