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
When I tried to reduce the grid size, I got the message "Rows/columns will be deleted from right/top. Continue?" Whether I clicked OK or Cancel, the viewer crashed and I got the following error message:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 15 (X_QueryTree)
Resource id in failed request: 0x200141
Serial number of failed request: 37632
Current serial number in output stream: 37632
When I tried to reduce the grid size, I got the message "Rows/columns will be deleted from right/top. Continue?" Whether I clicked OK or Cancel, the viewer crashed and I got the following error message:
I solved this problem in the following way from
to
In viewer.py, glfw.init() needed to be in before Tk().
I used the following link as a reference:
https://stackoverflow.com/questions/71649848/badwindow-crash-in-tkinter-after-calling-glfw-init
The text was updated successfully, but these errors were encountered: