Print at Dec 25, 2025, 2:11:25 AM View all posts in this thread on one page
Posted by irlsanders at May 3, 2025, 2:34:45 AM
SH3D 7.5.17 not launching on Mac OS 12.7.6
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

Posted by Daniels118 at May 5, 2025, 8:16:47 AM
Re: SH3D 7.5.17 not launching on Mac OS 12.7.6
Try to launch the program from the command line and check if it writes any message.

Posted by irlsanders at May 11, 2025, 2:39:38 AM
Re: SH3D 7.5.17 not launching on Mac OS 12.7.6
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]

Posted by irlsanders at May 11, 2025, 2:44:45 AM
Re: SH3D 7.5.17 not launching on Mac OS 12.7.6
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

Posted by propeller at May 28, 2025, 4:08:18 PM
Re: SH3D 7.5.17 not launching on Mac OS 12.7.6
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!