http://bugs.winehq.org/show_bug.cgi?id=6629
basilarchia(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4035|text/plain |application/x-bzip
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6629
basilarchia(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4033|The DirectX install Dialog |Image of the The DirectX
description|window |install Dialog window
| |starting up
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6629
Summary: directx install fails (Civilization 4) with
LoadLibraryShim() failed
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: basilarchia(a)gmail.com
I built Wine from git today and tried to install Civ4 to see how far it would
get. It got a lot farther than last time I tried! The install screen came up
with graphics and it popped into the DirectX installer. That is where it failed
to install. I've attached several files:
* Screenshots of the directx failure
* The DirectX.log file that the DirectX installer creates
* The stdout & stderr from wine (myoutput.wine)
* The strace from the DXsetup.exe (myoutput.6192.DXSetup.exe)
* The full strace logs for all the other spawned processes (strace.all.tar.bz2)
I set the environment variable WINEDEBUG=+process,+loaddll,+tid,+snoop and then
ran "strace -o myoutput -ff wine /media/cdrom/setup.exe &>myoutput.wine".
Once DirectX failed to install, I was able to click "finish" anyway and the Civ4
installer continued to run successfully. I didn't let it finish because all the
way, but it looked like it was going to.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6622
------- Additional Comments From mail(a)science.su 2006-07-11 20:42 -------
> gcc version
I tried to compile the Wine and the kernel with gcc 3.4.6 and gcc 4.0.2. In
both cases result is the same - Wine doesn't work. Only booting with noexec=off
makes the Wine to work normally.
> glibc version
My currently installed debian libc package has version number 2.3.5-6.
> Do you use Nivdia or ATI cards and their libGL libraries?
I use NVIDIA-Linux-x86_64-1.0-8774-pkg2.run package.
> any specific WINE compile time options
I compile Wine with the following script:
LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/usr/lib32" \
./configure \
--x-libraries=/emul/ia32-linux/usr/X11R6/lib/ \
--x-includes=/emul/ia32-linux/usr/X11R6/include \
--with-x && \
make depend && \
make all && \
sudo make install;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.