TIC-80 icon indicating copy to clipboard operation
TIC-80 copied to clipboard

Python says "TIC running error!" instead of stacktrace

Open Roachbones opened this issue 5 months ago • 1 comments

This cart:

# script:  python

def TIC():f()

Outputs TIC running error! instead of producing a stacktrace.

This seems to happen since commit e98d37a.

Roachbones avatar Jul 07 '25 23:07 Roachbones

From my tests, it is fixed in the latest version. I think it got fixed by https://github.com/nesbox/TIC-80/commit/4c1b009bc5e308a3c30cdc98754872d86ecbfdb1.

imsys avatar Sep 19 '25 12:09 imsys