http://bugs.winehq.org/show_bug.cgi?id=7957
------- Additional Comments From mikolaj.zalewski@gmail.com 2007-06-04 01:18 ------- I also have no problem with starting NeoTrace but when I enter a hostname it crashes. That's because it send a TB_GETBUTTONINFOA with a cbSize of 563 and the text pointer pointing to user32 code (when running on Windows XP the cbSize is something around 2000000). It works with native because the message is ignored if the cbSize is invalid. I've send a patch to wine-patches that adds a similar behaviour to Wine.