XAD plugin and RAR archives
Posted: Wed Feb 03, 2021 3:26 pm
xad.hwp seems to fail to open any RAR archives on MorphOS with the 3rd party XAD client, even when the same archives can be opened with XADUnFile, XADopus, and Ambient. When trying with xad.hwp it doesn't seem to recognize the archive and a hit appears in the MorphOS debug log.
Reproduce it, for example, with this file:
https://files.scene.org/get:nl-https/mi ... estral.rar
And this code:
Reproduce it, for example, with this file:
https://files.scene.org/get:nl-https/mi ... estral.rar
And this code:
Code: Select all
@REQUIRE "xad", {InstallAdapter = True}
f$ = FileRequest("select a rar archive")
; Either of these fail to open a rar and make a hit:
OpenDirectory(1, f$)
;CopyFile(f$, "ram:")
;xad.OpenArchive(1, f$)