Access Read Violation
-
I've been reworking the GUI of my plugin and noticing more crashes than usual, I think one of my paintroutines is causing an issue, does anyone speak fluent debug here?
-
@iamlamprey Comment stuff out until the problem goes away :)
-
@d-healey was hoping to avoid that cause it's gonna be a lot of comments
-
@iamlamprey Do the opposite then, comment out everything and then start uncommenting. If you uncomment one namespace at a time you'll quickly find out which file contains the problem, then repeat the process in just that file.
-
So I think it has to do with loading too many paths & images on init/compile.
I've been using placeholder rectangles for my expansion selection buttons, and once I replaced them with the proper artwork it started crashing again
is there a limit or general guideline to loading numerous images/paths on init?