ngld / OverlayPlugin

Yet another OverlayPlugin fork.
Other
230 stars 39 forks source link

WSServer Shared Overlay - ngrok Failed to find version on download page #271

Open NicholasBerryman opened 2 years ago

NicholasBerryman commented 2 years ago

When trying to start the shared overlay in ACT, the following error appears:

Fetching latest ngrok version...
Failed to find version on the download page! Please notify ngld or some other dev working on OverlayPlugin.
heanssgen-troy commented 2 years ago

For those who want to fix this themselves.

The code to download ngrok looks at the location

var ngrokPath = Path.Combine(ActGlobals.oFormActMain.AppDataFolder.FullName, "ngrok-" + (Environment.Is64BitOperatingSystem ? "x64" : "x86") + ".exe");

With a little bit of inference, we can resolve this ourselves to %APPDATA%/Roaming/Advanced\ Combat\ Tracker/ngrok-x64.exe.

Download ngrok from here and extract it to a random folder. Take the ngrok.exe and place it at the proper location %APPDATA%/Roaming/Advanced\ Combat\ Tracker/ngrok-x64.exe like so:

image

After restarting ACT, go back to the shared overlay plugin and click start. It worked for me at least :)

image

mooondark commented 2 years ago

https://github.com/OverlayPlugin/OverlayPlugin

heanssgen-troy commented 2 years ago

https://github.com/OverlayPlugin/OverlayPlugin

How does this help anyone?

mooondark commented 2 years ago

For now, this version is not maintained anymore. The other one is maintained.

heanssgen-troy commented 2 years ago

Understood, thats the clarification I wanted anyone who visited this github page to know :)