mkaply / cck2wizard

CCK2
Mozilla Public License 2.0
46 stars 9 forks source link

CCK2 trows error in FF63 (XPCOMUtils.generateQI is not a function) #101

Closed NickETH closed 5 years ago

NickETH commented 5 years ago

TypeError: XPCOMUtils.generateQI is not a function[Learn More] Preferences.jsm:593:19 Seems to me, that this function was removed from XPCOM. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1484466

Can you fix this, please?

Thanks, Nick

nakosenk commented 5 years ago

You can get up and running by changing XPCOMUtils to ChromeUtils without having to make any other changes to the file.

NickETH commented 5 years ago

Hi, thanks a lot. That did the trick. Had to alter the following lines in the module files: CCK2.jsm: Line 1402. Preferences.jsm: Line 593. CCK2FileBlock.jsm: Line 33.

Thanks, Nick

mkaply commented 5 years ago

I've fixed this with the latest code.