brezerk / q4wine

Q4Wine is a Qt GUI for W.I.N.E. It will help you manage wine prefixes and installed applications.
http://q4wine.brezblock.org.ua/
GNU General Public License v3.0
208 stars 40 forks source link

Process explorer is broken #70

Closed tehnick closed 8 years ago

tehnick commented 8 years ago

desktop_553

tehnick commented 8 years ago

Build from HEAD in master branch, Qt 5.5.1, Debian unstable.

brezerk commented 8 years ago

hm... I can't reproduce plist

Is it Linux or BSD system? What is kernel version?

tehnick commented 8 years ago

$ uname -a Linux Tehnick 4.3.0-1-686-pae #1 SMP Debian 4.3.5-1 (2016-02-06) i686 GNU/Linux

tehnick commented 8 years ago

I use systemd as init system if this is important. (Sorry but I don't have time to look at q4wine sources now.)

brezerk commented 8 years ago

ic. I was not using systemd yet.

I have added some debug entries to help to track the problem. Can you compile q4wine from master branch with '-DDEBUG=ON' option please?

Then I will need following info:

  1. start q4wine from the terminal to capture the output.
  2. run any wine app
  3. goto 'process' tab
  4. wail 5-10 seconds.
  5. send the q4wine's output to me via email \ pastebin whatever
  6. send the 'ps aux' output to me via email \ pastebin whatever
tehnick commented 8 years ago

desktop_556

Detailed logs were sent to your email address.

brezerk commented 8 years ago

Thanks. Should be fixed now: https://github.com/brezerk/q4wine/commit/52a41414759fcc13ba7ef5bebf89d2610f5e9836

tehnick commented 8 years ago

Fixed. Thanks.