Skip to content

Commit 39f6c4d

Browse files
author
Dutchman101
committed
Updated BASS libraries
Includes stability improvements; - BASS.dll: Fix crash when AVRT.DLL is unavailable while using WASAPI or "no sound" output - BASSWMA.dll: Fix crash caused by a failed realloc call - BASS_AAC.dll: Prevent failing to allocate a download buffer for sound stream, resulting in a crash in BASS.dll. Instead of crashing, it will now result in a BASS_ERROR_MEM. As usually, these were MTA crashes that got investigated by Un4seen studios.
1 parent 0c3975f commit 39f6c4d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Client/loader/MainFunctions.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -834,15 +834,15 @@ void CheckDataFiles()
834834
{
835835
const char* szMd5;
836836
const char* szFilename;
837-
} integrityCheckList[] = {{"16B23FA1D3F952F6FF8BB02DE0CD36A2", "bass.dll"},
838-
{"56116E495EE5E74749F8DB37616B22EA", "bass_aac.dll"},
837+
} integrityCheckList[] = {{"9946320CE991CEC2DB1D78726B87BCA0", "bass.dll"},
838+
{"FFFEC557DC0FC8696D4E0248C619860C", "bass_aac.dll"},
839839
{"BD43C88917D6234FF962B6E88B648B8C", "bass_ac3.dll"},
840840
{"8B17186F19002C9D30A18D39FC8FEFA7", "bass_fx.dll"},
841841
{"6673527EF2AE564A57DA6AED4A230819", "bassflac.dll"},
842842
{"DD1AFB287DACC48C0C08CDB603D234AE", "bassmidi.dll"},
843843
{"BA59B11522793EBC1D75C777CC598737", "bassmix.dll"},
844844
{"4E35BA785CD3B37A3702E577510F39E3", "bassopus.dll"},
845-
{"A535CBD18D342A628954D8A42A7B0438", "basswma.dll"},
845+
{"07252BFB4B9A943B5B42809579536BE0", "basswma.dll"},
846846
{"6E2C5DCF4EE973E69ECA39288D20C436", "tags.dll"},
847847
{"309D860FC8137E5FE9E7056C33B4B8BE", "vea.dll"},
848848
{"0602F672BA595716E64EC4040E6DE376", "vog.dll"},
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)