-
Notifications
You must be signed in to change notification settings - Fork 36
DMG does not work on OSX 10.11.6 on MacBook Pro #134
Comments
Could you try running the jar file from the terminal via @eivindveg Do we have a file log already or did we forget about that? |
I just tried that and the terminal returns: "Error: Unable to access jarfile users/craig/downloads/HotS.Replay.Uploader-2.1.1.jar" Did I do something wrong? I'm not very practical with the Terminal. |
What does the command Anyway, you may not even be able to use the jar file directly, as I just got an error trying to do so. @eivindveg Does that work for you? All I'm getting is: |
java version "1.8.0_101" |
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:
or simply |
Got it. Here is the log: . ____ _ __ _ _ 2016-10-03 18:08:38.372 INFO 1121 --- [JavaFX-Launcher] o.s.boot.SpringApplication : Starting application on Michaels-MBP-2 with PID 1121 (started by Michael in /Users/Michael) org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [ninja.eivind.hotsreplayuploader.Client]; nested exception is java.lang.IllegalArgumentException: No auto configuration classes found in META-INF/spring.factories. If you are using a custom packaging, make sure that file is correct. Exception in Application init method |
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:
|
Oh.. Sadly, I seem to have forgotten to deal with the Spring Boot class loader. |
I just threw
and |
Essentially we need to do some lib repackaging/scrapping, using Boot's main class and our Boot manifest in order to be compatible with both javafx and boot plugins. |
Jar files now work as intended. Could you please perform a test using that jar file again to determine the cause of your crash? |
Seems to be something related to fonts.
|
Yeah. Just verified that we never use any non-system fonts. On that note, say hello to my little friend, a JDK bug. Right now, there doesn't seem to be anything we can do about it outright. Might work to actually include the needed font and only use that.
Could you decompile and look at the offending code, @zhedar? |
Hello,
I installed the latest version of the uploader but when I open it it just crashes with the application not even appearing on screen. Tried the same with previous versions, no luck. I'm running OSX 10.11.6 on a Mid-2015 MacBook Pro.
The text was updated successfully, but these errors were encountered: