newest version .ogg load sound error?

Monkey Targets Forums/HTML5/newest version .ogg load sound error?

Yoda(Posted 2014) [#1]
Compiling with v79e gives me an error and dosn't work anymore:

Monkey Runtime Error : NetworkError: A network error occurred.
/Applications/MonkeyXPro79e/modules/mojo/audio.monkey<47>
/Users/layoutcenter/eigenes/yodas video arcade/gulp runner/gulprunner.monkey<838>
/Users/layoutcenter/eigenes/yodas video arcade/gulp runner/gulprunner.monkey<189>
/Applications/MonkeyXPro79e/modules/mojo/app.monkey<89>

(838 and 189 both are LOADSOUND commands. The files are there.)

And the whole game doesn't run anymore.

It runs fine in Safari (loads .mp3), but not in Chrome (loads .ogg).

I didn't change the code, just updated to v79e.
What changed? What's the problem here?