Hyphen-ated / RebirthItemTracker

Uses the log.txt file to track item pickups in Binding of Isaac: Rebirth.
BSD 2-Clause "Simplified" License
121 stars 26 forks source link

crash by right clicking ItemTracker (to reach option menu) on linux #150

Open fawkeyes opened 5 years ago

fawkeyes commented 5 years ago

faced the problem on debian9/10/testing and ubuntu

fawk@pluto:~/gemz/RebirthItemTracker-2.0.13$ python run_item_tracker_directly.py pygame 1.9.4.post1 Hello from the pygame community. https://www.pygame.org/contribute.html 2019-08-10 10:44:17 Traceback (most recent call last): File "./item_tracker.py", line 243, in main rt.run() File "./item_tracker.py", line 85, in run event_result = drawing_tool.handle_events() File "./view_controls/view.py", line 172, in handle_events self.optionPicker.run() File "./option_picker.py", line 236, in run self.root.iconbitmap(default = 'options.ico') File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1705, in wm_iconbitmap return self.tk.call('wm', 'iconbitmap', self._w, '-default', default) TclError: wrong # args: should be "wm iconbitmap window ?bitmap?"