Download

Online

Gallery

Blog

  Index  | Recent Threads  | List Attachments  | Search
 Welcome Guest  |  Register  |  Login
Login Name  Password
 

Sweet Home 3D Forum



No member browsing this thread
Thread Status: Active
Total posts in this thread: 14
Posts: 14   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 24516 times and has 13 replies Next Thread
DerekvG
Member



Belgium
Joined: Apr 19, 2017
Post Count: 33
Status: Offline
Reply to this Post  Reply with Quote 
SH3S installation as described for linux in website doesn't work

Hello
Just reinstalled Ubuntu 16.04 amd64 on a Laptop
Intel® Core™ i5 CPU M 480 @ 2.67GHz × 4
Intel® Ironlake Mobile

Then tried to install Sweethome3D 6-2 as per instruction on
http://www.sweethome3d.com/userGuide.jsp#installation

Linux:
Download http://sourceforge.net/projects/sweethome3d/f....2-linux-x86.tgz/download (70.8 MB), uncompress the downloaded file and run SweetHome3D application found in the uncompressed directory. To install Sweet Home 3D, move the uncompressed directory to one of your choice.


This doesn't result in a working instance of SH3D


I then used the Terminalcommand : sudo apt install sweethome3d

This command installs a working instance of version 4.5

Question :
How do i proceed from 4.5 to any of the 5.4 / 6.1.2 / 6.2 based on the tar.gz archives that I downloaded for the website, and NO the installation notes on the website don't adequately describe how to make the content of the newer version work
[Jan 29, 2020, 2:29:57 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9141
Status: Offline
Reply to this Post  Reply with Quote 
Re: SH3S installation as described for linux in website doesn't work

The instructions in the user’s guide might need an update... Please read the Download page for additional information.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer
[Jan 29, 2020, 4:23:43 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
digitaltrails
Member
Member's Avatar

New Zealand
Joined: Dec 28, 2014
Post Count: 94
Status: Offline
Reply to this Post  Reply with Quote 
Re: SH3S installation as described for linux in website doesn't work

It's hard to tell what's wrong without seeing the symptoms. Did you see any messages when you attempted to run the the 6.2 version?

I used the same instructions on OpenSUSE Tumbleweed (another Linux). I had to add a java argument to the SweetHome3D-6.2/SweetHome3D script that starts SH3D.

-Dcom.eteks.sweethome3d.j3d.useOffScreen3DView=true


But I doubt that's necessary on all version of Linux.
[Jan 30, 2020, 8:17:31 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
DerekvG
Member



Belgium
Joined: Apr 19, 2017
Post Count: 33
Status: Offline
Reply to this Post  Reply with Quote 
Re: SH3S installation as described for linux in website doesn't work

There are no symptoms , or at least the absence of any symptoms/response or error message IS the only symptom.

First i moved the uncompressed files to a directory (as per installation instruction) such as /SH3D/
Then using Nautilus I make sure SweetHome3D is executable and I change the default to action to "Run Software" instead of "open with Gedit"

When I click it the running icon starts spinning and nothing happens



This is the content of the script that DOESN'T run for version 5.4 (but it's the same for 6.2)
#!/bin/sh

# Retrieve Sweet Home 3D directory
PROGRAM=`readlink "$0"`
if [ "$PROGRAM" = "" ]; then
PROGRAM=$0
fi
PROGRAM_DIR=`dirname "$PROGRAM"`

# Run Sweet Home 3D
exec "$PROGRAM_DIR"/jre8/bin/java -Xmx1024m -classpath "$PROGRAM_DIR"/lib/SweetHome3D.jar:"$PROGRAM_DIR"/lib/Furniture.jar:"$PROGRAM_DIR"/lib/Textures.jar:"$PROGRAM_DIR"/lib/Help.jar:"$PROGRAM_DIR"/lib/iText-2.1.7.jar:"$PROGRAM_DIR"/lib/freehep-vectorgraphics-svg-2.1.1b.jar:"$PROGRAM_DIR"/lib/sunflow-0.07.3i.jar:"$PROGRAM_DIR"/lib/jmf.jar:"$PROGRAM_DIR"/lib/batik-svgpathparser-1.7.jar:"$PROGRAM_DIR"/lib/java3d-1.6/j3dcore.jar:"$PROGRAM_DIR"/lib/java3d-1.6/j3dutils.jar:"$PROGRAM_DIR"/lib/java3d-1.6/vecmath.jar:"$PROGRAM_DIR"/lib/java3d-1.6/gluegen-rt.jar:"$PROGRAM_DIR"/lib/java3d-1.6/jogl-java3d.jar:"$PROGRAM_DIR"/jre8/lib/javaws.jar -Djava.library.path="$PROGRAM_DIR"/lib/java3d-1.6 -Djogamp.gluegen.UseTempJarCache=false -Dcom.eteks.sweethome3d.applicationId=SweetHome3D#Installer com.eteks.sweethome3d.SweetHome3D -open "$1"

by comparison this is the sweethome3d.sh file from the installed version 4.5
that i found in /usr/share/sweethome3d

#!/bin/sh
#
#
BASEPATH=/usr/share/sweethome3d
JAVA_ARGS="-Djava.library.path=/usr/lib/jni \
-Dcom.eteks.sweethome3d.applicationFolders=$HOME/.eteks/sweethome3d:/usr/share/sweethome3d"

. /usr/lib/java-wrappers/java-wrappers.sh

find_java_runtime java6

find_jars j3dcore j3dutils vecmath batik
find_jars sunflow itext janino freehep-util freehep-io freehep-xml
find_jars freehep-graphics2d freehep-graphicsio freehep-graphicsio-svg
find_jars /usr/share/sweethome3d/sweethome3d.jar
find_jars /usr/share/icedtea-web/netx.jar

cd $BASEPATH
run_java com.eteks.sweethome3d.SweetHome3D -open "$@"
[Jan 31, 2020, 11:02:03 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
DerekvG
Member



Belgium
Joined: Apr 19, 2017
Post Count: 33
Status: Offline
Reply to this Post  Reply with Quote 
Re: SH3S installation as described for linux in website doesn't work

The userguide at http://www.sweethome3d.com/userGuide.jsp says

Linux: Download http://sourceforge.net/projects/sweethome3d/f....2-linux-x86.tgz/download (70.8 MB), uncompress the downloaded file and run SweetHome3D application found in the uncompressed directory. To install Sweet Home 3D, move the uncompressed directory to one of your choice.

and the Download page says

Under Linux: Uncompress the downloaded file and run SweetHome3D application found in the uncompressed directory, possibly using this tip to launch it with a double click under Ubuntu. To install Sweet Home 3D, move the uncompressed directory in the one of your choice or read this article to create a launcher.

By the way:
[Jan 31, 2020, 2:21:29 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
UbuntuBirdy
Advanced Member
Member's Avatar

Switzerland
Joined: Aug 31, 2017
Post Count: 421
Status: Offline
Reply to this Post  Reply with Quote 
Re: SH3S installation as described for linux in website doesn't work

Try sh -c "/path/to/SweetHome3D-6.2/SweetHome3D" in the terminal.
----------------------------------------
Pascal

SH3D 6.6 / Ubuntu 22.04 (Mainline-Kernel) / Radeon RX580 / Ryzen 7 5800x
[Jan 31, 2020, 3:38:44 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
DerekvG
Member



Belgium
Joined: Apr 19, 2017
Post Count: 33
Status: Offline
Reply to this Post  Reply with Quote 
Re: SH3S installation as described for linux in website doesn't work

The userguide at http://www.sweethome3d.com/userGuide.jsp says

Linux: Download http://sourceforge.net/projects/sweethome3d/f....2-linux-x86.tgz/download (70.8 MB), uncompress the downloaded file and run SweetHome3D application found in the uncompressed directory. To install Sweet Home 3D, move the uncompressed directory to one of your choice.

and the Download page says

Under Linux: Uncompress the downloaded file and run SweetHome3D application found in the uncompressed directory, possibly using this tip to launch it with a double click under Ubuntu. To install Sweet Home 3D, move the uncompressed directory in the one of your choice or read this article to create a launcher.

By the way:


I had to perform a reinstall of Ubuntu so I could do a clean install using APT
derek@Derek-R540:~$ sudo apt install sweethome3d
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
janino java-wrappers javahelp2 junit libbatik-java libbcmail-java
libbcpkix-java libbcprov-java libbsf-java libcommons-io-java libdom4j-java
libfreehep-export-java libfreehep-graphics2d-java libfreehep-graphicsio-java
libfreehep-graphicsio-svg-java libfreehep-graphicsio-tests-java
libfreehep-io-java libfreehep-swing-java libfreehep-util-java
libfreehep-xml-java libgnuinet-java libgnumail-java libitext-java
libjanino-java libjas-plotter-java libjava3d-java libjava3d-jni
libjaxen-java libjaxp1.3-java libjdom1-java libjline-java
libnb-org-openide-util-java libnb-org-openide-util-lookup-java librhino-java
libsunflow-java libtablelayout-java libvecmath-java libxalan2-java
libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java
libxmlgraphics-commons-java libxom-java libxpp2-java libxpp3-java rhino
sweethome3d-furniture
Suggested packages:
javahelp2-doc junit-doc fop libbcmail-java-doc libbcpkix-java-doc
libbcprov-java-doc bsh libcommons-io-java-doc libdom4j-java-doc
libgnumail-java-doc libitext-java-gcj libjanino-java-doc libjava3d-java-doc
libjaxp1.3-java-gcj libjdom1-java-doc libjline-java-doc libxalan2-java-doc
libxsltc-java libxerces2-java-doc libxerces2-java-gcj
libxml-commons-resolver1.1-java-doc libxmlgraphics-commons-java-doc
libxom-java-doc librhino-java-doc
The following NEW packages will be installed:
janino java-wrappers javahelp2 junit libbatik-java libbcmail-java
libbcpkix-java libbcprov-java libbsf-java libcommons-io-java libdom4j-java
libfreehep-export-java libfreehep-graphics2d-java libfreehep-graphicsio-java
libfreehep-graphicsio-svg-java libfreehep-graphicsio-tests-java
libfreehep-io-java libfreehep-swing-java libfreehep-util-java
libfreehep-xml-java libgnuinet-java libgnumail-java libitext-java
libjanino-java libjas-plotter-java libjava3d-java libjava3d-jni
libjaxen-java libjaxp1.3-java libjdom1-java libjline-java
libnb-org-openide-util-java libnb-org-openide-util-lookup-java librhino-java
libsunflow-java libtablelayout-java libvecmath-java libxalan2-java
libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java
libxmlgraphics-commons-java libxom-java libxpp2-java libxpp3-java rhino
sweethome3d sweethome3d-furniture
0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded.
Need to get 112 MB of archives.
After this operation, 140 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libjanino-java all 2.7.0-2 [576 kB]
Get:2 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 janino all 2.7.0-2 [3.658 B]
Get:3 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 java-wrappers all 0.1.28 [9.456 B]
Get:4 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 javahelp2 all 2.0.05.ds1-8 [876 kB]
Get:5 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB]
Get:6 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libbsf-java all 1:2.4.0-5build1 [71,2 kB]
Get:7 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB]
Get:8 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB]
Get:9 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-resolver1.1-java all 1.2-7build1 [91,6 kB]
Get:10 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB]
Get:11 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxerces2-java all 2.11.0-7 [1.362 kB]
Get:12 http://be.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3.166 kB]
Get:13 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libxmlgraphics-commons-java all 2.1-1ubuntu1 [589 kB]
Get:14 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libbatik-java all 1.8-3ubuntu1 [2.853 kB]
Get:15 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libbcprov-java all 1.51-4ubuntu1 [2.244 kB]
Get:16 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libbcpkix-java all 1.51-4ubuntu1 [476 kB]
Get:17 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libgnuinet-java all 1.1.2-2build1 [406 kB]
Get:18 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libgnumail-java all 1.1.2-10ubuntu1 [273 kB]
Get:19 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libbcmail-java all 1.51-4ubuntu1 [82,8 kB]
Get:20 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB]
Get:21 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp2-java all 2.1.10-7build1 [162 kB]
Get:22 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp3-java all 1.1.4c-2build1 [364 kB]
Get:23 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB]
Get:24 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libnb-org-openide-util-lookup-java all 8.1+dfsg1-2 [80,2 kB]
Get:25 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libnb-org-openide-util-java all 8.1+dfsg1-2 [165 kB]
Get:26 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libfreehep-util-java all 2.0.2-5 [48,3 kB]
Get:27 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libfreehep-swing-java all 2.0.3-3 [190 kB]
Get:28 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libfreehep-export-java all 2.1.1-2 [21,1 kB]
Get:29 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libfreehep-graphics2d-java all 2.1.1-4 [121 kB]
Get:30 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libfreehep-io-java all 2.0.2-4 [60,6 kB]
Get:31 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libfreehep-graphicsio-java all 2.1.1-3 [174 kB]
Get:32 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libtablelayout-java all 20090826-2 [50,3 kB]
Get:33 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libjas-plotter-java all 2.2.6+dfsg1-2 [601 kB]
Get:34 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libfreehep-graphicsio-tests-java all 2.1.1+dfsg1-3 [104 kB]
Get:35 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libjdom1-java all 1.1.3-1 [150 kB]
Get:36 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libfreehep-xml-java all 2.1.2+dfsg1-3 [134 kB]
Get:37 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libfreehep-graphicsio-svg-java all 2.1.1-3 [24,9 kB]
Get:38 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libitext-java all 2.1.7-10 [1.069 kB]
Get:39 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libjava3d-jni amd64 1.5.2+dfsg-11ubuntu1 [44,0 kB]
Get:40 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libvecmath-java all 1.5.2-5 [76,8 kB]
Get:41 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libjava3d-java all 1.5.2+dfsg-11ubuntu1 [1.083 kB]
Get:42 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libjline-java all 1.0-2 [69,4 kB]
Get:43 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 librhino-java all 1.7R4-3 [1.093 kB]
Get:44 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libxom-java all 1.2.10-1 [170 kB]
Get:45 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 rhino all 1.7R4-3 [13,4 kB]
Get:46 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 libsunflow-java all 0.07.2.svn396+dfsg-14 [368 kB]
Get:47 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 sweethome3d all 4.5+dfsg-3 [11,2 MB]
Get:48 http://be.archive.ubuntu.com/ubuntu xenial/universe amd64 sweethome3d-furniture all 1.4.2-1 [79,5 MB]
Fetched 112 MB in 22s (4.923 kB/s)
Extracting templates from packages: 100%
Selecting previously unselected package libjanino-java.
(Reading database ... 261483 files and directories currently installed.)
Preparing to unpack .../libjanino-java_2.7.0-2_all.deb ...
Unpacking libjanino-java (2.7.0-2) ...
Selecting previously unselected package janino.
Preparing to unpack .../janino_2.7.0-2_all.deb ...
Unpacking janino (2.7.0-2) ...
Selecting previously unselected package java-wrappers.
Preparing to unpack .../java-wrappers_0.1.28_all.deb ...
Unpacking java-wrappers (0.1.28) ...
Selecting previously unselected package javahelp2.
Preparing to unpack .../javahelp2_2.0.05.ds1-8_all.deb ...
Unpacking javahelp2 (2.0.05.ds1-8) ...
Selecting previously unselected package junit.
Preparing to unpack .../junit_3.8.2-8build1_all.deb ...
Unpacking junit (3.8.2-8build1) ...
Selecting previously unselected package libbsf-java.
Preparing to unpack .../libbsf-java_1%3a2.4.0-5build1_all.deb ...
Unpacking libbsf-java (1:2.4.0-5build1) ...
Selecting previously unselected package libcommons-io-java.
Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ...
Unpacking libcommons-io-java (2.4-2) ...
Selecting previously unselected package libjaxp1.3-java.
Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ...
Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ...
Selecting previously unselected package libxml-commons-resolver1.1-java.
Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ...
Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ...
Selecting previously unselected package libxml-commons-external-java.
Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ...
Unpacking libxml-commons-external-java (1.4.01-2build1) ...
Selecting previously unselected package libxerces2-java.
Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ...
Unpacking libxerces2-java (2.11.0-7) ...
Selecting previously unselected package libxalan2-java.
Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ...
Unpacking libxalan2-java (2.7.1-9) ...
Selecting previously unselected package libxmlgraphics-commons-java.
Preparing to unpack .../libxmlgraphics-commons-java_2.1-1ubuntu1_all.deb ...
Unpacking libxmlgraphics-commons-java (2.1-1ubuntu1) ...
Selecting previously unselected package libbatik-java.
Preparing to unpack .../libbatik-java_1.8-3ubuntu1_all.deb ...
Unpacking libbatik-java (1.8-3ubuntu1) ...
Selecting previously unselected package libbcprov-java.
Preparing to unpack .../libbcprov-java_1.51-4ubuntu1_all.deb ...
Unpacking libbcprov-java (1.51-4ubuntu1) ...
Selecting previously unselected package libbcpkix-java.
Preparing to unpack .../libbcpkix-java_1.51-4ubuntu1_all.deb ...
Unpacking libbcpkix-java (1.51-4ubuntu1) ...
Selecting previously unselected package libgnuinet-java.
Preparing to unpack .../libgnuinet-java_1.1.2-2build1_all.deb ...
Unpacking libgnuinet-java (1.1.2-2build1) ...
Selecting previously unselected package libgnumail-java.
Preparing to unpack .../libgnumail-java_1.1.2-10ubuntu1_all.deb ...
Unpacking libgnumail-java (1.1.2-10ubuntu1) ...
Selecting previously unselected package libbcmail-java.
Preparing to unpack .../libbcmail-java_1.51-4ubuntu1_all.deb ...
Unpacking libbcmail-java (1.51-4ubuntu1) ...
Selecting previously unselected package libjaxen-java.
Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ...
Unpacking libjaxen-java (1.1.6-1ubuntu1) ...
Selecting previously unselected package libxpp2-java.
Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ...
Unpacking libxpp2-java (2.1.10-7build1) ...
Selecting previously unselected package libxpp3-java.
Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ...
Unpacking libxpp3-java (1.1.4c-2build1) ...
Selecting previously unselected package libdom4j-java.
Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ...
Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ...
Selecting previously unselected package libnb-org-openide-util-lookup-java.
Preparing to unpack .../libnb-org-openide-util-lookup-java_8.1+dfsg1-2_all.deb ...
Unpacking libnb-org-openide-util-lookup-java (8.1+dfsg1-2) ...
Selecting previously unselected package libnb-org-openide-util-java.
Preparing to unpack .../libnb-org-openide-util-java_8.1+dfsg1-2_all.deb ...
Unpacking libnb-org-openide-util-java (8.1+dfsg1-2) ...
Selecting previously unselected package libfreehep-util-java.
Preparing to unpack .../libfreehep-util-java_2.0.2-5_all.deb ...
Unpacking libfreehep-util-java (2.0.2-5) ...
Selecting previously unselected package libfreehep-swing-java.
Preparing to unpack .../libfreehep-swing-java_2.0.3-3_all.deb ...
Unpacking libfreehep-swing-java (2.0.3-3) ...
Selecting previously unselected package libfreehep-export-java.
Preparing to unpack .../libfreehep-export-java_2.1.1-2_all.deb ...
Unpacking libfreehep-export-java (2.1.1-2) ...
Selecting previously unselected package libfreehep-graphics2d-java.
Preparing to unpack .../libfreehep-graphics2d-java_2.1.1-4_all.deb ...
Unpacking libfreehep-graphics2d-java (2.1.1-4) ...
Selecting previously unselected package libfreehep-io-java.
Preparing to unpack .../libfreehep-io-java_2.0.2-4_all.deb ...
Unpacking libfreehep-io-java (2.0.2-4) ...
Selecting previously unselected package libfreehep-graphicsio-java.
Preparing to unpack .../libfreehep-graphicsio-java_2.1.1-3_all.deb ...
Unpacking libfreehep-graphicsio-java (2.1.1-3) ...
Selecting previously unselected package libtablelayout-java.
Preparing to unpack .../libtablelayout-java_20090826-2_all.deb ...
Unpacking libtablelayout-java (20090826-2) ...
Selecting previously unselected package libjas-plotter-java.
Preparing to unpack .../libjas-plotter-java_2.2.6+dfsg1-2_all.deb ...
Unpacking libjas-plotter-java (2.2.6+dfsg1-2) ...
Selecting previously unselected package libfreehep-graphicsio-tests-java.
Preparing to unpack .../libfreehep-graphicsio-tests-java_2.1.1+dfsg1-3_all.deb ...
Unpacking libfreehep-graphicsio-tests-java (2.1.1+dfsg1-3) ...
Selecting previously unselected package libjdom1-java.
Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ...
Unpacking libjdom1-java (1.1.3-1) ...
Selecting previously unselected package libfreehep-xml-java.
Preparing to unpack .../libfreehep-xml-java_2.1.2+dfsg1-3_all.deb ...
Unpacking libfreehep-xml-java (2.1.2+dfsg1-3) ...
Selecting previously unselected package libfreehep-graphicsio-svg-java.
Preparing to unpack .../libfreehep-graphicsio-svg-java_2.1.1-3_all.deb ...
Unpacking libfreehep-graphicsio-svg-java (2.1.1-3) ...
Selecting previously unselected package libitext-java.
Preparing to unpack .../libitext-java_2.1.7-10_all.deb ...
Unpacking libitext-java (2.1.7-10) ...
Selecting previously unselected package libjava3d-jni.
Preparing to unpack .../libjava3d-jni_1.5.2+dfsg-11ubuntu1_amd64.deb ...
Unpacking libjava3d-jni (1.5.2+dfsg-11ubuntu1) ...
Selecting previously unselected package libvecmath-java.
Preparing to unpack .../libvecmath-java_1.5.2-5_all.deb ...
Unpacking libvecmath-java (1.5.2-5) ...
Selecting previously unselected package libjava3d-java.
Preparing to unpack .../libjava3d-java_1.5.2+dfsg-11ubuntu1_all.deb ...
Unpacking libjava3d-java (1.5.2+dfsg-11ubuntu1) ...
Selecting previously unselected package libjline-java.
Preparing to unpack .../libjline-java_1.0-2_all.deb ...
Unpacking libjline-java (1.0-2) ...
Selecting previously unselected package librhino-java.
Preparing to unpack .../librhino-java_1.7R4-3_all.deb ...
Unpacking librhino-java (1.7R4-3) ...
Selecting previously unselected package libxom-java.
Preparing to unpack .../libxom-java_1.2.10-1_all.deb ...
Unpacking libxom-java (1.2.10-1) ...
Selecting previously unselected package rhino.
Preparing to unpack .../archives/rhino_1.7R4-3_all.deb ...
Unpacking rhino (1.7R4-3) ...
Selecting previously unselected package libsunflow-java.
Preparing to unpack .../libsunflow-java_0.07.2.svn396+dfsg-14_all.deb ...
Unpacking libsunflow-java (0.07.2.svn396+dfsg-14) ...
Selecting previously unselected package sweethome3d.
Preparing to unpack .../sweethome3d_4.5+dfsg-3_all.deb ...
Unpacking sweethome3d (4.5+dfsg-3) ...
Selecting previously unselected package sweethome3d-furniture.
Preparing to unpack .../sweethome3d-furniture_1.4.2-1_all.deb ...
Unpacking sweethome3d-furniture (1.4.2-1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for doc-base (0.10.7) ...
Processing 4 added doc-base files...
Registering documents with scrollkeeper...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up libjanino-java (2.7.0-2) ...
Setting up janino (2.7.0-2) ...
Setting up java-wrappers (0.1.28) ...
Setting up javahelp2 (2.0.05.ds1-8) ...
Setting up junit (3.8.2-8build1) ...
Setting up libbsf-java (1:2.4.0-5build1) ...
Setting up libcommons-io-java (2.4-2) ...
Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ...
Setting up libxml-commons-resolver1.1-java (1.2-7build1) ...
Setting up libxml-commons-external-java (1.4.01-2build1) ...
Setting up libxerces2-java (2.11.0-7) ...
Setting up libxalan2-java (2.7.1-9) ...
Setting up libxmlgraphics-commons-java (2.1-1ubuntu1) ...
Setting up libbatik-java (1.8-3ubuntu1) ...
Setting up libbcprov-java (1.51-4ubuntu1) ...
Setting up libbcpkix-java (1.51-4ubuntu1) ...
Setting up libgnuinet-java (1.1.2-2build1) ...
Setting up libgnumail-java (1.1.2-10ubuntu1) ...
Setting up libbcmail-java (1.51-4ubuntu1) ...
Setting up libjaxen-java (1.1.6-1ubuntu1) ...
Setting up libxpp2-java (2.1.10-7build1) ...
Setting up libxpp3-java (1.1.4c-2build1) ...
Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ...
Setting up libnb-org-openide-util-lookup-java (8.1+dfsg1-2) ...
Setting up libnb-org-openide-util-java (8.1+dfsg1-2) ...
Setting up libfreehep-util-java (2.0.2-5) ...
Setting up libfreehep-swing-java (2.0.3-3) ...
Setting up libfreehep-export-java (2.1.1-2) ...
Setting up libfreehep-graphics2d-java (2.1.1-4) ...
Setting up libfreehep-io-java (2.0.2-4) ...
Setting up libfreehep-graphicsio-java (2.1.1-3) ...
Setting up libtablelayout-java (20090826-2) ...
Setting up libjas-plotter-java (2.2.6+dfsg1-2) ...
Setting up libfreehep-graphicsio-tests-java (2.1.1+dfsg1-3) ...
Setting up libjdom1-java (1.1.3-1) ...
Setting up libfreehep-xml-java (2.1.2+dfsg1-3) ...
Setting up libfreehep-graphicsio-svg-java (2.1.1-3) ...
Setting up libitext-java (2.1.7-10) ...
Setting up libjava3d-jni (1.5.2+dfsg-11ubuntu1) ...
Setting up libvecmath-java (1.5.2-5) ...
Setting up libjava3d-java (1.5.2+dfsg-11ubuntu1) ...
Setting up libjline-java (1.0-2) ...
Setting up librhino-java (1.7R4-3) ...
Setting up libxom-java (1.2.10-1) ...
Setting up rhino (1.7R4-3) ...
update-alternatives: using /usr/bin/rhino to provide /usr/bin/js (js) in auto mode
Setting up libsunflow-java (0.07.2.svn396+dfsg-14) ...
Setting up sweethome3d (4.5+dfsg-3) ...
Setting up sweethome3d-furniture (1.4.2-1) ...

and this is the resulting filelist

/usr/share/man/man1/sweethome3d.1.gz
/usr/share/icons/hicolor/22x22/apps/sweethome3d.png
/usr/share/icons/hicolor/128x128/apps/sweethome3d.png
/usr/share/icons/hicolor/48x48/apps/sweethome3d.png
/usr/share/icons/hicolor/16x16/apps/sweethome3d.png
/usr/share/applications/sweethome3d.desktop
/usr/share/sweethome3d/sweethome3d.sh
/usr/share/sweethome3d/sweethome3d.jar
/usr/share/doc/sweethome3d/copyright
/usr/share/doc/sweethome3d/changelog.Debian.gz
/usr/share/doc/sweethome3d/README.Debian
/usr/share/pixmaps/sweethome3d.xpm
/usr/share/menu/sweethome3d
/usr/bin/sweethome3d

/usr/share/sweethome3d/furniture
/usr/share/sweethome3d/furniture/BlendSwap-CC-0.sh3f
/usr/share/sweethome3d/furniture/KatorLegaz.sh3f
/usr/share/sweethome3d/furniture/Scopia.sh3f
/usr/share/sweethome3d/furniture/BlendSwap-CC-BY.sh3f
/usr/share/sweethome3d/furniture/Reallusion.sh3f
/usr/share/doc/sweethome3d-furniture
/usr/share/doc/sweethome3d-furniture/changelog.Debian.gz
/usr/share/doc/sweethome3d-furniture/copyright

restof the filelist in next message

im not convinced that the installation instruction results in a working sweethome3d either 5.x or 6.x
[Feb 5, 2020, 4:07:18 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
DerekvG
Member



Belgium
Joined: Apr 19, 2017
Post Count: 33
Status: Offline
Reply to this Post  Reply with Quote 
Re: SH3S installation as described for linux in website doesn't work

apparently the filelist doesn't fit and i cannot attache a file
[Feb 5, 2020, 4:12:13 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Puybaret
Expert
Member's Avatar

France
Joined: Nov 7, 2005
Post Count: 9141
Status: Offline
Reply to this Post  Reply with Quote 
Re: SH3S installation as described for linux in website doesn't work

The instructions mentioned in the Download page work and don't require you to install Java. I tested them many times on brand new Ubuntu systems.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer
[Feb 5, 2020, 4:56:20 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
dorin
Advanced Member
Member's Avatar

Romania
Joined: Apr 24, 2014
Post Count: 548
Status: Offline
Reply to this Post  Reply with Quote 
Re: SH3S installation as described for linux in website doesn't work

I had to perform a reinstall of Ubuntu so I could do a clean install using APT derek@Derek-R540:~$ sudo apt install sweethome3d

WRONG!!
The instruction from download page DON'T suggest such actions.
To solve Your problem You MUST FORGET REPOSITORY VERSION!
So:
1. sudo apt purge sweethome3d (to clean repository installation);
2. Follow STRICTLY the instructions from Download page:
-download->extract->run the SweetHome3D.sh file.
Simple as this!
It work on every linux and with every SH3D version from 3.0 ~ now.
If You steel need help we are here to help you hugs
----------------------------------------
A computer program does what you tell it to do, not what you want it to do. Murphy's Law (Greer's Third Law)
When all else fails, read the instructions.Murphy's Law
[Feb 5, 2020, 9:46:13 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Posts: 14   Pages: 2   [ 1 2 | Next Page ]
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread

    Get Sweet Home 3D at SourceForge.net. Fast, secure and Free Open Source software downloads
   
© Copyright 2006-2024 eTeks - All rights reserved