https://bugs.winehq.org/show_bug.cgi?id=41457
Bug ID: 41457 Summary: TaskMgr > Processes > Edit Debug Channels shows an empty list Product: Wine Version: 1.9.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: brewmanz@gmail.com Distribution: ---
Going into TaskMgr > Processes > Edit Debug Channels shows an empty list, and I see no way to add or show anything. I was expecting at least message to show, and preferably more.
The Wine app is being started with env WINEPREFIX="/home/MyUser/.wine_XXX" WINEDEBUG=fixme-all,err-all,trace+message,+relay,+tid,+timestamp wine 'C:\Program Files (x86)\MyFolder\MyApp.exe' >> /tmp/wine-logs/winelog.txt 2>&1
https://bugs.winehq.org/show_bug.cgi?id=41457
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net --- What distro are you on, and are you using a distro package or did you build Wine yourself?
https://bugs.winehq.org/show_bug.cgi?id=41457
--- Comment #2 from brewmanz brewmanz@gmail.com --- I initially installed 1.6.2(?) that comes with Ubuntu 14.04. Then dl-ed 1.9.20 bin for Ubuntu 14.04 64bit from here. IIRC there were 5 apps (dev, dbg, etc). When I ran it, it then wanted to install dotnet/mono and gecko, which I did. Something else also happened ('can't find xyz') so I uninstalled the 1.6.2 version (and checked for any other 1.6.2 stuff) and messed about with the 1.9.20 installs again until it worked. I sense that Wine does not upgrade nicely.
https://bugs.winehq.org/show_bug.cgi?id=41457
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |marcus@jet.franken.de, | |michael@fds-team.de
--- Comment #3 from Rosanne DiMesio dimesio@earthlink.net --- The reason I asked about your distro is that I can reproduce this with the openSUSE Wine package, but not with Wine built locally and run from the build directory.
I'm cc'ing the package maintainers.
This can be reproduced by running notepad with any debug channel set (I used +msg), then running taskmgr from the same wineprefix.
https://bugs.winehq.org/show_bug.cgi?id=41457
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #4 from Sebastian Lackner sebastian@fds-team.de --- (In reply to Rosanne DiMesio from comment #3)
The reason I asked about your distro is that I can reproduce this with the openSUSE Wine package, but not with Wine built locally and run from the build directory.
I'm cc'ing the package maintainers.
This can be reproduced by running notepad with any debug channel set (I used +msg), then running taskmgr from the same wineprefix.
I have sent a patch for this: http://source.winehq.org/patches/data/126952. The problem can also be reproduced in a local build by stripping debug symbols from libwine, for example with "strip libs/wine/libwine.so.1.0".
https://bugs.winehq.org/show_bug.cgi?id=41457
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |programs
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com --- Solution proposed on wine-devel implies changes to Task Manager itself, not winelib.
https://bugs.winehq.org/show_bug.cgi?id=41457
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #6 from winetest@luukku.com --- The patch applies cleanly against wine 2.7.git, so it didnt go in.