Skip to content

Conversation

@biglizards
Copy link

On Linux, due to the lack of check that library is not None, the OpenAL library would fail to load if "soft_oal" was not installed (as it returns an empty but truthy library, and so doesn't check the other candidates).

This only became an issue for me in the latest version, since the order in which it attempts to load libraries was changed from ("openal", "OpenAL32", "soft_oal") to ("soft_oal", "OpenAL32", "openal").

@Zuzu-Typ Zuzu-Typ merged commit 79f8c5d into Zuzu-Typ:master Nov 23, 2019
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

Successfully merging this pull request may close these issues.

2 participants