Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
None
-
None
Description
compiled from git msvc build at 23. dec 2017 at ~18.00
The debug log from windbg with stacktrace
deleting ati2mtag.sys lets the system start, but the driver is not loaded.
the driver: ati radeon x1050 windows xp 32 bit
http://www2.ati.com/drivers/10-2_legacy_xp32-64_dd_ccc.exe
mjansen recommended in the irc to do these steps:
in the function IntVideoPortMapMemory, in the file win32ss/drivers/videoprt/resource.c
find the line: /* user space */
above that, add: NumberOfUchars = MAX(NumberOfUchars, 1);
~ line 334
i will try that too and report the result.
Attachments
Issue Links
- is cloned by
-
CORE-14139 Ati Display Driver fails to load
- Untriaged