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

[Bug] Instant crash on certain .wav file. #38

Open
lespaul64 opened this issue Jul 30, 2021 · 1 comment
Open

[Bug] Instant crash on certain .wav file. #38

lespaul64 opened this issue Jul 30, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@lespaul64
Copy link

My CS1.6 client instantly crashed when this sound play.

Client version:

] version
Protocol version 48
Exe version 1.1.2.7 (cstrike)
Exe build: 19:53:27 Aug 3 2020 (8684)

I attached the sound file for you to investigate.
crashsound.zip

@LAGonauta LAGonauta added the bug Something isn't working label Jul 31, 2021
@lespaul64
Copy link
Author

Hi, i just want to say sorry this false bug report, i just discovered the sound file is not cause the crash but the amxx function call emit_sound with CHAN_STREAM is the main culprit. So this metaaudio is not compatible with emit_sound using CHAN_STREAM flag. I just change the flag to CHAN_VOICE and client is not crash at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants