Deleting active MRSW lock, expect failure

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
delphi
Level 2
Level 2
Posts: 17
Joined: Thu Sep 02, 2010 5:44 am

Deleting active MRSW lock, expect failure

Post by delphi »

In recent wine I have started to get these frequently, when I exit different applications.

err:ntdll:RtlDeleteResource Deleting active MRSW lock (0x112034), expect failure

It doesn't happen always and I have just ignored it, because it doesn't seem to cause problems. But it's annoying

Anyone else have this?
delphi
Level 2
Level 2
Posts: 17
Joined: Thu Sep 02, 2010 5:44 am

Re: Deleting active MRSW lock, expect failure

Post by delphi »

Just for information, these random / sometimes delayed messages are result from:

c21ede4474af3f2307bdc3178ae3cb5b0c26dbe5
services: Terminate service when its status is set to SERVICE_STOPPED.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Deleting active MRSW lock, expect failure

Post by dimesio »

delphi wrote:In recent wine I have started to get these frequently, when I exit different applications.

err:ntdll:RtlDeleteResource Deleting active MRSW lock (0x112034), expect failure

It doesn't happen always and I have just ignored it, because it doesn't seem to cause problems. But it's annoying

Anyone else have this?
Yes, I've been seeing it lately. As you say, it doesn't cause problems.
User avatar
André H.
Moderator
Moderator
Posts: 207
Joined: Sun Dec 07, 2008 8:33 am

Post by André H. »

most likely a dsound problem:
http://source.winehq.org/git/wine.git/? ... teResource
(or less likely rpcrt4)
delphi
Level 2
Level 2
Posts: 17
Joined: Thu Sep 02, 2010 5:44 am

Post by delphi »

Thanks! Is there already some open bug?

1.3.36 it's just getting "better". Sometimes I receive this afterwards:

delphi@delphi-System-Product-Name:~/wine-git$ err:ntdll:RtlDeleteResource Deleting active MRSW lock (0x1124c4), expect failure
wine: Unhandled page fault on write access to 0x111a2849 at address 0x7bc469e9 (thread 0018), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 14 48") (1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
User avatar
André H.
Moderator
Moderator
Posts: 207
Joined: Sun Dec 07, 2008 8:33 am

Post by André H. »

delphi
Level 2
Level 2
Posts: 17
Joined: Thu Sep 02, 2010 5:44 am

Post by delphi »

Here is one story, it's recent regression

http://www.chiefdelphi.com/forums/showt ... ?p=1092299
Locked