Re: Categories

by Puybaret » Fri Sep 08, 2023 6:52 pm

Try to run the editor with the Java option which forces using the Java 3D older version 1.5.2:

Code: Select all

/path/to/Java8/bin/java -Dcom.eteks.sweethome3d.j3d.version=1.5.2 -jar /path/to/FurnitureLibraryEditor/FurnitureLibraryEditor-1.31.jar
and while you're at it, increase the max memory used by the editor in case your SH3F file are large:

Code: Select all

/path/to/Java8/bin/java -Dcom.eteks.sweethome3d.j3d.version=1.5.2 -Xmx2g -jar /path/to/FurnitureLibraryEditor/FurnitureLibraryEditor-1.31.jar