-
Notifications
You must be signed in to change notification settings - Fork 26
Description
I was getting seg faults when running anything and I believe Ed thought it had something to do with dMenu and dStatusBar. So I removed the dMenu and dStatusBar from the process. I no longer get seg faults but I get the below error. I have been trying to trace why there is an invalid wx frame. I hope someone will follow up!
File "/home/johnf/dabo3/dabo/dabo/ui/dForm.py", line 1165, in
test.Test().runTest(_dForm_test)
 File "/home/johnf/dabo3/dabo/dabo/ui/test.py", line 82, in runTest
frame.Show()
 File "/home/johnf/dabo3/dabo/dabo/ui/dForm.py", line 1067, in Show
ret = super(dForm, self).Show(show)
 File "/home/johnf/dabo3/dabo/dabo/ui/dFormMixin.py", line 402, in Show
super(dFormMixin, self).Show(*args, **kwargs)
 File "/home/johnf/dabo3/dabo/dabo/ui/dPemMixin.py", line 926, in Show
ret = super(dPemMixin, self).Show(show)
wx._core.wxAssertionError: C++ assertion "m_widget" failed at /u/Downloads/wxPython-4.0.4/ext/wxWidgets/src/gtk/toplevel.cpp(995) in Show(): invalid frame