Cannot disable fixme message

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Pibben
Newbie
Newbie
Posts: 1
Joined: Mon Mar 07, 2011 2:50 am

Cannot disable fixme message

Post by Pibben »

I disable all debug messages using "WINEDEBUG=-all", but I still one message gets through:

Code: Select all

fixme:rpc:NdrStubCall2 new correlation description not implemented
Is this a feature or a bug? Is there a way to disable that message as well?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Cannot disable fixme message

Post by vitamin »

Pibben wrote:I disable all debug messages using "WINEDEBUG=-all", but I still one message gets through:
How exactly did you use WINEDEBUG environment variable? And where did you put it?
iamsergio
Newbie
Newbie
Posts: 2
Joined: Sun Nov 09, 2014 4:37 pm

Re: Cannot disable fixme message

Post by iamsergio »

Same problem for me. What's the solution ?
I'm filling a bug report, this doesn't seem intentional behavior.
iamsergio
Newbie
Newbie
Posts: 2
Joined: Sun Nov 09, 2014 4:37 pm

SOLVED

Post by iamsergio »

The fixme wasn't coming from the process I was trying to run, but from some daemon that interacted with my program.

The daemon didn't have WINEDEBUG set.

Restarting all processes so they could see the new WINEDEBUG value fixed the problem
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot disable fixme message

Post by dimesio »

For anyone looking for the related bug report: https://bugs.winehq.org/show_bug.cgi?id=37530
Locked