Closed JJFlash-IT closed 1 year ago
Hi @JJFlash-IT Thanks. It is failing because 3.1.3 was built with 3.2 grammar. I'll fix that. Let me know when you release your game. Cheers
I had a feeling it had something to do with the beta version :) Thank you for the new version! I'm sticking to 3.1.2 , though, till I put the game out (oh and don't worry, I'll tell the world when it comes out), then I'll find some time to test 3.1.4.
By the way, in order to go back to 3.1.2, simply downloading the corresponding release was not enough: the xc-basic.exe file was actually 3.1 .1 and the compiler threw weird errors once I compiled my program. I had to go to the commit history and "extract" the .exe and .pdb files from February 2023, then things worked again.
This isn't the first time I see an XCB release that is broken like I described, Unfortunately I'm ignorant about Git and everything around it, otherwise I'd be glad to help diagnosing why that happened more than once.
Target: C64
A single-line program like this:
VOICE 1 ON
generates a runtime error from XCB:I'm using a fresh install to make sure that is not because I had messed up with the _lib files or something like that.
I also tried the Jun 4 2023 build: in that case, nothing is printed, but there's still an error condition (the compiler exits with an error code).
(Going back to version 3.1.2 which seems to work fine, as I need to put my game out this week :)