"services.c: scmdatabase" wait timed out...

Questions about Wine on macOS.
Locked
jwong
Level 2
Level 2
Posts: 27
Joined: Thu Feb 17, 2011 4:58 pm

"services.c: scmdatabase" wait timed out...

Post by jwong »

I have downloaded the Wine source and built it to create the Wine binaries. The code has not been altered. When I use these binaries however I continue to receive error message

000f:err:ntdll:RtlpWaitForCriticalSection section 0x14510 "services.c: scmdatabase" wait timed out in thread 000f, blocked by 0014, retrying (60 sec)

Everything runs fine with the exception that it takes a long time for my Windows exe to start.

However, when I use the prebuilt wine binaries, I dont see the error and my Windows exe almost starts immediately.

I should note I am running on Catalina OSX and using the 64 bit version of Wine with a 64 bit Windows exe.

Does anyone have any ideas on how to fix the error?
jwong
Level 2
Level 2
Posts: 27
Joined: Thu Feb 17, 2011 4:58 pm

Re: "services.c: scmdatabase" wait timed out...

Post by jwong »

I was building the development branch. I am now building the stable branch. Hopefully this will fix my issue but there may still be an issue with the devel branch.

I will post back what I find.
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: "services.c: scmdatabase" wait timed out...

Post by Gcenx »

You’ve really not provided any information, what application are you attempting to run.

What’s dependancies did you build wine with?
Locked