Clowud / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

xact_jun2010 won't install XAPOFX1_5.dll #372

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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. 

Original issue reported on code.google.com by marci...@gmail.com on 24 Oct 2013 at 2:22

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
Work

Original comment by black4t...@gmail.com on 25 Jan 2014 at 8:31

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
/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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Successful work-around:

winetricks --force -q xact_jun2010

Original comment by sanark...@gmail.com on 25 Dec 2014 at 10:48

GoogleCodeExporter commented 8 years ago
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