Log In  


I started getting a weird error with my recent upload to the BBS, which seems to be related to the version bump in the html player from 0.2.1b to 0.2.1c dev - it throws a syntax error about an incomplete string that is indeed complete in the code :/

Cart #startrax_02-6 | 2020-07-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
6



It looks like it's performing an undocumented or unintended substitution. As a temporary measure until the cause is figured out, you could try one of the other ways of wrapping strings. I just checked my cartridge that uses a similar storage method but with double quotes, and it seems to still be working. If that still doesn't work, double square brackets might, since they don't do any substitution at all.


I am having the same issue, my string in double quotes... see my post in bugs from this morning also


@kimiyoribaka I've just tried with double square brackets (after trying with double quotes) and it still didn't work :/ it seems to be caused by expanding the character '$' in some way or another, I don't know yet how to stop it from expanding

(EDIT: on further inspection it doesn't seem to be linked to '$', at least not directly)


Honestly, I think this is a bug in the 0.2.1c dev version of the cart decompression code.

The same cart decompressed correctly under 0.2.1b, so there's nothing wrong with the cart.


@Felice yeah, zep fixed the bug on 0.2.1c dev2, the current version in the forum player - cartridges load the same way as in 0.2.1b now :)



[Please log in to post a comment]