(2020-05-11, 11:27)Owen Dive Wrote: There isn't anything relevant produced in the LDCad log, and the only thing that is printed to stdout/stderr is:
Code:(LDCad:<process ID>): Gtk-CRITICAL **: 21:11:32.331: IA__gtk_window_resize: assertion 'width > 0' failed
Yes I get that message too on my mint and debian setups. This while all dialogs are created with the 'defaultSize' constant which is apparently zero.
Sometimes I get the feeling wxWidgets is somewhat over engineered. especially for how I'm using it in LDCad (basically as an OpenGL panel wrapper).
This is why I started LDCad 2 by using GLFW instead.
I will try to get rid of the assertion warnings in the next version, will have to do some more research on it though.