Description
Unknown regression with ReactOS 0.4.9-dev MSVC build: Word 2010 requires MSVCR90.dll (from the VC++ 2008 runtime) to be present on the system. When installing the runtime, rebooting the system and restarting Word, we now get a runtime error R6034, while the debug log shows this:
(D:\rossrc\reactos\dll\ntdll\ldr\ldrinit.c:829) LDR: DLL_PROCESS_ATTACH for dll "MSVCR90.dll" (InitRoutine: 78542D40) failed
|
(D:\rossrc\reactos\dll\ntdll\ldr\ldrinit.c:2134) LDR: LdrpProcessInitialization failed running initialization routines; status c0000142
|
(D:\rossrc\reactos\dll\ntdll\ldr\ldrinit.c:2169) LDR: Process initialization failure for C:\Program Files\Microsoft Office\Office14\WINWORD.EXE; NTSTATUS = c0000142
|
err:(D:\rossrc\reactos\win32ss\user\user32\windows\window.c:490) CreateWindowExW RegisterSystemControls
|
Note: the installation of Office 2010 Pro on a clean ROS installation (+ Samba 1.3) works perfectly.
Note 2: Everything works fine in the (GCC-built) 0.4.8 release.
Attachments
Issue Links
- is blocked by
-
CORE-7653 nodll hell: problems with ms redistributable packages
- Open