when I try to compile my kha project for flash I get an error upon launch:
RangeError: Error #1125: The index 7 is out of range 7.
at kha.audio2.ogg.vorbis.data::Residue/decode()[C:\Users\Nate\Documents\Projects\libdrpEmpty\kha\Sources\kha\audio2\ogg\vorbis\data\Residue.hx:268]
at kha.audio2.ogg.vorbis::VorbisDecoder/decodePacketRest()[C:\Users\Nate\Documents\Projects\libdrpEmpty\kha\Sources\kha\audio2\ogg\vorbis\VorbisDecoder.hx:707]
at kha.audio2.ogg.vorbis::VorbisDecoder/decodePacket()[C:\Users\Nate\Documents\Projects\libdrpEmpty\kha\Sources\kha\audio2\ogg\vorbis\VorbisDecoder.hx:496]
at kha.audio2.ogg.vorbis::VorbisDecoder/pumpFirstFrame()[C:\Users\Nate\Documents\Projects\libdrpEmpty\kha\Sources\kha\audio2\ogg\vorbis\VorbisDecoder.hx:395]
at kha.audio2.ogg.vorbis::VorbisDecoder$/start()[C:\Users\Nate\Documents\Projects\libdrpEmpty\kha\Sources\kha\audio2\ogg\vorbis\VorbisDecoder.hx:77]
at kha.audio2.ogg.vorbis::Reader$/readAll()[C:\Users\Nate\Documents\Projects\libdrpEmpty\kha\Sources\kha\audio2\ogg\vorbis\Reader.hx:104]
at kha.flash::Sound()[C:\Users\Nate\Documents\Projects\libdrpEmpty\kha\Backends\Flash\kha\flash\Sound.hx:76]
at MethodInfo-1014()[C:\Users\Nate\Documents\Projects\libdrpEmpty\kha\Backends\Flash\kha\flash\Loader.hx:145]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()
this happens whenever I try to load music or sound, also the sound WILL play on html5 but not music even when both are the same .wav file. both work on windows.
the full source: https://github.com/x17head/libdrpEmpty