Question

Q: The installer crashes on Linux. What can I do?

Experiencing installer crashes on my Linux system, what could I do to avoid them?

Answer:

InstallBuilder has been designed to create installers that will run out of the box in virtually any Linux distribution. In rare ocassions, a certain combination of system libraries and X-Window server setup may cause the installer to crash. If that occurs, you may want to try running in different modes:

./installer-name.bin --mode xwindow

or

./installer-name.bin --mode text

In any case, please report the issue so it can be addressed.