https://bugs.winehq.org/show_bug.cgi?id=45818
Bug ID: 45818 Summary: Eve Online loader works, Eve Online client crashes upon launch Product: Wine Version: 3.15 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: stacy@guppylog.com Distribution: ---
Created attachment 62279 --> https://bugs.winehq.org/attachment.cgi?id=62279 The backtrace wine generated and told me to attach to the bug
Eve Online loader works, Eve Online client crashes upon launch
https://bugs.winehq.org/show_bug.cgi?id=45818
Wynona Stacy Lockwood stacy@guppylog.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stacy@guppylog.com
https://bugs.winehq.org/show_bug.cgi?id=45818
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com Summary|Eve Online loader works, |Eve Online loader works, |Eve Online client crashes |Eve Online client crashes |upon launch |inside xaudio2_7
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi,
Does it work with a native xaudio2_7 ? (i.e. winetricks xact)?
https://bugs.winehq.org/show_bug.cgi?id=45818
--- Comment #2 from Wynona Stacy Lockwood stacy@guppylog.com --- (In reply to Louis Lenders from comment #1)
Hi,
Does it work with a native xaudio2_7 ? (i.e. winetricks xact)?
I executed winetricks xact, and attempted again. No joy. I'll add the backtrace that it generated.
https://bugs.winehq.org/show_bug.cgi?id=45818
--- Comment #3 from Wynona Stacy Lockwood stacy@guppylog.com --- Created attachment 62334 --> https://bugs.winehq.org/attachment.cgi?id=62334 New backtrace after running winetricks xact
New backtrace after running winetricks xact
https://bugs.winehq.org/show_bug.cgi?id=45818
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Wynona Stacy Lockwood from comment #3)
Created attachment 62334 [details] New backtrace after running winetricks xact
New backtrace after running winetricks xact
Your backtrace shows it`s still using builtin xaudio2_7.dll Don`t know if winetricks has changed (?)
Could you run with WINEDLLOVERRIDES=xaudio2_7=n wine @put_name_of_exe_here@.exe
https://bugs.winehq.org/show_bug.cgi?id=45818
--- Comment #5 from Wynona Stacy Lockwood stacy@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" "$@"
https://bugs.winehq.org/show_bug.cgi?id=45818
--- Comment #6 from Wynona Stacy Lockwood stacy@guppylog.com --- So that didn't work. I was finally able to get it to work by going into winetricks and disabling sound entirely. While this does work, having sound is ideal. But I'll live with it for now! Thank you so much for your help!
https://bugs.winehq.org/show_bug.cgi?id=45818
--- Comment #7 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Wynona Stacy Lockwood from comment #6)
So that didn't work. I was finally able to get it to work by going into winetricks and disabling sound entirely. While this does work, having sound is ideal. But I'll live with it for now! Thank you so much for your help!
So what happens if you set xaudio2_7 to native in winecfg (under libraries-tab) (and enable sound again)?
https://bugs.winehq.org/show_bug.cgi?id=45818
--- Comment #8 from Wynona Stacy Lockwood stacy@guppylog.com --- It crashes again. Same trace. I'm not sure what I'm doing wrong, but thank you for being so patient.
https://bugs.winehq.org/show_bug.cgi?id=45818
zzzzzyzz@hacari.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zzzzzyzz@hacari.org
https://bugs.winehq.org/show_bug.cgi?id=45818
--- Comment #9 from Wynona Stacy Lockwood stacy@guppylog.com --- So after some extensive fiddling yesterday, no combination of native first or last works. I had to explicitly disable xaudio2_7 for it to work. Please let me know if there is any other data I can collect for you that would be useful, but otherwise, I have a solution that works for me.