http://bugs.winehq.org/show_bug.cgi?id=8185
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2007-15-05 02:09 ------- AJ, +loaddll shows no "riched20.dll" in the output, so I guess it is not richedit component to blame. I have two additional notes.
1. After successful login Skype remembered my username "saulius2" in its ComboBox (?) list. So during another launch Skype showed this username correctly in the ComboBox (before 0667292e..). But exactly at 0667292e.. commit Skype showed only "s" or "s " in the ComboBox. The username got truncated (?).
2. With wine-0.9.37 I enter the same username and (when loggin in fails) I see only "<<<<" item in the ComboBox list. Then if I clear entered username and select the "<<<<" item from the list, I get my normal "saulius2" in the ComboBox again. Some wrong string conversion to Unicode (?) and back.
All this suggests me about some Unicode/Ascii mixed stuff handling. Tell me, please, what debug channels or another measures should I try using to debug this?