Page 1 of 1
Big issue with all the mozilla addons.

Posted:
Wed Feb 10, 2010 8:38 pm
by Falkomagno
Hi. I was a very loyal user of the mozilla addons (clikies, Bob, map rank and dice analyzer)
After the change of layout, i had to install crhome to play because my mozilla was crashed.
Now, I re-install mozilla, re-installed Greasemonkey, but when I try to install any plugin, the following message appears:
Script could not be installed [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIChannel.open]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: getContents :: line 242" data: no]
What can I do?? now, I'm running a tourney, and I think that can be great if I can use a special plug-in for that, and I miss all the plugins, specially map rank.
Can somebody help me???
Re: Big issue with all the mozilla addons.

Posted:
Thu Feb 11, 2010 7:57 am
by chipv
What versions of Firefox and Greasemonkey do you have?
Re: Big issue with all the mozilla addons.

Posted:
Thu Feb 11, 2010 8:01 am
by sherkaner
Did you try to reinstall greasemonkey already? Looks like a GM-issue.
Re: Big issue with all the mozilla addons.

Posted:
Thu Feb 11, 2010 8:03 am
by chipv
sherkaner wrote:Did you try to reinstall greasemonkey already? Looks like a GM-issue.
Some Greasemonkey versions are not compatible with Firefox 3.6 - there is a decent version to use, but I'm checking the facts first.
Re: Big issue with all the mozilla addons.

Posted:
Thu Feb 11, 2010 9:04 am
by Falkomagno
I'm using mozilla 3.5.7
It's the latest version of greasemonkey installed. Version 0.8.20091209.4

Re: Big issue with all the mozilla addons.

Posted:
Fri Feb 12, 2010 6:55 pm
by chipv
Falkomagno wrote:I'm using mozilla 3.5.7
It's the latest version of greasemonkey installed. Version 0.8.20091209.4

This is a profile problem. Did you copy your old profile across?
First
find your profileSee if you have a gm_scripts directory AND a config.xml
If absent, create empty ones and try again.
Re: Big issue with all the mozilla addons.

Posted:
Sat Feb 20, 2010 9:29 am
by chipv
What is the latest on this - are you sorted?
Re: Big issue with all the mozilla addons.

Posted:
Sun Feb 21, 2010 9:04 am
by Falkomagno
I have in the gm_scripts folder five folder, BOB, BOB-1, Map Rank Dice analyzer and and Clikable. It seems like the code of each pluging it's inside. I don't see any config.xml How can I create?? Should I erase those files and try to re install it?
Re: Big issue with all the mozilla addons.

Posted:
Sun Feb 21, 2010 9:06 am
by Dako
You just create it like a normal file.
Assuming you use windows - right click, create new, file. Name it as config.xml and leave empty.
Re: Big issue with all the mozilla addons.

Posted:
Sun Feb 21, 2010 9:11 am
by sherkaner
that config.xml-file should have been made by greasemonkey, I guess for some reason it failed to do so. You could try reinstalling greasemonkey or creating the config.xml itself, and check whether the plugins show up. If you want to do the second option, below is a start for that. I didn't have every plugin, but this should give you a start.
- Code: Select all
<UserScriptConfig>
<Script filename="conquer_club_map_rank_gl.user.js" name="Conquer Club Map Rank GL" namespace="http://userscripts.org/" description="Script to work out Player Map-specific Rank" enabled="true" basedir="conquer_club_map_rank_gl">
<Include>http://www.conquerclub.com/*</Include>
<Include>https://www.conquerclub.com/*</Include>
</Script>
<Script filename="conquer_club_-_bob.user.js" name="Conquer Club - BOB" namespace="http://yeti_c.co.uk/conquerClub" description="Adds Stats, card counter, redemption value, text based map, map inspection tools" enabled="true" basedir="conquer_club_-_bob">
<Include>http*://*conquerclub.com*</Include>
<Require filename="jquerymin.js"/>
</Script>
<Script filename="conquerclub_-_clickable_.user.js" name="ConquerClub - Clickable Maps" namespace="conquerClubClickableMaps" description="" enabled="true" basedir="conquerclub_-_clickable_">
<Include>http://*conquerclub.com/*game.php?game=*</Include>
</Script>
</UserScriptConfig>
Re: Big issue with all the mozilla addons.

Posted:
Mon Feb 22, 2010 6:37 pm
by Falkomagno
No solution yet. I've create the config file and the same results:
Script could not be installed [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIChannel.open]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: getContents :: line 242" data: no]
I think that s related with this part :
chrome://greasemonkey/content/utils.js
But damn, how can i solve it.
Re: Big issue with all the mozilla addons.

Posted:
Tue Apr 06, 2010 5:11 pm
by Falkomagno
I try the profile help but no results so far.
I really miss some adds, especially Map Rank
Re: Big issue with all the mozilla addons.

Posted:
Sat Apr 10, 2010 4:52 am
by chipv
Falkomagno wrote:I try the profile help but no results so far.
I really miss some adds, especially Map Rank
This is exactly the same advice I gave you earlier but it is more descriptive of the path
http://www.techiecorner.com/12/greasemo ... -solution/If that still does not work then you will have to use a different profile.
This means reinstalling all of your scripts afterwards but you can still revert to your old profile afterwards
http://kb.mozillazine.org/Creating_a_ne ... on_Windows
Re: Big issue with all the mozilla addons.

Posted:
Fri Apr 30, 2010 3:49 pm
by yeti_c
Falkomagno wrote:No solution yet. I've create the config file and the same results:
Script could not be installed [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIChannel.open]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: getContents :: line 242" data: no]
I think that s related with this part :
chrome://greasemonkey/content/utils.js
But damn, how can i solve it.
Are you using Firefox - or Chrome?
C.
Re: Big issue with all the mozilla addons.

Posted:
Mon May 03, 2010 12:02 pm
by ender516
At this point, it might be a good idea to get the Firefox updates as well: 3.6.3 is what I am running now.
Re: Big issue with all the mozilla addons.

Posted:
Wed May 05, 2010 10:29 pm
by Falkomagno
yeti_c wrote:Falkomagno wrote:No solution yet. I've create the config file and the same results:
Script could not be installed [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIChannel.open]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: getContents :: line 242" data: no]
I think that s related with this part :
chrome://greasemonkey/content/utils.js
But damn, how can i solve it.
Are you using Firefox - or Chrome?
C.
c'mon...I'm not trying to install greasemonkey plugins running chrome. I use chrome to everything, but to conquerclub i use Mozilla. And it's still not working
Re: Big issue with all the mozilla addons.

Posted:
Thu May 06, 2010 2:10 am
by chipv
Did you try this in the end?
This is exactly the same advice I gave you earlier but it is more descriptive of the path
http://www.techiecorner.com/12/greasemo ... -solution/If that still does not work then you will have to use a different profile.
This means reinstalling all of your scripts afterwards but you can still revert to your old profile afterwards
http://kb.mozillazine.org/Creating_a_ne ... on_Windows
Re: Big issue with all the mozilla addons.

Posted:
Fri May 07, 2010 8:35 am
by yeti_c
Falkomagno wrote:yeti_c wrote:Falkomagno wrote:No solution yet. I've create the config file and the same results:
Script could not be installed [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIChannel.open]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: getContents :: line 242" data: no]
I think that s related with this part :
chrome://greasemonkey/content/utils.js
But damn, how can i solve it.
Are you using Firefox - or Chrome?
C.
c'mon...I'm not trying to install greasemonkey plugins running chrome. I use chrome to everything, but to conquerclub i use Mozilla. And it's still not working
Well sorrrrrreeeeee.
C.
Re: Big issue with all the mozilla addons.

Posted:
Tue Jun 08, 2010 11:56 am
by Falkomagno
yeah. At last its working.
the thing was to erase the gm:scrips folder. then create a new one, and inside it, create a new file called confi.xml (creating a new notepad document, and in save as put config.xml, and in type all files)
thank you very much. At last!