You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the yat program it looks polished and seems to work smoothly at first sight (read: "makes appetite for more!"), but as soon as the first piece is dropped and the second piece starts falling down a fatal error occurs and the core is dumped:
$ python -m yatpygame 1.9.6Hello from the pygame community. https://www.pygame.org/contribute.htmlFatal Python error: PyEval_SaveThread: NULL tstateAborted (core dumped)
$ python --versionPython 2.7.15+
I'm not sure why this happens, but I'd approach this issue by migrating to Python 3 and see whether the problem still pops up. Any thoughts?
The text was updated successfully, but these errors were encountered:
When I run the
yat
program it looks polished and seems to work smoothly at first sight (read: "makes appetite for more!"), but as soon as the first piece is dropped and the second piece starts falling down a fatal error occurs and the core is dumped:I'm not sure why this happens, but I'd approach this issue by migrating to Python 3 and see whether the problem still pops up. Any thoughts?
The text was updated successfully, but these errors were encountered: