Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NicholasBerryman opened this issue Jul 21, 2022 · 5 comments

Comments

@NicholasBerryman
Copy link

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
Copy link

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
Copy link

@heanssgen-troy
Copy link

@mooondark
Copy link

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

@heanssgen-troy
Copy link

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

ngld pushed a commit that referenced this issue Jun 29, 2024
Update opcodes for Global 6.51 hotfix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants