http://bugs.winehq.org/show_bug.cgi?id=10264
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Fixed by SHA1| |5c65471681cad45c21fd80b8bb2 | |43590dc032470 Status|NEW |RESOLVED URL| |http://www.tagesprotection. | |com/5.5/TagesSetup.exe Resolution|--- |FIXED Summary|Tages Protection 5.x: Games |Multiple games wrapped with |fail to start (kernel |Tages Protection 5.x DRM |driver infrastructure |scheme fail to start (Tages |missing) |driver needs | |'IoAllocateMdl' | |implementation) Severity|major |normal
--- Comment #54 from Anastasius Focht focht@gmx.net --- Hello folks,
refining summary to target the specific problem I discussed in comment #33 and to avoid the "meta" bug status.
That stub was implemented with commit http://source.winehq.org/git/wine.git/commitdiff/5c65471681cad45c21fd80b8bb2...
Thanks Christian
The next problem is 'IoGetDeviceObjectPointer' stub. Many (layered) drivers expect infrastructure that requires a redesign. Kernel drivers must live in the same "kernel" address space to have for example the same "view" of the service descriptor table and be able to access/hook it directly.
Regards