http://bugs.winehq.org/show_bug.cgi?id=7550
------- Additional Comments From flexo@holycrap.org 2007-25-02 20:43 ------- No, the failure already happens at CB/LB_GETCURSEL - the combo/listbox is empty but the application seems to expect some items to be there. Hacking LB_GETCURSEL to return 0 leads to a later crash following a LB_GETTEXTLEN so it's not GETCURSEL that's broken, the application somehow expects the combobox to really have some items. No idea where those are supposed come from.
Note that there are two comboboxes. The other one is working fine.