cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DrewSE
Level 3

Installer silently fails to launch on MacOSX

When launching my latest installer on MacOSX, it shows the splash screen then shuts down.

Digging into the installer app and running the installer from the command line, I get the following stack trace:

java.awt.IllegalComponentStateException: The frame is decorated
	at java.desktop/java.awt.Frame.setBackground(Frame.java:989)
	at Flexeraat7.setBackground(Unknown Source)
	at com.zerog.ia.installer.AAMgr.initAAMgr(Unknown Source)
	at com.zerog.ia.installer.LifeCycleManager.a5(Unknown Source)
	at com.zerog.ia.installer.LifeCycleManager.executeApplication(Unknown Source)
	at com.zerog.ia.installer.Main.main(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.zerog.lax.LAX.launch(Unknown Source)
	at com.zerog.lax.LAX.main(Unknown Source)

 

InstallAnywhere 2020

Running installer on MacOS 10.15.7 (Catalina)

VM Pack: OpenJDK11U-jdk_x64_mac_hotspot_11.0.7_10.vm

 

 

0 Kudos
(1) Reply
DrewSE
Level 3

Nevermind - this is the dark-mode issue.

Switching MacOSX to Light appearance before running the installer resolves the issue.

0 Kudos