Skip to content

Can I download debug symbols for native DLLs for a particular release? #954

Closed Answered by Spasi
lostmsu asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @lostmsu,

There are no debug symbols available for the official builds. The recommendation is to replace the official binary with a debug build (see Configuration.OPENAL_LIBRARY_NAME or -Dorg.lwjgl.openal.libname). LWJGL 3.3.1 was released with OpenAL Soft at this commit, you can clone it at that point and use this workflow as reference to build it (make sure to change the CMake build type option from release to debug).

You may also want to try ALSOFT_LOGLEVEL first, see if it produces anything that might help with identifying the issue. More details in env-vars.txt.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TheMrMilchmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants