process_send_command receiving command result timed out

Questions about Wine on Linux
Locked
windrunnerwine
Newbie
Newbie
Posts: 2
Joined: Sun Jul 21, 2024 7:20 am

process_send_command receiving command result timed out

Post by windrunnerwine »

Sometimes, starting the program is fairly quick, however othertimes I'm randomly getting these errors and starting the program takes really long:

Code: Select all

000f:err:service:process_send_command receiving command result timed out
0023:err:ntdll:RtlpWaitForCriticalSection section 0x7be9e150 "loader.c: loader_section" wait timed out in thread 0023, blocked by 0025, retrying (60 sec)
000f:err:service:process_send_command receiving command result timed out
0023:err:ntdll:RtlpWaitForCriticalSection section 0x7be9e150 "loader.c: loader_section" wait timed out in thread 0023, blocked by 0025, retrying (60 sec)
0009:err:environ:run_wineboot boot event wait timed out
0023:err:ntdll:RtlpWaitForCriticalSection section 0x7be9e150 "loader.c: loader_section" wait timed out in thread 0023, blocked by 0025, retrying (60 sec)
windrunnerwine
Newbie
Newbie
Posts: 2
Joined: Sun Jul 21, 2024 7:20 am

Re: process_send_command receiving command result timed out

Post by windrunnerwine »

Anyone any ideas what the log messages could mean?
User avatar
DarkShadow44
Level 9
Level 9
Posts: 1338
Joined: Tue Nov 22, 2016 5:39 pm

Re: process_send_command receiving command result timed out

Post by DarkShadow44 »

That's usually a sign of a deadlock, something in wine locks up and prevents normal operation. Impossible to know what without more information.
Locked