Skip to content

Troubleshooting

Mark Knol edited this page Mar 25, 2014 · 10 revisions
### Mobile performance problems with big images Due HTML target, images should NEVER be larger than 1024x1024. Yes, it compiles, yes it runs, but makes mobile performance very slow with random crashes... No fun. Also double-check Flump's settings to limit to 1024 if you target HTML.

Compiler errors

Build halted with errors?

 'NoneType' object has no attribute 'ant_glob'

You probably have an invalid source folder defined. Usually happens when deleting source folders from outside of Flash Develop.

 AttributeError: 'str' object has no attribute 'name'

For some reason when you compile in 'release'-mode, you get this error randomly. Try compiling again (and again), or use the 'debug' version. This is a known bug in the build script. Flambe 2 related, Flambe 3 has better build tool

 'FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Projects\\MyGame\\..\\bin\\waf'

You probably have an invalid path to the Flambe source folder. If you used flambe dev, double check the source path (should be haxelib dev flambe "PATH_TO\flambe_source\src" (don't forget the src in the path).

Clone this wiki locally