http://bugs.winehq.org/show_bug.cgi?id=21982
Summary: DPC Latency Checker barfs loading its driver Product: Wine Version: 1.1.40 Platform: x86 URL: http://www.thesycon.de/deu/latency_check.shtml OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
This tool loads a driver that just measures "delayed procedure call" latency, seems like that ought to be supportable. Currently crashes on startup:
$ wine dpclat.exe wine: Unhandled page fault on write access to 0x00540180 at address 0x78c32af7 ... Backtrace: =>0 load_driver_module+0x1f1(name="C:\windows\system32\drivers\dpclat_driver.sys") [programs/winedevice/device.c:103] in winedevi ce (0x0053e718) 1 load_driver+0x3f7() [programs/winedevice/device.c:229] in winedevice (0x0053e988) 2 ServiceMain+0x11f(argc=0, argv=0x110df0) [programs/winedevice/device.c:287] in winedevice (0x0053e9f8) 3 service_thread+0x157(arg=0x1107a0) [dlls/advapi32/service.c:294] in advapi32 (0x0053ea58) ... load_driver_module+0x1f1 [programs/winedevice/device.c:103] in winedevice: movl $0x0,0xa0(%eax) 103 nt->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].VirtualAddress = 0;