The error message "The procedure entry point _Ail_set_stream_volume@8 could not be located in the dynamic link library mss32.dll" is a common issue for users trying to run the original GTA Vice City on modern Windows PCs. This error typically occurs because of a version mismatch between the game's executable (gta-vc.exe) and the Miles Sound System library (mss32.dll) used to handle the game's iconic 80s soundtrack and audio effects. Understanding the Error
Since Vice City is an older title, it requires legacy Windows features that may be disabled by default on Windows 10 and 11.
- A memory address offset (e.g.,
0x432). - A packed value (e.g., high byte = 8, low byte = 432?? unlikely).
- A typo – perhaps the user meant
0.8volume (80%) and432as a sample rate or buffer size.
The Numbers: 8 and 432
- 8 likely represents the stream index — a specific audio channel or radio station slot.
- 432 probably refers to the volume level on a scale (e.g., 0–127 or 0–1000, depending on the AIL implementation). 432 would be moderately high, but not maxed out.
- Apply the SilentPatch – This community-made fix resolves dozens of audio streaming issues, including invalid AIL handle calls.
- Use DSOAL (DirectSound3D to OpenAL wrapper) – Wraps legacy Miles calls into modern OpenAL, stabilizing streams.
- Check your
stream.ini– Ensure the[SFX]and[Radio]sections have correct file paths. - Reduce audio hardware acceleration – Run
dxdiag→ Sound → Basic acceleration (or disable hardware acceleration entirely). - Reinstall radio stations – Missing or zero-byte
.ADFfiles inAudiofolder can trigger stream errors.
To get your game (and the story) running again, try these steps:
The error message you're seeing, "The procedure entry point _AIL_set_stream_volume@8 could not be located in the dynamic link library mss32.dll," is a classic technical hurdle for players running the original PC version of Grand Theft Auto: Vice City on modern systems like Windows 10 or 11.
While players usually adjust sound via the Audio Setup menu, advanced users can manipulate these settings through the following methods:
is a common headache for players on modern versions of Windows.