http://bugs.winehq.org/show_bug.cgi?id=4082
------- Additional Comments From rob@codeweavers.com 2006-22-02 11:07 ------- The crash looks like it is because the app has specified a resource ID in the lpszText field of TOOLINFO when adding the tooltip.
Now when getting the tooltip (which is where is crash is happening) we have to determine whether the correct behaviour is to return the resource ID in the lpszText field (i.e. just bypass the call to WideCharToMultiByte) or to return the loaded text.