sunyudai

Results 10 comments of sunyudai

CoreCLR Error c0000005 appears to indicate a memory access violation: either a buffer overflow, array index out of bounds, or (more likely I think in this case) an issue with...

Through the magic of grabbing the source code and spamming log messages, I can determine that MelonLoader.NativeHost.NativeEntryPoint.Start() runs and completes without error - but at that point we get into...

Resolved this issue for myself, see my reply to duplicate issue #428 https://github.com/LavaGang/MelonLoader/issues/428#issuecomment-1540919885

I am facing the same issue right now. This also appears to be a duplicate of issue 401: https://github.com/LavaGang/MelonLoader/issues/401 - however on 401 a log file was not provided, and...

[Latest.log](https://github.com/LavaGang/MelonLoader/files/11417724/Latest.log) Now with 100% more attached logfiles!

Additional things tried: Enabling TLS 1.3 and SSL 3.0. Same result, no notable changes in log file.

O.6.0 and 0.6.1 show same behavior. Downgrading to 0.5.7 appears to successfully download, but fails on the step "[Info] [Program] Outputting as Stub ("Dummy") DLL Files to C:\Program Files[...]" Further...

Got it! This was a proxy configuration issue. Solved by running via CMD (as Administrator) the following two commands (separately): `reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 0...

Looks like lines 314 and 316 also need to be protected (overrides for these two), after that all tests pass.

Sounds good to me, I'll see if I can get that in tonight. Thanks for the prompt answer!