pvpgn / pvpgn-magic-builder

Ultimate program for building PvPGN on Windows

Home Page:https://pvpgn.pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

failing on checking update and detect visual studio

fyt000 opened this issue · comments

commented

Did a little bit of digging, seems all networking requests failed.
image

Any ideas how I should proceed? Thanks

Edit: I should also mention that I definitely have visual studio(2017) installed.

Something block connections of the program. Check antivirus or firewall, try run it with administrator rights.

commented

It's not the firewall. Running it with admin rights changes some of the paths, and I get another error
image

Path error may occurs when path to the program contains spaces and utf8 characters.

What about update check issue, it uses WSH (vbscript) and may be it's disabled somehow in your system https://github.com/pvpgn/pvpgn-magic-builder/blob/master/module/autoupdate/check_for_update.inc.bat#L15
If you run wscript from cmd, it opens a window with WSH properties? Try create a new file test.vbs with contents MsgBox("test") and execute it to make sure it works.

commented

Yeah, it seems to work fine. Btw, this was on windows 10. I kinda don't wanna dig into the wget vbscript.

I managed to get it to work on another PC(the intended server on server 2012). Also ran into the issue where vswhere.exe was not correctly downloaded(0kb file) and had to manually copy one. I am closing this issue.