Re: Crash on clicking preferences

by Puybaret » Sat Jan 09, 2016 7:15 pm

wood, the only other solution is to add the option:

Code: Select all

-Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false
after the word "java" in the SweetHome3D script available in the downloadable installer.

Then, the last line of the script

Code: Select all

exec "$PROGRAM_DIR"/jre1.6.0_45/bin/java -Xmx1024m ...
should become:

Code: Select all

exec "$PROGRAM_DIR"/jre1.6.0_45/bin/java -Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false -Xmx1024m ...
(be sure to add no line returns)