danya02 / undertale-clone

An attempt to replicate Undertale with Pygame.
GNU General Public License v3.0
11 stars 9 forks source link

Pygame crashes upon run #4

Open kavin-nr opened 2 years ago

kavin-nr commented 2 years ago

I am running Python 3.9.6, and Pygame 2.1.2. Whenever I run main.py, these windows open: image image

d2omg commented 2 years ago

same problem

danya02 commented 2 years ago

I don't have Windows machine handy to test this, but I expect that it is probably either because events are not being processed in the way that Windows expects, or that there are issues with data being accessed from threads.

(When I wrote this, I thought that the best idea for rendering multiple animations independently was to spawn a thread responsible for updating each. I now know better, and I can now see many more issues with the current design; when I come back to this, I will probably redo this from scratch.)

wonton1234 commented 1 month ago

im on mac same thing. i think because globals.room = None