Author Topic: run bonzai under linux  (Read 10089 times)

catafest

  • Jr. Member
  • **
  • Posts: 5
run bonzai under linux
« 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.

jerome_j

  • Administrator
  • *****
  • Posts: 116
    • Bonzai Engine
Re: run bonzai under linux
« Reply #1 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.

catafest

  • Jr. Member
  • **
  • Posts: 5
Re: run bonzai under linux
« Reply #2 on: October 19, 2013, 11:12:08 AM »
Yes . I know that ... The error is :
I also install :

jerome_j

  • Administrator
  • *****
  • Posts: 116
    • Bonzai Engine
Re: run bonzai under linux
« Reply #3 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.
« Last Edit: October 19, 2013, 12:55:53 PM by jerome_j »

jerome_j

  • Administrator
  • *****
  • Posts: 116
    • Bonzai Engine
Re: run bonzai under linux
« Reply #4 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-tut.jar

Steps to run the viewer:
« Last Edit: October 19, 2013, 08:10:30 PM by jerome_j »

catafest

  • Jr. Member
  • **
  • Posts: 5
Re: run bonzai under linux
« Reply #5 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 :
« Last Edit: October 20, 2013, 11:07:34 AM by catafest »

catafest

  • Jr. Member
  • **
  • Posts: 5
Re: run bonzai under linux
« Reply #6 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 .

jerome_j

  • Administrator
  • *****
  • Posts: 116
    • Bonzai Engine
Re: run bonzai under linux
« Reply #7 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.

catafest

  • Jr. Member
  • **
  • Posts: 5
Re: run bonzai under linux
« Reply #8 on: October 27, 2013, 12:30:31 PM »
Thank you . Regards.