Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. 21:36:29.017 T:9984 ERROR: AEL DEBUG: ---------- Called AEL addon.py Main() constructor ----------
  2. 21:36:29.017 T:9984 ERROR: AEL DEBUG: sys.platform win32
  3. 21:36:29.017 T:9984 ERROR: AEL DEBUG: Python version 2.7.11 (default, Jan 16 2016, 16:21:17) [MSC v.1900 32 bit (Intel)]
  4. 21:36:29.017 T:9984 ERROR: AEL DEBUG: __addon_version__ 0.9.5~beta2
  5. 21:36:29.017 T:9984 ERROR: AEL DEBUG: sys.argv[0] = "plugin://plugin.program.advanced.emulator.launcher/"
  6. 21:36:29.017 T:9984 ERROR: AEL DEBUG: sys.argv[1] = "4"
  7. 21:36:29.017 T:9984 ERROR: AEL DEBUG: sys.argv[2] = ""
  8. 21:36:29.018 T:9984 ERROR: AEL DEBUG: args = {}
  9. 21:36:29.018 T:9984 ERROR: AEL VERB : fs_load_catfile() Loading special://profile/addon_data\plugin.program.advanced.emulator.launcher\categories.xml
  10. 21:36:29.133 T:9984 ERROR: AEL DEBUG: Advanced Emulator Launcher exit (addon root)
  11. 21:36:31.722 T:9360 ERROR: AEL DEBUG: ---------- Called AEL addon.py Main() constructor ----------
  12. 21:36:31.722 T:9360 ERROR: AEL DEBUG: sys.platform win32
  13. 21:36:31.722 T:9360 ERROR: AEL DEBUG: Python version 2.7.11 (default, Jan 16 2016, 16:21:17) [MSC v.1900 32 bit (Intel)]
  14. 21:36:31.722 T:9360 ERROR: AEL DEBUG: __addon_version__ 0.9.5~beta2
  15. 21:36:31.722 T:9360 ERROR: AEL DEBUG: sys.argv[0] = "plugin://plugin.program.advanced.emulator.launcher/"
  16. 21:36:31.722 T:9360 ERROR: AEL DEBUG: sys.argv[1] = "-1"
  17. 21:36:31.722 T:9360 ERROR: AEL DEBUG: sys.argv[2] = "?com=LAUNCH_STANDALONE&catID=root_category&launID=598009f2634260946388d1abac7efc8e"
  18. 21:36:31.722 T:9360 ERROR: AEL DEBUG: args = {'launID': ['598009f2634260946388d1abac7efc8e'], 'com': ['LAUNCH_STANDALONE'], 'catID': ['root_category']}
  19. 21:36:31.722 T:9360 ERROR: AEL VERB : fs_load_catfile() Loading special://profile/addon_data\plugin.program.advanced.emulator.launcher\categories.xml
  20. 21:36:31.726 T:9360 ERROR: AEL INFO : _run_standalone_launcher() categoryID = root_category
  21. 21:36:31.726 T:9360 ERROR: AEL INFO : _run_standalone_launcher() launcherID = 598009f2634260946388d1abac7efc8e
  22. 21:36:31.726 T:9360 ERROR: AEL INFO : _run_standalone_launcher() application = "C:\temp\CIRESET\CIReset.bat"
  23. 21:36:31.726 T:9360 ERROR: AEL INFO : _run_standalone_launcher() apppath = "C:\temp\CIRESET"
  24. 21:36:31.726 T:9360 ERROR: AEL INFO : _run_standalone_launcher() app_basename = "CIReset.bat"
  25. 21:36:31.726 T:9360 ERROR: AEL INFO : _run_standalone_launcher() arguments = ""
  26. 21:36:31.726 T:9360 ERROR: AEL INFO : _run_standalone_launcher() app_ext = "bat"
  27. 21:36:31.726 T:9360 ERROR: AEL INFO : _run_standalone_launcher() launcher_title = "CIReset"
  28. 21:36:31.726 T:9360 ERROR: AEL VERB : _run_before_execution() media_state_action is "Stop" (0)
  29. 21:36:31.726 T:9360 ERROR: AEL VERB : _run_before_execution() DO NOT suspend Kodi audio engine
  30. 21:36:31.726 T:9360 ERROR: AEL VERB : _run_before_execution() Toggling Kodi fullscreen DEACTIVATED in Launcher
  31. 21:36:31.726 T:9360 ERROR: AEL VERB : _run_before_execution() Pausing 500 ms
  32. 21:36:32.226 T:9360 ERROR: AEL DEBUG: _run_before_execution() function ENDS
  33. 21:36:32.226 T:9360 ERROR: AEL DEBUG: _run_process() (Windows) application = "C:\temp\CIRESET\CIReset.bat"
  34. 21:36:32.226 T:9360 ERROR: AEL DEBUG: _run_process() (Windows) arguments = ""
  35. 21:36:32.226 T:9360 ERROR: AEL DEBUG: _run_process() (Windows) apppath = "C:\temp\CIRESET"
  36. 21:36:32.226 T:9360 ERROR: AEL DEBUG: _run_process() (Windows) romext = "bat"
  37. 21:36:32.226 T:9360 ERROR: AEL DEBUG: _run_process() (Windows) app_ext = "bat"
  38. 21:36:32.226 T:9360 ERROR: AEL DEBUG: _run_process() (Windows) Launching BAT application
  39. 21:36:32.233 T:9360 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  40. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  41. Error Type: <type 'exceptions.KeyError'>
  42. Error Contents: (u'show_batch',)
  43. Traceback (most recent call last):
  44. File "C:\Users\Mediacenter\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\addon.py", line 42, in <module>
  45. plugin.run_plugin()
  46. File "C:\Users\Mediacenter\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 253, in run_plugin
  47. self._command_run_standalone_launcher(args['catID'][0], args['launID'][0])
  48. File "C:\Users\Mediacenter\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 5541, in _command_run_standalone_launcher
  49. self._run_process(application.getPath(), arguments, application.getDirname(), app_ext)
  50. File "C:\Users\Mediacenter\AppData\Roaming\Kodi\addons\plugin.program.advanced.emulator.launcher\resources\main.py", line 5783, in _run_process
  51. if self.settings['show_batch']: info.wShowWindow = 5
  52. KeyError: (u'show_batch',)
  53. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement