wurstscript / WurstSetup

Wurst setup tool aka grill package manager
Apache License 2.0
16 stars 4 forks source link

Cannot install wurst. #47

Closed GetLocalPlayer closed 4 years ago

GetLocalPlayer commented 4 years ago

Screenshot_25

Wurst is not in use. VSCode is not open.

I can't access wurstlang.org either (downloaded the installer with Tor).

Frotty commented 4 years ago

Just saying "it doesn't work" is no help in finding a solution, as always, post logs.

I can't access wurstlang.org either (downloaded the installer with Tor).

The site is available worldwide as you can verify with tools like this https://www.uptrends.com/tools/uptime If it doesn't for you then the problem is on your side (ISP/government/proxy restrictions) not on ours.

e: Judging from the update size <1MB the target download is already broken. If you can't access the site to download the updater, you probably also need TOR to update.

GetLocalPlayer commented 4 years ago

setup.log

From setup.log ``` 2019-12-16 19:24:38 [main] DEBUG file.SetupApp - path: file:/C:/Users/Ban/Desktop/WurstSetup.jar 2019-12-16 19:24:38 [main] DEBUG file.SetupApp - file: C:\Users\Ban\Desktop\WurstSetup.jar 2019-12-16 19:24:38 [main] DEBUG file.SetupApp - copy jar 2019-12-16 19:24:39 [main] INFO file.SetupApp - ? No arguments found. Launching Wurst Setup GUI.. 2019-12-16 19:24:40 [AWT-EventQueue-0] DEBUG ui.MainWindow - init UI 2019-12-16 19:24:40 [AWT-EventQueue-0] WARN ui.MainWindow - Didn't find warcraft installation. 2019-12-16 19:24:40 [SwingWorker-pool-2-thread-2] DEBUG workers.OnlineCheckWorker - check connectivity 2019-12-16 19:24:40 [SwingWorker-pool-2-thread-3] DEBUG workers.OnlineCheckWorker - check connectivity 2019-12-16 19:24:40 [SwingWorker-pool-2-thread-1] DEBUG workers.OnlineCheckWorker - check connectivity 2019-12-16 19:24:41 [SwingWorker-pool-2-thread-1] DEBUG workers.OnlineCheckWorker - check build 2019-12-16 19:24:41 [SwingWorker-pool-2-thread-4] DEBUG net.ConnectionManager - checking wurst build 2019-12-16 19:24:41 [SwingWorker-pool-2-thread-2] DEBUG workers.OnlineCheckWorker - check build 2019-12-16 19:24:41 [SwingWorker-pool-2-thread-3] DEBUG workers.OnlineCheckWorker - check build 2019-12-16 19:24:42 [SwingWorker-pool-2-thread-4] DEBUG global.InstallationManager - verify Install 2019-12-16 19:24:42 [SwingWorker-pool-2-thread-4] INFO global.InstallationManager - WurstScript is not currently installed. 2019-12-16 19:24:42 [SwingWorker-pool-2-thread-4] DEBUG global.InstallationManager - Client online, check for update 2019-12-16 19:24:42 [SwingWorker-pool-2-thread-4] DEBUG net.ConnectionManager - getting latest compiler build 2019-12-16 19:24:42 [SwingWorker-pool-2-thread-4] DEBUG global.InstallationManager - latest compiler: 1211 2019-12-16 19:24:42 [SwingWorker-pool-2-thread-4] DEBUG net.ConnectionManager - getting latest setup build 2019-12-16 19:24:42 [SwingWorker-pool-2-thread-4] DEBUG workers.WurstBuildCheckWorker - current setup ver: 137 latest Setup: 137 2019-12-16 19:24:43 [AWT-EventQueue-0] DEBUG ui.MainWindow - handle wurst update 2019-12-16 19:24:43 [SwingWorker-pool-2-thread-5] DEBUG global.InstallationManager - isInstall 2019-12-16 19:24:43 [SwingWorker-pool-2-thread-5] INFO global.InstallationManager - ? Downloading WurstScript.. 2019-12-16 19:24:43 [SwingWorker-pool-2-thread-6] ERROR workers.DownloadWithProgressWorker - Connection reset 2019-12-16 19:24:43 [SwingWorker-pool-2-thread-7] DEBUG workers.ExtractWorker - extract compiler 2019-12-16 19:24:43 [SwingWorker-pool-2-thread-7] ERROR workers.ExtractWorker - 2019-12-16 19:24:43 [SwingWorker-pool-2-thread-7] ERROR global.InstallationManager - error 2019-12-16 19:24:45 [AWT-EventQueue-0] ERROR global.InstallationManager - error ```
Frotty commented 4 years ago

2019-12-16 19:24:43 [SwingWorker-pool-2-thread-6] ERROR workers.DownloadWithProgressWorker - Connection reset 🤷‍♀

GetLocalPlayer commented 4 years ago

What does it mean?

Frotty commented 4 years ago

That you couldn't connect or the connection instantly terminated. As I said above, if you can't visit site without TOR, you will also need TOR to update. TOR connections might be unstable though, so if the download fails before completion, it will also not work.

Frotty commented 4 years ago

Did it work with TOR or are you giving up?

GetLocalPlayer commented 4 years ago

I'm giving up.

peq commented 4 years ago

Just a short remark: You can also download the complete Wurst package manually (from https://grill.wurstlang.org/hudson/job/Wurst/lastSuccessfulBuild/artifact/downloads/) without using the setup tool. The setup tool Wurst installer just makes it more convenient to install and update.

If it doesn't for you then the problem is on your side (ISP/government/proxy restrictions) not on ours.

@Frotty Don't blame governments or we might get blocked M;D

GetLocalPlayer commented 4 years ago

You can also download the complete Wurst package manually

Thank you, that's my solution.

It's actually can be my government. Offline installer as an option would be great.

Frotty commented 4 years ago

@GetLocalPlayer It was an issue with our cloudflare protection, which seemed to have used an IP banned in russia. The only "solution" is to register the domain on a different account, which we did now. Site and download should be working again now. Cheers 🍻

GetLocalPlayer commented 4 years ago

Yes, finally, it works. Thank you.