Music does work you just need to do this:
cd ~/.wine/drive_c/windows/system32
if [ "`sha1sum < dmband.dll | sed 's/ .*//'`" != "72d574b557865850247e58ee69af84e37ef75ac2" ]; then
wget --referer="
http://www.dlldump.com" "
http://www.dlldump.com/dllfiles/D/dmband.dll" --output-document=dmband.dll
fi
if [ "`sha1sum < dmcompos.dll | sed 's/ .*//'`" != "bc775f826398e9c6a656acbd41808217c995781e" ]; then
wget --referer="
http://www.dlldump.com" "
http://www.dlldump.com/dllfiles/D/dmcompos.dll" --output-document=dmcompos.dll
fi
if [ "`sha1sum < dmime.dll | sed 's/ .*//'`" != "4dd11c042fd420325044ea379935a10102b0cc00" ]; then
wget --referer="
http://www.dlldump.com" "
http://www.dlldump.com/dllfiles/D/dmime.dll" --output-document=dmime.dll
fi
if [ "`sha1sum < dmloader.dll | sed 's/ .*//'`" != "4250676edacc33c54c6db511c812ff71571c305a" ]; then
wget --referer="
http://www.dlldump.com" "
http://www.dlldump.com/dllfiles/D/dmloader.dll" --output-document=dmloader.dll
fi
if [ "`sha1sum < dmsynth.dll | sed 's/ .*//'`" != "7a7843d5f385795d6cc18f86e78c191ecd524424" ]; then
wget --referer="
http://www.dlldump.com" "
http://www.dlldump.com/dllfiles/D/dmsynth.dll" --output-document=dmsynth.dll
fi
if [ "`sha1sum < dmusic.dll | sed 's/ .*//'`" != "4eb4aa8f545c0073d012bfc69ceb837098db4f2e" ]; then
wget --referer="
http://www.dlldump.com" "
http://www.dlldump.com/dllfiles/D/dmusic.dll" --output-document=dmusic.dll
fi
if [ "`sha1sum < dmstyle.dll.zip | sed 's/ .*//'`" != "e860c26e23310a5765c2e2110e40c5c076503643" ]; then
wget "
http://www.dllbank.com/zip/d/dmstyle.dll.zip" --output-document=dmstyle.dll.zip
fi
unzip dmstyle.dll.zip
cd ../temp
echo "[HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides]" > override.reg
echo "\"dmband\"=\"native\"" >> override.reg
echo "\"dmcompos\"=\"native\"" >> override.reg
echo "\"dmime\"=\"native\"" >> override.reg
echo "\"dmloader\"=\"native\"" >> override.reg
echo "\"dmsynth\"=\"native\"" >> override.reg
echo "\"dmusic\"=\"native\"" >> override.reg
echo "\"dmstyle\"=\"native\"" >> override.reg
regedit override.reg
also try turning scaleVideos off, the winehq pages for both gothic I and gothic II explain how to fix these caveats, previous script stolen from playonlinux's app.