diff options
Diffstat (limited to 'results/scraper/box64/2123')
| -rw-r--r-- | results/scraper/box64/2123 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/box64/2123 b/results/scraper/box64/2123 new file mode 100644 index 000000000..b18e502bd --- /dev/null +++ b/results/scraper/box64/2123 @@ -0,0 +1,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. |