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

Installer won't go past "DOWNLOADING releases.json" #127

Open
nevinpuri opened this issue Apr 10, 2021 · 2 comments
Open

Installer won't go past "DOWNLOADING releases.json" #127

nevinpuri opened this issue Apr 10, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@nevinpuri
Copy link

Describe the bug
Whenever you launch ImpactInstaller 0.9.4, the final log which is shown is
DOWNLOADING http://impactclient.net/releases.json, and it doesn't go any further than that.
Note: I can navigate to the link on Firefox and it will work fine there.

I'm on Ubuntu 20.04 LTS, so maybe it's a network library that I'm missing?

To Reproduce
Steps to reproduce the behavior:
Open Terminal
java -jar ImpactInstaller-0.9.4.jar
Program gets stuck on "Downloading"

Expected behavior
The download is supposed to finish, and you are supposed to be able to see the gui

Screenshots

➜  Downloads java -jar ImpactInstaller-0.9.4.jar 
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Sending event category=installer action=display label=null cid=REDACTED
Fetching releases from ImpactDevelopment/ImpactReleases
DOWNLOADING http://impactclient.net/releases.json

Desktop (please complete the following information):

  • OS: Linux
  • Firefox
  • Ubuntu 20.04

Additional context
Add any other context about the problem here.

@nevinpuri nevinpuri added the bug Something isn't working label Apr 10, 2021
@nevinpuri
Copy link
Author

Just tried on a different desktop environment, and the gui showed up. My guess is that DWM doesn't have some libraries that xfce has.

@nickcat325
Copy link

Try sudo chmod +x path/file.jar.
Replace path with path to the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants