I'm running into an issue similar to aappje above, however, my issue is at line 83 in main.py.
---------------------------
cx_Freeze: Python error in main script
---------------------------
Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.11.0\x64\Lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 138, in run
File "C:\hostedtoolcache\windows\Python\3.11.0\x64\Lib\site-packages\cx_Freeze\initscripts\console.py", line 16, in run
File "D:\a\F95Checker\F95Checker\main.py", line 83, in <module>
File "D:\a\F95Checker\F95Checker\main.py", line 43, in main
File "D:\a\F95Checker\F95Checker\modules\gui.py", line 763, in main_loop
File "D:\a\F95Checker\F95Checker\modules\gui.py", line 2931, in draw_sidebar
UnboundLocalError: cannot access local variable 'type' where it is not associated with a value
---------------------------
OK
---------------------------
Happens every time I hit the checker... So far I have re-downloaded, deleted imgui and cleared chrome cache. Any thoughts? Forgot to mention, it is in version 9.6 and does not occur in 9.5.1
P.S. Apologies for my lake of python knowledge.