protonscr

Proton wine spam to the stdout

protonopen
ValveSoftware/Proton#7094 · opened 2023-09-13 by axet · updated 2023-09-16 · 4 comments · github
3 matching comments, n / p to jump
Aaxet 2023-09-13 github

Hello!

wine respect export WINEDEBUG=-all and suppress all output if enabled. But proton wine ignores this flag and keep spamming to the stderr even when this flat enabled :

wineserver: using server-side synchronization.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely
Ssimifor 2023-09-15 github

At least in my case, wineserver: using server-side synchronization. gets printed for me when using wine-staging even when using WINEDEBUG=-all

Aaxet 2023-09-15 github

I've never seen "wineserver: using server-side synchronization" using wine (8-15 and lower). Maybe it is different set of wine libraries?

Ssimifor 2023-09-15 github

I saw with wine staging, base wine doesn't show the message but I'm guessing proton is based on staging.

Nnm004 2023-09-16 github

Hello!

wine respect export WINEDEBUG=-all and suppress all output if enabled. But proton wine ignores this flag and keep spamming to the stderr even when this flat enabled :

wineserver: using server-side synchronization.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely

Proton uses patched wine. Those messages are added by Proton. The first message appears if esync and fsync are disabled somehow. The second message appears as it describes so. It is normal to be printed out those messages by Proton.

Launch options