-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specific OGG file triggers "Error during vorbis synthesis -135" spam leading to crash #84712
Comments
I had a hunch that #80452 was related, so I tried a local revert. That fixes the endless error spam and crash. Instead, I only get these errors once when inspecting the .ogg file from the editor:
That error also seems to happen in 4.1.3 when loading up Candy Wrapper, so that part was a pre-existing issue. |
@akien-mga: the spamming is bad. that needs change. the error code, on the other hand, stands for |
Yeah there's definitely something broken with that file, which is confirmed by it also showing an error in 4.1.3. We should just make sure it doesn't spam which leads to a crash. I tried converting that file with
|
i am experiencing this issue as well! not present in 4.1 for me. Im going to change the audio format so I can update Candy Wrapper to 4.2 (; |
@HarmonyHoney Actually I got those errors in 4.1 too with Candy Wrapper. You can see it if you double-click I don't think you need to change the format, but reencode I just re-encoded it with ffmpeg and default values (
I don't hear much difference, but I'm not the best trained to spot encoding nuances. |
Godot version
4.2.beta5
System information
Mageia 9 - Vulkan (Forward+) - dedicated AMD Radeon RX Vega M GL Graphics (RADV VEGAM) () - Intel(R) Core(TM) i7-8705G CPU @ 3.10GHz (8 Threads)
Issue description
The Candy Wrapper open source project in the Asset Library (made with Godot 4.1) crashes when it's opened in 4.2, as of 4.2-beta5 / latest git.
This seems to be due to one OGG file which triggers this error spam on the audio stream preview generation:
The error keeps being repeated about a million times, until it exhausts the message queue size:
(which I thought should no longer happen as it's supposed to be growable)
And eventually segfaults.
Steps to reproduce
OST.ogg
Minimal reproduction project
ogg_error_spam.zip
The text was updated successfully, but these errors were encountered: