Skip to content

Mixxx crashes on startup when FlexASIO is installed #182

Closed
@dechamps

Description

@dechamps

See mixxxdj/mixxx#10081, PortAudio/portaudio#766.

TL;DR: this appears to be the same problem as #47, i.e. FlexASIO is being linked against an already-loaded foreign PortAudio DLL instead of the PortAudio DLL that is bundled with FlexASIO; that foreign DLL has ASIO support built-in, resulting in FlexASIO and PortAudio re-entering itself upon initialization. Hilarity ensues in the form of infinite recursion.

We need to understand why the fix for #47, i.e. b5a24c8, doesn't seem to work in this case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    asiohostRelates to a specific ASIO Host Application.bug

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions