You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to mount a DMG file compressed with XZ will fail because the compression method has not been implemented yet.
Here is an example file which is compressed in this way: https://github.com/kovidgoyal/kitty/releases/download/v0.36.0/kitty-0.36.0.dmg. sect.method is 0x80000008 (2147483656 in decimal) with this file.
The text was updated successfully, but these errors were encountered:
Trying to mount a DMG file compressed with XZ will fail because the compression method has not been implemented yet.
Here is an example file which is compressed in this way: https://github.com/kovidgoyal/kitty/releases/download/v0.36.0/kitty-0.36.0.dmg.
sect.method
is0x80000008
(2147483656 in decimal) with this file.The text was updated successfully, but these errors were encountered: