hello, I did my first LDD file of one of my robots, Yay :)
So if course first thing i did next was a BlueRender which by the way works great on my Mac OsX ElCapitan
iMoot: imoot$ cd /Users/imoot/Documents/Bluerender0005
iMoot:Bluerender0005 imoot$ java -cp "bin/*" bluerender.BlueRender
Starting BlueRender 0.0.0.5beta.. Good luck!
Operating system detected: MacOS
Initializing database..
Cache is up to date.
Loading brick 3703 TECHNIC BRICK 1X16, Ø4,9
...
Now the big question is, anyone managed to get Blueprint to work on MacOSx?
I tried this
iMoot:Blueprint0019 imoot$ java -cp "bin/*" blueprint.Blueprint
Operating system detected: MacOS
Starting Blueprint v0.0.1.9beta.. Good luck!
Current folder: /Users/imoot/Documents/Blueprint0019
Initializing database..
java.lang.RuntimeException: java.lang.RuntimeException: File not found /info.xml
at blueprint.b.b.a.b.a(Unknown Source)
at blueprint.b.b.a.b.<init>(Unknown Source)
at blueprint.b.b.a.<init>(Unknown Source)
at blueprint.Blueprint.b(Unknown Source)
at blueprint.Blueprint.initApp(Unknown Source)
at c.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)
Caused by: java.lang.RuntimeException: File not found /info.xml
at a.a.c.e.a(Unknown Source)
... 12 more
This is after it asked me to locate teh db.lif -- i pointed it to a copy of
/Applications/LEGO\ Digital\ Designer.app/Contents/Resources/Assets.lif
but got the error cannot find info.xml as posted above.
Any help would be cool, I would love to offer decent BI of my EV3Dprinter to the community :)
Cheers
/baz
(previous version of the EV3Dprinter in action here
)