[Bug 45818] Eve Online loader works, Eve Online client crashes inside xaudio2_7

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 17 16:03:29 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45818

--- Comment #5 from Wynona Stacy Lockwood <stacy at guppylog.com> ---
Ok, here's the script that launches the game. Should I just basically add
export WINEDLLOVERRIDES=xaudio2_7=n to the list of exports?

#!/bin/sh
appname=`basename "$0" | sed s,\.sh$,,`

dirname=`dirname "$0"`
tmp="${dirname#?}"

if [ "${dirname%$tmp}" != "/" ]; then
dirname="$PWD/$dirname"
fi
LD_LIBRARY_PATH="$dirname:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
export QTDIR=$dirname
export QT_PLUGIN_PATH=$dirname/plugins
"$dirname/$appname" "$@"

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list