BMT not starting on Mac

thanks @rixax for thinking of possible reasons! We’ll consider when looking into jsulva’s files. Hopefully, we can reproduce and fix it.

This still happens. Do you have any fix or update for this?

I sent you a new debug file, but I believe the previous one had all the same info…

These are different issues. The bug report from @@jsulva (thanks for the new data) will terminate MT Pro directly when starting with this debug error (excerpt):

java.lang.NullPointerException
	at java.desktop/java.awt.Window.init(Unknown Source)
	at java.desktop/java.awt.Window.<init>(Unknown Source)
	at java.desktop/java.awt.Frame.<init>(Unknown Source)
	at java.desktop/java.awt.Frame.<init>(Unknown Source)
	at java.desktop/javax.swing.JFrame.<init>(Unknown Source)
	at d.<init>(Unknown Source)

That code is called when displaying the main window, or when displaying any other window, like the Alias dialog, at start-up. We haven’t found a particular reason why that could happen, but I’ll see if there is a way to prevent this nonetheless.

1 Like