If you're still looking for Mac / OSX help, I have basic knowledge of Java, know my way around bash and I'm really good at debugging stuff lol.
FYI, on El capital Version 0016 just hang when Java is launched with this command from inside the unzipped Folder
java -Djava.library.path=native -jar ./bin/blueprint.jar
Debug:
Operating system detected: MacOS
Starting Blueprint v0.0.1.6beta.. Good luck!
Current folder: /Users/malou/Downloads/Blueprint0016
Version 0015 do launch with this command from inside the unzipped Folder:
java -Djava.library.path=./native/macosx/x64 -jar ./bin/blueprint.jar
I get this:
When I click ok:
But I don't have the dialog to find where is the db.lif file like in Bluerender (which works fine on my mac btw)
Debug:
Starting Blueprint.. Good luck!
Operating system detected: MacOS
déc. 12, 2015 12:29:14 PM com.sun.javafx.css.StyleManager getCachedImage
WARNING: Error loading image: rsrc:dialog-information.png
java.lang.IllegalArgumentException: Folder parameter must be a valid folder
at com.sun.glass.ui.CommonDialogs.convertFolder(CommonDialogs.java:238)
at com.sun.glass.ui.CommonDialogs.showFileChooser(CommonDialogs.java:190)
at com.sun.javafx.tk.quantum.QuantumToolkit.showFileChooser(QuantumToolkit.java:1496)
at javafx.stage.FileChooser.showDialog(FileChooser.java:416)
at javafx.stage.FileChooser.showOpenDialog(FileChooser.java:350)
at blueprint.Blueprint.c(Unknown Source)
at blueprint.Blueprint.b(Unknown Source)
at blueprint.Blueprint.initApp(Unknown Source)
at blueprint.a.start(Unknown Source)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
déc. 12, 2015 12:29:18 PM com.sun.javafx.css.StyleManager getCachedImage
WARNING: Error loading image: rsrc:dialog-error.png
PM me ;)