Skip to content
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

3.3 | Remove DSOAL and EAX support :( #83

Closed
BinToss opened this issue Nov 13, 2020 · 5 comments
Closed

3.3 | Remove DSOAL and EAX support :( #83

BinToss opened this issue Nov 13, 2020 · 5 comments

Comments

@BinToss
Copy link
Member

BinToss commented Nov 13, 2020

...alternatively, resolve the issues that led to this point. Some sound-tag issues had been resolved after the inception of this decision. Some other fatal crashes still occur and are attributed to coincidental sound cues.

Part of #44

Refer to #67 for DSOAL support.

@BinToss BinToss mentioned this issue Nov 13, 2020
25 tasks
@SubhadeepJasu
Copy link

May be distribute a custom ini for the settings, so that the sound issues are resolved for everyone?

@BinToss
Copy link
Member Author

BinToss commented Dec 5, 2020

The default settings in newer build of DSOAL (which are now compatible with Halo again) no longer need tweaks to be better balanced.

However, I still get crashes (rarely) which seem to be linked to gravity grenades. These crashes are extremely difficult to diagnose with the tools we have now, but I'm beginning to think it's a memory access violation and/or a memory pointer overrun (continuing to execute the next function rather than returning).

@BinToss
Copy link
Member Author

BinToss commented Dec 5, 2020

Additionally one of two other users who've tested the newest DSOAL build with SPV3 had reported "muffled" audio. This may be platform-specific, but it's worth noting.
https://imgur.com/gallery/RBpFuqA

@BinToss
Copy link
Member Author

BinToss commented Dec 28, 2020

image
Warning added, but it will open at startup if the EAX setting was left ON. I know why it's happening, but I don't know what I should do instead.
Checked="EaxChecked"

private void EaxChecked()
{
  MessageBox.Show("warning")
}

@MirisWisdom
Copy link

Resolved in #90.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants