Did you have to do anything to get it to load mp3 or wav files? These don't load for me either, although they're skipped instead of turning into Darude Sandstorm.
Installing dmusic in the game's wine prefix via protontricks 1458140 dmusic worked for me.
I'm using Proton Experimental.
Could anyone else confirm the fix?
I have a different issue, and seems like not just I alone. The game is just unable to load at all, because of the way intro cutscenes are encoded or something. And what's also interesting, Wine 10.4 doesn't have this problem.
Workarounds:
/home/Games/SteamLibrary/steamapps/common/Pacific Drive/PenDriverPro/Content/Movies/*die () { echo -e "$*" >&2; exit -1; }
for FILE in *.mp4; do
ffmpeg -i "$FILE" -vcodec libx264 -crf 18 output.mp4 || die "Error running ffmpeg for $FILE"
mv output.mp4 "$FILE" || die "Error replacing $FILE"
chmod 755 "$FILE" || die "Error setting permissions on $FILE"
done
proton experimentalx1 2025-02
Compatibility Report
Pacific Drive
AppID 1458140
Symptoms
Game is unable to load ogg files into its custom radio playlist. I've verified that other users have this issue too. It can load mp3 and wav files fine. You'll know it can't load any of your files when the radio shows as "darude sandstorm"...
My understanding is that wine can provide the plugins for mp3 and wav, but not ogg.
Reproduction
Enable custom radio in audio settings, then point the game towards some ogg files.
Relevant errors in the log look something like:
"LogMediaUtils: Error: Cannot play file.ogg, because none of the enabled media player plug-ins support it"
steam-1458140.zip