Big issue with all the mozilla addons.
Moderator: Tech Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
- Falkomagno
- Posts: 731
- Joined: Mon Jun 04, 2007 12:49 pm
- Gender: Male
- Location: Even in a rock or in a piece of wood. In sunsets often
Big issue with all the mozilla addons.
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???
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.
What versions of Firefox and Greasemonkey do you have?
Re: Big issue with all the mozilla addons.
Did you try to reinstall greasemonkey already? Looks like a GM-issue.
Re: Big issue with all the mozilla addons.
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.
- Falkomagno
- Posts: 731
- Joined: Mon Jun 04, 2007 12:49 pm
- Gender: Male
- Location: Even in a rock or in a piece of wood. In sunsets often
Re: Big issue with all the mozilla addons.
I'm using mozilla 3.5.7
It's the latest version of greasemonkey installed. Version 0.8.20091209.4

It's the latest version of greasemonkey installed. Version 0.8.20091209.4
Re: Big issue with all the mozilla addons.
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 profile
See 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.
What is the latest on this - are you sorted?
- Falkomagno
- Posts: 731
- Joined: Mon Jun 04, 2007 12:49 pm
- Gender: Male
- Location: Even in a rock or in a piece of wood. In sunsets often
Re: Big issue with all the mozilla addons.
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?
-
Dako
- Posts: 3987
- Joined: Sun Aug 26, 2007 9:07 am
- Gender: Male
- Location: St. Petersburg, Russia
- Contact:
Re: Big issue with all the mozilla addons.
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.
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.
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>- Falkomagno
- Posts: 731
- Joined: Mon Jun 04, 2007 12:49 pm
- Gender: Male
- Location: Even in a rock or in a piece of wood. In sunsets often
Re: Big issue with all the mozilla addons.
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.
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.
- Falkomagno
- Posts: 731
- Joined: Mon Jun 04, 2007 12:49 pm
- Gender: Male
- Location: Even in a rock or in a piece of wood. In sunsets often
Re: Big issue with all the mozilla addons.
I try the profile help but no results so far.
I really miss some adds, especially Map Rank
I really miss some adds, especially Map Rank
Re: Big issue with all the mozilla addons.
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.
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.

Highest score : 2297
Re: Big issue with all the mozilla addons.
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.
- Falkomagno
- Posts: 731
- Joined: Mon Jun 04, 2007 12:49 pm
- Gender: Male
- Location: Even in a rock or in a piece of wood. In sunsets often
Re: Big issue with all the mozilla addons.
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.
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
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.
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.

Highest score : 2297
- Falkomagno
- Posts: 731
- Joined: Mon Jun 04, 2007 12:49 pm
- Gender: Male
- Location: Even in a rock or in a piece of wood. In sunsets often
Re: Big issue with all the mozilla addons.
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!
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!
