http://bugs.winehq.org/show_bug.cgi?id=5537
Summary: Enter (return) key not working Product: Wine Version: 0.9.16. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-richedit AssignedTo: wine-bugs@winehq.org ReportedBy: dirmass@gmail.com
By starting the windows app NINJAM (www.ninjam.com): $wine ninjam I get the terminal output:
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
The app starts correctly and runs perfectly, but when I try to submit a text field nothing happens, no terminal output and the text doesn't submit. The text field is a chatbox part of a a small chat program.
Now I'm assuming this happens to other app which use text input...
The way I fixed it: Overrided the native dll. Downloaded the native dll riched20.dll. I copied this to:
wine/drive_c/windows/system32/riched20.dll
And ran winecfg > Libraries > New override for that dll..
Restarted the app. no error in terminal and the Enter key worked...
Hope this will get fixed by default.. Thanks for the great free software!!!