dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken for latest version

pakoito opened this issue · comments

commented

Version: pico-8_0.1.6

Cartridge: http://www.lexaloffle.com/bbs/?tid=3191

$ python p8tool stats ..\Cartridges\19598.p8.png

..\Cartridges\19598.p8.png: Syntax error (remaining:'! /* a lot of unformatted Lua code here */ ') at line 566 char 16

..\Cartridges\19598.p8.png: could not load cart

The linked cart no longer matches the error report, so I can't say for sure what happened. I just submitted a few improvements to support and catch more cases, including multi-line comments if that was the issue. (Multi-line strings are still to-do.)

Let me know if you can still reproduce the issue. Thanks!

commented

Many thanks for your work!