Kodi Community Forum
[RELEASE] Gamma-X (formerly called "Xbox Net Loader") Xbox game manager and launcher - 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] Gamma-X (formerly called "Xbox Net Loader") Xbox game manager and launcher (/showthread.php?tid=15567)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


- Bootsy - 2005-11-28

hi...
i´ve a problem with this script...it doesn´t start... Image
i tried it with the last t3ch compile (and other before)...

here´s a screenshot of the xbmc error message...:
(hope it helps...)

Image

please :help:

thx


- HarshReality - 2005-11-28

tell me you ran the config and setup the paths....


- Bootsy - 2005-11-28

(harshreality @ nov. 28 2005,13:48 Wrote:tell me you ran the config and setup the paths....

??
it doesn´t start...how should i config anything...?
i didn´t find anything to edit on pc before transfer...


- Livin - 2005-11-28

using latest version dl'd today.

get errors...

when using
<source url="smb://xbox:[email protected]/xbmc" /> :
Quote:28-11-2005 10:43:34 info traceback (most recent call last):
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnetload.py", line 351, in oncontrol
28-11-2005 10:43:34 info self.control_response(control)
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnetload.py", line 396, in control_response
28-11-2005 10:43:34 info import xbmcupdate
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xbmcupdate.py", line 142, in ?
28-11-2005 10:43:34 info main()
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xbmcupdate.py", line 127, in main
28-11-2005 10:43:34 info not_copied = x.get_xbmc()
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xbmcupdate.py", line 45, in get_xbmc
28-11-2005 10:43:34 info self.browser = browsers.get_browser(self.url)
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 523, in get_browser
28-11-2005 10:43:34 info return smbbrowser(url,path)
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 49, in
28-11-2005 10:43:34 info self.login()
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 133, in login
28-11-2005 10:43:34 info self.remote = smb.smb(self.ntdomain,self.ip)
28-11-2005 10:43:34 info file "q:\scripts\gamma-x\xnlmodules\smb.py", line 338, in
28-11-2005 10:43:34 info self.init__
28-11-2005 10:43:34 info raise ex2
28-11-2005 10:43:34 info netbioserror: ('cannot request session', 240, 130)

when using
<source url="smb://office;xbox:[email protected]/xbmc" /> :
Quote:28-11-2005 10:52:44 info traceback (most recent call last):
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnetload.py", line 351, in oncontrol
28-11-2005 10:52:44 info self.control_response(control)
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnetload.py", line 396, in control_response
28-11-2005 10:52:44 info import xbmcupdate
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xbmcupdate.py", line 142, in ?
28-11-2005 10:52:44 info main()
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xbmcupdate.py", line 127, in main
28-11-2005 10:52:44 info not_copied = x.get_xbmc()
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xbmcupdate.py", line 46, in get_xbmc
28-11-2005 10:52:44 info dirs, files, self.size = self.browser.get_tree()
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 190, in get_tree
28-11-2005 10:52:44 info dirs , files = self.get_dir_list(path=full_path + '/' + x)
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnlmodules\browsers.py", line 216, in get_dir_list
28-11-2005 10:52:44 info for f in self.remote.list_path(self.share,path + '/*', password = self.password):
28-11-2005 10:52:44 info file "q:\scripts\gamma-x\xnlmodules\smb.py", line 822, in list_path
28-11-2005 10:52:44 info raise sessionerror, ( 'list path failed. (errclass: 3787564 and errcode: 3950333)' ( err_class, err_code ), err_class, err_code )
28-11-2005 10:52:44 info sessionerror: ('list path failed. (errclass: 1 and errcode: 5)', 1, 5)

...user 'xbox' (via 'everyone' group) has full control over the windows share and read & execute on the ntfs file permissions.


- ruuk - 2005-11-29

affini:

the good news is...
on the second url -
<source url="smb://office;xbox:[email protected]/xbmc" />
you definately connected to the smb server. (first time you've gotten that far)

it looks everything is good except the end of the url. after the ip should be the share name and then the path to the directory in the share:

<source url="smb://office;xbox:[email protected]/share/xbmcdir" />

so unless you have a share named xbmc and the xbmc files are in the 'root' of that share then you would get that error.

but like i said, the url is otherwise fine. do not change it except for the share and path Smile

ruuk


- ruuk - 2005-11-29

(bootsy @ nov. 28 2005,13:34 Wrote:hi...
i´ve a problem with this script...it doesn´t start... Image
i tried it with the last t3ch compile (and other before)...

here´s a screenshot of the xbmc error message...:
(hope it helps...)

Image

please :help:

thx
you need to ftp the directory in the zip file in it's entirety. it looks from the error like the xnlmodules directory is missing at least.
when you are done copying, in your xbmc scripts dir there should be the following (and more)

xnetload.py
gamma-x.py
save-mx.py
xbmcupdate.py
|
|-xnlmodules\
| |
| |-a bunch of .py files
|
|-xnlsettings\
| |
| |-some .xml files and images
|
and more files and dirs

hope this helps.

ruuk


- Livin - 2005-11-29

(ruuk @ nov. 28 2005,21:10 Wrote:affini:

the good news is...
on the second url -
 <source url="smb://office;xbox:[email protected]/xbmc" />
you definately connected to the smb server. (first time you've gotten that far)

it looks everything is good except the end of the url. after the ip should be the share name and then the path to the directory in the share:

 <source url="smb://office;xbox:[email protected]/share/xbmcdir" />

so unless you have a share named xbmc and the xbmc files are in the 'root' of that share then you would get that error.

but like i said, the url is otherwise fine. do not change it except for the share and path Smile

ruuk
ruuk,
the url is correct, the windows share xbmc and files are in the root.

if you were to access from windows it would be \\office\xbmc\

this is what i don't get, i'd think it should work.

can you test placing files in the root on your test system?


- Doc Holliday - 2005-11-29

game save feature is nice. all the networking stuff is making my head hurt. i've set up relax on my computer before, but this stuff just doesn't want to config. i've tried them all and i'm pretty sure of my settings. my computer name has a hyphen in it, so i can't set that up, since no such symbol exists in xbmc's keyboard. Image :veryangry:


- ksufinger - 2005-11-29

ruuk,

(using xbmcupdate)i'm still having problems with files copying into the main xbmc folder, and the exceptions not working in the newest release. just wondered if you made any progress on those.

finger


- Bootsy - 2005-11-29

(ruuk @ nov. 29 2005,05:17 Wrote:you need to ftp the directory in the zip file in it's entirety. it looks from the error like the xnlmodules directory is missing at least.
when you are done copying, in your xbmc scripts dir there should be the following (and more)

xnetload.py
gamma-x.py
save-mx.py
xbmcupdate.py
|
|-xnlmodules\
| |
| |-a bunch of .py files
|
|-xnlsettings\
| |
| |-some .xml files and images
|
and more files and dirs

hope this helps.

ruuk

yeah...sure...i know...that´s what i´ve done... Nod
i created the few empty folders manualy, because they weren´t transfer by flashfxp...
but same error message every time... :tear:
what i´ve read about this script is so wonderfull....heh...but i can´t get it to run... Confused
all files from the .zip are transfered correctly...i think so...
but in the "xnlsettings" folder...there is only one .xml...(xbmcupdate.xml)...and a bunch of .png´s and .jpg´s...
in the "xnlmodules" folder, there are 17 .py files...

i tried to find the source of the error...but without any result... Stare

:bowdown:


- ruuk - 2005-11-30

ok here i go...

ksufinger:
are you using the new version i put up. i did fix all that. if you are using it send me your xml file so i can check it out.

affini:
i'll give that a test.

doc holliday:
there is a hyphen on the keyboard, it just looks like a dot. between the ) and the _

bootsy:
is there and .py in the xnlmodules folder?

i think that's everybody Smile

ruuk


- Bootsy - 2005-11-30

(ruuk @ nov. 29 2005,23:20 Wrote:bootsy:
is there and .py in the xnlmodules folder?

sorry? Huh

there are 17 .py files in the xnlmodules folder...






- Doc Holliday - 2005-11-30

got it to show my computer directory for a second...went back to the main menu and lost it...can't get it back. probably have no use for all of this anyway. :nuts:


- ksufinger - 2005-11-30

(ruuk @ nov. 29 2005,22:20 Wrote:ksufinger:
are you using the new version i put up. i did fix all that. if you are using it send me your xml file so i can check it out.
yeah i'm using 0.996b, just downloaded from the site yesterday.
here's my xml: (if i use smb, then none of the files copy....just folders)
Quote:<?xml version="1.0" ?>
<xbmc_update>
<xbmc_dir path = "f:\apps\xbmc" />
<source url="ftp://[email protected]/xbmc" />
<exceptions>
<dir path="scripts" />
<file path="filezilla server.xml" />
<file path="skin\project mayhem iii\pal\dialogsubmenu.xml" />
<file path="skin\project mayhem iii\pal\home.xml" />
<file path="media\splash.png" />
</exceptions>
<copies>
<file name="default.xbe" dest="f:\xbmc.xbe" />
</copies>
</xbmc_update>

i completely got rid of any previous versions i had before updating.


- ruuk - 2005-11-30

bootsy:
sorry, i was trying to ask if there is an _init_.py file in your xnlmodules folder. the file actually has double _ characters but appearantly the forum doesn't like those and removes them and everything between Smile

doc holliday:
not sure what you are saying. you got it to work and then exited to the main menu or it had an error and closed itself to the main menu. if it had an error and you have the most current version you can probably look in error.log for the error. if you closed it yourself and couldn't get it to connect, then maybe the original connection hadn't completlely gone away/timed out and whatever server you are connecting to was preventing you from making another connection. just guessing.

ksufinger:
hmmm... xml looks good. sounds like it is doing exactly what it was doing before my changes. did you restart your xbox after you put on the new version? if you don't it will use the old version even though it's gone. it caches all the modules. i'm going to check ftp to make sure it's still working for me.

affini:
i'm going to do that test soon Smile i'm just busy here Smile