summary refs log tree commit diff stats
path: root/results/scraper/box64/2123
blob: b18e502bd38c63a3c24af07f126178545bb3f6f5 (plain) (blame)
1
2
3
4
5
6
7
box64 winetricks "bug: w_metadata art2kmin corrupt, might need forward slashes"
I setup winetricks with box64, when I run it, it end with "warning: bug: w_metadata art2kmin corrupt, might need forward slashes".
After add some log to winetricks, I found the root cause is the log "Warning, prereserve of xxxx is not free" box64 print.
winetricks will parse the message of command output, but that log broken the format of message.

I export BOX64_NOBANNER=1 but log still there, after I comment the line in wine_tools.c, winetricks works.
I wonder there is a way to remove all the log of box64? And what LOG_NONE means? it seems print always.