How to enable logging on wineserver

Questions about Wine on Linux
Locked
maheshk
Newbie
Newbie
Posts: 1
Joined: Thu Sep 07, 2023 2:22 am

How to enable logging on wineserver

Post by maheshk »

Hi Experts,
We are running Wine 5.0.2 on RHEL 7.

Wanted to check how to enable logging with the WINE Tool.

I Tried the below where i got sock_init message

Code: Select all

/usr/share/qad/wine32/bin/wineserver --debug=2
sock_init: shutdown() causes EOF
I want to enable logging to troubleshoot an issue when using the wine service. Below is the output when i grep the wine process
ps -ef|grep wine
wine 53589 1 0 Sep05 ? 00:01:22 /usr/share/qad/wine32/bin/wineserver
wine 53597 1 0 Sep05 ? 00:00:00 C:\windows\system32\services.exe
wine 53600 1 0 Sep05 ? 00:00:00 C:\windows\system32\winedevice.exe
wine 53609 1 0 Sep05 ? 00:00:00 C:\windows\system32\plugplay.exe
wine 53619 1 0 Sep05 ? 00:00:00 C:\windows\system32\winedevice.exe
wine 53648 1 0 Sep05 ? 00:00:09 C:\windows\system32\explorer.exe /desktop

Please can someone shed some light on this.
Locked