skip to content

Search

解决 Mac 版 Steam 潜水员戴夫无声音

2 min read

潜水员戴夫在 Mac Steam 中会没有声音,经检查需要删掉Plug-In 的 drivers

# 踩坑
Not in series

脑子一热买了 steam 版的 Dave the Dive。 结果 Mac-Mini(M2)上装好后没声音。 查到这篇帖子,说是 HAL 下有 driver 干扰了声音。

我本地是安装了 NoMachine,检查发现 Plug-In/HAL 下有两个 NM 的 driver mv(备份)到了 ~/workspace/steam.no.sound 下,然后重启电脑后,正常运行了。 小踩了一坑~


下面是原文:

collapse: none
该页面是关于解决在MacOS上玩《潜水员戴夫 DAVE THE DIVER》时遇到的无声音问题的解决方案。步骤包括检查日志文件中是否有特定错误信息,然后删除音频驱动程序插件,重启电脑后问题得到解决。

For anyone who has no sound/audio on MacOS…

My game never had any sort of audio/sound ever since I bought it, been browsing on the internet for a few days and finally found the solution, so I’m sharing here to see if it helps others who are having similar issues on MacOS.

Step 1: Check your logs
Go to /Users/{MAC_USERNAME}/Library/Logs/nexon/DAVE THE DIVER and you should see a file named Player.log. Open the file and check if you have this sentence in it. If yes, move on to step 2.

FMOD failed to get number of drivers…: “Error enumerating the available driver list. List may be inconsistent due to a recent device addition or removal. ” (58)
FMOD failed to get number of drivers…: “Error enumerating the available driver list. List may be inconsistent due to a recent device addition or removal. ” (58)
FMOD failed to initialize any audio devices, running on emulated software output with no sound. Please check your audio drivers and/or hardware for malfunction.

Step 2: Delete audio drivers
Go to /Library/Audio/Plug-Ins/HAL and check if there’s any files in there, delete them or move them somewhere else (i’m not sure if this works, so make a backup). Reboot your computer and done! at least for me, the audio is back!

Some users also shared the solution here:
https://www.reddit.com/r/macgaming/comments/vrzuvl/mac_mini_m1_some_games_dont_have_sound_solved/?utm_source=share&utm_medium=ios_app&utm_name=iossmf

最后由 Chryos1029 编辑于;2023 年 9 月 3 日 下午 6:40