http://bugs.winehq.org/show_bug.cgi?id=14530
--- Comment #7 from Austin English austinenglish@gmail.com 2008-10-01 15:11:33 --- (In reply to comment #6)
Here it is the log:
nestor@nestux:~/.wine/drive_c/EASy68K$ wine EDIT68K.exe fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled. fixme:richedit:RichEditWndProc_common EM_PASTESPECIAL: stub ... (the line above 10 more times at least) ... fixme:htmlhelp:HtmlHelpW HH case HH_CLOSE_ALL not handled. fixme:htmlhelp:HtmlHelpW HH case HH_UNINITIALIZE not handled.
The magic line is:
fixme:richedit:RichEditWndProc_common EM_PASTESPECIAL: stub
Any ideas!!?? thanks!
No, run with:
nestor@nestux:~/.wine/drive_c/EASy68K$ WINEDEBUG=+richedit wine EDIT68K.exe &> /tmp/log.txt
Then attach that here.