(SWT:2535): Gtk-WARNING **: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)
Exception in thread "main" java.lang.NullPointerException
at org.eclipse.swt.widgets.TabFolder.gtk_switch_page(TabFolder.java:570)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2009)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4723)
at org.eclipse.swt.internal.gtk.OS._gtk_widget_show(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_widget_show(OS.java:14774)
at org.eclipse.swt.widgets.TabFolder.createItem(TabFolder.java:311)
at org.eclipse.swt.widgets.TabItem.createWidget(TabItem.java:123)
at org.eclipse.swt.widgets.TabItem.<init>(TabItem.java:75)
at GUILayer.configWindow.createContents(Unknown Source)
at org.eclipse.jface.window.Window.create(Window.java:430)
at org.eclipse.jface.window.Window.open(Window.java:792)
at GUILayer.configWindow.show(Unknown Source)
at GUILayer.configWindow.testAndShow(Unknown Source)
at GUILayer.MainWindow.main(Unknown Source)</init>
it does work after a swt upgrade, a preliminary archive with a new shell file and new libraries can be found at http://www.gnuaccounting.org/ga089-new-linux.tar.gz for a couple of days; I still need to integrate it into workspace, version control, and other plattforms
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The Message being
(SWT:2535): Gtk-WARNING **: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owner GtkToolbar)
Exception in thread "main" java.lang.NullPointerException
at org.eclipse.swt.widgets.TabFolder.gtk_switch_page(TabFolder.java:570)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2009)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4723)
at org.eclipse.swt.internal.gtk.OS._gtk_widget_show(Native Method)
at org.eclipse.swt.internal.gtk.OS.gtk_widget_show(OS.java:14774)
at org.eclipse.swt.widgets.TabFolder.createItem(TabFolder.java:311)
at org.eclipse.swt.widgets.TabItem.createWidget(TabItem.java:123)
at org.eclipse.swt.widgets.TabItem.<init>(TabItem.java:75)
at GUILayer.configWindow.createContents(Unknown Source)
at org.eclipse.jface.window.Window.create(Window.java:430)
at org.eclipse.jface.window.Window.open(Window.java:792)
at GUILayer.configWindow.show(Unknown Source)
at GUILayer.configWindow.testAndShow(Unknown Source)
at GUILayer.MainWindow.main(Unknown Source)</init>
could be related to https://bugs.eclipse.org/bugs/show_bug.cgi?id=486069 , i.e. another SWT upgrade could fix that
it does work after a swt upgrade, a preliminary archive with a new shell file and new libraries can be found at http://www.gnuaccounting.org/ga089-new-linux.tar.gz for a couple of days; I still need to integrate it into workspace, version control, and other plattforms
Hello Jochen,
thanks for looking into this. I had a go with the new libs and shell script and Gnuaccounting now starts up okay. Although it takes a while.
I am still getting some console output that you might be interested in:
Again thanks again for looking into this.
Have a good weekend.