Philipp Gruhn

Results 36 comments of Philipp Gruhn

@eivindveg I should be using 1.8.0_60 for builds. The log seems to come from the JAR (which shouldn't be built by me), so that shouldn't be a problem. Concerning the...

Well configuration wise we could simply add a `CheckboxMenuItem` for the boot on startup, option, ticked off by default to the TrayIcon context menu, that wouldn't clutter the UI. Same...

Could you try running the jar file from the terminal via `java -jar path/to/HotS.Replay.Uploader-2.1.1.jar` and post the output so that we could diagnose the crash? @eivindveg Do we have a...

What does the command `java -version` say? You may not have installed the correct JDK to execute the jar file directly. Otherwise it should be bundled into the DMG file,...

Just tried it myself and in this case the error message seems to be, that your path is incorrect. Normally you should just be able to do: ``` cd #change...

Sadly this is the log, that I got aswell, which seems to disguise the real error. We need to fix that first, be will get back to you then.

OK, here's a fixed jar, maybe you can use this one to try again and get the real error: [HotS Replay Uploader.jar.zip](https://github.com/eivindveg/HotSUploader/files/506696/HotS.Replay.Uploader.jar.zip) `java -jar HotS\ Replay\ Uploader.jar`

I just threw ``` org.springframework.boot spring-boot-maven-plugin ``` and `ninja.eivind.hotsreplayuploader.Client` in the pom to make it work with `mvn package clean` to produce the test jar. Also threw out a jar...

I guess this forces me to update my game and take a look at this issue. Do you have any steps to reproduce? Does this happen everytime or just a...

Just did a game and this doesn't happen for me. I'm on 10.12.4 though, but there shouldn't be any differences in my opinion. What you could do is check the...