VolantisDev / Launchpad

Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
https://launchpad.games
MIT License
85 stars 3 forks source link

Protoc installation fails because of AutoHotkey error #343

Closed laribA closed 2 years ago

laribA commented 2 years ago

Describe the bug Protoc installation fails because of AutoHotkey error:

Error: Failed Line# --> 6356: Download(this.GetDownloadUrl(), destPath)

The current thread will exit.

To Reproduce Steps to reproduce the behavior:

  1. Install Launchpad
  2. Launch Launchpad

Expected behavior Dependency installer finishes as normal

Screenshots image image

Required Details

bmcclure commented 2 years ago

Thanks for the report! I wonder what is causing the download to fail. I will see if I can reproduce this somehow on my end, or at the very least see if I can get some better exception handling in place for failed downloads so we can get a more helpful error.

laribA commented 2 years ago

You're welcome! I just wanted to add: I tried manually downloading the 64-bit version of protoc 3.14.0 and putting it in the ./Vendor/Protoc folder, but it didn't do anything.

laribA commented 2 years ago

I launched Launchpad as administrator (which I tried before), and for some reason, it worked. My system really is an enigma.