Ticket #4221 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

urar extfs stopped working with new unrar version

Reported by: gryf Owned by:
Priority: major Milestone:
Component: mc-vfs Version: 4.8.26
Keywords: perl urar Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

Tested with version 4.8.26 and unrar 6.0.3. Cannot access any rar archive, perhaps because the output from unrar could change. I've noticed in the urar sources, that it differentiate only between version 5 and 4 with fallback for the latter:

mcrarfs_list ()
{
    [ x$UNRAR_VERSION = x5 ] && mcrar5fs_list "$@" || mcrar4fs_list "$@"
}

Change History

comment:1 Changed 3 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to invalid
  • Milestone Future Releases deleted

What about using search before creating a ticket?

#4154

Note: See TracTickets for help on using tickets.