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: 7
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 5545 times and has 6 replies Next Thread
subgeek
Newbie



America
Joined: Apr 24, 2021
Post Count: 6
Status: Offline
Reply to this Post  Reply with Quote 
Unable to run Sweet Home 3D in OpenBSD

All,

When attempting to run Sweet Home 3D in OpenBSD (with OpenJDK installed), SH3D returns the following.

$ ./SweetHome3D
: not foundin/java[4]: �
: not foundin/java[4]: �
: not foundin/java[4]: �
./runtime/bin/java[4]: : not found
./runtime/bin/java[4]: H��H���52
: not found
./runtime/bin/java[4]: H��t��H�ÐU�8: not found
]�8: not foundjava[4]: H��t�H��t
./runtime/bin/java[4]: UH��8: not found
./runtime/bin/java: syntax error: `)' unexpected
safesecs$ ./SweetHome3D-Java3D-1_5_2
: not foundin/java[4]: �
: not foundin/java[4]: �
: not foundin/java[4]: �
./runtime/bin/java[4]: : not found
./runtime/bin/java[4]: H��H���52
: not found
./runtime/bin/java[4]: H��t��H�ÐU�8: not found
]�8: not foundjava[4]: H��t�H��t
./runtime/bin/java[4]: UH��8: not found
./runtime/bin/java: syntax error: `)' unexpected


$ java -version openjdk version "1.8.0_265" OpenJDK Runtime Environment (build 1.8.0_265-b01) OpenJDK 64-Bit Server VM (build 25.265-b01, mixed mode)


Any help would be greatly appreciated.

Thank you.
[Apr 24, 2021, 4:35:05 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: 9182
Status: Offline
Reply to this Post  Reply with Quote 
Re: Unable to run Sweet Home 3D in OpenBSD

Why not trying the “official” version available at SourceForge?
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer
[Apr 25, 2021, 12:03:21 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
subgeek
Newbie



America
Joined: Apr 24, 2021
Post Count: 6
Status: Offline
Reply to this Post  Reply with Quote 
Re: Unable to run Sweet Home 3D in OpenBSD

Puybaret,

Thank you. One step closer. The Sweet Home splash screen pops up, however, the application never fully starts.

The following is displayed in the terminal.


Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.eteks.sweethome3d.SweetHome3DBootstrap.main(Unknown Source)
Caused by: java.lang.ExceptionInInitializerError
at com.jogamp.opengl.GLProfile.<clinit>(GLProfile.java:154)
at jogamp.opengl.ThreadingImpl$1.run(ThreadingImpl.java:83)
at jogamp.opengl.ThreadingImpl$1.run(ThreadingImpl.java:66)
at java.security.AccessController.doPrivileged(Native Method)
at jogamp.opengl.ThreadingImpl.<clinit>(ThreadingImpl.java:66)
at com.jogamp.opengl.Threading.disableSingleThreading(Threading.java:164)
at javax.media.j3d.JoglPipeline.initialize(JoglPipeline.java:129)
at javax.media.j3d.Pipeline.createPipeline(Pipeline.java:92)
at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:858)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:267)
at javax.media.j3d.GraphicsConfigTemplate3D.isGraphicsConfigSupported(GraphicsConfigTemplate3D.java:348
)
at com.eteks.sweethome3d.j3d.Component3DManager.createGraphicsConfigurationTemplate3D(Unknown Source)
at com.eteks.sweethome3d.j3d.Component3DManager.<init>(Unknown Source)
at com.eteks.sweethome3d.j3d.Component3DManager.getInstance(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D.addComponent3DRenderingErrorObserver(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D.init(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D.main(Unknown Source)
... 5 more
Caused by: java.lang.RuntimeException: Please port OS detection to your platform (openbsd/null)
at jogamp.common.os.PlatformPropsImpl.getOSTypeImpl(PlatformPropsImpl.java:523)
at jogamp.common.os.PlatformPropsImpl.<clinit>(PlatformPropsImpl.java:166)
... 22 more

[Apr 25, 2021, 5:23:18 AM] 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: 9182
Status: Offline
Reply to this Post  Reply with Quote 
Re: Unable to run Sweet Home 3D in OpenBSD

Did you try the second script SweetHome3D-Java3D-1_5_2?
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer
[Apr 27, 2021, 10:12:06 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
subgeek
Newbie



America
Joined: Apr 24, 2021
Post Count: 6
Status: Offline
Reply to this Post  Reply with Quote 
Re: Unable to run Sweet Home 3D in OpenBSD

Puybaret,

Receive the same initial error. No splash screen.


$ ./SweetHome3D-Java3D-1_5_2
: not foundin/java[4]: �
: not foundin/java[4]: �
: not foundin/java[4]: �
./runtime/bin/java[4]: : not found
./runtime/bin/java[4]: H��H���52
: not found
./runtime/bin/java[4]: H��t��H�ÐU�8: not found
]�8: not foundjava[4]: H��t�H��t
./runtime/bin/java[4]: UH��8: not found
./runtime/bin/java: syntax error: `)' unexpected

[Apr 27, 2021, 3:14:17 PM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
subgeek
Newbie



America
Joined: Apr 24, 2021
Post Count: 6
Status: Offline
Reply to this Post  Reply with Quote 
Re: Unable to run Sweet Home 3D in OpenBSD

Bump, and ideas?
[May 4, 2021, 4:23:55 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: 9182
Status: Offline
Reply to this Post  Reply with Quote 
Re: Unable to run Sweet Home 3D in OpenBSD

Sorry, I don't have any other idea.
There are so many Linux variants out there that when you add to them the potential issues coming their 3D drivers, it becomes impossible to ensure that Sweet Home 3D can work on each of them.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D developer
[May 4, 2021, 4:52: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 
[ 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