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

pmem() not working on python carts

Open imsys opened this issue 1 month ago • 1 comments

I decided to patch the games I mentioned in #2841 to work on the latest version of TIC80. I got all of them working, I will publish them soon. In the game HexaPix, I got that working, but I was struggling to get the progress save to work, I know it was working in the past. I started to debug it a bit, and it seems that the pythom pmem() implementations is not working. ( @blueloveTH )

So I got an AI to generate some pmem test carts:

pmem-test.py pmem-py-test.tic.zip

Lua carts are working nicely, it seems it is just the python API. I did not have the time to do more comprehensive tests yet. It would be nice if someone else could test to check if the problem only happens on my side, or if it is really a problem in the API.

imsys avatar Oct 31 '25 03:10 imsys

I will investigate this soon.

blueloveTH avatar Oct 31 '25 03:10 blueloveTH