https://bugs.winehq.org/show_bug.cgi?id=33037
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Visual Studio 6 can't be |Microsoft Visual Studio 6 |installed with WinVer >= |and eMbedded Visual C++ 4.0 |Win2K (missing |can't be installed with |HKEY_PERFORMANCE_DATA 230, |WinVer >= Win2K (missing |process object) |HKEY_PERFORMANCE_DATA 230, | |process object) URL| |https://web.archive.org/web | |/20201008100829/https://dow | |nload.microsoft.com/downloa | |d/C/3/F/C3F8B58B-9753-4C2E- | |8B96-2DFE3476A2F7/eVC4.exe Keywords| |download
--- Comment #32 from Anastasius Focht focht@gmx.net --- Hello folks,
revisiting. Refining summary a bit to include eMbedded Visual C++ 4.0 as well which has a public download.
Stable download link via Internet Archive:
https://web.archive.org/web/20201008100829/https://download.microsoft.com/do...
--- snip --- $ WINEDEBUG=+seh,+relay,+reg wine ./setup.exe >>log.txt 2>&1 ... 00fc:Call advapi32.RegOpenKeyExA(80000002,004328c0 "software\microsoft\windows nt\currentversion\perflib\009",00000000,00020019,0031c3ac) ret=00412595 ... 00fc:Call ntdll.NtOpenKeyEx(0031c3ac,00020019,0031c30c,00000000) ret=7b03a069 00fc:trace:reg:NtOpenKeyEx (0x18,L"software\microsoft\windows nt\currentversion\perflib\009",20019,0x31c3ac) 00fc:trace:reg:NtOpenKeyEx <- (nil) 00fc:Ret ntdll.NtOpenKeyEx() retval=c0000034 ret=7b03a069 00fc:Call ntdll.RtlNtStatusToDosError(c0000034) ret=7b03a070 00fc:Ret ntdll.RtlNtStatusToDosError() retval=00000002 ret=7b03a070 00fc:Ret advapi32.RegOpenKeyExA() retval=00000002 ret=00412595 00fc:Call ntdll.RtlReAllocateHeap(01230000,00000000,00000011,00000010) ret=0041703c 00fc:Ret ntdll.RtlReAllocateHeap() retval=00000000 ret=0041703c 00fc:Call advapi32.RegCloseKey(80000004) ret=0041299c 00fc:Ret advapi32.RegCloseKey() retval=00000000 ret=0041299c .. 00fc:trace:seh:dispatch_exception code=c0000005 flags=0 addr=004129C9 ip=004129c9 tid=00fc 00fc:trace:seh:dispatch_exception info[0]=00000000 00fc:trace:seh:dispatch_exception info[1]=00000000 00fc:trace:seh:dispatch_exception eax=3f800000 ebx=00000000 ecx=0031cbf4 edx=00000000 esi=00000000 edi=0000004e 00fc:trace:seh:dispatch_exception ebp=ffffff31 esp=0031c4c0 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010212 00fc:trace:seh:call_vectored_handlers calling handler at 7B00F270 code=c0000005 flags=0 00fc:trace:seh:call_vectored_handlers handler at 7B00F270 returned 0 00fc:trace:seh:call_stack_handlers calling handler at 00422A8B code=c0000005 flags=0 00fc:trace:seh:call_stack_handlers handler at 00422A8B returned 1 00fc:trace:seh:call_stack_handlers calling handler at 00416598 code=c0000005 flags=0 00fc:Call KERNEL32.GetLastError() ret=0041979b 00fc:Ret KERNEL32.GetLastError() retval=00000057 ret=0041979b ... wine: Unhandled page fault on read access to 00000000 at address 004129C9 (thread 00fc), starting debugger... --- snip ---
$ sha1sum eVC4.exe 85ddfcf8daf3e4e499a8ba817d8d4021a061fcbb eVC4.exe
$ du -sh eVC4.exe 225M eVC4.exe
$ wine --version wine-6.0-rc3
Regards