Closed pawkon closed 4 years ago
Yes, Amiga in itself is pretty hard to get to run consistently. I need to update this list.
This is now amiga currently works: The current games list is a collection of game disks (adf files), IAGL gets the game disks, then creates an m3u file containing all the disks, and then launches that. Standalone retroarch plays m3u files just fine, so I'm guessing if you switch it to launch from external retroarch it would work. Kodi currently thinks m3u files are video or audio playlists and doesn't work.
The uae libretro core recently added hdf support, which are single 'hard disk' game files, rather than individual disks. The benefit is you shouldn't be prompted to ever have to switch disks while playing. Ideally I'd update the game list to use hdf files. Unfortunately hdf games just crash for me right now, so I don't think it's reliably working yet.
Options are:
None are ideal...
Maybe there is an option to generate .uae files for every game like You are doing it now for .m3u? I have a working examples of .adf files with .uae files. Maybe I could somehow help with that ? I've red that If .uae file is used with launcher like rom collection browser then everything is working fine. I've not tested it on Kodi 18 but I have Kodi 14 working that way.
Yeah, if it's just a template, then that would work. I'm not familiar with uae files.
Below is the .uae file which should work with uae4arm and p-uae. As I remember most important thing in this files is "new line" ending. I had some problems with white signs but we will see if this will happen again (it was long time ago). In below example things like: description and floppy has to be changed. If floppy type is changed to -1 than it will not be taken into account. I don't know if it will take kickstarts in this way so it has to be debuged. Also there is plenty settings which probably will not work as I saw in plugin config there is much less to setup then earlier (almost few years ago :) ) Just tell me what to do or what You need and maybe we will be able to get it working :)
config_description=Configuration for disk 'Abracadabra ' config_hardware=true config_host=true config_version=1.5.3 pandora.rom_path=/storage/.kodi/addons/emulator.tools.retroarch/bin/uae4arm/kickstarts/ pandora.floppy_path=/storage/.kodi/addons/emulator.tools.retroarch/bin/uae4arm/disks/ pandora.hardfile_path=/storage/.kodi/addons/emulator.tools.retroarch/bin/uae4arm/ ; host-specific pandora.cpu_speed=600 pandora.joy_conf=0 pandora.joy_port=0 pandora.stylus_offset=0 pandora.tap_delay=10 pandora.custom_controls=0 pandora.custom_dpad=1 pandora.custom_up=0 pandora.custom_down=0 pandora.custom_left=0 pandora.custom_right=0 pandora.custom_a=0 pandora.custom_b=0 pandora.custom_x=0 pandora.custom_y=0 pandora.custom_l=0 pandora.custom_r=0 pandora.move_x=0 pandora.move_y=0 pandora.button1=2 pandora.button2=1 pandora.autofire_button=3 pandora.jump=-1 ; common use_gui=no kickstart_rom_file=/storage/.kodi/addons/emulator.tools.retroarch/bin/uae4arm/kickstarts/kick13.rom kickstart_ext_rom_file= floppy0=/media/Multimedia/Games/wybrane/AbracadabraDisk1.adf floppy0type=0 floppy1=/media/Multimedia/Games/wybrane/AbracadabraDisk2.adf floppy1type=0 floppy2=/media/Multimedia/Games/wybrane/DISK03 floppy2type=-1 floppy3=/media/Multimedia/Games/wybrane/DISK04 floppy3type=-1 floppy4=/media/Multimedia/Games/wybrane/DISK05 floppy4type=-1 floppy5=/media/Multimedia/Games/wybrane/DISK06 floppy5type=-1 floppy6=/media/Multimedia/Games/wybrane/DISK07 floppy6type=-1 floppy7=/media/Multimedia/Games/wybrane/DISK08 floppy7type=-1 floppy8=/media/Multimedia/Games/wybrane/DISK09 floppy8type=-1 floppy9=/media/Multimedia/Games/wybrane/DISK10 floppy9type=-1 floppy10=/media/Multimedia/Games/wybrane/DISK11 floppy10type=-1 floppy11=/media/Multimedia/Games/wybrane/DISK12 floppy11type=-1 floppy12=/media/Multimedia/Games/wybrane/DISK13 floppy12type=-1 floppy13=/media/Multimedia/Games/wybrane/DISK14 floppy13type=-1 floppy14=/media/Multimedia/Games/wybrane/DISK15 floppy14type=-1 floppy15=/media/Multimedia/Games/wybrane/DISK16 floppy15type=-1 floppy16=/media/Multimedia/Games/wybrane/DISK17 floppy16type=-1 floppy17=/media/Multimedia/Games/wybrane/DISK18 floppy17type=-1 floppy18=/media/Multimedia/Games/wybrane/DISK19 floppy18type=-1 floppy19=/media/Multimedia/Games/wybrane/DISK20 floppy19type=-1 floppy20=/media/Multimedia/Games/wybrane/DISK21 floppy20type=-1 nr_floppies=2 floppy_speed=100 sound_output=exact sound_channels=stereo sound_stereo_separation=7 sound_stereo_mixing_delay=0 sound_frequency=44100 sound_interpol=none sound_filter=off sound_filter_type=standard sound_auto=yes cachesize=8192 synchronize_clock=yes gfx_framerate=0 gfx_width=640 gfx_height=256 gfx_width_windowed=320 gfx_height_windowed=240 gfx_width_fullscreen=640 gfx_height_fullscreen=480 gfx_lores=true gfx_resolution=lores gfx_correct_aspect=1 immediate_blits=false fast_copper=true ntsc=false show_leds=false chipset=ecs_agnus collision_level=playfields a1000ram=false fastmem_size=0 z3mem_size=0 z3mem_start=0x1000000 bogomem_size=0 gfxcard_size=0 chipmem_size=2 cpu_speed=real cpu_type=68000 cpu_model=68000 cpu_compatible=false cpu_24bit_addressing=true rtg_nocustom=true rtg_modes=0x500 input.joymouse_speed_analog=2 input.autofire=8
Thanks, I'll give this a try
Hi. Any progress on this?
Sort of. I can get it to work, but i had to fiddle with your config file a bit. Here's the bare minimum I could figure worked for most cases (as an example):
kickstart_rom_file=...path_to_kickstart_file/kick31.rom
floppy0=...path_to_floppy0_file/4D Sports Boxing.Disk1.adf
floppy1=...path_to_floppy1_file/4D Sports Boxing.Disk2.adf
floppy2=
floppy2type=-1
floppy3=
floppy3type=-1
gfx_correct_aspect=true
gfx_center_vertical=simple
gfx_center_horizontal=simple
gfx_lores=true
gfx_linemode=none
chipmem_size=4
fastmem_size=8
chipset=aga
cpu_speed=max
cpu_compatible=true
sound_output=normal
sound_frequency=44100
sound_channels=stereo
sound_interpol=none
floppy_speed=800
immediate_blits=false
ntsc=false
Issues with this option:
I'm leaning toward just reworking the list alltogether for hdf files (which currently crash for me) or zip files (containing adf files)
Hdf files would be nice but is there as many games in hdf as in adf? Hdf files also need a kickstart rom so maybe you can give an option to configure it in your addon. There will be no need to change config files for adf/hdf manualy each time. Can I try this sort of working version? Can't wait to put my fingers on amiga's games :)
Hey thanks a lot for IAGL, nearly all my dreams have become true with it :)
Only problem seems to be AMIGA. I am facing the same problem. After starting a game nothing happens, i can't even select a core to run the game on. Reading this thread i understood that it's because of the m3u generated by IAGL. I am on Libreelec / Raspberry Pi.
Maybe I can help with a little bit more info:
Most AMIGA games were never installable on hard disk. .hdf is an AMIGA hard disk image file. The games were sold retail on 3,5 inch floppy disks which are represented by the .adf format today (AMIGA DISK FORMAT). Nearly all of them weren't installable and runnable from the AMIGA HDD which nobody owned. I think a 20MB HDD cost about 1000 USD back then :)
99.9999% of game disks booted directly from kickstart. Installing them on a HDD was an option that only worked for a small share of games, so supporting .hdf shouldn't be the way to go IMHO.
A max of 4 disks is sufficient for most games. The big majority of games came on 1 or 2 floppy disks. Many games didn't support a second FDD, so you had to swap disks even if you had 2 FDDs. The ZIP approach sounds cool, because it would make 99% of the games work.
About the kickstart path: I think if everything has been configured correctly, the kickstart images should reside in $KODI/userdata/addon_data/game.libretro.uae/resources/system
The kickstart roms have fixed filenames as described here: https://github.com/libretro/libretro-uae#kickstarts-roms
uae on libretro supports HDF now, although the one small issue is that it doesn't yet work with OSX, which is what I develop on. If / when that is resolved, I will update this list to utilize HDF, and hopefully render this a non-issue
I didn't realize that many games have been "ported" to hdf. Interesting. This looks very promising: https://ia800908.us.archive.org/view_archive.php?archive=/8/items/amigaromset/CommodoreAmigaRomset1.zip
Hi. Amiga games are still not working :-( IAGL is a very very nice app, but Amiga list it's an essential one ;-) If I can do some help, tell me. I'm Java programmer.
Changed the amiga game set to an HDF based game set with this change. This list works with the latest Retroarch core or the buildbot version of the addon for Kodi (the official Kodi addon isn't up to date yet) now. Works pretty well!
I'm unable to get this running :( I've started from scratch on Ubuntu and clean Kodi and I'm getting error. Here is the error log
> 2020-04-01 16:57:24.086 T:140404312754304 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2020-04-01 16:57:24.170 T:140404312754304 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
2020-04-01 16:57:24.170 T:140404312754304 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2020-04-01 16:57:24.170 T:140401772164864 DEBUG: IAGL: InfoDialog Click 3002
2020-04-01 16:57:24.187 T:140401772164864 DEBUG: IAGL: Offscreen listitem supported
2020-04-01 16:57:24.188 T:140401772164864 DEBUG: CAddonSettings[plugin.program.iagl]: loading setting definitions
2020-04-01 16:57:24.188 T:140401772164864 DEBUG: CAddonSettings[plugin.program.iagl]: trying to load setting definitions from old format...
2020-04-01 16:57:24.190 T:140401772164864 DEBUG: CAddonSettings[plugin.program.iagl]: loading setting values
2020-04-01 16:57:24.191 T:140401772164864 DEBUG: IAGL: Cache Size set to - 0 - Zero (Current Game Only)
2020-04-01 16:57:24.193 T:140401772164864 DEBUG: IAGL: Cache directory size is 3702784, limit is 0. Clearing Cache.
2020-04-01 16:57:24.193 T:140401772164864 DEBUG: IAGL: Available free space 42578 MB Free
2020-04-01 16:57:24.194 T:140401772164864 NOTICE: IAGL: Attempting to download file http://archive.org/download/amigaromset/CommodoreAmigaRomset1.zip/Superfrog_v1.2_0035.hdf
2020-04-01 16:57:24.194 T:140401772164864 NOTICE: IAGL: Saving file to /home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/temp_iagl/Superfrog_v1.2_0035.hdf
2020-04-01 16:57:24.194 T:140401772164864 DEBUG: DialogProgress::Open called
2020-04-01 16:57:24.194 T:140401772164864 DEBUG: ------ Window Init (DialogConfirm.xml) ------
2020-04-01 16:57:24.194 T:140401772164864 INFO: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2020-04-01 16:57:26.736 T:140401772164864 DEBUG: IAGL: Source URL returned no filesize, current size estimate is 3702784
2020-04-01 16:57:28.767 T:140404312754304 DEBUG: ------ Window Init (Pointer.xml) ------
2020-04-01 16:57:29.235 T:140404312754304 DEBUG: ------ Window Deinit (Pointer.xml) ------
2020-04-01 16:58:14.468 T:140401772164864 NOTICE: IAGL: File saved to location /home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/temp_iagl/Superfrog_v1.2_0035.hdf, file size 3702784, file crc C279B33C
2020-04-01 16:58:14.474 T:140401772164864 DEBUG: IAGL: Checking downloaded file /home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/temp_iagl/Superfrog_v1.2_0035.hdf validity
2020-04-01 16:58:14.475 T:140401772164864 DEBUG: IAGL: File validity check passed.
2020-04-01 16:58:14.475 T:140401772164864 DEBUG: IAGL: Offscreen listitem supported
2020-04-01 16:58:14.476 T:140401772164864 DEBUG: CAddonSettings[plugin.program.iagl]: loading setting definitions
2020-04-01 16:58:14.476 T:140401772164864 DEBUG: CAddonSettings[plugin.program.iagl]: trying to load setting definitions from old format...
2020-04-01 16:58:14.477 T:140401772164864 DEBUG: CAddonSettings[plugin.program.iagl]: loading setting values
2020-04-01 16:58:14.478 T:140401772164864 DEBUG: IAGL: Cache Size set to - 0 - Zero (Current Game Only)
2020-04-01 16:58:14.479 T:140401772164864 NOTICE: IAGL: Gameclient for Retroplayer set to: None
2020-04-01 16:58:14.479 T:140401772164864 NOTICE: IAGL: Attempting to play the following file through Retroplayer: /home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/temp_iagl/Superfrog_v1.2_0035.hdf
2020-04-01 16:58:14.480 T:140401772164864 DEBUG: IAGL: History file list cache found, cache file /home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/list_cache/game_history.json
2020-04-01 16:58:14.480 T:140401772164864 DEBUG: IAGL: Saving game history cache file
2020-04-01 16:58:14.480 T:140401772164864 DEBUG: IAGL: Superfrog added to gameplay history
2020-04-01 16:58:14.480 T:140401772164864 DEBUG: IAGL: Game Launched: Superfrog
2020-04-01 16:58:14.480 T:140401772164864 DEBUG: IAGL: InfoDialog Closed
2020-04-01 16:58:14.490 T:140404312754304 DEBUG: CPlayerCoreFactory::GetPlayers(/home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/temp_iagl/Superfrog_v1.2_0035.hdf)
2020-04-01 16:58:14.490 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
2020-04-01 16:58:14.490 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
2020-04-01 16:58:14.490 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
2020-04-01 16:58:14.490 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
2020-04-01 16:58:14.490 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
2020-04-01 16:58:14.490 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CPlayerCoreFactory::GetPlayers: adding retroplayer
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
2020-04-01 16:58:14.491 T:140404312754304 DEBUG: CAddonDatabase: SELECT repo.id FROM repo .. took 0 ms
2020-04-01 16:58:14.510 T:140404312754304 DEBUG: CAddonDatabase: query SELECT * FROM addons JOIN addonlinkrepo ON addons.id=addonlinkrepo.idAddon WHERE addonlinkrepo.idRepo IN (18,64,128,158,160,162,163,164,165) ORDER BY addons.addonID returned 3043 rows in 19 ms
2020-04-01 16:58:14.585 T:140404312754304 DEBUG: CAddonDatabase::GetAddons took 94 ms
2020-04-01 16:58:14.587 T:140404312754304 WARNING: Repository add-on repository.T2K uses plain HTTP for add-on downloads in path http://t2k-repository.ml/T2K-Adult/T2K-Adult-Zone-Addon/zips/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2020-04-01 16:58:14.587 T:140404312754304 WARNING: Repository add-on repository.T2K uses plain HTTP for add-on downloads in path http://t2k-repository.ml/T2K/repository.T2K/zips/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2020-04-01 16:58:14.587 T:140404312754304 WARNING: Repository add-on repository.sd-xbmc.org uses plain HTTP for add-on downloads in path http://sd-xbmc.org/repository - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2020-04-01 16:58:14.591 T:140404312754304 DEBUG: Select game client dialog: Found 1 candidates
2020-04-01 16:58:14.591 T:140404312754304 DEBUG: Adding game.libretro.puae_libretro_buildbot as a candidate
2020-04-01 16:58:14.591 T:140404312754304 DEBUG: Select game client dialog: Found 1 installable clients
2020-04-01 16:58:14.591 T:140404312754304 DEBUG: Adding game.libretro.px68k_libretro_buildbot as an installable client
2020-04-01 16:58:14.591 T:140404312754304 DEBUG: Select game client dialog: Loading savestate metadata
2020-04-01 16:58:14.591 T:140404312754304 DEBUG: Loading savestate from /home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/temp_iagl/Superfrog_v1.2_0035.sav
2020-04-01 16:58:14.591 T:140404312754304 ERROR: Failed to open savestate file /home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/temp_iagl/Superfrog_v1.2_0035.sav
2020-04-01 16:58:14.591 T:140404312754304 DEBUG: ------ Window Init (DialogSelect.xml) ------
2020-04-01 16:58:14.591 T:140404312754304 INFO: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
2020-04-01 16:58:14.595 T:140403631027968 INFO: easy_acquire - Created session to https://github.com
2020-04-01 16:58:14.604 T:140401772164864 DEBUG: IAGL: InfoDialog Action ID 7
2020-04-01 16:58:14.617 T:140401772164864 INFO: CPythonInvoker(17, /home/pilot/.kodi/addons/plugin.program.iagl/addon.py): script successfully run
2020-04-01 16:58:14.617 T:140401772164864 DEBUG: onExecutionDone(17, /home/pilot/.kodi/addons/plugin.program.iagl/addon.py)
2020-04-01 16:58:14.727 T:140404312754304 DEBUG: ------ Window Deinit (/home/pilot/.kodi/addons/plugin.program.iagl/resources/skins/Default/1080i/script-IAGL-infodialog.xml) ------
2020-04-01 16:58:14.743 T:140404312754304 DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
2020-04-01 16:58:14.784 T:140401772164864 INFO: Python interpreter stopped
2020-04-01 16:58:14.784 T:140401772164864 DEBUG: Thread LanguageInvoker 140401772164864 terminating
2020-04-01 16:58:15.108 T:140403631027968 DEBUG: GetImageHash - unable to stat url https://github.com/zach-morris/kodi_libretro_buildbot_game_addons/raw/master/linux/icon.png
2020-04-01 16:58:16.685 T:140404312754304 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2020-04-01 16:58:16.695 T:140404312754304 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
2020-04-01 16:58:16.695 T:140404312754304 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2020-04-01 16:58:16.938 T:140404312754304 DEBUG: ------ Window Deinit (DialogSelect.xml) ------
2020-04-01 16:58:16.939 T:140404312754304 DEBUG: Select game client dialog: User selected emulator game.libretro.puae_libretro_buildbot
2020-04-01 16:58:16.939 T:140404312754304 INFO: RetroPlayer[PROCESS]: Created process info for X11
2020-04-01 16:58:16.939 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: ---------------------------------------
2020-04-01 16:58:16.939 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Game tag loaded
2020-04-01 16:58:16.939 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: URL:
2020-04-01 16:58:16.939 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Title: Superfrog
2020-04-01 16:58:16.939 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Platform:
2020-04-01 16:58:16.939 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Genres: 2D, Side Scroller
2020-04-01 16:58:16.939 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Developer: Team 17
2020-04-01 16:58:16.939 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Game Code:
2020-04-01 16:58:16.940 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Region:
2020-04-01 16:58:16.940 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Publisher:
2020-04-01 16:58:16.940 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Format:
2020-04-01 16:58:16.940 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Cartridge type:
2020-04-01 16:58:16.940 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: Game client: game.libretro.puae_libretro_buildbot
2020-04-01 16:58:16.940 T:140404312754304 DEBUG: RetroPlayer[PLAYER]: ---------------------------------------
2020-04-01 16:58:16.940 T:140404312754304 DEBUG: ADDON: Dll Initializing - Commodore - Amiga (P-UAE)
2020-04-01 16:58:16.940 T:140404312754304 DEBUG: SECTION:LoadDLL(/usr/lib/x86_64-linux-gnu/kodi/addons/game.libretro/game.libretro.so.1.1.1)
2020-04-01 16:58:16.940 T:140404312754304 DEBUG: Loading: /usr/lib/x86_64-linux-gnu/kodi/addons/game.libretro/game.libretro.so.1.1.1
2020-04-01 16:58:16.944 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_model'
2020-04-01 16:58:16.945 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.945 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.947 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_model has value "auto" in Kodi
2020-04-01 16:58:16.947 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_cpu_compatibility'
2020-04-01 16:58:16.949 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.949 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.950 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_cpu_compatibility has value "exact" in Kodi
2020-04-01 16:58:16.950 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_cpu_throttle'
2020-04-01 16:58:16.952 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.952 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.953 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_cpu_throttle has value "0.0" in Kodi
2020-04-01 16:58:16.953 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_cpu_multiplier'
2020-04-01 16:58:16.955 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.955 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.956 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_cpu_multiplier has value "0" in Kodi
2020-04-01 16:58:16.956 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_video_options_display'
2020-04-01 16:58:16.957 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.957 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.958 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_video_options_display has value "disabled" in Kodi
2020-04-01 16:58:16.958 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_video_allow_hz_change'
2020-04-01 16:58:16.960 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.960 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.960 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_video_allow_hz_change has value "enabled" in Kodi
2020-04-01 16:58:16.960 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_video_standard'
2020-04-01 16:58:16.961 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.962 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.962 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_video_standard has value "PAL" in Kodi
2020-04-01 16:58:16.962 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_video_resolution'
2020-04-01 16:58:16.963 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.963 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.965 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_video_resolution has value "automatic" in Kodi
2020-04-01 16:58:16.965 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_video_vresolution'
2020-04-01 16:58:16.966 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.966 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.967 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_video_vresolution has value "automatic" in Kodi
2020-04-01 16:58:16.967 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_video_aspect'
2020-04-01 16:58:16.969 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.969 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.970 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_video_aspect has value "auto" in Kodi
2020-04-01 16:58:16.970 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_zoom_mode'
2020-04-01 16:58:16.971 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.971 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.972 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_zoom_mode has value "none" in Kodi
2020-04-01 16:58:16.972 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_vertical_pos'
2020-04-01 16:58:16.973 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.973 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.974 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_vertical_pos has value "auto" in Kodi
2020-04-01 16:58:16.974 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_horizontal_pos'
2020-04-01 16:58:16.975 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.975 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.975 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_horizontal_pos has value "auto" in Kodi
2020-04-01 16:58:16.975 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_gfx_colors'
2020-04-01 16:58:16.976 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.976 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.977 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_gfx_colors has value "16bit" in Kodi
2020-04-01 16:58:16.977 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_collision_level'
2020-04-01 16:58:16.978 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.978 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.979 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_collision_level has value "playfields" in Kodi
2020-04-01 16:58:16.979 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_immediate_blits'
2020-04-01 16:58:16.980 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.980 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.981 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_immediate_blits has value "waiting" in Kodi
2020-04-01 16:58:16.981 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_gfx_framerate'
2020-04-01 16:58:16.982 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.982 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.983 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_gfx_framerate has value "disabled" in Kodi
2020-04-01 16:58:16.983 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_statusbar'
2020-04-01 16:58:16.984 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.984 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.985 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_statusbar has value "bottom" in Kodi
2020-04-01 16:58:16.985 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_vkbd_alpha'
2020-04-01 16:58:16.985 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.985 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.986 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_vkbd_alpha has value "20%" in Kodi
2020-04-01 16:58:16.986 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_audio_options_display'
2020-04-01 16:58:16.987 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.987 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.988 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_audio_options_display has value "disabled" in Kodi
2020-04-01 16:58:16.988 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_sound_output'
2020-04-01 16:58:16.989 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.989 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.990 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_sound_output has value "exact" in Kodi
2020-04-01 16:58:16.990 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_sound_stereo_separation'
2020-04-01 16:58:16.991 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.991 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.992 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_sound_stereo_separation has value "100%" in Kodi
2020-04-01 16:58:16.992 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_sound_interpol'
2020-04-01 16:58:16.993 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.993 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.994 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_sound_interpol has value "anti" in Kodi
2020-04-01 16:58:16.994 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_sound_filter'
2020-04-01 16:58:16.995 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.995 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.995 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_sound_filter has value "emulated" in Kodi
2020-04-01 16:58:16.995 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_sound_filter_type'
2020-04-01 16:58:16.996 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.996 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.997 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_sound_filter_type has value "auto" in Kodi
2020-04-01 16:58:16.997 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_sound_volume_cd'
2020-04-01 16:58:16.998 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:16.998 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:16.999 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_sound_volume_cd has value "100%" in Kodi
2020-04-01 16:58:16.999 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_floppy_sound'
2020-04-01 16:58:17.000 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.000 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.001 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_floppy_sound has value "100" in Kodi
2020-04-01 16:58:17.001 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_floppy_sound_type'
2020-04-01 16:58:17.002 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.002 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.003 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_floppy_sound_type has value "internal" in Kodi
2020-04-01 16:58:17.003 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_floppy_speed'
2020-04-01 16:58:17.004 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.004 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.005 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_floppy_speed has value "100" in Kodi
2020-04-01 16:58:17.005 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_shared_nvram'
2020-04-01 16:58:17.006 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.006 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.007 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_shared_nvram has value "disabled" in Kodi
2020-04-01 16:58:17.007 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_use_boot_hd'
2020-04-01 16:58:17.008 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.008 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.008 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_use_boot_hd has value "disabled" in Kodi
2020-04-01 16:58:17.008 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_use_whdload'
2020-04-01 16:58:17.009 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.009 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.010 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_use_whdload has value "files" in Kodi
2020-04-01 16:58:17.010 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_use_whdload_prefs'
2020-04-01 16:58:17.011 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.011 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.012 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_use_whdload_prefs has value "disabled" in Kodi
2020-04-01 16:58:17.012 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_analogmouse'
2020-04-01 16:58:17.013 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.013 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.014 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_analogmouse has value "right" in Kodi
2020-04-01 16:58:17.014 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_analogmouse_deadzone'
2020-04-01 16:58:17.015 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.015 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.016 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_analogmouse_deadzone has value "15" in Kodi
2020-04-01 16:58:17.016 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_analogmouse_speed'
2020-04-01 16:58:17.017 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.017 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.017 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_analogmouse_speed has value "1.0" in Kodi
2020-04-01 16:58:17.017 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_dpadmouse_speed'
2020-04-01 16:58:17.018 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.018 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.019 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_dpadmouse_speed has value "6" in Kodi
2020-04-01 16:58:17.019 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mouse_speed'
2020-04-01 16:58:17.020 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.020 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.021 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mouse_speed has value "100" in Kodi
2020-04-01 16:58:17.021 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_multimouse'
2020-04-01 16:58:17.022 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.022 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.023 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_multimouse has value "disabled" in Kodi
2020-04-01 16:58:17.023 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_keyrah_keypad_mappings'
2020-04-01 16:58:17.024 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.024 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.024 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_keyrah_keypad_mappings has value "disabled" in Kodi
2020-04-01 16:58:17.024 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_physical_keyboard_pass_through'
2020-04-01 16:58:17.025 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.025 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.026 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_physical_keyboard_pass_through has value "disabled" in Kodi
2020-04-01 16:58:17.026 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapping_options_display'
2020-04-01 16:58:17.027 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.027 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.028 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapping_options_display has value "disabled" in Kodi
2020-04-01 16:58:17.028 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_vkbd'
2020-04-01 16:58:17.029 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.029 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.030 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_vkbd has value "RETROK_F11" in Kodi
2020-04-01 16:58:17.030 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_statusbar'
2020-04-01 16:58:17.031 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.031 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.032 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_statusbar has value "RETROK_F12" in Kodi
2020-04-01 16:58:17.032 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_mouse_toggle'
2020-04-01 16:58:17.033 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.033 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.033 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_mouse_toggle has value "RETROK_RCTRL" in Kodi
2020-04-01 16:58:17.034 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_reset'
2020-04-01 16:58:17.034 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.034 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.035 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_reset has value "---" in Kodi
2020-04-01 16:58:17.035 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_aspect_ratio_toggle'
2020-04-01 16:58:17.036 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.036 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.037 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_aspect_ratio_toggle has value "---" in Kodi
2020-04-01 16:58:17.037 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_zoom_mode_toggle'
2020-04-01 16:58:17.038 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.038 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.039 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_zoom_mode_toggle has value "---" in Kodi
2020-04-01 16:58:17.039 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_select'
2020-04-01 16:58:17.040 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.040 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.041 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_select has value "TOGGLE_VKBD" in Kodi
2020-04-01 16:58:17.041 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_start'
2020-04-01 16:58:17.042 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.042 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.043 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_start has value "---" in Kodi
2020-04-01 16:58:17.043 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_b'
2020-04-01 16:58:17.044 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.044 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.044 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_b has value "---" in Kodi
2020-04-01 16:58:17.044 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_a'
2020-04-01 16:58:17.045 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.045 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.046 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_a has value "---" in Kodi
2020-04-01 16:58:17.046 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_y'
2020-04-01 16:58:17.047 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.047 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.048 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_y has value "---" in Kodi
2020-04-01 16:58:17.048 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_x'
2020-04-01 16:58:17.049 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.049 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.050 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_x has value "---" in Kodi
2020-04-01 16:58:17.050 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_l'
2020-04-01 16:58:17.051 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.051 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.052 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_l has value "" in Kodi
2020-04-01 16:58:17.052 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_r'
2020-04-01 16:58:17.053 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.053 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.054 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_r has value "" in Kodi
2020-04-01 16:58:17.054 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_l2'
2020-04-01 16:58:17.055 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.055 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.055 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_l2 has value "MOUSE_LEFT_BUTTON" in Kodi
2020-04-01 16:58:17.055 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_r2'
2020-04-01 16:58:17.056 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.056 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.057 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_r2 has value "MOUSE_RIGHT_BUTTON" in Kodi
2020-04-01 16:58:17.057 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_l3'
2020-04-01 16:58:17.058 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.058 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.059 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_l3 has value "---" in Kodi
2020-04-01 16:58:17.059 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_r3'
2020-04-01 16:58:17.060 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.060 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.061 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_r3 has value "---" in Kodi
2020-04-01 16:58:17.061 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_lu'
2020-04-01 16:58:17.062 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.062 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.063 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_lu has value "---" in Kodi
2020-04-01 16:58:17.063 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_ld'
2020-04-01 16:58:17.064 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.064 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.065 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_ld has value "---" in Kodi
2020-04-01 16:58:17.065 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_ll'
2020-04-01 16:58:17.066 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.066 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.066 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_ll has value "---" in Kodi
2020-04-01 16:58:17.066 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_lr'
2020-04-01 16:58:17.067 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.067 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.068 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_lr has value "---" in Kodi
2020-04-01 16:58:17.068 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_ru'
2020-04-01 16:58:17.069 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.069 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.070 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_ru has value "---" in Kodi
2020-04-01 16:58:17.070 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_rd'
2020-04-01 16:58:17.071 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.071 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.072 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_rd has value "---" in Kodi
2020-04-01 16:58:17.072 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_rl'
2020-04-01 16:58:17.073 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.073 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.074 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_rl has value "---" in Kodi
2020-04-01 16:58:17.074 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_mapper_rr'
2020-04-01 16:58:17.075 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.075 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.076 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_mapper_rr has value "---" in Kodi
2020-04-01 16:58:17.076 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_turbo_fire_button'
2020-04-01 16:58:17.077 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.077 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.077 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_turbo_fire_button has value "disabled" in Kodi
2020-04-01 16:58:17.077 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_turbo_pulse'
2020-04-01 16:58:17.078 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.078 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.079 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_turbo_pulse has value "4" in Kodi
2020-04-01 16:58:17.079 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_retropad_options'
2020-04-01 16:58:17.080 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.080 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.081 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_retropad_options has value "disabled" in Kodi
2020-04-01 16:58:17.081 T:140404312754304 DEBUG: CAddonCallbacksAddon - GetAddonSetting - add-on 'Commodore - Amiga (P-UAE)' requests setting 'puae_cd32pad_options'
2020-04-01 16:58:17.082 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: loading setting definitions
2020-04-01 16:58:17.082 T:140404312754304 DEBUG: CAddonSettings[game.libretro.puae_libretro_buildbot]: trying to load setting definitions from old format...
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting puae_cd32pad_options has value "disabled" in Kodi
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Libretro client supports loading with no game
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Libretro controller info:
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): ------------------------------------------------------------
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Device: RETRO_DEVICE_ANALOG, Subclass: 1, Description: "CD32 Pad"
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Device: RETRO_DEVICE_ANALOG, Subclass: 2, Description: "Analog Joystick"
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Device: RETRO_DEVICE_ANALOG, Subclass: 0, Description: "Joystick"
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Device: RETRO_DEVICE_KEYBOARD, Subclass: 0, Description: "Keyboard"
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Device: , Description: "None"
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): ------------------------------------------------------------
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Loading libretro buttonmap /home/pilot/.kodi/addons/game.libretro.puae_libretro_buildbot/resources/buttonmap.xml
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Detected buttonmap version 2
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Loaded buttonmap at version 2
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Loading controller topology "/home/pilot/.kodi/addons/game.libretro.puae_libretro_buildbot/resources/topology.xml"
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Loaded controller topology with 3 ports
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Libretro input bindings:
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): ------------------------------------------------------------
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_A, Description: A / 2nd fire / Blue
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_B, Description: B / Fire / Red
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_X, Description: X / Yellow
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_Y, Description: Y / Green
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_SELECT, Description: Select
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_START, Description: Start / Play
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_RIGHT, Description: Right
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_LEFT, Description: Left
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_UP, Description: Up
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_DOWN, Description: Down
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R, Description: R / Forward
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L, Description: L / Rewind
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R2, Description: R2
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L2, Description: L2
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R3, Description: R3
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L3, Description: L3
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_LEFT, Component: RETRO_DEVICE_ID_ANALOG_X, Description: Left Analog X
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_LEFT, Component: RETRO_DEVICE_ID_ANALOG_Y, Description: Left Analog Y
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_RIGHT, Component: RETRO_DEVICE_ID_ANALOG_X, Description: Right Analog X
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 0, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_RIGHT, Component: RETRO_DEVICE_ID_ANALOG_Y, Description: Right Analog Y
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_A, Description: A / 2nd fire / Blue
2020-04-01 16:58:17.083 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_B, Description: B / Fire / Red
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_X, Description: X / Yellow
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_Y, Description: Y / Green
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_SELECT, Description: Select
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_START, Description: Start / Play
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_RIGHT, Description: Right
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_LEFT, Description: Left
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_UP, Description: Up
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_DOWN, Description: Down
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R, Description: R / Forward
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L, Description: L / Rewind
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R2, Description: R2
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L2, Description: L2
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R3, Description: R3
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L3, Description: L3
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_LEFT, Component: RETRO_DEVICE_ID_ANALOG_X, Description: Left Analog X
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_LEFT, Component: RETRO_DEVICE_ID_ANALOG_Y, Description: Left Analog Y
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_RIGHT, Component: RETRO_DEVICE_ID_ANALOG_X, Description: Right Analog X
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 1, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_RIGHT, Component: RETRO_DEVICE_ID_ANALOG_Y, Description: Right Analog Y
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_A, Description: A / 2nd fire / Blue
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_B, Description: B / Fire / Red
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_X, Description: X / Yellow
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_Y, Description: Y / Green
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_SELECT, Description: Select
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_START, Description: Start / Play
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_RIGHT, Description: Right
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_LEFT, Description: Left
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_UP, Description: Up
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_DOWN, Description: Down
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R, Description: R / Forward
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L, Description: L / Rewind
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R2, Description: R2
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L2, Description: L2
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R3, Description: R3
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L3, Description: L3
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_LEFT, Component: RETRO_DEVICE_ID_ANALOG_X, Description: Left Analog X
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_LEFT, Component: RETRO_DEVICE_ID_ANALOG_Y, Description: Left Analog Y
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_RIGHT, Component: RETRO_DEVICE_ID_ANALOG_X, Description: Right Analog X
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 2, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_RIGHT, Component: RETRO_DEVICE_ID_ANALOG_Y, Description: Right Analog Y
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_A, Description: A / 2nd fire / Blue
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_B, Description: B / Fire / Red
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_X, Description: X / Yellow
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_Y, Description: Y / Green
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_SELECT, Description: Select
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_START, Description: Start / Play
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_RIGHT, Description: Right
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_LEFT, Description: Left
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_UP, Description: Up
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_DOWN, Description: Down
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R, Description: R / Forward
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L, Description: L / Rewind
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R2, Description: R2
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L2, Description: L2
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_R3, Description: R3
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_JOYPAD, Feature: RETRO_DEVICE_ID_JOYPAD_L3, Description: L3
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_LEFT, Component: RETRO_DEVICE_ID_ANALOG_X, Description: Left Analog X
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_LEFT, Component: RETRO_DEVICE_ID_ANALOG_Y, Description: Left Analog Y
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_RIGHT, Component: RETRO_DEVICE_ID_ANALOG_X, Description: Right Analog X
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Port: 3, Device: RETRO_DEVICE_ANALOG, Feature: RETRO_DEVICE_INDEX_ANALOG_RIGHT, Component: RETRO_DEVICE_ID_ANALOG_Y, Description: Right Analog Y
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): ------------------------------------------------------------
2020-04-01 16:58:17.084 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): Setting libretro pixel format "RGB565"
2020-04-01 16:58:17.085 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): CORE: ----------------------------------
2020-04-01 16:58:17.085 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): CORE: Library name: PUAE
2020-04-01 16:58:17.085 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): CORE: Library version: 2.6.1 1a45e70
2020-04-01 16:58:17.085 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): CORE: Extensions: adf|adz|dms|fdi|ipf|hdf|hdz|lha|cue|ccd|nrg|mds|iso|uae|m3u|zip
2020-04-01 16:58:17.085 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): CORE: Supports VFS: false
2020-04-01 16:58:17.085 T:140404312754304 DEBUG: AddOnLog: Commodore - Amiga (P-UAE): CORE: ----------------------------------
2020-04-01 16:58:17.085 T:140404312754304 DEBUG: Calling TransferSettings for: Commodore - Amiga (P-UAE)
2020-04-01 16:58:17.086 T:140404312754304 INFO: Loading controller layout: /home/pilot/.kodi/addons/game.controller.keyboard/resources/layout.xml
2020-04-01 16:58:17.086 T:140404312754304 INFO: GAME: ------------------------------------
2020-04-01 16:58:17.086 T:140404312754304 INFO: GAME: Loaded DLL for game.libretro.puae_libretro_buildbot
2020-04-01 16:58:17.086 T:140404312754304 INFO: GAME: Client: Commodore - Amiga (P-UAE) at version 1.2020.18343
2020-04-01 16:58:17.086 T:140404312754304 INFO: GAME: Valid extensions: .adf .adz .ccd .cue .dms .fdi .hdf .hdz .ipf .iso .lha .m3u .mds .nrg .uae .zip
2020-04-01 16:58:17.086 T:140404312754304 INFO: GAME: Supports VFS: no
2020-04-01 16:58:17.086 T:140404312754304 INFO: GAME: Supports standalone execution: yes
2020-04-01 16:58:17.086 T:140404312754304 INFO: GAME: ------------------------------------
2020-04-01 16:58:17.086 T:140404312754304 DEBUG: RetroPlayer[INPUT]: Initializing input
2020-04-01 16:58:17.086 T:140404312754304 DEBUG: PERIPHERALS: Event poll handle registered
2020-04-01 16:58:17.086 T:140404312754304 INFO: RetroPlayer[PLAYER]: Opening: /home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/temp_iagl/Superfrog_v1.2_0035.hdf
2020-04-01 16:58:17.086 T:140404312754304 DEBUG: GameClient: Loading /home/pilot/.kodi/userdata/addon_data/plugin.program.iagl/temp_iagl/Superfrog_v1.2_0035.hdf
2020-04-01 16:58:17.087 T:140404312754304 ERROR: GAME - LoadGame() - addon 'game.libretro.puae_libretro_buildbot' returned an error: the command failed
2020-04-01 16:58:17.087 T:140404312754304 DEBUG: ------ Window Init (DialogConfirm.xml) ------
2020-04-01 16:58:17.087 T:140404312754304 INFO: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2020-04-01 16:58:18.246 T:140404312754304 DEBUG: Keyboard: scancode: 0x40, sym: 0x0134, unicode: 0x0000, modifier: 0x100
2020-04-01 16:58:18.246 T:140404312754304 DEBUG: HandleKey: alt-leftalt (0x4f0d4) pressed, action is
2020-04-01 16:58:20.263 T:140404312754304 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
2020-04-01 16:58:20.315 T:140404312754304 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x0000, modifier: 0x0
2020-04-01 16:58:20.316 T:140404312754304 DEBUG: HandleKey: return (0xf00d) pressed, action is Select
2020-04-01 16:58:20.569 T:140404312754304 DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
2020-04-01 16:58:20.570 T:140404312754304 ERROR: RetroPlayer[PLAYER]: Failed to open file using game.libretro.puae_libretro_buildbot
2020-04-01 16:58:20.570 T:140404312754304 DEBUG: RetroPlayer[INPUT]: Deinitializing input
2020-04-01 16:58:20.570 T:140404312754304 DEBUG: PERIPHERALS: Event poll handle released
2020-04-01 16:58:20.571 T:140404312754304 DEBUG: SECTION:UnloadDll(/usr/lib/x86_64-linux-gnu/kodi/addons/game.libretro/game.libretro.so.1.1.1)
2020-04-01 16:58:20.571 T:140404312754304 INFO: ADDON: Dll Destroyed - Commodore - Amiga (P-UAE)
2020-04-01 16:58:21.069 T:140404312754304 DEBUG: Keyboard: scancode: 0x40, sym: 0x0134, unicode: 0x0000, modifier: 0x100
2020-04-01 16:58:21.069 T:140404312754304 DEBUG: HandleKey: alt-leftalt (0x4f0d4) pressed, action is
See here in the wiki. Specifically regarding BIOS files. You're missing them is my guess. Here's the files I have for puae:
Without those files, you'll get an error on launch stating the emulator couldn't start (which it can't because it doesn't have the required BIOS files). After putting the files in the correct place it runs for me:
Also suggest trying external launching with Retroach with puae. There are a ton of settings regarding whdload games and it's not clear (at least to me) what they all do.
The problem is that I have my kickroms in the right directory. They were working properly before. I copied them manually so I've also tried to use Your tool for copying roms but it is saying that no roms were copied. What am I missing/doing wrong? I'm using buildbot version.
Do you have the same files listed in the pic above in
..path_to_userdata/addon_data/game.libretro.puae_libretro_buildbot/resources/system/
?
If you have extras, I would delete them. Then make sure your uae addon settings are set to use whdload for hdf games (like i said, the settings for the core are abundant and confusing).
The problem was with kick roms. I took my roms from oryginal cd-rom of Amiga Classix Dimond Edition which also uses p-uae but after checking md5sum it was not even to the one pointed on the p-uae site. So after some search I downloaded the right one and on my Ubuntu machine the game has started. Now I wanted to do the same on RPi so I downloaded the right repository and there is another problem. There is no Commodore - Amiga (p-uae) to download. When using search in addons I only see this emulator but from kodi repository not the one from kodi_libretro_buildbot_game_addons. Any ideas?
Yes, it's not there because the libretro buildbot doesn't have it (the buildbot game addons are made directly from them): http://buildbot.libretro.com/nightly/linux/armhf/latest/
Not sure why...
okey, so how to get this working on RPI ?
You could try the uae core from official Kodi repo if it exists. Alternate method would be external launching with some other RPi emulator (IAGL can use any external launch command you want, see here).
I've made some progress. Now in Your tool for copying BIOS files everything is green and puae ist starting from Your launcher. But it stuck's on blue screen with AmigaDOS. Is there anything more I have to do to get the game running? Is there something from here https://github.com/libretro/libretro-uae#whdload what I need to do?
EDIT: I think the problem is with WHDload.hdf. When I did everything like in here: https://lindqvist.synology.me/wordpress/?page_id=182 I'm getting "Unknown command Path" But when I use original git hub whdload.hdf then it is showing that there is no Amiga dos and using the tool for opening hdf is showin the file is corrupted. I also tried to copy files from Linux but it seems this is dead end. Any ideas ?
I've made it :) I was able, with a help from Libreelec forum (with a special thanks to HiassofT), to compile latest available version of p-uae for RPI Libreelec. I'm attaching it to this post if someone will need it. It was made for RPi 2 and 3 arm Libreelec and it is working flawlessly. To get it working also these files are needed : https://github.com/libretro/libretro-uae/tree/master/whdload After downloading them, file with a name WHDLoad.hdf need to be open with ADFOpus program to add kickroms like in here https://youtu.be/IwgV-YkXhM4 game.libretro.uae-2.6.1.6.1.zip
There seems to be another problem running p-uae. I cannot use any controls. I have DualShock3 controller but it is not working inside the game while working in Kodi just fine. On my other device (PC) I also have problem with controls because keyboard is not responding. Anyone had this kind of problem?
@pawkon very much appreciating what you are doing! Was very helpful but still was not able to make it work for me. I was installing your build you thankfully attached at your comment :smile:
You are talking about copying the files from https://github.com/libretro/libretro-uae/tree/master/whdload and addding the kickstarts? As from the Readme in the above repository it does seem as if this is not necessary any more? I tried it once without and once with copying WHDLoad.hdf to system/
and adding the kickstarts with AdfOpus but always same behaviour, just a blank white screen and no reaction to any input whatsoever. I am on Libreelec Lea 18.2...every other system I tried on IAGL works (@zach-morris: awesome work!). Any suggestions?
It wasn't necessary for me. The new uae core takes care of that for you (i thought), and it's much more user friendly, but I still dont fully understand all the settings, and it's being constantly updated, so it's hard to keep the game list in line with uae at the moment. As far as I can tell though, the games listed in IAGL should be compatible, it's just the setup thats confusing. If interested, I've made a new discord channel to discuss stuff like this. Feel free to use it if you like.
There is 4 kind of reaction, as I was able to learn till now. 1. white screen with a disk in hand with a "Amiga Workbench V 1.3" written on it - this is when only kickstart rom started and nothing else. 2. Blue or Black AmigaDOS screen which means that kickrom and whdload started but there is a problem with whdload or addon and the game is not starting. 3. Game started means addon is okey, whdload is okey and You have the right kickroms. 4. P-UAE error which means that You don't have the right kickroms at all. Everything is working in this way: IAGL is starting P-UAE. First kickstart rom starts loading whdload in which there is also a kickstart rom which starts a game. So first of all uninstall everything. Install again and prepare the whdload. Place kickroms in the right folder and also in the whdload and then start a game. If not starting check if in addon_folder under save folder there is a directory of WHDLoad and WHDSave. They should be created if everything starts. And one important thing. Amiga games need some time to start. If You have those folders give a minute or two and wait and see if something happens. If no change show Your log (use pastebin or something and put here only link)
EDIT: on RPi kickroms need to be in WHDLoad. On PC no need of doing so
@pawkon @zach-morris Thanks for the infos -> Deinstalled and reinstalled from the zip file. I still get only the white screen. Under save folder there exist the directories WHDLoad and WHDSave so they at least have been created. The kickstart hand I only get if I start just P-UAE and no game file. WHDLoad.hdf contains the two needed kickroms which have also been copied by Retrobios Tool (MD5 sum ok). Tried the WHDLoad.hdf from the master but since I got the checksum error from ADFOpus I also used the one from https://github.com/libretro/libretro-uae/blob/3c78c27145f2b32d0a931e8f02e3a7d6e9593d1e/whdload/WHDLoad.hdf as you have mentioned. With both files the same behaviour with the white screen (and some crackling noise). Waited for 10+ minutes and nothing changed. https://pastebin.com/3E3bX58V @zach-morris will check out the Discord channel (thanks) but now nearly :sleeping: .
Updated Libreelec -> still same behaviour with install from zip (white screen): https://pastebin.com/5mMMAgtn
When I deinstall P-UAE and install it again from the official Kodi repo then following happens when i try to start a game.
WHDLoad.hdf (
from the master link): Not a valid DOS disk (well ok, the WHDLoad.hdf
is from another version of P-UAE so not really surprising).The white screen also occurs when using Kickstarts + no WHDLoad.hdf
and the version from zip.
@aleksguz check priv on discord
@zach-morris could You please update Your repository for RPi buildboot? There is a new version which includes p-uae for arm (RPi) I've already made a wrapper to be able to install and test it but it would be nice to get others to test because even with a buildboot version I have a problem with ps3 controller. Moreover the new version doesn't need any WHDLoad.hdf so it is easier to start a game.
Updated. I see it was there now for armhf
Ugh. I don't get this core. After the update, now the games splash to the amigados screen for me. Whats weird is that they boot if i launch externally to RA
In my case I don't have this problem but You could try to delete folders WHDLoad and WHDSave under saves folder and re run it again. Something could change in whdload an You have the old one.
OK, it works in Kodi v18 and not in Kodi v19 (the settings.xml doesn't seem to be read correctly in v19 for some reason, which looks like a global issue and not specific to this core)
I'm facing a problem with running of Amiga Games. I'm trying to solve it out for a two day but without any success. When trying to run any of the games (with or without downloading) nothing is happening. There is no window, no error, nothing. I've tried to run it with P-UAE and also UAE4ARM but result is the same. It is getting back to menu where I can choose a game. I've also tried to change the setting to auto select the addon to run the game with a hope to see a new window to be able to select one of 2 available uae addons but the window didn't appear. In other simulators windows appear if there is more available addons which can play this game. This problem I have on LibreElec fresh install. I've donloaded it 2 days ago and I downloaded every single addon available for libretro. Most of the other games like SNES, Comodore, PS1, Atari etc are working. I do have Kickroms for amiga which I've tried to put in different places but also without succes (I think that if this was a problem of kickroms then a black sreen would apper rather than noting lik in this case)
Here is the Debug log from Kodi (v.18):
... (upload log files to hastebin in the future)