http://bugs.winehq.org/show_bug.cgi?id=9484
--- Comment #16 from Anastasius Focht focht@gmx.net 2008-03-25 16:09:56 --- Created an attachment (id=11646) --> (http://bugs.winehq.org/attachment.cgi?id=11646) patch which enables relocation fixups on kernel drivers
Hello,
the crash in kernel driver init routine is due to missing relocation fixups.
I've already explained the issue because this is also needed for SecuROM 4.8 copy protection driver:
http://bugs.winehq.org/show_bug.cgi?id=7065#c74
Actually I'd like to see *both* problems described there fixed in GIT - the relocation fixups and having a fake mountmgr.sys in system32\drivers.
Maybe AJ has some objections regarding the fixes but I think I've already provided enough in-depth information/proof.
For convenience I attached the reloc fix which should let the driver init routine succeed. The kernel driver itself is encrypted which is a bit of nuisance but not problem at all :-)
Regards