http://bugs.winehq.org/show_bug.cgi?id=7189
------- Additional Comments From focht(a)gmx.net 2007-15-06 16:14 -------
Hello,
--- quote ---
The next problem is that the installer tries to run
executables requiring msvcr80.dll, which requires activation context support.
--- quote ---
yes it's annoying.
There are some ways to work around the VC 8.x CRT manifest checks.
This works for all applications which use manifest bound executables (e.g.
compiled with #pragma comment(linker,”/manifestdependency:..” )
- pretend to be a pre-fusion OS (Windows NT, Windows 2000).
To do this, don't export "FindActCtxSectionStringW" from kernel32.dll
(remove it from kernel32.spec and recompile).
or
- pretend to be in .NET CLR context by having mscoree.dll and pgort80.dll
(profiler instrumentation runtime) loaded into memory.
The CRT explicitly looks for these dlls in memory, they just need to be
LoadLibrary()'d.
Loading fake dlls seems to succeed this one.
The following conditions need to be satisfied if previous ones failed:
- don't ever load any VC 8.x CRT sxs assemblies from system32 directory.
(requires loader override)
- implement FindActCtxSectionStringW to return a valid activation context
- dll was loaded from winsxs storage
or
- if loaded from another folder, manifest must reside in same folder
---
Summarizing, the removal of "FindActCtxSectionStringW" from kernel32 exports is
currently the fastest way to work around these problems.
For the time being (with no wine FindActCtxSectionStringW() impl in place) I
suggest a patch that comments out this export from kernel32.spec.
This would enable other bugreports which have sxs-related activation context
showstoppers to go further too.
Regards
--
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=4440
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=4440
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WORKSFORME |
------- Additional Comments From alex(a)thehandofagony.com 2007-15-06 14:25 -------
Reopening to resolve as fixed, then.
--
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=6691
------- Additional Comments From joeborg(a)ieee.org 2007-15-06 14:14 -------
Got the same issue myself. I get the following error:
This installation file does not exist:
\C:\windows\temp\PNGJ200706152009210\Ephemeris.cab
(Button: Done).
Checking the temp folder, the file does exist, however, it is immediately
removed as soon as I click 'Done'. I suspect that the issue arises because of
the prepended '\' in front of C:\... but don't know how to work around that.
Joe
P.S. I'm using the latest version of Home (1.5) so maybe this is why the
workaround doesn't seem to work for me.
--
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=7189
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |th.fischer(a)gmx.net
------- Additional Comments From truiken(a)gmail.com 2007-15-06 13:57 -------
*** Bug 4517 has been marked as a duplicate of this bug. ***
--
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=4517
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|wine-msi |wine-misc
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2007-15-06 13:57 -------
So I downloaded the VC# iso (to bypass the bits requirement), and the install is
basically the same as Visual Studio 2005, so I'm marking this a duplicate of
that bug.
*** This bug has been marked as a duplicate of 7189 ***
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7934
------- Additional Comments From cja(a)gmx.net 2007-15-06 13:56 -------
Patch fixing Bug 8194 fixed the graphic corruptions on plain Hearts of Iron II.
I guess it fixes corruptions on Doomsday as well.
--
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=8194
cja(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From cja(a)gmx.net 2007-15-06 13:54 -------
Thanks Jesse! I've verified that EU2 and Victoria Revolutions run with
the latest wine-git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8704
Summary: Fedora binary link is broken
Product: WineHQ.com
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jgardou(a)yahoo.fr
The Red hat/fedora binary link is broken.
Moreover, a link is not necessary since wine is included in extra repository of
fedora, and every new version is placed in extra/updates.
The best way to install the latest version is :
yum --enable-repo=* install wine
--
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.