I am trying to run the 2nd tutorial script but it crashes. All other scripts from the tutorial work fine. It is only drawing labels that makes the program crash. when running the script with python3 ...
running on: vmware MacOS 10.13,In VScode,with pyglet2.0.10,python 3.11.5 whole code snippet: from core.utils import options import pyglet import time import pyglet.image import pyglet.gl as gl from ...