Kodi Community Forum

Full Version: SPC playback issues (CAudioDecoder related?)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Having a problem getting SPCs to playback. Searched around a bit but couldn't really find anything definitive. Using a basically fresh install (installed a few days ago. just applied a skin and some UI Tweaks).

full log: http://pastebin.com/a2gPyrn8

excerpt of log regarding playback'

Code:
16:47:28 T:2732 M:925437952   DEBUG: SDLKeyboard: scancode: 28, sym: 13, unicode: 13, modifier: 0
16:47:28 T:2732 M:925437952   DEBUG: CApplication::OnKey: 61453 pressed, action is Select
16:47:28 T:2732 M:925319168   DEBUG: Adding file D:\Media\Music\Video Game Music\Chiptunes\final-fantasy-vi-snes-[SPC-ID6384]\ff6-316.spc to music playlist
16:47:28 T:2732 M:925638656   DEBUG: CPlayerCoreFactory::GetPlayers(D:\Media\Music\Video Game Music\Chiptunes\final-fantasy-vi-snes-[SPC-ID6384]\ff6-316.spc)
16:47:28 T:2732 M:925638656   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
16:47:28 T:2732 M:925638656   DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
16:47:28 T:2732 M:925638656   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
16:47:28 T:2732 M:925634560   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/rtmp/mms/udp
16:47:28 T:2732 M:925634560   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
16:47:28 T:2732 M:925634560   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
16:47:28 T:2732 M:925634560   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
16:47:28 T:2732 M:925634560   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
16:47:28 T:2732 M:925634560   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdfile
16:47:28 T:2732 M:925634560   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
16:47:28 T:2732 M:925634560   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
16:47:28 T:2732 M:925634560   DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
16:47:28 T:2732 M:925634560   DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
16:47:28 T:2732 M:925618176   DEBUG: CPlayerCoreFactory::GetPlayers: adding audiodefaultplayer (3)
16:47:28 T:2732 M:925618176   DEBUG: CPlayerCoreFactory::GetPlayers: for video=0, audio=1
16:47:28 T:2732 M:925618176   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: PAPlayer (3)
16:47:28 T:2732 M:925618176   DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
16:47:28 T:2732 M:925618176   DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
16:47:28 T:2732 M:925618176   DEBUG: CPlayerCoreFactory::GetPlayers: added 2 players
16:47:28 T:2732 M:925597696   ERROR: CAudioDecoder: Unable to Init Codec while loading file D:\Media\Music\Video Game Music\Chiptunes\final-fantasy-vi-snes-[SPC-ID6384]\ff6-316.spc
16:47:28 T:2732 M:925601792   DEBUG: CAnnouncementManager - Announcement: PlaybackStopped from xbmc
16:47:28 T:2732 M:925573120   ERROR: Playlist Player: skipping unplayable item: 0, path [D:\Media\Music\Video Game Music\Chiptunes\final-fantasy-vi-snes-[SPC-ID6384]\ff6-316.spc]
16:47:28 T:2732 M:925573120   DEBUG: Playlist Player: no more playable items... aborting playback

Only thing I could find through googling and searching the forums is maybe my CAudioDecoder libraries are corrupt. I tried installed XBMC on another computer without anything added and tried playing the same files and it's still no go. Was SPC playback dropped at some point? Or could it be a directory structure/filename issue?

Thanks!