skerit / romcollectionbrowser

Automatically exported from code.google.com/p/romcollectionbrowser
GNU General Public License v2.0
0 stars 0 forks source link

Won't run on Ubuntu 11.04 x64 #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install XBMC from their PPA / Unstable
2. Install RCB from within XBMC
3. Script Failed.

What is the expected output? What do you see instead?

Script not failed.

What version of the product are you using? On what operating system?

Ubuntu 11.04, latest XBMC, current RCB

Please provide any additional information below.

The first failure was in default.py attempting to identify the system as 64 bit 
(some kind of issue in platform). I just commented that and set it to 
Linux64... that gets it past there, but then there's an issue in the bowls of 
gui.py which is beyond my grasp. Ubuntu 11.04 uses python 2.7, if that has 
anything to do with it. I also just may be missing libraries. Not sure.

Original issue reported on code.google.com by cadeon...@gmail.com on 1 Oct 2011 at 1:00

GoogleCodeExporter commented 8 years ago
Yes, this may be missing libraries or incompatible libraries with python 2.7. 
Do you see any error messages in log file that you could post here?

Original comment by maloep on 1 Oct 2011 at 6:11

GoogleCodeExporter commented 8 years ago
I am (possibly) experiencing this problem as well.

Error message sais:
16:53:40 T:139870433437440   DEBUG: Python thread: start processing
16:53:40 T:139870433437440  NOTICE: -->Python Interpreter Initialized<--
16:53:40 T:139870433437440   DEBUG: Process - The source file to load is 
/home/xbmc/.xbmc/addons/script.games.rom.collection.browser/default.py
16:53:40 T:139870433437440   DEBUG: Process - Setting the Python path to 
/home/xbmc/.xbmc/addons/script.games.rom.collection.browser:/home/xbmc/.xbmc/add
ons/script.module.simplejson/li$
16:53:40 T:139870433437440   DEBUG: Process - Entering source directory 
/home/xbmc/.xbmc/addons/script.games.rom.collection.browser
16:53:40 T:139870433437440   DEBUG: Instantiating addon using automatically 
obtained id of "script.games.rom.collection.browser" dependent on version 2.0 
of the xbmc.python api
16:53:40 T:139870433437440    INFO: -->Python script returned the following 
error<--
16:53:40 T:139870433437440   ERROR: Error Type: <type 'exceptions.IOError'>
16:53:40 T:139870433437440   ERROR: Error Contents: (10, 'No child processes')
16:53:40 T:139870433437440   ERROR: Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/script.games.rom.collection.browser/default.py", line 46, in <module>
                                                env2 = platform.machine()
                                              File "/usr/lib/python2.7/platform.py", line 1342, in machine
                                                return uname()[4]
                                              File "/usr/lib/python2.7/platform.py", line 1272, in uname
                                                processor = _syscmd_uname('-p','')
                                              File "/usr/lib/python2.7/platform.py", line 1029, in _syscmd_uname
                                                rc = f.close()
                                            IOError: (10, 'No child processes')
16:53:40 T:139870433437440    INFO: -->End of Python script error report<--
16:53:40 T:139870433437440    INFO: Python script stopped

Original comment by moralezs...@gmail.com on 2 Nov 2011 at 3:57

GoogleCodeExporter commented 8 years ago
What version are you using? I hope that I fixed this issue with version 0.8.10. 
You can install version 0.9.3 from zip file or wait some days until it hits the 
repo.

Original comment by maloep on 3 Nov 2011 at 4:52

GoogleCodeExporter commented 8 years ago
I used version 0.8.9 from the repos. I'll test the new version over the weekend.

Original comment by moralezs...@gmail.com on 3 Nov 2011 at 11:07

GoogleCodeExporter commented 8 years ago

Original comment by maloep on 19 Dec 2011 at 4:21

GoogleCodeExporter commented 8 years ago

Original comment by maloep on 21 Nov 2013 at 7:04