v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2018-08-19, 16:54)Akirafubuki Wrote: I try to load the psx cue in last #818 build and no luck.

This is the log

http://ix.io/1kCt

As you can see i tried to open different cue and the same error appears

12:12:46.566 T:1818211184 ERROR: Open - error probing input format, /media/TOSHIBA EXT/retropie-mount/roms/psx/Breath of Fire IV (USA).cue
12:12:46.566 T:1818211184 ERROR: Init: Error creating demuxer
12:12:46.570 T:1818211184 ERROR: CAudioDecoder: Unable to Init Codec while loading file /media/TOSHIBA EXT/retropie-mount/roms/psx/Breath of Fire IV (USA).cue
12:12:46.571 T:1818211184 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder 12:12:46.814 T:1939235488 WARNING: OnMessage: Suspiciously long time to handle GUI_MSG_PLAYBACK_STARTED (0.24s)

Debug logging isn't enabled, so I'm not sure what exactly is wrong, but it looks like Kodi thinks the .cue is a video file or audio file. Try adding this to advancedsettings.xml:
Code:
<advancedsettings>
  <videoextensions>
    <remove>.bin|.img|.iso|.zip</remove>
  </videoextensions>
  <musicextensions>
    <remove>.cue|.zip</remove>
  </musicextensions>
  <pictureextensions>
    <remove>.zip</remove>
  </pictureextensions>
</advancedsettings>
 
(2018-08-19, 16:54)Akirafubuki Wrote: Also i tried to open different roms with the "Snes9x" and all give me black screen. No freeze this time i can exit the game normally with the menu but the game did not load. 

Can you post a log showing this issue with debug logging enabled? I've submitted a number of black screen fixes, so I'm curious as to what the problem could be. What cores actually work on your system?


Messages In This Thread
WD MyCloud - by crisp waffles - 2017-09-06, 03:11
No 3D Playback since Version - by Mike74 - 2017-10-09, 19:25
Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-10, 14:45
RE: Migrating from RPi2 to RPi1 - by Milhouse - 2017-11-10, 21:06
RE: Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-11, 09:17
Resolution broken after 0415 - by lozbrown85 - 2018-04-20, 11:48
popt 1.16 - by n0n4m3 - 2018-06-29, 00:28
RE: popt 1.16 - by Milhouse - 2018-06-29, 06:39
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - by garbear - 2018-08-19, 20:26
A plugin to be resurrected - by ArminiusTux - 2018-10-22, 22:02
RE: A plugin to be resurrected - by Milhouse - 2018-10-23, 02:46
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24