Log viewer for Wine/Proton error messages

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
MatthewKhouzam
Newbie
Newbie
Posts: 1
Joined: Thu Mar 09, 2023 4:57 pm

Log viewer for Wine/Proton error messages

Post by MatthewKhouzam »

Hi all,

I was having some fun with wine debugging. I made a parser for

Code: Select all

WINEDEBUG=+all
for trace compass (www.eclipse.org/tracecompass) The results are really fun in my opinion.
Screenshot from 2023-03-08 11-53-44.png
https://imgur.com/a/UiFSTIU

The results are pretty good for profiling the system.

Here is a link to the parser + callstack definition. https://drive.google.com/file/d/1ZdqdqY ... sp=sharing

If this can help the wine community, I'm really glad to contribute it.

On my, so-so computer, a 1 gb log took under a minute to load, then it's really responsive to read.
Locked