2016-06-30, 02:33
(2016-06-18, 01:10)LupinSansei Wrote: I thought so, I did that but I get this error for all systems.
Log
Any news on this issue?
(2016-06-18, 01:10)LupinSansei Wrote: I thought so, I did that but I get this error for all systems.
Log
(2016-07-04, 00:45)HygSuperSlayer Wrote: Hello teeedubb,
So...I put together a quick .doc file that goes step by step from a fresh Kodi install to playing a rom in about 10 easy to follow steps (including pictures!,..i love pics). This walkthrough is VERY basic because I spent to much time reading over and over and not understanding what I needed to have, where to have it, and what to have in it! And I'm not the only one judging by the Youtube comments.
(2016-08-06, 15:16)teeedubb Wrote: Not sure if a video would make it easier to install, but here is the directory structure within the plugin.hyper.launcher folder inside my Kodi userdata (wiki)\addon_data folder
https://paste.ubuntu.com/22444382/
Let me know if this helps, if so I'll add it to the first post.
(2016-08-06, 15:16)teeedubb Wrote: Not sure if a video would make it easier to install, but here is the directory structure within the plugin.hyper.launcher folder inside my Kodi userdata (wiki)\addon_data folder
https://paste.ubuntu.com/22444382/
Let me know if this helps, if so I'll add it to the first post.
18:42:40 T:9048 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: name 'system_artwork_path' is not defined
Traceback (most recent call last):
File "C:\Users\Me\AppData\Roaming\Kodi\addons\plugin.hyper.launcher\default.py", line 369, in <module>
if not os.path.exists(system_artwork_path):
NameError: name 'system_artwork_path' is not defined
-->End of Python script error report<--
18:42:40 T:6192 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.hyper.launcher/
18:42:40 T:6192 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.hyper.launcher/) failed
Nintendo Entertainment System-fanart.png
Nintendo Entertainment System-icon.png
Nintendo Entertainment System-logo.png
Nintendo Entertainment System-poster.png
Nintendo Entertainment System-trailer.mp4
REM %1 = system name , %2 = game name , %3 = full rom path (folder + file name + extension) , %4 = file name only , %5 = file extension
ECHO %*
taskkill /im Kodi.exe
timeout /t 1 && tasklist /nh /fi "imagename eq Kodi.exe" | find /i "Kodi.exe" >nul && (taskkill /f /im Kodi.exe)
IF %1=="Sony Playstation" (
set RETROARCH_CORE="c:\path\to\retroarch\core\to\use\for\psx.so"
) ELSE (
IF %1=="Super Nintendo Entertainment System" (
set RETROARCH_CORE="c:\path\to\retroarch\core\to\use\for\snes.so"
)
"c:\path\to\retroarch.exe" -L %RETROARCH_CORE% %3
"C:\Program Files (x86)\Kodi\Kodi.exe"