Your message dated Mon, 14 Jan 2008 04:03:19 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#377491: wine: Program using MSVCR80.DLL fails on
fixme:actctx:FindActCtxSectionStringW stub
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: wine
Version: 0.9.15-1
Severity: normal
Tags: patch
Hello,
when I try to run a certain Windows program (to be downloaded from
http://www.dm-digifoto.de/cgi-bin/redirect_fotobuchwm2.pl), I get the
following error:
~/.wine/drive_c/Program Files/CeWe Color/Mein CeWe Fotobuch$ wine
Mein\ CeWe\ Fotobuch.exe
Invoking /usr/lib/wine/wine.bin Mein CeWe Fotobuch.exe ...
fixme:actctx:FindActCtxSectionStringW stub!
err:module:LdrInitializeThunk "MSVCR80.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\CeWe Color\\Mein CeWe Fotobuch\\Mein CeWe Fotobuch.exe" failed,
status c0000142
Wine failed with return code 1
Searching for this on the net, I found
http://www2.ambientdesign.com/forums/viewtopic.php?t=1314&view=previous&sid=e245f40f862ceb95bb819ddb3b3c0012
containing the following patch which seems to be successful:
> found a way to get it to work, a quick google search returned a
> mailinglist with a post from azathoth =) the suggestion outlined in the
> reply proved successful
>
> changing
> @ stdcall FindActCtxSectionStringA(long ptr long str ptr)
> @ stdcall FindActCtxSectionStringW(long ptr long wstr ptr)
>
> to
> #@ stdcall FindActCtxSectionStringA(long ptr long str ptr)
> #@ stdcall FindActCtxSectionStringW(long ptr long wstr ptr)
>
> in wine/dlls/kernel/kernel32.spec and recompiling wine worked like a
> charm and i'm now running 2.11 YAY!
It would be great if you could introduce this patch into the Debian
build.
Thanks, Eric
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-8nc6k1
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Versions of packages wine depends on:
ii debconf [debconf-2.0] 1.5.2 Debian configuration management sy
ii libwine 0.9.15-1 Windows API Implementation (Librar
ii xbase-clients 1:7.1.ds-2 miscellaneous X clients
Versions of packages wine recommends:
ii msttcorefonts 1.2 Installer for Microsoft TrueType c
ii wine-utils 0.9.15-1 Windows API Implementation (Utilit
-- debconf information:
wine/del_wine_conf: true
wine/install_type: Autodetect
--- End Message ---
--- Begin Message ---
Version: 0.9.42-1
Eric Lavarde skrev:
Package: wine
Version: 0.9.15-1
Severity: normal
Tags: patch
Hello,
when I try to run a certain Windows program (to be downloaded from
http://www.dm-digifoto.de/cgi-bin/redirect_fotobuchwm2.pl), I get the
following error:
~/.wine/drive_c/Program Files/CeWe Color/Mein CeWe Fotobuch$ wine
Mein\ CeWe\ Fotobuch.exe
Invoking /usr/lib/wine/wine.bin Mein CeWe Fotobuch.exe ...
fixme:actctx:FindActCtxSectionStringW stub!
This function has been faked in 0.9.23 and fully implemented in 0.9.42.
--- End Message ---