Virtual File System causing error when playing ISO files - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Virtual filesystems (https://forum.kodi.tv/forumdisplay.php?fid=313) +---- Thread: Virtual File System causing error when playing ISO files (/showthread.php?tid=362207) |
Virtual File System causing error when playing ISO files - vansmak - 2021-04-22 Hoping someone can help me out. I recently upgraded to Matrix and noticed that my ISO files would not play. The screen would turn black for a second and immediately return to the menu. I found the following error in the log file linked to the issue: 2021-04-21 10:11:00.906 T:31048 INFO <general>: CActiveAESink::OpenSink - initialize sink 2021-04-21 10:11:00.906 T:31048 INFO <general>: Trying to open: samplerate: 44100, channelMask: 12, encoding: 4 2021-04-21 10:11:00.916 T:31048 INFO <general>: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 56720 m_frames: 1772 m_frameSize: 8 channels: 2 2021-04-21 10:11:00.927 T:3198 ERROR <general>: GetDirectory - Error getting videodb://movies/titles/82?xsp=%7b%22order%22%3a%7b%22direction%22%3a%22ascending%22%2c%22ignorefolders%22%3a0%2c%22method%22%3a%22sorttitle%22%7d%2c%22rules%22%3a%7b%22and%22%3a%5b%7b%22field%22%3a%22path%22%2c%22operator%22%3a%22contains%22%2c%22value%22%3a%5b%22movies%22%5d%7d%5d%7d%2c%22type%22%3a%22movies%22%7d 2021-04-21 10:11:00.930 T:30993 ERROR <general>: CGUIMediaWindow::GetDirectory(videodb://movies/titles/82?xsp=%7b%22order%22%3a%7b%22direction%22%3a%22ascending%22%2c%22ignorefolders%22%3a0%2c%22method%22%3a%22sorttitle%22%7d%2c%22rules%22%3a%7b%22and%22%3a%5b%7b%22field%22%3a%22path%22%2c%22operator%22%3a%22contains%22%2c%22value%22%3a%5b%22movies%22%5d%7d%5d%7d%2c%22type%22%3a%22movies%22%7d) failed It appears to be some problem with the VFS add-on that is required by Super Sub Titles. When I remove Super Subtitles and VFS, the ISO files play fine. Any thoughts on how I can keep Super Sub and VFS and still play ISO files? This all worked fine under Leiah Thanks in advance! |