Dear s! Please post bug reports about FDM here!

FDM 3.9.4 4i5e1k

s: Alex 2nv36

Guest

Re: FDM 3.9.4 6x2s5g

Postby Guest » Sat May 10, 2014 4:20 am

The people who uses Firefox 29.0.1 or 24.5.0ESR should do the following steps.

1)Open your FDM installdir (default is C:\Free Manager\)

2)Find Firefox\extension\chrome.manifest

3)Edit it with notepad.exe or other text-edit tools.you can just copy and paste the follow codes to overwrite the original ones

Code: Select all

content fdm_ffext chrome/content/

overlay chrome://browser/content/browser.xul chrome://fdm_ffext/content/fdm_ffext.xul
overlay   chrome://mozapps/content/s/unknownContentType.xul chrome://fdm_ffext/content/fdm_ffextDM.xul

interfaces components/ivmsfdmff.xpt appversion<22
binary-component components/vmsfdmff.dll appversion<22

interfaces components/ivmsfdmff22.xpt appversion>=22 appversion<30
binary-component components/vmsfdmff22.dll appversion>=22 appversion<30

interfaces components/ivmsfdmff30.xpt appversion>=30a
binary-component components/vmsfdmff30.dll appversion>=30a


4)Restart Firefox(or just start up Firefox) FDM extension work again.


PS:Sorry Usher for the rude reply again.
Top
Guest

Re: FDM 3.9.4 6x2s5g

Postby Guest » Sat May 10, 2014 4:33 am

I've found a chrome.manifest and .aotureg in FDM installdir\Firefox\extension\components.

The chrome.manifest has the same contents with the one we've edited.It seems to be useless,even without it, FDM extension works fine.

But I don't know about the .aotureg file.I've also deleted it,and found FDM extension still works fine.
Top
Guest

Re: FDM 3.9.4 6x2s5g

Postby Guest » Sat May 10, 2014 6:08 am

Guest wrote:I wonder that Line 9 should be

Code: Select all

interfaces components/ivmsfdmff22.xpt appversion<30 appversion>22
binary-component components/vmsfdmff22.dll appversion<30 appversion>22


See https://developer.mozilla.org/en-US/docs/Chrome_Registration .
Multiple appversion flags may be included on a single line, in which case the line is applied if any of the flags match.

Your proposed code matches all versions (appversion<30 or appversion>22).
Top
MELERIX

Re: FDM 3.9.4 6x2s5g

Postby MELERIX » Sat May 10, 2014 6:28 am

for Firefox 29.0.1 you only need to modify two lines:

C:\Program Files\Free Manager\Firefox\extensión\chrome.manifest

Code: Select all

interfaces components/ivmsfdmff22.xpt appversion>=22 appversion<30
binary-component components/vmsfdmff22.dll appversion>=22 appversion<30
Top
Guest

Re: FDM 3.9.4 6x2s5g

Postby Guest » Sat May 10, 2014 9:30 am

Guest wrote:
Guest wrote:I wonder that Line 9 should be

Code: Select all

interfaces components/ivmsfdmff22.xpt appversion<30 appversion>22
binary-component components/vmsfdmff22.dll appversion<30 appversion>22


See https://developer.mozilla.org/en-US/docs/Chrome_Registration .
Multiple appversion flags may be included on a single line, in which case the line is applied if any of the flags match.

Your proposed code matches all versions (appversion<30 or appversion>22).

You just don't know about a single line do you?
Top
Guest

Re: FDM 3.9.4 6x2s5g

Postby Guest » Sat May 10, 2014 10:45 am

Guest wrote:
Guest wrote:
Guest wrote:I wonder that Line 9 should be

Code: Select all

interfaces components/ivmsfdmff22.xpt appversion<30 appversion>22
binary-component components/vmsfdmff22.dll appversion<30 appversion>22


See https://developer.mozilla.org/en-US/docs/Chrome_Registration .
Multiple appversion flags may be included on a single line, in which case the line is applied if any of the flags match.

Your proposed code matches all versions (appversion<30 or appversion>22).

You just don't know about a single line do you?

Your interpretation is wrong.
First single line:

Code: Select all

interfaces components/ivmsfdmff22.xpt appversion<30 appversion>22

Second single line:

Code: Select all

binary-component components/vmsfdmff22.dll appversion<30 appversion>22

"appversion<30 appversion>22" is not "appversion<30 AND appversion>22" but "appversion<30 OR appversion>22".
Top
 avatar
Usher
Posts: 2576
ed: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: FDM 3.9.4 6x2s5g

Usher » Sat May 10, 2014 11:11 am

MELERIX wrote:for Firefox 29.0.1 you only need to modify two lines:

C:\Program Files\Free Manager\Firefox\extensión\chrome.manifest

Code: Select all

interfaces components/ivmsfdmff22.xpt appversion>=22 appversion<30
binary-component components/vmsfdmff22.dll appversion>=22 appversion<30
Wrong. These lines are already eplained in other postings.
The lines you want to ignore contain wrong version number. It's not 30a, it is 30.0a, for example see filename for current 30 beta "Firefox Setup 30.0b3.exe".

Do not post any UNTESTED proposition and stop ranting in many topics, please.
Andrzej P. Wozniak, FDM and forum
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Top
 avatar
Usher
Posts: 2576
ed: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: FDM 3.9.4 6x2s5g

Usher » Sat May 10, 2014 11:20 am

Guest wrote:I've found a chrome.manifest and .aotureg in FDM installdir\Firefox\extension\components
Do NOT play with files if you don't understand their names. It is .autoreg as extension AUTOMATIC REGISTRATION.

Guest wrote:But I don't know about the .aotureg file.I've also deleted it,and found FDM extension still works fine.
You will probably complain when you want to use a new Firefox profile.
Andrzej P. Wozniak, FDM and forum
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Top
Guest

Re: FDM 3.9.4 6x2s5g

Postby Guest » Sat May 10, 2014 11:31 am

New Firefox Extension ver.1.6.0.7 is released. (It is included in FDM newly ed from http://www.freemanager.cinevost.com/.htm )
1.6.0.7 works fine with Firefox 29.0.1.

Thank you.
Top
ddn2003
Posts: 14
ed: Wed Mar 21, 2012 2:15 am

Re: FDM 3.9.4 6x2s5g

ddn2003 » Sat May 10, 2014 4:25 pm

Please add for Maxthon!!!
Top
parkd1
Posts: 68
ed: Tue Apr 19, 2011 6:01 pm

Re: FDM 3.9.4 6x2s5g

parkd1 » Sun May 11, 2014 1:03 am

Guest wrote:New Firefox Extension ver.1.6.0.7 is released. (It is included in FDM newly ed from http://www.freemanager.cinevost.com/.htm )
1.6.0.7 works fine with Firefox 29.0.1.

Thank you.


Did not know the new version was 1.6.0.7. It still showed 1.6.0.6 for me. Had to remove the Firefox Extension then reinstall the FDM for it to show up. Could this be looked into and fix in the next version. For now the work around will be to remove the extension and then install the new version of FDM. Thanks for the heads up on the new version extension.
Top
Guest

Re: FDM 3.9.4 6x2s5g

Postby Guest » Sun May 11, 2014 4:07 am

Usher wrote:
MELERIX wrote:for Firefox 29.0.1 you only need to modify two lines:

C:\Program Files\Free Manager\Firefox\extensión\chrome.manifest

Code: Select all

interfaces components/ivmsfdmff22.xpt appversion>=22 appversion<30
binary-component components/vmsfdmff22.dll appversion>=22 appversion<30
Wrong. These lines are already eplained in other postings.
The lines you want to ignore contain wrong version number. It's not 30a, it is 30.0a, for example see filename for current 30 beta "Firefox Setup 30.0b3.exe".

Do not post any UNTESTED proposition and stop ranting in many topics, please.

Will you attach the version numbers to the fdminst.exe in the future release?It's hard to find out the small updates such as 1472 and 1472 with extensions 1.6.0.7
Top
Guest

Re: FDM 3.9.4 6x2s5g

Postby Guest » Sun May 11, 2014 4:28 am

Usher wrote:
Guest wrote:I've found a chrome.manifest and .aotureg in FDM installdir\Firefox\extension\components
Do NOT play with files if you don't understand their names. It is .autoreg as extension AUTOMATIC REGISTRATION.

Guest wrote:But I don't know about the .aotureg file.I've also deleted it,and found FDM extension still works fine.
You will probably complain when you want to use a new Firefox profile.

X:\Free Manager\Firefox\extension\components\chrome.manifest

This manifest file is still the same with 1.6.0.6, oops?
Top
 avatar
D. Yessa
FDM Team
Posts: 132
ed: Thu Apr 18, 2013 6:53 am

Re: FDM 3.9.4 6x2s5g

D. Yessa » Mon May 12, 2014 5:37 am

parkd1 wrote:Did not know the new version was 1.6.0.7. It still showed 1.6.0.6 for me. Had to remove the Firefox Extension then reinstall the FDM for it to show up. Could this be looked into and fix in the next version. For now the work around will be to remove the extension and then install the new version of FDM. Thanks for the heads up on the new version extension.

Seems like you didn't need to remove extension. Simply reinstall FDM from here or wait a few days until the extension updates automatically.
Top
Wihan Tan

Re: FDM 3.9.4 6x2s5g

Postby Wihan Tan » Mon May 12, 2014 12:21 pm

I never got any trouble in updating FDM because I always do uninstall with Total Uninstall. It will remove all single files and registries without any traces. I never uninstall using Windows uninstaller.

I suggest to you all if don't want to bother wasting your time, just let Total Uninstall does it for you.
Top

Return to “General forum”

Who is online 446p25

s browsing this forum: No ed s and 11 guests

 

  494p2n