Baekalfen / PyBoy

Game Boy emulator written in Python
Other
4.57k stars 472 forks source link

Failing log statement when not calling pyboy.stop #315

Open Baekalfen opened 5 months ago

Baekalfen commented 5 months ago
import torch
from pyboy import PyBoy

pyboy = PyBoy("pyboy/default_rom.gb")
# pyboy.stop() # Try without this

For some reason all log statements causes an error:

Error in sys.excepthook:

Original exception was: