yvt / openspades

Compatible client of Ace of Spades 0.75
http://openspades.yvt.jp/
GNU General Public License v3.0
1.14k stars 218 forks source link

Don't try looking up OpenAL drivers if there's no OpenAL library #1084

Closed rndtrash closed 1 year ago

rndtrash commented 1 year ago

Fixes segmentation fault for those who don't have OpenAL installed.

2023/04/22 20:51:15 [ALFuncs.cpp:249] Linking with OpenAL library.
2023/04/22 20:51:15 [StartupScreenHelper.cpp:170] Checking OpenAL available drivers

Thread 1 "openspades" received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
yvt commented 1 year ago

Thanks!