1
Support and Feedback / Re: MC fails to browse rar archives correctly
« on: October 19, 2014, 02:59:34 »
OK, this isn't a big deal and I don't want to tie you up solving it. I just wondered if you knew of the problem. It seems this is a problem with how I create the archive in Linux but I'm not sure what this problem is because I can use the same command in Windows and MC has no trouble opening the archive. (All my data is stored on a Slackware partition.)
Let's say I have a directory /data/digital-media/audio/foobar/ in Slackware which contains all the files foobar needs to run in portable mode on Windows. I recreate that directory in Windows as d:\digital-media\audio\foobar\ and place the same files in the folder.
When I create a small test.rar in Slackware, using the 64-bit command-line rar utility provided by RARLabs, MC can't open the last path in the archive (foobar). When I right-clcik on foobar I don't even get a context menu. When I try to open foobar I am thrown out to Windows Explorer with the following folder open and no contents:
C:\Users\Gerard\AppData\Local\Temp\_mc_\mc_6D81.tmp\foobar
When I use the 64-bit rar.exe on Windows 8, and the exact same switches, with just the path adjusted, MC has no problem opening the archive.
Slackware:
Let's say I have a directory /data/digital-media/audio/foobar/ in Slackware which contains all the files foobar needs to run in portable mode on Windows. I recreate that directory in Windows as d:\digital-media\audio\foobar\ and place the same files in the folder.
When I create a small test.rar in Slackware, using the 64-bit command-line rar utility provided by RARLabs, MC can't open the last path in the archive (foobar). When I right-clcik on foobar I don't even get a context menu. When I try to open foobar I am thrown out to Windows Explorer with the following folder open and no contents:
C:\Users\Gerard\AppData\Local\Temp\_mc_\mc_6D81.tmp\foobar
When I use the 64-bit rar.exe on Windows 8, and the exact same switches, with just the path adjusted, MC has no problem opening the archive.
Slackware:
Code: [Select]
rar u -ma5 -as -ep2 -htb -m4 -md64m -ms -p -qo -r -rr5p \
test.rar /data/digital-media/audio/foobar/
Windows:Code: [Select]
rar.exe u -ma5 -as -ep2 -htb -m4 -md64m -ms -p -qo -r -rr5p \
test.rar d:\digital-media\audio\foobar\