I've been looking into why the stack traces are so barren...
someone messed up when they built the 0.3.2 windows release
While the linker was generating a pdb, the compiler wasn't generating info for it, and so none of our symbols were in it. This is why the Windows functions are correctly displayed, but not the 'interesting bits' that we want.
I'm going to upload replacement exe, pdb & map files for 0.3.2, and I'm just now trying to coerce CMake into doing what I want, so the correct compile & link flags will be 'baked in' from now, and I wont be able to screw it up again
For this one, I tried to look up the code address in a map file generated from tag 0.3.2, but I'd messed with flags by hand when building 0.3.2, and the address didn't make sense.
However, looking at the windows functions further up the stack, this looks like it was probably in the GUI code somewhere.
@Psychedelic_hands:
If you remember when this was, can you try to locate the crash screen-shot (they a date & time stamped now).