Giter VIP home page Giter VIP logo

Comments (4)

kcat avatar kcat commented on July 17, 2024

What version of OpenAL Soft are you using? The latest Git version, 1.23.1, or an earlier release? I don't know about that debug assertion, I would need to see a backtrace with line numbers.

For the OpenAL errors, you can't call alGetError() before setting a current context with alcMakeContextCurrent. Although for calls like alcOpenDevice, alcGetString, and alcCreateContext (basically any alc function), you should actually call alcGetError with the same device handle to get the error code. The alGetError function returns error values from al (non-alc) calls on the current context, but it can't get a context's error without a current context so returns AL_INVALID_OPERATION (it can't do the requested operation).

from openal-soft.

HarryWheadon avatar HarryWheadon commented on July 17, 2024

Appreciate the help with the error checking!

Yes, this is in the latest Git version (1.23.1) but I also tried it with an earlier version and got the same debug assertion.

There's the call stack for reference:
image

It starts from:
ALCcontext* context = alcCreateContext(device, nullptr);

and ends at:
image

from openal-soft.

kcat avatar kcat commented on July 17, 2024

The assertion should be fixed with commit 94a6230 now.

from openal-soft.

HarryWheadon avatar HarryWheadon commented on July 17, 2024

Yep, that has fixed it. Thanks for the help!

from openal-soft.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.