Advertisement
Guest User

RetroArcherProblems

a guest
Mar 1st, 2022
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.37 KB | None | 0 0
  1. Press [q] to stop, [?] for help
  2. Fontconfig error: Cannot load default config file
  3. [Parsed_drawtext_0 @ 0b657900] Using "C:/WINDOWS/fonts/mingliub.ttc"
  4. [AVFilterGraph @ 0541f100] Unable to parse graph description substring: "': fontfile='C\\:/Users/Sam/AppData/Local/Plex Media Server/Plug-ins/RetroArcher.bundle/Contents/Resources/Fonts/OpenSans/OpenSans-Light.ttf': fontcolor=white:             fontsize=24: box=1:             [email protected]: boxborderw=5:             x=20: y=20"
  5. Error reinitializing filters!
  6. Failed to inject frame into filter network: Invalid argument
  7. Error while processing the decoded data for stream #0:0
  8. Conversion failed!
  9. Traceback (most recent call last):
  10.   File "C:\Users\Sam\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Code\retroarcher\retroarcher.py", line 1439, in <module>
  11.     scanner(paths)
  12.   File "C:\Users\Sam\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Code\retroarcher\retroarcher.py", line 1075, in scanner
  13.     make_video(src, dst, rom_name)
  14.   File "C:\Users\Sam\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Code\retroarcher\retroarcher.py", line 642, in make_video
  15.     ffmpeg_proc = ff.run()
  16.   File "C:\Users\Sam\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Libraries\Modules\ffmpy.py", line 106, in run
  17.     raise FFRuntimeError(self.cmd, self.process.returncode, out[0], out[1])
  18. ffmpy.FFRuntimeError: `"C:\Users\Sam\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Resources\ffmpeg\ffmpeg" -ss 0 -i "C:\Users\Sam\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Resources\StartVideos\Main\RetroArcher.mp4" -t 30 -vf "drawtext=text='Arcade's Greatest Hits (U) [!]': fontfile='C\\:/Users/Sam/AppData/Local/Plex Media Server/Plug-ins/RetroArcher.bundle/Contents/Resources/Fonts/OpenSans/OpenSans-Light.ttf': fontcolor=white:             fontsize=24: box=1:             [email protected]: boxborderw=5:             x=20: y=20" -codec:v h264_nvenc -codec:a copy -map_metadata -1 -metadata "title=Arcade's Greatest Hits (U) [!]" -metadata creation_time=2022-03-01T12:07:01 -map_chapters -1 "C:\Users\Sam\AppData\Local\Plex Media Server\Plug-in Support\Data\com.github.agents.retroarcher.retroarcher\media\Games\Super Nintendo Entertainment System\Arcade's Greatest Hits (U) [!].mp4"` exited with status 1
  19.  
  20. STDOUT:
  21.  
  22.  
  23. STDERR:
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement