http://bugs.winehq.org/show_bug.cgi?id=17428
Summary: Taskmgr unicode: Blank process names in Process list. Product: Wine Version: 1.1.15 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: nospam@thenerdshow.com
Thanks, arethusa, for the regression test. A bunch of commits starting with b28a6c18898ae1b469ecc393b23964cb2b95ea61 broke it. The patch was:
taskmgr: Converted some functions and variables to Unicode.
How to reproduce: wine notepad wine taskmgr
click on the taskmgr Process tab. Processes show up as blank lines. They are clickable and you can terminate a process, but how will a user tell which one?
Expected behavior: A list of processes should be shown here.