Bonzai Engine Forum

Bonzai Engine & Tools => Bonzai Engine => Topic started by: catafest on October 18, 2013, 12:28:48 PM

Title: run bonzai under linux
Post by: catafest on October 18, 2013, 12:28:48 PM
Hi , I need some help :
I install Bonzai Engine under linux :
But I don't know how to use this ...
I check all jar files and not working .
For example :
Also can you make a tutorial under linux OS , maybe a video tutorial ...
Thank you . Regards.
Title: Re: run bonzai under linux
Post by: jerome_j on October 18, 2013, 08:23:21 PM
The command line script is in the sh file located in the viewer folder, to run the viewer use one of the two lines:
Or open the file with a text editor and copy the command line in your terminal.

Note: above is for last dev build, the sh file is named Run-ModelViewer.sh in the stable build.
Title: Re: run bonzai under linux
Post by: catafest on October 19, 2013, 11:12:08 AM
Yes . I know that ... The error is :
I also install :
Title: Re: run bonzai under linux
Post by: jerome_j on October 19, 2013, 12:25:55 PM
There seem to be some encoding issue or problem in the script from the stable build (quite old btw).

It should works with the dev build, except a small workaround due to the .so of lwjgl being corrupted during the distribution installer (solaris library override linux one). Steps are:

There will be a new build tomorrow fixing this issue.
Title: Re: run bonzai under linux
Post by: jerome_j on October 19, 2013, 12:55:29 PM
Edit: The today's dev build fixes installer issue, so to run the viewer you just need:

In previous dev build, use the installer below, to avoid overriding linux .so by solaris libraries.
http://bonzaiengine.com/downloads/bonzaiengine-installer.jar (http://bonzaiengine.com/downloads/bonzaiengine-installer.jar)
http://bonzaiengine.com/downloads/bonzaiengine-installer-tut.jar (http://bonzaiengine.com/downloads/bonzaiengine-installer-tut.jar)

Steps to run the viewer:
Title: Re: run bonzai under linux
Post by: catafest on October 20, 2013, 10:45:24 AM
Thank you . Viewer working now with ... only with :
File and Langage ( I think will need to change in language = langue ) .
About BonzaiEngineEditor i got this :
and ... java file will come with :
Title: Re: run bonzai under linux
Post by: catafest on October 27, 2013, 09:15:06 AM
can help me with : BonzaiEngineEditor.sh ?
I told is working only : sh bonzaiengineviewer.sh  ...
I saw the youtube channel from bonzai and seam's this engine need to have many features ...
Under linux os is working just  bonzaiengineviewer .
Title: Re: run bonzai under linux
Post by: jerome_j on October 27, 2013, 10:16:48 AM
There's some file endings problem in BonzaiEngineEditor.sh
Save it with unix file endings, or use the fixed BonzaiEngineEditor.sh from here (http://bonzaiengine.com/downloads/BonzaiEngineEditor.sh).
Title: Re: run bonzai under linux
Post by: catafest on October 27, 2013, 12:30:31 PM
Thank you . Regards.