Conquer Club

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.

Big issue with all the mozilla addons.

Postby Falkomagno on Wed Feb 10, 2010 8:38 pm

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
Corporal 1st Class Falkomagno
 
Posts: 731
Joined: Mon Jun 04, 2007 12:49 pm
Location: Even in a rock or in a piece of wood. In sunsets often

Re: Big issue with all the mozilla addons.

Postby chipv on Thu Feb 11, 2010 7:57 am

What versions of Firefox and Greasemonkey do you have?
User avatar
Colonel chipv
Head Tech
Head Tech
 
Posts: 2885
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Postby sherkaner on Thu Feb 11, 2010 8:01 am

Did you try to reinstall greasemonkey already? Looks like a GM-issue.
Colonel sherkaner
 
Posts: 1595
Joined: Thu May 03, 2007 3:21 am
Location: Zwolle

Re: Big issue with all the mozilla addons.

Postby chipv on Thu Feb 11, 2010 8:03 am

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
Colonel chipv
Head Tech
Head Tech
 
Posts: 2885
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Postby Falkomagno on Thu Feb 11, 2010 9:04 am

I'm using mozilla 3.5.7

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

8-[
User avatar
Corporal 1st Class Falkomagno
 
Posts: 731
Joined: Mon Jun 04, 2007 12:49 pm
Location: Even in a rock or in a piece of wood. In sunsets often

Re: Big issue with all the mozilla addons.

Postby chipv on Fri Feb 12, 2010 6:55 pm

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
Colonel chipv
Head Tech
Head Tech
 
Posts: 2885
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Postby chipv on Sat Feb 20, 2010 9:29 am

What is the latest on this - are you sorted?
User avatar
Colonel chipv
Head Tech
Head Tech
 
Posts: 2885
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Postby Falkomagno on Sun Feb 21, 2010 9:04 am

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?
User avatar
Corporal 1st Class Falkomagno
 
Posts: 731
Joined: Mon Jun 04, 2007 12:49 pm
Location: Even in a rock or in a piece of wood. In sunsets often

Re: Big issue with all the mozilla addons.

Postby Dako on Sun Feb 21, 2010 9:06 am

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
User avatar
Colonel Dako
 
Posts: 3987
Joined: Sun Aug 26, 2007 9:07 am
Location: St. Petersburg, Russia

Re: Big issue with all the mozilla addons.

Postby sherkaner on Sun Feb 21, 2010 9:11 am

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>
Colonel sherkaner
 
Posts: 1595
Joined: Thu May 03, 2007 3:21 am
Location: Zwolle

Re: Big issue with all the mozilla addons.

Postby Falkomagno on Mon Feb 22, 2010 6:37 pm

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
Corporal 1st Class Falkomagno
 
Posts: 731
Joined: Mon Jun 04, 2007 12:49 pm
Location: Even in a rock or in a piece of wood. In sunsets often

Re: Big issue with all the mozilla addons.

Postby Falkomagno on Tue Apr 06, 2010 5:11 pm

I try the profile help but no results so far.

I really miss some adds, especially Map Rank
User avatar
Corporal 1st Class Falkomagno
 
Posts: 731
Joined: Mon Jun 04, 2007 12:49 pm
Location: Even in a rock or in a piece of wood. In sunsets often

Re: Big issue with all the mozilla addons.

Postby chipv on Sat Apr 10, 2010 4:52 am

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
Colonel chipv
Head Tech
Head Tech
 
Posts: 2885
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Postby yeti_c on Fri Apr 30, 2010 3:49 pm

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
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Big issue with all the mozilla addons.

Postby ender516 on Mon May 03, 2010 12:02 pm

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
Sergeant 1st Class ender516
 
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Location: Waterloo, Ontario

Re: Big issue with all the mozilla addons.

Postby Falkomagno on Wed May 05, 2010 10:29 pm

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
Corporal 1st Class Falkomagno
 
Posts: 731
Joined: Mon Jun 04, 2007 12:49 pm
Location: Even in a rock or in a piece of wood. In sunsets often

Re: Big issue with all the mozilla addons.

Postby chipv on Thu May 06, 2010 2:10 am

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
Colonel chipv
Head Tech
Head Tech
 
Posts: 2885
Joined: Mon Apr 28, 2008 5:30 pm

Re: Big issue with all the mozilla addons.

Postby yeti_c on Fri May 07, 2010 8:35 am

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
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Re: Big issue with all the mozilla addons.

Postby Falkomagno on Tue Jun 08, 2010 11:56 am

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!
User avatar
Corporal 1st Class Falkomagno
 
Posts: 731
Joined: Mon Jun 04, 2007 12:49 pm
Location: Even in a rock or in a piece of wood. In sunsets often


Return to Tool Archives

Who is online

Users browsing this forum: No registered users

cron