Task #3263
support of Mac OS X monterey 12.xy
Status: | New | Start date: | 07/21/2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Execution context | Spent time: | - | |
Target version: | TXM 0.8.4 |
Description
The interface can't setup correctly and shows only parts of the UI.
A resulting Stacktrace indicates SWT is not well initialized:
Opening CGU dialog... Warning: NLS missing message: defaultReferences in: org.txm.rcp.messages.messages Error: can't open CGU dialog: java.lang.NullPointerException java.lang.NullPointerException at org.eclipse.swt.widgets.Control.internal_new_GC(Control.java:2180) at org.eclipse.swt.graphics.GC.<init>(GC.java:177) at org.eclipse.swt.graphics.GC.<init>(GC.java:138) at org.eclipse.jface.dialogs.Dialog.initializeDialogUnits(Dialog.java:937) at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:769) at org.eclipse.jface.window.Window.create(Window.java:429) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1099) at org.eclipse.jface.window.Window.open(Window.java:786) at org.txm.rcp.Application.openCGU(Application.java:301) at org.txm.rcp.Application.start(Application.java:105)
History
#1 Updated by Matthieu Decorde over 1 year ago
- Category changed from UI to Execution context