+atari2600land Posted June 23, 2006 Share Posted June 23, 2006 Is there a list of errors that can come up once you hit compile in 2600IDE? Because if there isn't, someone should make one. The one annoying me in a game I'm making is "Error: cannot parse if-then statement." What does that even mean? Quote Link to comment https://forums.atariage.com/topic/89595-list-of-compiling-errors/ Share on other sites More sharing options...
+batari Posted June 23, 2006 Share Posted June 23, 2006 Is there a list of errors that can come up once you hit compile in 2600IDE? Because if there isn't, someone should make one. The one annoying me in a game I'm making is "Error: cannot parse if-then statement." What does that even mean? The errors are not very descriptive, so in addition to describing what they mean, I also plan to try to make them more meaningful to begin with. I had to look at source code to see why this one is triggered - it happens when you test a collision but it can't recognize the objects you want to test (possibly due to a typo or misspelled word.) So I will change this one to "Unknown collision type" and echo the collision type that was entered. Quote Link to comment https://forums.atariage.com/topic/89595-list-of-compiling-errors/#findComment-1088578 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.