zach-morris / plugin.program.iagl

The Internet Archive Game Launcher (IAGL) will launch Games from the Internet using Kodi
GNU General Public License v3.0
344 stars 49 forks source link

commodore c64 t64 files not playable #290

Open mczerski opened 1 year ago

mczerski commented 1 year ago

Hi,

I cannot play games with .t64 extention using game.libretro.vice emulator (CoreELEC kodi 20.1-Nexus on Amlogic S903X3) (.d64 works without any issues). Relevant kodi logs while trying to launch the game:

     info <general>: AddOnLog: game.libretro.vice: AUTOSTART: Autodetecting image type of '/storage/.kodi/userdata/addon_data/plugin.program.iagl/game_cache/Planet Miners, The (USA).t64'.
    error <general>: AddOnLog: game.libretro.vice: Filesystem Image Probe: Import GCR: Unknown GCR image version 32.
     info <general>: AddOnLog: game.libretro.vice: Filesystem Image: Unknown disk image '/storage/.kodi/userdata/addon_data/plugin.program.iagl/game_cache/Planet Miners, The (USA).t64'.
    error <general>: AddOnLog: game.libretro.vice: Tape: Cannot open file '/storage/.kodi/userdata/addon_data/plugin.program.iagl/game_cache/Planet Miners, The (USA).t64'
    error <general>: AddOnLog: game.libretro.vice: CRT header invalid.
     info <general>: AddOnLog: game.libretro.vice: CART: '/storage/.kodi/userdata/addon_data/plugin.program.iagl/game_cache/Planet Miners, The (USA).t64' is not a valid CRT file.
     info <general>: AddOnLog: game.libretro.vice: AUTOSTART: Loading PRG file '/storage/.kodi/userdata/addon_data/plugin.program.iagl/game_cache/Planet Miners, The (USA).t64' with direct
     info <general>: AddOnLog: game.libretro.vice: AUTOSTART: Resetting the machine to autostart '*'

Is this problem with vice emulator (the docs says it handles t64 files) or IAGL addon launching it in wrong way ?