-
-
Notifications
You must be signed in to change notification settings - Fork 1
Report a bug
Have you encountered a bug with ICE and you're quite sure ICE is the problem? Did you accidentally see the message ICE ERROR: please report it!
? There are several options for reporting bugs. First of all, please be sure you have the latest ICE Compiler, which you can find in the Downloading section of this wiki. It's not useful for me trying to fix a bug which already has been fixed! Next, if that still doesn't work, try to use the latest ICE from Github. It happens many times that I update or fix things, but not release it yet, thus the Github version might be a little bit more stable. If that doesn't success, or doesn't work out, don't hesitate to report the bug.
The easiest solution is to create an issue on Github. I immediately get a notification when a new issue is made, so I can assure you I will take a look at the bug. Otherwise, you can post it in the proper Cemetech topic where more people look at it and can maybe help you. If the bug is confidential for some reason, you can email me directly.
In all cases, be sure to provide me necessary code as well! Try to strip down your program until you located the bug, and then hand it to me as well. It's quite hard to debug code without code!
Alternatively, if you think you can fix it yourself, you can clone this repo and create a pull request.
ICE Compiler | Peter Tillema
- Introduction
- Building your first program
- Math and numbers
- Variables
- Standard system commands
- Program flow control
- Pointers
- Graphics
- Sprites
- Tilemaps
- Useful routines