Greetings,
I just updated and imported a game project I was making in 4.4 to 4.5. I get this error.
WARNING: modules/vorbis/audio_stream_ogg_vorbis.cpp:465 - Invalid comment in Ogg Vorbis file.
then this one on runtime
W 0:00:01:624 maybe_update_info: Invalid comment in Ogg Vorbis file.
<C++ Source> modules/vorbis/audio_stream_ogg_vorbis.cpp:465 @ maybe_update_info()
I’m not sure exactly what Godot isn’t liking or how to solve it , and since I have 400+ sound files this error spams the console every time and makes the console very sad.
If anyone has a hint on what I could do to fix my sound files to make Godot happy again, I’d appreciate it.
Sound file comments (particularly ID3) are a rich seam of madness if you’re looking to have moments of staring aghast at your screen and yelling “HOW DID THIS EVER WORK?!?!”.