Lyall / HundredHeroesFix

A BepInEx plugin for Eiyuden Chronicle: Hundred Heroes that adds custom resolutions, ultrawide/narrower support and more.
MIT License
24 stars 4 forks source link

[0.9.7] System.Net.Http.HttpRequestException #18

Closed Nyankoo closed 6 months ago

Nyankoo commented 6 months ago

When trying to start the game (v1.0.3), nothing happens and the LogOutput has the following error:

Failed to generate Il2Cpp interop assemblies: System.Net.Http.HttpRequestException: Access to a socket was not permitted due to the access rights of the socket. (unity.bepinex.dev:443)

I dropped the files in the main game folder, but did I maybe miss something?

Lyall commented 6 months ago

Sounds like BepInEx is failing to connect to the server that has the Unity libs on it. Do you have a restrictive firewall setup or are you using a VPN or anything? I'd suggest trying anything you'd normally troubleshoot for internet connection issues. Also you could try launching the game as an admin too.

Nyankoo commented 6 months ago

@Lyall It was indeed a firewall issue. Thank you for your quick help and I'm sorry for the false alarm!