Big issue with all the mozilla addons.

Archival storage to keep things organized and uncluttered. Can't find what you need? Search for old topics here.

Moderator: Tech Team

Forum rules
Please read the Community Guidelines before posting.
Post Reply
User avatar
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.

Post 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???
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Post by chipv »

What versions of Firefox and Greasemonkey do you have?
sherkaner
Posts: 1595
Joined: Thu May 03, 2007 3:21 am
Gender: Male
Location: Zwolle

Re: Big issue with all the mozilla addons.

Post by sherkaner »

Did you try to reinstall greasemonkey already? Looks like a GM-issue.
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Post 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.
User avatar
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.

Post by Falkomagno »

I'm using mozilla 3.5.7

It's the latest version of greasemonkey installed. Version 0.8.20091209.4

8-[
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Post by chipv »

Falkomagno wrote:I'm using mozilla 3.5.7

It's the latest version of greasemonkey installed. Version 0.8.20091209.4

8-[


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.
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Post by chipv »

What is the latest on this - are you sorted?
User avatar
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.

Post 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?
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.

Post 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.
Image
sherkaner
Posts: 1595
Joined: Thu May 03, 2007 3:21 am
Gender: Male
Location: Zwolle

Re: Big issue with all the mozilla addons.

Post 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>
User avatar
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.

Post 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.
User avatar
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.

Post by Falkomagno »

I try the profile help but no results so far.

I really miss some adds, especially Map Rank
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Post 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
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: Big issue with all the mozilla addons.

Post 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.
Image
Highest score : 2297
User avatar
ender516
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Gender: Male
Location: Waterloo, Ontario

Re: Big issue with all the mozilla addons.

Post 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.
User avatar
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.

Post 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
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Post 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
User avatar
yeti_c
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am
Gender: Male

Re: Big issue with all the mozilla addons.

Post 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.
Image
Highest score : 2297
User avatar
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.

Post 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!
Post Reply

Return to “Tool Archives”