https://bugs.winehq.org/show_bug.cgi?id=46001
Bug ID: 46001 Summary: MANY com.apple.xbs/Sources/AppleFSCompression errors from every wine process Product: Wine Version: 3.18 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: alexchandel@gmail.com Distribution: ---
Every wine process I run prints the following error message at some point:
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Common/ChunkCompression.cpp:49: Error: unsupported compressor 8 /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist' /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Common/ChunkCompression.cpp:49: Error: unsupported compressor 8 /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Libraries/CompressData/CompressData.c:353: Error: Unknown compression scheme encountered for file '/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'
The simplest replication is just running `winecfg` with a new wine prefix. I'm using macOS 10.14, but this has happened since at least 10.13. I've never seen it from any non-wine program ever.
https://bugs.winehq.org/show_bug.cgi?id=46001
--- Comment #1 from Ken Thomases ken@codeweavers.com --- I don't know what causes it. I suspect a partially incomplete OS install, but can't be sure.
It is _not_ unique to Wine. You can google "AppleFSCompression Error: unsupported compressor" to see other examples.
https://bugs.winehq.org/show_bug.cgi?id=46001
--- Comment #2 from alexchandel@gmail.com --- I tested on a vanilla macOS 10.14 installation, and I see the same results.
https://bugs.winehq.org/show_bug.cgi?id=46001
--- Comment #3 from alexchandel@gmail.com --- happens multiple times with cmd.exe and nmake.exe as well.
Is there any way to suppress this output, at least? It makes the output of console programs unreadable.
https://bugs.winehq.org/show_bug.cgi?id=46001
--- Comment #4 from alexchandel@gmail.com --- Still present on wine 4.19, with another 10.14 fresh install.