4
« on: September 14, 2014, 11:07:03 am »
When I open my game, when music that I imported without any metadata, the game freezes and gives me this message:
ArgumentError: Error #2068: Invalid sound.
at flash.media::Sound/play()
at com.stencyl.models::Sound/play()[/Users/andrewjonkman/Downloads/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/models/Sound.hx:81]
at com.stencyl.models::SoundChannel/playSound()[/Users/andrewjonkman/Downloads/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/models/SoundChannel.hx:53]
at com.stencyl.behavior::Script/playSound()[/Users/andrewjonkman/Downloads/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/behavior/Script.hx:1793]
at scripts::SceneEvents_1/init()[Source/scripts/SceneEvents_1.hx:57]
at com.stencyl.behavior::Behavior/initScript()[/Users/andrewjonkman/Downloads/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/behavior/Behavior.hx:93]
at com.stencyl.behavior::BehaviorManager/initScripts()[/Users/andrewjonkman/Downloads/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/behavior/BehaviorManager.hx:97]
at com.stencyl::Engine$/initBehaviors()[/Users/andrewjonkman/Downloads/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:955]
at com.stencyl::Engine/loadScene()[/Users/andrewjonkman/Downloads/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:761]
at com.stencyl::Engine/enterScene()[/Users/andrewjonkman/Downloads/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:1664]
at com.stencyl::Engine/onUpdate()[/Users/andrewjonkman/Downloads/Stencyl-full/plaf/haxe/lib/stencyl/1,00/com/stencyl/Engine.hx:2558]
Stencyl says there is metadata in the MP3 file, but after checking in Media Rage, there was not any at all. Is it something else that is making it show this error message?