致命的Python错误:(pygame降落伞)分段错误无效

时间:2018-07-03 13:11:08

标签: python python-2.7 tkinter pygame pyserial

有时我会出现此错误:

Fatal Python error: (pygame parachute) Segmentation Fault

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

有时运行程序时会收到此错误,但是在使用pygame之前我收到了此错误,而try,except却什么也没发现。 我正在使用此配置制作程序。 我不知道该怎么办,请帮忙。

Windows 10 64bits

python 2.7 64bits

pygame. __version__: '1.9.3'

Tkinter.__version__: '$Revision: 81008 $'

ttk.__version__: '0.3.1'

pickle.__version__: '$Revision: 72223 $'

pyserial.__version__: '2.7'

1 个答案:

答案 0 :(得分:0)

我用这种方法解决了这个问题。

Tkinter.after()

看起来我在争分夺秒地改变屏幕。我经过2个小时的测试,没有出现错误。