SH3S installation as described for linux in website doesn't work

This topic has been viewed 52130 times and has 13 replies
Thread status: Active
Questions about Sweet Home 3D installation [img]http://www.sweethome3d.com/images/flags/en_small.gif[/img]
DerekvG
Posts: 33
Joined: Wed Apr 19, 2017 11:39 pm
Country: Belgium

Re: SH3S installation as described for linux in website doesn't work

Post by DerekvG »

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 [>:D<]
You clearly ignore my first message and previous remarks in this forum.
You may have tested it on YOUR machine(s) the procedure DOES NOT result in a workable Sweethome 3D ON MY MACHINE.
As there are no error messages i cannot provide assistance as to why this is happening, starting Sweethome 3d result in a spinning pointer that stops no SH3Dscreen is opening.
SO unless you can provide me with terminal commands to execute that provide you diagnostics info I cannot further describe how SH3D fails to work
Further more all my previous work in SH3D will be lost

please check you comments
2. Follow STRICTLY the instructions from Download page: -download->extract->run the SweetHome3D.sh file.
Simple as this!


because there is no .SH file in the archive. the sweethoms3d file has no extension
User avatar
Puybaret
Posts: 9440
Joined: Mon Nov 07, 2005 12:00 pm
Country: Paris, France
Contact:

Re: SH3S installation as described for linux in website doesn't work

Post by Puybaret »

Please, let's keep it cool.
Do you get some errors when you execute [font=courier new]SweetHome3D[/font] in a Terminal window?
Did you try the second script [font=courier new]SweetHome3D-Java3D-1_5_2[/font] proposed in the installer archive?
Emmanuel Puybaret, Sweet Home 3D creator
User avatar
digitaltrails
Posts: 95
Joined: Sun Dec 28, 2014 12:20 am
Country: Wellington, New Zealand, New Zealand
Contact:

Re: SH3S installation as described for linux in website doesn't work

Post by digitaltrails »

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 [>:D<]
You clearly ignore my first message and previous remarks in this forum.
You may have tested it on YOUR machine(s) the procedure DOES NOT result in a workable Sweethome 3D ON MY MACHINE.
As there are no error messages i cannot provide assistance as to why this is happening, starting Sweethome 3d result in a spinning pointer that stops no SH3Dscreen is opening.
SO unless you can provide me with terminal commands to execute that provide you diagnostics info I cannot further describe how SH3D fails to work
Further more all my previous work in SH3D will be lost

please check you comments
2. Follow STRICTLY the instructions from Download page: -download->extract->run the SweetHome3D.sh file.
Simple as this!


because there is no .SH file in the archive. the sweethoms3d file has no extension
You're not going to make much progress using the APT version from a GUI. No one here is likely to be familiar with how that was put together. If seeking (free) help here, it's better to work with what other people here are using. Even if many here are not using Ubuntu, one version of Linux is pretty much like any other in this instance.

The best path to follow is to persist with the instructions on the download page, but to initially run the resulting program in a terminal window so you can see the diagnostic output.

As you have also correctly determined the installation direction contains a script called SweetHome3D with no sh suffix (suffixes are optional/unneeded on linux, they are often omitted). The process of identifying and running the script might go something like:

Code: Select all

ls -l SweetHome3D-6.2                                                                                            
total 188
-rw-r--r-- 1 michael michael 18007 Jul 11  2019 COPYING.TXT
drwxr-xr-x 6 michael michael  4096 Sep 12 10:37 jre8
drwxr-xr-x 3 michael michael  4096 Sep 12 10:37 lib
-rw-r--r-- 1 michael michael   901 Jul 11  2019 LICENSE.TXT
-rwxr-xr-x 1 michael michael  1130 Sep 12 10:41 SweetHome3D
-rw-r--r-- 1 michael michael 29519 Jul 11  2019 SweetHome3DIcon.png
-rwxr-xr-x 1 michael michael   904 Jul 11  2019 SweetHome3D-Java3D-1_5_2
-rw-r--r-- 1 michael michael 11873 Jul 11  2019 THIRDPARTY-LICENSE-BATIK.TXT
-rw-r--r-- 1 michael michael  8029 Jul 11  2019 THIRDPARTY-LICENSE-ITEXT.TXT
-rw-r--r-- 1 michael michael 22331 Jul 11  2019 THIRDPARTY-LICENSE-JAVA3D.TXT
-rw-r--r-- 1 michael michael 11519 Jul 11  2019 THIRDPARTY-LICENSE-JAVA.TXT
-rw-r--r-- 1 michael michael 18399 Jul 11  2019 THIRDPARTY-LICENSE-JEKSPARSER.TXT
-rw-r--r-- 1 michael michael 21381 Jul 11  2019 THIRDPARTY-LICENSE-JMF.HTML
-rw-r--r-- 1 michael michael  1680 Jul 11  2019 THIRDPARTY-LICENSE-SUNFLOW.TXT
-rw-r--r-- 1 michael michael    93 Jul 11  2019 THIRDPARTY-LICENSE-TANGO.TXT
-rw-r--r-- 1 michael michael  8031 Jul 11  2019 THIRDPARTY-LICENSE-VECTORGRAPHICS.TXT
 michael@kosmos1  /usr/local/SweetHome3D  cd SweetHome3D-6.2                                                                                               
 michael@kosmos1  /usr/local/SweetHome3D/SweetHome3D-6.2  ./SweetHome3D
If you wanted more details on what the script was doing:

Code: Select all

 michael@kosmos1  /usr/local/SweetHome3D/SweetHome3D-6.2  bash -x SweetHome3D 
I also wonder if you might be using an nvidia card? I previously mentioned the useOffScreen3DView setting, which I believe is necessary if using a nvidia card with the proprietary driver.
User avatar
dorin
Posts: 824
Joined: Thu Apr 24, 2014 9:14 am
Country: Vatra Dornei, Suceava, Romania

Re: SH3S installation as described for linux in website doesn't work

Post by dorin »

@DerekvG
Let's take in the priority order:
0. Please accept my apologies. [[-o<] If I upset you, please excuse me.
1. I want & I like to help You especially because You are a linux user.
2. You've right:
-the SweetHome3D has no extension
-some of the older versions I have will don't work on every machines. eg:
--at work on intel cuore2duo not work some older version but at home on i3 2gen it work. [:-/]
3. So let's try to fix'it:
-in terminal:
-- cd into folder where You uncompressed the 6.2 version
-- ls -l (show us the out put) Should be like this (more or less):

Code: Select all

nea-dorin@debian:~/Sweet_Home_3D/SweetHome3D-6.2$ ls -l 
total 192 
-rw-r--r-- 1 nea-dorin nea-dorin 18007 iul 10  2019 COPYING.TXT 
drwxr-xr-x 6 nea-dorin nea-dorin  4096 iul 29  2019 jre8 
drwxr-xr-x 3 nea-dorin nea-dorin  4096 iul 31  2019 lib 
-rw-r--r-- 1 nea-dorin nea-dorin   901 iul 10  2019 LICENSE.TXT 
-rwxr-xr-x 1 nea-dorin nea-dorin  1078 iul 10  2019 SweetHome3D 
-rw-r--r-- 1 nea-dorin nea-dorin 29519 iul 10  2019 SweetHome3DIcon.png 
-rwxr-xr-x 1 nea-dorin nea-dorin   904 iul 10  2019 SweetHome3D-Java3D-1_5_2 
-rwxr-xr-x 1 nea-dorin nea-dorin  1139 iul 14  2019 SweetHome3D-nimbus 
-rw-r--r-- 1 nea-dorin nea-dorin 11873 iul 10  2019 THIRDPARTY-LICENSE-BATIK.TXT 
-rw-r--r-- 1 nea-dorin nea-dorin  8029 iul 10  2019 THIRDPARTY-LICENSE-ITEXT.TXT 
-rw-r--r-- 1 nea-dorin nea-dorin 22331 iul 10  2019 THIRDPARTY-LICENSE-JAVA3D.TXT 
-rw-r--r-- 1 nea-dorin nea-dorin 11519 iul 10  2019 THIRDPARTY-LICENSE-JAVA.TXT 
-rw-r--r-- 1 nea-dorin nea-dorin 18399 iul 10  2019 THIRDPARTY-LICENSE-JEKSPARSER.TXT 
-rw-r--r-- 1 nea-dorin nea-dorin 21381 iul 10  2019 THIRDPARTY-LICENSE-JMF.HTML 
-rw-r--r-- 1 nea-dorin nea-dorin  1680 iul 10  2019 THIRDPARTY-LICENSE-SUNFLOW.TXT 
-rw-r--r-- 1 nea-dorin nea-dorin    93 iul 10  2019 THIRDPARTY-LICENSE-TANGO.TXT 
-rw-r--r-- 1 nea-dorin nea-dorin  8031 iul 10  2019 THIRDPARTY-LICENSE-VECTORGRAPHICS.TXT
--Then execute in terminal:

Code: Select all

./SweetHome3D
See what's happen & let us know.
Theoretically must work but with computers You never be sure.
4. If previous attempt don't work, try a clean environment:
--in Your home rename the .eteks folder to (let say) .eteks1
(that's to not loose furniture, texture and plugins but to start with a clean environment)
--try again to run from SweetHome3D-6.2 directory:

Code: Select all

./SweetHome3D
--let us know what happen (if something happen)
5. For version from repository I can't help You while I don't use it from version 4 (or close)
Let us know the results and provide more information if need.
PS1 I've not understand what is with version 5.4 while now we are at 6.2?
PS2 Don't worry about Your work; is steel there and You will be able to continue soon.

Again Please accept my sincerely apologies!
A computer program does what you tell it to do, not what you want it to do. Murphy's Law
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law
Post Reply New Topic

Who is online

Users browsing this forum: No registered users and 1 guest