Mounting directory, containing rar files gives no error, but trying to access this directory, console freezes and mediaplayer is showing endless "loading" - i think it couldn`t reach files inside that dir.
Exlink debug:
Code: Select all
======> CMediaControlMovie: SetMedia = file:///dtv/usb/sda/TV/rar/test/Shrek.3D.avi
[GetFileSize] stat failed
[CopyCaptionFileToRamDisk:3131] Read File Create failed
[CMovieCore] SetDisplaySize In
[CFileMovieCore] Open In
[CMovieCore] CanSeek In
[CFileMovieCore] Pause In
[ROSE_ERROR ] [Pause:305]m_bPlayMode Error
[CMovieCore] CanSeek In
[CFileMovieCore] Close In
[CMovieCore] Close In
[ROSE_ERROR ] [CMovieCore::Close] error Not Open
Btw, just checked, using:
Code: Select all
# rar2fs -V
rar2fs v1.13.32 build 282 (DLL version 5) Copyright (C) 2009-2012 Hans Beckerus
Now compiled latest version from svn
Code: Select all
# make -f ./Makefile.mk -o --enable-debug
Code: Select all
# ./rar2fs -V
rar2fs v1.14.0 build 282 (DLL version 5) Copyright (C) 2009-2012 Hans Beckerus
Got same error and no extra debug output:
Code: Select all
# rar2fs --exclude=.lock --fake-iso --seek-length=2 -o allow_other ./Shrek.3D.rar ./test -f
terminate called without an active exception
Aborted
Code: Select all
# rar2fs --exclude=.lock --fake-iso --seek-length=2 -o allow_other ./Shrek.3D.rar ./test -d
FUSE library version: 2.8.4
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.8
flags=0x00000003
max_readahead=0x00020000
INIT: 7.12
flags=0x00000010
max_readahead=0x00020000
max_write=0x00020000
unique: 1, success, outsize: 40
unique: 2, opcode: GETATTR (3), nodeid: 1, insize: 40
getattr /
unique: 2, success, outsize: 112
unique: 3, opcode: GETATTR (3), nodeid: 1, insize: 40
getattr /
unique: 3, success, outsize: 112
unique: 4, opcode: OPENDIR (27), nodeid: 1, insize: 48
unique: 4, success, outsize: 32
unique: 5, opcode: GETATTR (3), nodeid: 1, insize: 40
getattr /
unique: 5, success, outsize: 112
unique: 6, opcode: READDIR (28), nodeid: 1, insize: 64
readdir[0] from 0
unique: 6, success, outsize: 120
unique: 7, opcode: LOOKUP (1), nodeid: 1, insize: 53
LOOKUP /Shrek.3D.avi
getattr /Shrek.3D.avi
NODEID: 2
unique: 7, success, outsize: 136
unique: 8, opcode: READDIR (28), nodeid: 1, insize: 64
unique: 8, success, outsize: 16
unique: 9, opcode: LOOKUP (1), nodeid: 1, insize: 53
LOOKUP /Shrek.3D.avi
getattr /Shrek.3D.avi
NODEID: 2
unique: 9, success, outsize: 136
unique: 10, opcode: OPEN (14), nodeid: 2, insize: 48
open flags: 0x0 /Shrek.3D.avi
open[714384] flags: 0x0 /Shrek.3D.avi
unique: 10, success, outsize: 32
unique: 11, opcode: READ (15), nodeid: 2, insize: 64
read[714384] 16384 bytes from 0 flags: 0x0
read[714384] 16384 bytes from 0
unique: 11, success, outsize: 16400
unique: 12, opcode: FLUSH (25), nodeid: 2, insize: 64
flush[714384]
unique: 12, success, outsize: 16
unique: 13, opcode: RELEASE (18), nodeid: 2, insize: 64
release[714384] flags: 0x0
terminate called without an active exception
Aborted