http://bugs.winehq.org/show_bug.cgi?id=47135 --- Comment #11 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Created attachment 79352 --> http://bugs.winehq.org/attachment.cgi?id=79352 attempt of a patch
On Wine 10.15 this specific error message is no longer displayed once the >"Microsoft Windows XP Tablet PC Edition Development Kit Version 1.7" is >installed
That was very usefull info, and I can confirm this. It can be found at https://dn721300.ca.archive.org/0/items/windows_xp_files/windows_xp_tablet_e... After some digging what that program installs it turns out that to work around the bug only one registrykey is needed: REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{937C1A34-151D-4610-9CA6-A8CC9BDB5D83}\TypeLib] @="{7D868ACD-1A5D-4a47-A247-F39741353012}" I attached an attempt of a patch, but I'm stuck really. Questions: 1. Is the approach in the patch correct? 2. I got segmentation faults compiling this patch; had to change all IDataObject types to something else to get it compile. Why does the compilation segfault with the IDataObjects there? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.