Hi there
Trying to set up simple launching of PC standalone games on my Windows based Kodi install.
Have set up a folder of shortcuts, set the platform as Windows and set the path and the file mask as *.lnk
The games are imported ok but when I go to launch them nothing happens. Am I missing a command or additional config?
In the kodi log I see that the script is throwing an error:
2020-05-08 10:48:12.065 T:11444 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "C:\Users\BOX4 Media Centre\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\resources\lib\gui.py", line 459, in onClick
self.updateDB()
File "C:\Users\BOX4 Media Centre\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\resources\lib\gui.py", line 997, in updateDB
self.importGames(None, False)
File "C:\Users\BOX4 Media Centre\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\resources\lib\gui.py", line 1010, in importGames
self.loadViewState()
File "C:\Users\BOX4 Media Centre\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\resources\lib\gui.py", line 1449, in loadViewState
self.showGames()
File "C:\Users\BOX4 Media Centre\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\resources\lib\gui.py", line 925, in showGames
if int(view_mode) in VIEWS_VERTICAL:
ValueError: invalid literal for int() with base 10: ''
-->End of Python script error report<--
2020-05-08 10:50:15.439 T:3388 ERROR: AddonVersion: v2 UDP is not a valid version
2020-05-08 10:50:15.705 T:11444 ERROR: Previous line repeats 1 times.
2020-05-08 10:50:15.705 T:11444 WARNING: CPythonInvoker(19, C:\Users\BOX4 Media Centre\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\default.py): the python script "C:\Users\BOX4 Media Centre\AppData\Roaming\Kodi\addons\script.games.rom.collection.browser\default.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmc:
layer,class XBMCAddon::xbmcaddon::Addon
Any clues?
Thanks in advance!