http://bugs.winehq.org/show_bug.cgi?id=7115
Michael Müller <michael(a)fds-team.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael(a)fds-team.de
--- Comment #23 from Michael Müller <michael(a)fds-team.de> ---
Created attachment 47786
--> http://bugs.winehq.org/attachment.cgi?id=47786
Patch to add some generic keys to HKEY_DYN_DATA\Config Manager\Enum
I wrote a small patch which adds some generic hardware keys to
HKEY_DYN_DATA\\Config Manager\\Enum based on a real Windows 98 SE Installation
and therefore fixes the problem. Anyway, as Anastasius Focht said this is only
half of the required work. For a proper implementation we also need to add the
corresponding keys to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7115
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Need for Speed III |Need for Speed III
|installer fails in Win9X |installer fails in Win9X
|mode, reporting "Could not |mode, reporting "Could not
|get 'HardWareKey' value" |get 'HardWareKey' value"
|(support for |(active PnP device keys in
|'HKEY_DYN_DATA\\Config |'HKEY_DYN_DATA\\Config
|Manager\\Enum' missing) |Manager\\Enum' missing)
--- Comment #22 from Anastasius Focht <focht(a)gmx.net> ---
Hello Jarkko,
--- quote ---
but is this easy to fix or will this be wontfix?
--- quote ---
well, the dynamic data registry root keys exist (created by wineboot) but there
is no component that actually manages data located here.
I think other 'dynamic' parts of registry have higher priority (perf data,
trees managed by device manager, ...).
The concept of 'virtual registry' introduced with newer Windows OS (registry
redirection) is also used to cope with old applications that need
hacks/workarounds for Win9X compat:
http://technet.microsoft.com/en-us/library/cc749368%28v=ws.10%29.aspx
--- quote ---
...
DYN_DATA
Emulates the HKEY_DYN_DATA registry keys, which were used by the Windows 9x
operating system to collect performance data. This fix redirects the
HKEY_LOCAL_MACHINE\Enum key to the HKEY_LOCAL_MACHINE\CurrentControlSet\Enum
key. This fix also adds the following virtual keys:
HKEY_DYN_DATA\Config Manager\Enum with copied values from
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\PCI
--- quote ---
Probably implemented using userspace application shims and kernel side support.
Maybe Wine could do this too .. in some years ;-)
First the NT device manager (PnP) and its components would need to be
implemented.
With that infrastructure in place you would add shimming/redirection to make
'old-style' registry views available for legacy apps.
That way one can avoid the need to implement some brain damaged Win9X
components such as configuration manager (that OS is dead anyway).
Realistically, the chance this gets implemented in near future is rather slim.
The game installer probably does something stupid like this to figure out video
adapter from registry: http://support.microsoft.com/KB/200876
You might be able to cheat the installer using a cheap shot.
1) use 'winecfg' to set prefix 'WinVer' to 'Windows 95'
2) start the installer but don't click 'next' yet
3) import the following registry snippet from a separate console (wine regedit
fake_hkdd.reg)
fake_hkdd.reg:
--- snip ---
REGEDIT4
[HKEY_DYN_DATA\Config Manager\Enum\fake]
"HardwareKey"=dword:00000000
"Problem"=dword:00000000
--- snip ---
The 'HardwareKey' type/value is actually wrong on purpose - it avoids the need
to put more info under 'HKLM\Enum' ('Driver', 'DeviceDesc' ...).
Installers and their stupid error handling ;-)
The important part is 'Problem' key/value, it has to be '0'.
4) Now click 'next' and the installer runs to completion (after exit the
HKEY_DYN_DATA part of registry will be gone again).
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7115
--- Comment #21 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Thank you for very informative post. I know this is nothing major, but is this
easy to fix or will this be wontfix?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4553
--- Comment #28 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Still a bug in current wine?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4553
--- Comment #27 from Saulius K. <saulius2(a)gmail.com> ---
Jarkko, update to exactly what?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7115
--- Comment #20 from Anastasius Focht <focht(a)gmx.net> ---
*** Bug 9721 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7115
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
CC| |focht(a)gmx.net
Summary|Need for Speed III |Need for Speed III
|installer error: Could not |installer fails in Win9X
|get 'HardWareKey' value |mode, reporting "Could not
| |get 'HardWareKey' value"
| |(support for
| |'HKEY_DYN_DATA\\Config
| |Manager\\Enum' missing)
--- Comment #19 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
confirming.
It should only affect games/installers that truly need WinVer 'Win9x' for
whatever reasons (old games that never targeted NT/XP systems).
--- snip ---
...
0009:Call advapi32.RegOpenKeyExA(80000006,0068179c "Config
Manager\\Enum",00000000,00000008,0033faf0) ret=00405cd5
0009:Call advapi32.RegEnumKeyA(00000048,00000000,0033fafc,00000100)
ret=00405d4e
0009:Ret advapi32.RegEnumKeyA() retval=00000103 ret=00405d4e
...
0009:Call advapi32.RegOpenKeyExA(80000006,006817ec "Config
Manager\\Enum\\",00000000,000f003f,0033f9dc) ret=00405e04
0009:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=00405e04
0009:Call advapi32.RegQueryValueExA(0000004c,0043a40c
"HardWareKey",00000000,00000000,0033f9e8,0033faf8) ret=00405e59
0009:Ret advapi32.RegQueryValueExA() retval=00000002 ret=00405e59
...
--- snip ---
That (dynamic) registry tree is managed by Win9X configuration manager which
maintains a list of active devices under 'HKEY_DYN_DATA\\Config Manager\\Enum'
The items in the list contain values named "HardwareKey" which are the names of
keys under 'HKEY_LOCAL_MACHINE\\Enum'.
$ wine --version
wine-1.7.14-126-g2bb1059
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7115
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #18 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
I think this is still valid, I tried Need for Speed 4: High Stakes demo not so
long ago, see comment #17.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4553
Jarkko K <jarkko_korpi(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jarkko_korpi(a)hotmail.com
--- Comment #26 from Jarkko K <jarkko_korpi(a)hotmail.com> ---
Can anyone update the status?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.