Skip to content

Win 11 I3DL2 Reverb bass error #4259

@PrimelPrime

Description

@PrimelPrime

Describe the bug

Some parameters or even the entire I3DL2 Reverb might not be working on win 11
Bass error was mainly given using the roomHF parameter
(I can not test it further as Im not on a win 11 setup)

Steps to reproduce

  1. Use setSoundEffectEnabled
  2. Use setSoundEffectParameter
  3. See debug with BASS error 5

Version

Client: v1.6-release-23196

Additional context

No response

Relevant log output

Security Policy

  • I have read and understood the Security Policy and this issue is not security related.

Activity

Fernando-A-Rocha

Fernando-A-Rocha commented on Jun 20, 2025

@Fernando-A-Rocha
Contributor

@PrimelPrime I have win 11
Give us test/reproduction code please

PrimelPrime

PrimelPrime commented on Jun 20, 2025

@PrimelPrime
Author
local function playRandomSound()
	local sound = playSound("any.mp3")
	setSoundEffectEnabled(sound, "i3dl2reverb", true)
	setSoundEffectParameter(sound, "i3dl2reverb", "roomHF", -1000)
end
addCommandHandler("play", playRandomSound)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Fernando-A-Rocha@PrimelPrime

        Issue actions

          Win 11 I3DL2 Reverb bass error · Issue #4259 · multitheftauto/mtasa-blue