Dear Users! Please post bug reports about FDM here!

FDM 3.9.4

Moderators: Usher, Alex

Guest

Re: FDM 3.9.4

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 Download 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/downloads/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.
Guest

Re: FDM 3.9.4

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.
Guest

Re: FDM 3.9.4

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).
MELERIX

Re: FDM 3.9.4

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 Download 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
Guest

Re: FDM 3.9.4

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?
Guest

Re: FDM 3.9.4

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".
User avatar
Usher
Posts: 2567
Joined: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: FDM 3.9.4

Postby 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 Download 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 user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
User avatar
Usher
Posts: 2567
Joined: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: FDM 3.9.4

Postby 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 user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Guest

Re: FDM 3.9.4

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 downloaded from http://www.freedownloadmanager.org/download.htm )
1.6.0.7 works fine with Firefox 29.0.1.

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

Re: FDM 3.9.4

Postby ddn2003 » Sat May 10, 2014 4:25 pm

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

Re: FDM 3.9.4

Postby 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 downloaded from http://www.freedownloadmanager.org/download.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.
Guest

Re: FDM 3.9.4

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 Download 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
Guest

Re: FDM 3.9.4

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 Download Manager\Firefox\extension\components\chrome.manifest

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

Re: FDM 3.9.4

Postby 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.
Wihan Tan

Re: FDM 3.9.4

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.

Return to “General forum”

Who is online

Users browsing this forum: No registered users and 14 guests