Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 584 Bytes

ISSUES.md

File metadata and controls

6 lines (4 loc) · 584 Bytes

Known Issues

Windows

Error executing: "The application was unable to start correctly (0x000007b)"

This is most likely due to a 32-bit/64-bit mismatch between the compiled executable and the .dll files it depends on. You can confirm this with a tool like Dependency Walker. It may be that the copy of libsndfile-1.dll and openal32.dll don't match the architecture (bit-wise) of the compiled executable. A remedy is to copy the .dll files of the correct architecture to your exectuable's output directory.