Skip to content

Commit

Permalink
Note near-future work
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Henderson <[email protected]>
  • Loading branch information
zbee committed Nov 1, 2023
1 parent 20bcec0 commit 031f9e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
faulthandler.enable()
except RuntimeError:
pass
# TODO: Catch these errors `Windows Fatal Error: access violation (0xc0000005)`:
# https://stackoverflow.com/a/74601939/1843510
# probably in `launcher.py`. Just relaunch the application if one occurs, and log it.
# They're intermittently coming from `dpg.add_image` and can be ignored
# endregion Show access violations

import hinter
Expand Down

0 comments on commit 031f9e9

Please sign in to comment.