Wineconsole 0134:fixme:console:default_ctrl_handler, is this a bug?

Questions about Wine on Linux
Locked
cj000
Level 2
Level 2
Posts: 12
Joined: Mon Apr 03, 2023 2:06 pm

Wineconsole 0134:fixme:console:default_ctrl_handler, is this a bug?

Post by cj000 »

OS: Arch Linux
Kernel: 6.2.9, 64-bit
Wine: wine-8.5 (pacman installed)

Running

Code: Select all

DISPLAY=:0 wineconsole mbserver.exe
start the executable with several fixme and err lines as output. No CUI is shown. I verified that the executable is running indeed. Killing the running executable/process with Ctrl+C (SIGINT) fails with:

Code: Select all

0134:fixme:console:default_ctrl_handler Terminating process
wine client error:114: write: Bad file descriptor
On the other hand running with wine instead of wineconsole, starts a CUI, and correctly responds to Ctrl+C by killing the process too.

Is this wineconsole Ctrl+C generated 0134:fixme:console:default_ctrl_handler error to be expected or a bug that needs to be fixed?
cj000
Level 2
Level 2
Posts: 12
Joined: Mon Apr 03, 2023 2:06 pm

Re: Wineconsole 0134:fixme:console:default_ctrl_handler, is this a bug?

Post by cj000 »

Sometimes the 0134:fixme:console:default_ctrl_handler is even shown for wine instead of wineconsole.

Code: Select all

DISPLAY=:0 wineconsole mbserver.exe
Though with wine the fixme is not reproduceable: fixme for wine is shown only 5% of the cases.

Where wineconsole mbserver.exe in 100% of the cases shows a "fixme:console:default_ctrl_handler" for Ctrl+C (SIGINT) key combination.

In variations like:
  • 0144:fixme:console:default_ctrl_handler Terminating process 110 on event 0
    wine client error:114: write: Bad file descriptor
  • 0184:fixme:console:default_ctrl_handler Terminating process 158 on event 0
    wine client error:15c: write: Bad file descriptor
  • 1c4:fixme:console:default_ctrl_handler Terminating process 198 on event 0
    wine client error:19c: write: Bad file descriptor
Locked