4
« on: April 23, 2012, 01:29:24 pm »
I try to press the flixel debug thing and all it says is it is waiting for resources.When I export to an swf. file, it gives me the following actionscript error:
TypeError: Error #1088: The markup in the document following the root element must be well-formed.
at stencyl.api.data::Assets$/toXML()[/Users/jon/Desktop/stencyl/plaf/flash/root/stencyl/api/data/Assets.as:146]
at scripts::MyAssets/loadScenes()[C:\Users\Donald\Documents\StencylWorks\preview\scripts\MyAssets.as:1745]
at stencyl.api.data::Assets/loadAll()[/Users/jon/Desktop/stencyl/plaf/flash/root/stencyl/api/data/Assets.as:87]
at scripts::MyAssets/initAssets()[C:\Users\Donald\Documents\StencylWorks\preview\scripts\MyAssets.as:1410]
at scripts::MyAssets/init()[C:\Users\Donald\Documents\StencylWorks\preview\scripts\MyAssets.as:1250]
at stencyl.api.data::Assets$/get()[/Users/jon/Desktop/stencyl/plaf/flash/root/stencyl/api/data/Assets.as:30]
at stencyl.api.engine::GameState/begin()[/Users/jon/Desktop/stencyl/plaf/flash/root/stencyl/api/engine/GameState.as:244]
at stencyl.api.engine::GameState/create()[/Users/jon/Desktop/stencyl/plaf/flash/root/stencyl/api/engine/GameState.as:214]
at org.flixel::FlxGame/switchState()[/Users/jon/Desktop/stencyl/plaf/flash/flixel/org/flixel/FlxGame.as:242]
at org.flixel::FlxGame/create()[/Users/jon/Desktop/stencyl/plaf/flash/flixel/org/flixel/FlxGame.as:554]
When I load it, it says there is no problem. But obviously there is.
I attached the log, if it is needed
EDIT: the game is also on there
EDIT: Turns out one of the levels got corrupted or something, replaced and now its working fine