View Single Post
  #282  
Old 11-11-2019, 10:57 PM
xaix1999 xaix1999 is offline
Sarnak


Join Date: May 2018
Location: ::1/128
Posts: 370
Default no sound fx or music

Hello everyone

im having some problems with being away for a few months and coming back to no sound
no sound issue is localized to only EQ
if anyone know the sound requirements i will investigate in meeting those
also my script to start looks like

Quote:
#!/bin/bash
~/mimd/p99mimd &
echo $! >/tmp/p99middle.pid
cd "$HOME/.wine/drive_c/EQEmu"
WINEPREFIX="${HOME}/.wine" wine eqgame.exe patchme 2>/dev/null
kill -9 $(cat /tmp/p99middle.pid)
the pastebin is my log upto character screen where i should be able to hear my melee guy swing
https://pastebin.com/Qh8xT2GJ

also my eqclient.ini says Sound=TRUE
Reply With Quote