简体   繁体   English

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

[英]Fatal Python error: (pygame parachute) Segmentation Fault nothing work

I'm having this error sometimes: 我有时会遇到此错误:

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.

Some times when a run the program I received this error, but I received this error before use the pygame, and the try,except doesn't catch nothing. 有时运行程序时会收到此错误,但是在使用pygame之前我收到了此错误,而try,except却什么也没有。 I'm making a program with this configuration. 我正在使用此配置制作程序。 I do not know what else to do, please help.: 我不知道该怎么办,请帮忙。

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'

I solved the problem using the method. 我使用该方法解决了问题。

Tkinter.after()

looks like I was having a race condition for greatly changing the screen. 看起来我在争分夺秒地改变屏幕状态。 I tested by 2 hours and haven't an error. 我经过2个小时的测试,没有出现错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM