https://bugs.winehq.org/show_bug.cgi?id=37390
--- Comment #13 from Rounak Singh rounaksingh17@gmail.com --- (In reply to Qian Hong from comment #10)
(In reply to Rounak Singh from comment #9)
Hi all, The bug is there with Word 2010(I wanted to make new bug, but I think Its because of same problem, so attaching files here). I am using Linux Mint 13. I have seen this problem with wine 1.7.18(from wine-ppa), wine1.7.28(code compiled) and now wine 1.7.29 (code compiled).
This is really pain. Whenever I scroll the font menu, to try to select fonts starting with letter P or later(since I mostly use Times New Roman), Word crashes with err message as shown in the attached screenshots.
There is no font problems, They are working fine in other word processing software, LibreOffice. I have also overide riched20.dll (No problem with that). I am experincing this problem for long. Please fix it.
I am attaching the bug with App Word 2010.
Thanks. :)
Thanks for the details, could you:
- provide a new backtrace with debugging symbol? (See
http://wiki.winehq.org/Backtraces for "good backtrace", usually you need to install wine-dbg or similar package from your distribution repo to get the "good backtrace", if that doesn't work maybe you have to compile Wine by yourself with -g -O0 flags enabled, see http://wiki.winehq.org/FAQ#compile_wine for more information) 2. provide a +tid,+uniscribe,+seh log ( See http://wiki.winehq.org/FAQ#get_log for details )
Hi Qian, I have re-produced error with wine 1.7.33(Ubuntu PPA) in a new cleaned wine prefix(No native dll settings). I have attached log and backtrace. I am doing Backtrace for first time and I am not so sure about it.
I followed the procedure for backtrace. started ms word in one terminal and winedbg in other. Then, I waited for program to crash(opened the font menu and scrolled), afterwards attached the process with winedbg and typed "bt". Copied the output into backtrace file. Have I done right???
If there is something wrong with backtrace, please tell me. I will redo it.
Regards.