Advertisement
MKANET

AEL Error during new ROM scan

Jun 8th, 2017
665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. 17:47:02.145 T:12780 ERROR: AEL INFO : _roms_import_roms() Starting ROM scanner ...
  2. 17:47:02.145 T:12780 ERROR: AEL INFO : Launcher name "Steam"
  3. 17:47:02.145 T:12780 ERROR: AEL INFO : launcher ID "f28701795d348b64daf0f544f461e7cf"
  4. 17:47:02.145 T:12780 ERROR: AEL INFO : ROM path "D:\OneDrive\Command line\Kodi-Game-Launchers\"
  5. 17:47:02.145 T:12780 ERROR: AEL INFO : ROM ext "lnk"
  6. 17:47:02.145 T:12780 ERROR: AEL INFO : Platform "Microsoft Windows"
  7. 17:47:02.145 T:12780 ERROR: AEL INFO : Report file OP "special://profile/addon_data\plugin.program.advanced.emulator.launcher\reports\roms_Games_Steam_f28701_report.txt"
  8. 17:47:02.145 T:12780 ERROR: AEL INFO : Report file P "C:\Users\micha\AppData\Roaming\Kodi\userdata\addon_data\plugin.program.advanced.emulator.launcher\reports\roms_Games_Steam_f28701_report.txt"
  9. 17:47:02.145 T:12780 ERROR: AEL INFO : Launcher ROM database contain 1 items
  10. 17:47:02.146 T:12780 ERROR: AEL INFO : No duplicated asset dirs found
  11. 17:47:02.146 T:12780 ERROR: AEL INFO : Removing dead ROMs ...
  12. 17:47:02.161 T:12780 ERROR: AEL INFO : No dead ROMs found
  13. 17:47:02.161 T:12780 ERROR: AEL INFO : Scanning files in D:\OneDrive\Command line\Kodi-Game-Launchers\
  14. 17:47:02.161 T:12780 ERROR: AEL INFO : Recursive scan activated
  15. 17:47:02.163 T:12780 ERROR: AEL INFO : Found 2 files
  16. 17:47:02.164 T:12780 ERROR: AEL INFO : ROM does not belong to a multidisc set.
  17. 17:47:02.164 T:12780 ERROR: AEL ERROR: SingleInstance::__exit__() Unhandled excepcion in protected code
  18. 17:47:02.178 T:12780 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  19. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  20. Error Type: <type 'exceptions.NameError'>
  21. Error Contents: global name 'fs_load_GameInfo_XML' is not defined
  22. Traceback (most recent call last):
  23. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\addon.py", line 39, in <module>
  24. main.Main().run_plugin()
  25. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 249, in run_plugin
  26. with SingleInstance(): self.run_protected(args)
  27. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 334, in run_protected
  28. self._command_add_roms(args['launID'][0])
  29. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 2054, in _command_add_roms
  30. self._roms_import_roms(launcher)
  31. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 7739, in _roms_import_roms
  32. romdata = self._roms_process_scanned_ROM(launcherID, ROM)
  33. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 7898, in _roms_process_scanned_ROM
  34. results = self.scraper_metadata.get_search(rom_name_scraping, ROM.getBase_noext(), platform)
  35. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\scrap_metadata.py", line 100, in get_search
  36. self.initialise_scraper(platform)
  37. File "C:\Users\micha\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\scrap_metadata.py", line 82, in initialise_scraper
  38. self.games = fs_load_GameInfo_XML(xml_path)
  39. NameError: global name 'fs_load_GameInfo_XML' is not defined
  40. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement