Suppress "normal" Wine errors on first start
This commit is contained in:
parent
5040b6e143
commit
cbb17a47c3
@ -63,7 +63,7 @@ App.ApplicationReadyMode=RegexMatch
|
||||
App.TemplateMatchRegex={{(\$?[\w]+)}}
|
||||
Console.FilterMatchRegex=
|
||||
Console.FilterMatchReplacement=
|
||||
Console.ThrowawayMessageRegex=^(WARNING|ERROR): Shader.+$
|
||||
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+|\d+:err:ole:.*|Could not find Wine Gecko.*)$
|
||||
Console.AppReadyRegex=^Started session with Game ID .+$
|
||||
Console.UserJoinRegex=^Successful authentication from (?<userid>.+?)$
|
||||
Console.UserLeaveRegex=^Disconnected from (?<userid>.+?)$
|
||||
|
Loading…
Reference in New Issue
Block a user