Issue 372 in winetricks: xact_jun2010 won't install XAPOFX1_5.dll

442 views
Skip to first unread message

winet...@googlecode.com

unread,
Oct 23, 2013, 10:22:24 PM10/23/13
to winetri...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 372 by marci...@gmail.com: xact_jun2010 won't install
XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

What steps will reproduce the problem?

1. winetricks (--force) xact_jun2010
2. Run and software that use XAPOFX1_5 or look in the system32 directory.


What is the expected output? What do you see instead?

The software should run or the dll should be in the directory.


What version of the product are you using? On what operating system?
Ubuntu 13.10 newest version of winetricks.

Please provide any additional information below.

I think that the problem it is the case sensitiveness of Linux. The
XAPOFX1_5 (and maybe others) DLL it is in up case, and the winetricks in
the installation of xact only copy lowcase dll.


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

winet...@googlecode.com

unread,
Oct 24, 2013, 12:47:57 AM10/24/13
to winetri...@googlegroups.com

Comment #1 on issue 372 by daniel.r...@gmail.com: xact_jun2010 won't
install XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

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

winet...@googlecode.com

unread,
Jan 25, 2014, 3:32:05 PM1/25/14
to winetri...@googlegroups.com

Comment #2 on issue 372 by black4t...@gmail.com: xact_jun2010 won't install
XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

Work

Dan Kegel

unread,
Jan 25, 2014, 3:36:13 PM1/25/14
to winetri...@googlegroups.com
I wonder if the windows version can trigger case sensitivity problems like that.
> You received this message because you are subscribed to the Google Groups
> "winetricks-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to winetricks-de...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.

winet...@googlecode.com

unread,
Jan 27, 2014, 5:30:25 PM1/27/14
to winetri...@googlegroups.com
Updates:
Status: Invalid

Comment #3 on issue 372 by austin...@gmail.com: xact_jun2010 won't
install XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

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.

winet...@googlecode.com

unread,
Mar 24, 2014, 2:11:34 AM3/24/14
to winetri...@googlegroups.com

Comment #4 on issue 372 by sirbubbl...@gmail.com: xact_jun2010 won't
install XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

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.

winet...@googlecode.com

unread,
Mar 24, 2014, 10:26:59 AM3/24/14
to winetri...@googlegroups.com

Comment #5 on issue 372 by daniel.r...@gmail.com: xact_jun2010 won't
install XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

So if you take a wineprefix where Enemy Unknown works, and rename
its xapofx1_5.dll to lower case, the game won't work?

winet...@googlecode.com

unread,
Jun 12, 2014, 5:53:23 AM6/12/14
to winetri...@googlegroups.com

Comment #6 on issue 372 by schmatz...@googlemail.com: xact_jun2010 won't
install XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

Same problem here. The xapofx1_5.dll does not get copied on a clean
wineprefix (32bit). Wine 1.7.19.

winet...@googlecode.com

unread,
Jun 13, 2014, 2:15:25 AM6/13/14
to winetri...@googlegroups.com

Comment #7 on issue 372 by austin...@gmail.com: xact_jun2010 won't
install XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

Could you give some more details please? Distro, kernel, cabextract
version, terminal output? What does:
find ~/.wine -iname 'xapo*'
show?

winet...@googlecode.com

unread,
Jun 21, 2014, 6:55:55 PM6/21/14
to winetri...@googlegroups.com

Comment #8 on issue 372 by SwiftG...@gmail.com: xact_jun2010 won't install
XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

/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

winet...@googlecode.com

unread,
Jun 21, 2014, 7:38:29 PM6/21/14
to winetri...@googlegroups.com
Updates:
Status: WorksForMe

Comment #9 on issue 372 by austin...@gmail.com: xact_jun2010 won't
install XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

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.

winet...@googlecode.com

unread,
Jul 4, 2014, 3:31:07 PM7/4/14
to winetri...@googlegroups.com

Comment #10 on issue 372 by alexande...@gmail.com: xact_jun2010 won't
install XAPOFX1_5.dll
http://code.google.com/p/winetricks/issues/detail?id=372

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

winet...@googlecode.com

unread,
Dec 25, 2014, 4:26:54 PM12/25/14
to winetri...@googlegroups.com

Comment #11 on issue 372 by sanark...@gmail.com: xact_jun2010 won't install
XAPOFX1_5.dll
https://code.google.com/p/winetricks/issues/detail?id=372

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

winet...@googlecode.com

unread,
Dec 25, 2014, 5:48:25 PM12/25/14
to winetri...@googlegroups.com

Comment #12 on issue 372 by sanark...@gmail.com: xact_jun2010 won't install
XAPOFX1_5.dll
https://code.google.com/p/winetricks/issues/detail?id=372

Successful work-around:

winetricks --force -q xact_jun2010

winet...@googlecode.com

unread,
Feb 13, 2015, 4:06:19 AM2/13/15
to winetri...@googlegroups.com

Comment #13 on issue 372 by Lockyw...@gmail.com: xact_jun2010 won't install
XAPOFX1_5.dll
https://code.google.com/p/winetricks/issues/detail?id=372

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.
Reply all
Reply to author
Forward
0 new messages