SH3D 7.5.17 not launching on Mac OS 12.7.6

This topic has been viewed 5045 times and has 4 replies
Thread status: Active
Questions about Sweet Home 3D installation [img]http://www.sweethome3d.com/images/flags/en_small.gif[/img]
Post Reply New Topic
irlsanders
Posts: 3
Joined: Fri May 02, 2025 4:34 pm
Country: United States

SH3D 7.5.17 not launching on Mac OS 12.7.6

Post by irlsanders »

Hi - tried to launch SH3D today after a month or so of happy usage. The icon bounces, SweetHome appears briefly in the menu bar, and then disappears and does not open. Tried uninstalling, running Cocktail, new download, and launching in safe mode. ALos tried installing on a different OS12 computer, with same problem. Any other ideas?
Thanks
User avatar
Daniels118
Posts: 503
Joined: Wed Nov 17, 2021 9:04 pm
Country: Italy

Re: SH3D 7.5.17 not launching on Mac OS 12.7.6

Post by Daniels118 »

Try to launch the program from the command line and check if it writes any message.
irlsanders
Posts: 3
Joined: Fri May 02, 2025 4:34 pm
Country: United States

Re: SH3D 7.5.17 not launching on Mac OS 12.7.6

Post by irlsanders »

Last login: Sat May 10 16:37:41 on ttys000
/Applications/Sweet\ Home\ 3D.app/Contents/MacOS/SweetHome3D ; exit;
test@Irls-Mac-Pro-2 ~ % /Applications/Sweet\ Home\ 3D.app/Contents/MacOS/SweetHome3D ; exit;
WebOnboarding frame was null, creating new Frame
May 10, 2025 4:37:58 PM com.sun.javafx.application.PlatformImpl startup
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @396a51ab'
Loading library prism_es2 from resource failed: java.lang.UnsatisfiedLinkError: Can't load library: /Users/test/Library/Containers/com.eteks.sweethome3d.SweetHome3D/Data/.openjfx/cache/19+11/x86_64/libprism_es2.dylib
java.lang.UnsatisfiedLinkError: Can't load library: /Users/test/Library/Containers/com.eteks.sweethome3d.SweetHome3D/Data/.openjfx/cache/19+11/x86_64/libprism_es2.dylib
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2411)
at java.base/java.lang.Runtime.load0(Runtime.java:747)
at java.base/java.lang.System.load(System.java:1857)
at com.sun.glass.utils.NativeLibLoader.installLibraryFromResource(NativeLibLoader.java:217)
at com.sun.glass.utils.NativeLibLoader.loadLibraryFromResource(NativeLibLoader.java:197)
at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:138)
at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:54)
at com.sun.prism.es2.ES2Pipeline.lambda$static$0(ES2Pipeline.java:63)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:312)
at com.sun.prism.es2.ES2Pipeline.<clinit>(ES2Pipeline.java:52)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:377)
at com.sun.prism.GraphicsPipeline.createPipeline(GraphicsPipeline.java:218)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:92)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
at java.base/java.lang.Thread.run(Thread.java:832)
Loading library prism_sw from resource failed: java.lang.UnsatisfiedLinkError: Can't load library: /Users/test/Library/Containers/com.eteks.sweethome3d.SweetHome3D/Data/.openjfx/cache/19+11/x86_64/libprism_sw.dylib
java.lang.UnsatisfiedLinkError: Can't load library: /Users/test/Library/Containers/com.eteks.sweethome3d.SweetHome3D/Data/.openjfx/cache/19+11/x86_64/libprism_sw.dylib
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2411)
at java.base/java.lang.Runtime.load0(Runtime.java:747)
at java.base/java.lang.System.load(System.java:1857)
at com.sun.glass.utils.NativeLibLoader.installLibraryFromResource(NativeLibLoader.java:217)
at com.sun.glass.utils.NativeLibLoader.loadLibraryFromResource(NativeLibLoader.java:197)
at com.sun.glass.utils.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:138)
at com.sun.glass.utils.NativeLibLoader.loadLibrary(NativeLibLoader.java:54)
at com.sun.prism.sw.SWPipeline.lambda$static$0(SWPipeline.java:43)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:312)
at com.sun.prism.sw.SWPipeline.<clinit>(SWPipeline.java:42)
at java.base/java.lang.Class.forName0(Native Method)
at java.base/java.lang.Class.forName(Class.java:377)
at com.sun.prism.GraphicsPipeline.createPipeline(GraphicsPipeline.java:218)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:92)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
at java.base/java.lang.Thread.run(Thread.java:832)
Graphics Device initialization failed for : es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:283)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:253)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:268)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:291)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:163)
at javafx.embed.swing.JFXPanel.initFx(JFXPanel.java:242)
at javafx.embed.swing.JFXPanel.<init>(JFXPanel.java:258)
at com.sm.sweethome3d.onboarding.web.WebOnboardingView.createView(Unknown Source)
at com.sm.sweethome3d.dialogs.DialogManager.createWebOnboarding(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D.init(Unknown Source)
at com.eteks.sweethome3d.macappstore.SweetHome3DMacAppStore.init(Unknown Source)
at com.eteks.sweethome3d.macappstore.SweetHome3DMacAppStore.main(Unknown Source)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:95)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:125)
at java.base/java.lang.Thread.run(Thread.java:832)
Exception in thread "main" java.lang.RuntimeException: No toolkit found
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:280)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:291)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:163)
at javafx.embed.swing.JFXPanel.initFx(JFXPanel.java:242)
at javafx.embed.swing.JFXPanel.<init>(JFXPanel.java:258)
at com.sm.sweethome3d.onboarding.web.WebOnboardingView.createView(Unknown Source)
at com.sm.sweethome3d.dialogs.DialogManager.createWebOnboarding(Unknown Source)
at com.eteks.sweethome3d.SweetHome3D.init(Unknown Source)
at com.eteks.sweethome3d.macappstore.SweetHome3DMacAppStore.init(Unknown Source)
at com.eteks.sweethome3d.macappstore.SweetHome3DMacAppStore.main(Unknown Source)
Failed to launch JVM

Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

[Process completed]
irlsanders
Posts: 3
Joined: Fri May 02, 2025 4:34 pm
Country: United States

Re: SH3D 7.5.17 not launching on Mac OS 12.7.6

Post by irlsanders »

FYI, I created a new admin user, and downloaded the lated Intel Java
Mac Pro 2013 3.7 GHz quad core xeon E5
20 GB RAM
propeller
Posts: 1
Joined: Mon May 19, 2025 2:21 pm

Re: SH3D 7.5.17 not launching on Mac OS 12.7.6

Post by propeller »

I have similar issue on Mac OS 15.5 after updating to the latest Sweet Home 3D. Any advice how to mitigate the issue? Thank you!
Post Reply New Topic

Who is online

Users browsing this forum: No registered users and 1 guest