[Bug] Using single quotes in Wren causes an error, even if you change it back to double quotes, the compilation still fails

When changing the single quote in the error back to a double quote, the following error occurs.
lx / parse / error / `.luxe/.luxe.versions/game.wren.version.lx line 21:58 Unexpected '"'! (error 2)`
Viewing the corresponding file will see the string information of Error lacks proper escape processing.

message = "Wren strings use double quotes, "like this", single quote is not supported."

luxe-version:2025.11.1

1 Like

Thanks for the report @rainymore!

It’s safe to delete the version.lx file and it’ll notice the change.

I’m making a ticket to fix this soon to reduce confusion, it’s a bit of pain but at least easy to unblock.

We have a few builds landing this week so I’ll update this thread if we remove this friction in one of those.

1 Like