You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
===== RESTART: C:\Users\admin\Desktop\Teacup_Firmware-master\configtool.py =====
Traceback (most recent call last):
File "C:\Users\admin\Desktop\Teacup_Firmware-master\configtool.py", line 191, in
StartGui(getSettings())
File "C:\Users\admin\Desktop\Teacup_Firmware-master\configtool\gui.py", line 693, in StartGui
frame = ConfigFrame(settings)
File "C:\Users\admin\Desktop\Teacup_Firmware-master\configtool\gui.py", line 94, in init
self.SetSizer(sz)
wx._core.wxAssertionError: C++ assertion "CheckExpectedParentIs(w, m_containingWindow)" failed at ....\src\common\sizer.cpp(887) in wxSizer::SetContainingWindow(): Windows managed by the sizer associated with the given window must have this window as parent, otherwise they will not be repositioned correctly.
Please use the window wxFrame@0000003C8394E890 ("Teacup Configtool", HWND=00000000000A0478) with which this sizer is associated, as the parent when creating the window wxNotebook@0000003C82866B70 ("notebook", HWND=00000000000F03E0) managed by it.
The text was updated successfully, but these errors were encountered:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
===== RESTART: C:\Users\admin\Desktop\Teacup_Firmware-master\configtool.py =====
Traceback (most recent call last):
File "C:\Users\admin\Desktop\Teacup_Firmware-master\configtool.py", line 191, in
StartGui(getSettings())
File "C:\Users\admin\Desktop\Teacup_Firmware-master\configtool\gui.py", line 693, in StartGui
frame = ConfigFrame(settings)
File "C:\Users\admin\Desktop\Teacup_Firmware-master\configtool\gui.py", line 94, in init
self.SetSizer(sz)
wx._core.wxAssertionError: C++ assertion "CheckExpectedParentIs(w, m_containingWindow)" failed at ....\src\common\sizer.cpp(887) in wxSizer::SetContainingWindow(): Windows managed by the sizer associated with the given window must have this window as parent, otherwise they will not be repositioned correctly.
Please use the window wxFrame@0000003C8394E890 ("Teacup Configtool", HWND=00000000000A0478) with which this sizer is associated, as the parent when creating the window wxNotebook@0000003C82866B70 ("notebook", HWND=00000000000F03E0) managed by it.
The text was updated successfully, but these errors were encountered: