Shoutbox

Script wont start - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Script wont start (/showthread.php?tid=81463)

Script wont start by ArkaneArkade on 02-05-2008 at 03:36 PM

Hey guys

I'm having a problem witha  script refusing to load.  When it's imported it fails to start, and if I try to run it it tells me "script is defective or privledges issue"

I used to have the script installed and it ran fine, but I have no reason why its not now.  It's the same computer and same priviledges (I'm admin account) and the script installs on other peoples computers.

Any thoughts?
cheers all


RE: Script wont start by matty on 02-05-2008 at 04:37 PM

What script is it? Do you get any errors in the debug window?

To Enable the Debug Window click the Script Icon on the dashboard > Scripts Preferences... > Check Enable debugging options > Ok

In the Debug Window select the script from the drop down and paste whatever you see into this thread.


RE: Script wont start by C-Quel on 02-05-2008 at 06:01 PM

Script is starting
Error: Error 10022 in function WSAIoctl(SIO_RCVALL)
Invalid argument (code: -2147418113)
       File: Xniff.js. Line: 3.
Script has failed to start


RE: Script wont start by matty on 02-05-2008 at 06:53 PM

quote:
Originally posted by matty
What script is it?

RE: Script wont start by C-Quel on 02-05-2008 at 07:26 PM

http://www.arkanes-arkade.co.uk/XBox/Script.html


RE: Script wont start by MeEtc on 02-05-2008 at 07:36 PM

is it just me, or did C-Quel hijack this thread?

Anyway, the script loads fine here, but I don't have an XBox to see if everything works. I would recommend removing the script, and then reloading it to start


RE: Script wont start by C-Quel on 02-05-2008 at 11:41 PM

#1 - I didnt hijack the thread.
#2 - I consider helping out with debug logs etc as saving the author (a friend of mine) time and effort.
#3 - I would recommend removing the script, and then reloading it to start (you think i'm stupid aswell)

Sorry Leroux but im not willing to put up with this shit off people who have no idea what there talking about, im afraid you may have to take some time out to provide the information yourself now.

I'm going back to my development team forum where people respect help.


RE: Script wont start by Jesus on 02-05-2008 at 11:59 PM

quote:
Originally posted by C-Quel
#1 - I didnt hijack the thread.
#2 - I consider helping out with debug logs etc as saving the author (a friend of mine) time and effort.
#3 - I would recommend removing the script, and then reloading it to start (you think i'm stupid aswell)

Sorry Leroux but im not willing to put up with this shit off people who have no idea what there talking about, im afraid you may have to take some time out to provide the information yourself now.

I'm going back to my development team forum where people respect help.
1.) That isn't made clear until your latest post, before that it is/was as if you just dropped in and posted some error you experienced, without any link to the topic starter.
2.) See 1.
3.) Nobody said he/she thinks you're stupid, it's just that nobody (neither you nor the topic starter) mentioned anything that has been tried to solve the problem. Reinstalling the script seems a perfect place to start.

Now the cocky attitude you show in your last post isn't going to get you anywhere. I mean, you and Lourix ask for help here, people take time to answer your posts and all they get as a response is this. I'm sure you wouldn't like such a situation in your dev team forum.

Anyway, I don't really feel like it since your last post, but I'll take a quick look at it now and post back when I find something.
RE: Script wont start by ArkaneArkade on 02-06-2008 at 12:08 AM

Sorry guys, I never fully explained at the start, the problems were on C-Quels computer, just I figured it would be quicker and less explaining to say me.

I have the script installed on 3 computers at mines, with no problems.  C-Quel on the other hand gets the following error on manual startup of the script.

code:
Script is starting
Error: Error 10022 in function WSAIoctl(SIO_RCVALL)
Invalid argument (code: -2147418113)
       File: Xniff.js. Line: 3.
Script has failed to start

The line mentioned where the problem is caused is simply "xniff.Start();"

I know C-Quel used to have this script working, but removed it to update the version.  I compiled the .plsc and sent it over earlier so it is exactly the same as I use (as is the one on the server) so I really don't understand what the issue can be.

I know people have had issues with Xniff before, but as I said it used to work fine for C-Quel, and there've been no system changes.  He's running the same windows as me with similar specs so I'm clueless.

Cheers guys.
RE: Script wont start by Jesus on 02-06-2008 at 12:54 AM

I just looked into it and ended up googling for the error.
One of the first hits on google was a thread on these forums, specifically the Xniff thread.
So after reading it for a bit I found CookieRevised's Reply in which he states that this error occurs when a raw socket could not be created. (The rest of the thread might be worth reading too)
Most of the time this problem occurs with wireless devices, but it could also be a driver issue.


RE: Script wont start by ArkaneArkade on 02-06-2008 at 06:41 PM

Cheers Jesus.  I'd completely missed that.  I still don't understand why it used to work, but I guess driver changes are quite possible, if not probable.

Thanks all for help.


RE: Script wont start by C-Quel on 02-07-2008 at 04:14 PM

Just a quickie to say i got it working with my wireless system and no driver changes... few mods to script :)


RE: Script wont start by Matti on 02-07-2008 at 04:55 PM

Well, it may be helpful if you could mention how you fixed this, so that others who might experience this problem too can find an answer in this thread. ;)