http://bugs.winehq.org/show_bug.cgi?id=14822
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #6 from Anastasius Focht focht@gmx.net 2008-08-24 15:12:55 --- Hello,
that problem is most likely RegisterDeviceNotificationW() stub returning NULL when the app expects a valid handle ... well at least something different than NULL ;-)
A possible (quick)fix would be to let RegisterDeviceNotificationW() return a fake handle like RegisterDeviceNotificationA() already does.
Regards