-
Notifications
You must be signed in to change notification settings - Fork 59
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
[gb57e13ff6] [Exhumed] Some menu sounds have gone quiet #96
Comments
No problems here. All these sounds play as expected. |
Not for me, not anymore, in both self-compiled builds with 0.7.1's binaries and in DRD Team autobuilds. Most curious. It actually got worse, going through the options is now quiet too. |
Please check the "Sound in menus" option,. I can confirm that I hear all the sounds you list as missing. |
Nope, nothing, and it's ON. I only hear the mummy laughing and the open sound when opening the menu, after that, navigating the menus is silent. |
|
Edited my comment above, been able to replicate this on a fresh config, but an older one is carrying over some setting perhaps. Investigating. |
Broken from a9ca6c8 onwards. |
Oh shit, I think this might the cause of most of those weird Exhumed sound issues. It allocated a sound info struct without fully initializing it. And here it just so happened that the change in size caused undefined behavior in a field that really could silence the sound. That commit was fine, it just changed the memory layout to change how the bug manifested itself. @sinisterseed Can you check this out if you find some time and also cross check the other sound bugs? A potential fix has been committed |
This is dramatically better across the board and I'm hearing more sounds than I've heard thus far, but it's exacerbating some of those |
I hope I can get them, too, so that I can investigate the reason. Good to hear that this seems to solve the problems. In hindsight it probably wasn't that bad that yesterday I did not manage to release 0.7.2. This sound fix is definitely worth a small delay. 😄 |
Yeah, definitely is. I've seen comments about them persisting so finally getting them close to extinction is a great thing 😁. |
I go missing for a day and I see this now eh? Damn awesome if this has revealed a deeper issue and now more sounds have been fixed :) . Time to kick ass.
As I said, it was in both self-compiled builds and DRD Team ones, so it had to exist for real 😉 . |
It was actually quite obvious that some uninitialized data was at fault here. That linked commit just gave me an opportunity to look for when these newly added variables get set and suddenly I had found the place where something was not right. |
Namely, navigating the menus is silent now, all these sounds are gone, just the open menu sound still works.
The text was updated successfully, but these errors were encountered: