Python X 请求失败错误:BadValue(整数参数超出操作范围)

Python X Error of failed request: BadValue (integer parameter out of range for operation)

我通常使用 Thonny 作为 IDE Python 的首选。直到今天,它运行良好。但由于某种原因,它不再起作用了。当我 运行 我的代码时,它除了在终端中打印这个垃圾之外什么都不做:

pygame 2.0.3 (SDL 2.0.16, Python 3.9.2)
Hello from the pygame community. https://www.pygame.org/contribute.html
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  150 (XFree86-VidModeExtension)
  Minor opcode of failed request:  1 (XF86VidModeGetModeLine)
  Value in failed request:  0x21
  Serial number of failed request:  63
  Current serial number in output stream:  63

Backend terminated or disconnected. Use 'Stop/Restart' to restart.

我不知道为什么会这样,也不知道是什么原因造成的。我在配备 ARM64 处理器的 Lenovo Chromebook 上 运行 进行此操作,并且已在其上激活 Linux。我使用的是 pygame 2.0.3,Python 是 3.9.2 版,Thonny 是 3.3.13 版。如果我必须重新安装一切,那就这样吧。

我修好了。我所要做的就是对我的 Chromebook 进行强力清洗,然后重新安装所有内容。