2023-09-08 21:46:44 +00:00
# Troubleshooting Common Issues
- Weird macro error with a very tall call stack: Restart Visual Studio Code
2023-11-29 01:52:45 +00:00
- NOTE: This is caused by Polymod somewhere, and seems to only occur when there is another compile error somewhere in the program. There is a bounty up for it.
2023-09-08 21:46:44 +00:00
- `Get Thread Context Failed` : Turn off other expensive applications while building
2023-11-29 01:52:45 +00:00
2023-09-08 21:46:44 +00:00
- `Type not found: T1` : This is thrown by `json2object` , make sure the data type of `@:default` is correct.
- NOTE: `flixel.util.typeLimit.OneOfTwo` isn't supported.
2023-11-29 01:52:45 +00:00
- `Class lists not properly generated. Try cleaning out your export folder, restarting your IDE, and rebuilding your project.`
- This is a bug specific to HTML5. Simply perform the steps listed (don't forget to restart the IDE too).