Bu sound dosyalarını bulamayacağın için şu şekilde sound verisine ait dosyalar yoksa atlaması için kod yazırdım
ARAT
TraceError("CANNOT_FIND_PACK_FILE [%s]", strFileName.c_str());
DEĞİŞ
#ifdef _DEBUG
// "sound/" kısmını kontrol et
if (strFileName.find("sound/") != std::string::npos)...