Kodi Community Forum
[RELEASE] Emulatopia - Addon for handling, browsing, and launching emulator game ROMs - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Emulatopia - Addon for handling, browsing, and launching emulator game ROMs (/showthread.php?tid=87758)

Pages: 1 2 3 4


- JoATMoN - 2011-10-04

A few questions that I hope you can help with:

Any information that you can provide on what causes Emutopia to crash when trying to start a game? I can't say a particular game as of yet, but every now and then either the emulator doesn't do anything, or it freezes and I have to restart XBMC.

Also...about the scraper. It's not working...for anything that I have. Oh wait, I was able to scrape info for about 3 games, but that's it.

I may have to watch a few google python tutorials on youtube...Catch up and help you out with the coding! Wink

Some of the emulators seem to be a hit and miss even though there's plenty of documentation available online. I'll just have to play with it some more.

Thanks for the work that you did on this.


- ghostelement - 2011-10-04

Any chance you would like to add thegamesdb.net as a scrape source?


- Sranshaft - 2011-10-04

Getting script errors when trying to import collection, scan new games and running addon. Tried using the October 3rd nightly build, Windows 7 32-bit.

Debug log here: http://pastebin.com/zP5iUKyV


- resle - 2011-10-23

Me too. Using October 18th nightly build, none of the scripts work - I am only able to configure the add on and add rom collections but every action from scraping to actually running emulatopia, returns an error.

Relevant lines from the log:

Quote:09:58:20 T:2568 NOTICE: -->Python Interpreter Initialized<--
09:58:20 T:2568 ERROR: Error Type: <type 'exceptions.ImportError'>
09:58:20 T:2568 ERROR: Error Contents: DLL load failed: Impossibile trovare il modulo specificato.
09:58:20 T:2568 ERROR: Traceback (most recent call last):
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia\default.py", line 24, in <module>
import gui
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia\resources\scripts\gui.py", line 5, in <module>
from collection import *
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia\resources\scripts\collection.py", line 2, in <module>
import tempfile, py7zlib
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia\resources\platform_libraries\win32\py7zlib.py", line 28, in <module>
import pylzma
ImportError: DLL load failed: Impossibile trovare il modulo specificato.
09:58:41 T:5296 WARNING: Trying to add unsupported control type 3
09:58:43 T:5060 WARNING: Previous line repeats 8 times.
09:58:43 T:5060 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
09:58:49 T:5296 WARNING: Trying to add unsupported control type 3
10:00:42 T:5296 ERROR: Control 1 in window 10099 has been asked to focus, but it can't
10:00:55 T:5296 WARNING: Trying to add unsupported control type 3
10:00:55 T:1348 WARNING: Previous line repeats 7 times.
10:00:55 T:1348 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(addons) in addons://more/executable.tbn
10:01:01 T:5296 WARNING: Trying to add unsupported control type 3
10:01:24 T:5296 WARNING: Previous line repeats 8 times.
10:01:24 T:5296 ERROR: unmatched parentheses in IntegerGreaterThan(Container(9).NumItems),0)
10:01:30 T:6000 NOTICE: -->Python Interpreter Initialized<--
10:01:30 T:6000 ERROR: C:\Program Files (x86)\XBMC\system\python\Lib\ntpath.py:477: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
path = os.getcwd()
10:01:30 T:6000 ERROR: C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib\pysqlite2\__init__.py:21: UserWarning: For some reason the module 'pysqlite2' couldn't get access to '__main__'. This may prevent certain backward compatility modes from operating correctly.
warnings.warn("For some reason the module '" + str(__name__) + "' couldn't get access to '__main__'. This may prevent certain backward compatility modes from operating correctly.")
10:01:30 T:6000 ERROR: C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib\pysqlite2\__init__.py:34: UserWarning: DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.
warnings.warn("DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.")
10:01:30 T:6000 ERROR: Error Type: <type 'exceptions.ImportError'>
10:01:30 T:6000 ERROR: Error Contents: DLL load failed: Impossibile trovare il modulo specificato.
10:01:30 T:6000 ERROR: Traceback (most recent call last):
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia/resources/standalone/importScript.py", line 13, in <module>
from collection import *
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia\resources\scripts\collection.py", line 2, in <module>
import tempfile, py7zlib
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia\resources\platform_libraries\win32\py7zlib.py", line 28, in <module>
import pylzma
ImportError: DLL load failed: Impossibile trovare il modulo specificato.
10:01:34 T:4696 NOTICE: -->Python Interpreter Initialized<--
10:01:34 T:4696 ERROR: C:\Program Files (x86)\XBMC\system\python\Lib\ntpath.py:477: DeprecationWarning: os.getcwd() currently lies to you so please use addon.getAddonInfo('path') to find the script's root directory and DO NOT make relative path accesses based on the results of 'os.getcwd.'
path = os.getcwd()
10:01:34 T:4696 ERROR: C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib\pysqlite2\__init__.py:21: UserWarning: For some reason the module 'pysqlite2' couldn't get access to '__main__'. This may prevent certain backward compatility modes from operating correctly.
warnings.warn("For some reason the module '" + str(__name__) + "' couldn't get access to '__main__'. This may prevent certain backward compatility modes from operating correctly.")
10:01:34 T:4696 ERROR: C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib\pysqlite2\__init__.py:34: UserWarning: DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.
warnings.warn("DeprecationWarning: the pysqlite2 module is deprecated; please change your script to use sqlite3.")
10:01:34 T:4696 ERROR: Error Type: <type 'exceptions.ImportError'>
10:01:34 T:4696 ERROR: Error Contents: DLL load failed: Impossibile trovare il modulo specificato.
10:01:34 T:4696 ERROR: Traceback (most recent call last):
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia/resources/standalone/scrapeScript.py", line 13, in <module>
from collection import *
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia\resources\scripts\collection.py", line 2, in <module>
import tempfile, py7zlib
File "C:\Users\andrea\AppData\Roaming\XBMC\addons\script.games.emulatopia\resources\platform_libraries\win32\py7zlib.py", line 28, in <module>
import pylzma
ImportError: DLL load failed: Impossibile trovare il modulo specificato.
10:01:47 T:5296 WARNING: Trying to add unsupported control type 3