2012-12-12, 00:49
Hello, I'm seeing a crash with Transparency 5 on Frodo Beta 3 (OpenElec) when displaying the "Info" OSD during video playback. Pressing Info during playback causes XBMC to crash and reboot. The only line in XBMC.log relating to the incident is this:
(actual show replaced with {xxxx})
Note that clearart (and all other artwork) is displaying fine in the library views. One thing I noticed is that the path to the clearart is wrong in that error message -- "/Season 3/" should not be included, the correct path should be:
/video/tv/{xxxx}/clearart.png (the "volume1" is the internal Synology path, which leads to me believe the NAS is providing the Failed to Stat error text).
While clearly XBMC should not crash/reboot, any idea of exactly what file Transparency is asking for here when the Info button is pressed during TV show playback?
Thanks!
-james
Code:
13:02:34 T:139989282760448 ERROR: NFS: Failed to stat(volume1/video/tv/{xxxx}/Season 3/clearart.png) stat call failed with "NFS: Lookup of //tv failed with NFS3ERR_NOENT(-2)"
Note that clearart (and all other artwork) is displaying fine in the library views. One thing I noticed is that the path to the clearart is wrong in that error message -- "/Season 3/" should not be included, the correct path should be:
/video/tv/{xxxx}/clearart.png (the "volume1" is the internal Synology path, which leads to me believe the NAS is providing the Failed to Stat error text).
While clearly XBMC should not crash/reboot, any idea of exactly what file Transparency is asking for here when the Info button is pressed during TV show playback?
Thanks!
-james