Closed GoogleCodeExporter closed 9 years ago
The DLL is in fact in the directory when I run it:
dank@i7:~/.local/share/wineprefixes/xact/drive_c/windows$ find . -iname 'xapo*'
./syswow64/xapofx1_5.dll
./syswow64/xapofx1_1.dll
./syswow64/xapofx1_3.dll
./syswow64/xapofx1_4.dll
./syswow64/xapofx1_2.dll
./syswow64/xapofx1_0.dll
./system32/xapofx1_1.dll
Original comment by daniel.r...@gmail.com
on 24 Oct 2013 at 4:47
Work
Original comment by black4t...@gmail.com
on 25 Jan 2014 at 8:31
Works fine here as well.
Regarding the casing issue, the w_try_cabextract() call forces the extracted
files to be lowercase. The casing of the original file doesn't matter.
Original comment by austinenglish@gmail.com
on 27 Jan 2014 at 10:30
I just tried a new wine prefix with XCOM: Enemy Unknown. It wouldn't launch
without the xapofx1_5.dll being present, and being in uppercase. Replacing it
with a version from another prefix seemed to do the trick. This was with the
Enemy Within DLC, wine 1.7.13.
Original comment by sirbubbl...@gmail.com
on 24 Mar 2014 at 6:11
So if you take a wineprefix where Enemy Unknown works, and rename
its xapofx1_5.dll to lower case, the game won't work?
Original comment by daniel.r...@gmail.com
on 24 Mar 2014 at 2:26
Same problem here. The xapofx1_5.dll does not get copied on a clean wineprefix
(32bit). Wine 1.7.19.
Original comment by schmatz...@googlemail.com
on 12 Jun 2014 at 9:53
Could you give some more details please? Distro, kernel, cabextract version,
terminal output? What does:
find ~/.wine -iname 'xapo*'
show?
Original comment by austinenglish@gmail.com
on 13 Jun 2014 at 6:15
/home/wrecker/.wine32/drive_c/windows/system32/xapofx1_1.dll
/home/wrecker/.wine32/drive_c/windows/system32/xapofx1_3.dll
/home/wrecker/.wine32/drive_c/windows/system32/xapofx1_4.dll
/home/wrecker/.wine32/drive_c/windows/system32/xapofx1_0.dll
/home/wrecker/.wine32/drive_c/windows/system32/xapofx1_2.dll
cabextract 1.4
Original comment by SwiftG...@gmail.com
on 21 Jun 2014 at 10:55
I just booted a live cd of Ubuntu 13.10, installed wine/winetricks from
universe (1.4.1 and 20130629), then did winetricks -q xact_jun2010.
All 5 dlls are there. Also works in winetricks from svn (r1199).
Unless someone gives clear instructions to reproduce, I'm not going to spend
any more time on this.
Original comment by austinenglish@gmail.com
on 21 Jun 2014 at 11:38
hehe funny. xapofx1_5.dll did get copied on a clean wineprefix (32bit,
wine-1.7.19 on debian jessie x86_64) but it didn't get copied on a clean
wineprefix (64bit, wine-1.7.19 on debian jessie x86_64).
winetricks --version
20130919
dunno if it's an issue with wine-1.7.19 or an issue with winetricks :S
Original comment by alexande...@gmail.com
on 4 Jul 2014 at 7:30
It's missing for me:
winetricks --version
20140302
find . |grep -i XAPOFX
./windows/system32/xapofx1_0.dll
./windows/system32/xapofx1_1.dll
./windows/system32/xapofx1_2.dll
./windows/system32/xapofx1_3.dll
./windows/system32/xapofx1_4.dll
Original comment by sanark...@gmail.com
on 25 Dec 2014 at 9:26
Successful work-around:
winetricks --force -q xact_jun2010
Original comment by sanark...@gmail.com
on 25 Dec 2014 at 10:48
I have the same problem with wine 1.7.33 and winetricks 20141130.
xapofx1_5.dll and xaudio2_7.dll are missing from the system32 directory and
"wolfenstein New Order" complains on being unable to initialize XAudio2
subsystem.
Original comment by Lockyw...@gmail.com
on 13 Feb 2015 at 9:06
Original issue reported on code.google.com by
marci...@gmail.com
on 24 Oct 2013 at 2:22