Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

can't get moonlight to install on firefox 5.0

  • 12 replies
  • 782 have this problem
  • 9 views
  • Last reply by TheDaddy

more options

I was trying to install the latest version of moonlight but it said that it was not compatible with firefox 5.0. is there something that i can do to fix this? it worked when i had an older version.

I was trying to install the latest version of moonlight but it said that it was not compatible with firefox 5.0. is there something that i can do to fix this? it worked when i had an older version.

Chosen solution

You can try to download the Moonlight extension and bump the maxVersion from 4.0.* to 5.*
The extension is signed to protect the extension against changes, so you need to remove the META-INF folder that stores the data to verify the signing.

See:

Read this answer in context 👍 10

All Replies (12)

more options

Chosen Solution

You can try to download the Moonlight extension and bump the maxVersion from 4.0.* to 5.*
The extension is signed to protect the extension against changes, so you need to remove the META-INF folder that stores the data to verify the signing.

See:

more options

i tried that but firefox is now saying that the extension may be corrupted.

more options

never mind i figured out what i forgot. i appreciate it very much

more options

You're welcome

more options

I found an other way: download the compatibility Reporter addon. this addon makes firefox to ignore the compatibility of the addon: https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/?src=api

Now moonlight works fine for me!
more options

I changed the maxVersion to 5.0* and removed META-INF folder but I am getting the same error "extension may be corrupt". What am I missing? I also tried installing compatibility Reporter addon, but it does not let me install moonlight. I checked extensions.checkCompatibility in about:config, and everything is set to false. Please help

Modified by riteshbafna

more options

Did you make sure that you didn't corrupt the extensions .xpi file by editing the maxVersion?

Which program did you use to edit the file?

I usually do that by editing the file directly from inside the archive (cursor right to open and F4 to edit).
Krusader allows this and probably other file managers as well (haven't tested this).

more options

I extracted the .xpi file, opened install.rdf in gedit, changed maxVersion from 4.0.* to 5.0.*, saved it, deleted META-INF, zipped it, renamed it to xyz.xpi and tried opening in Firefox.

more options

The workaround with Add-on Compatibility Reporter is o.k. but I have problems in newer versions of Firefox (7.0a2, 8.0a1) with one silverlight application:

Here http://2seeitlive.com/twic/ you see the application work with FF 5 but does not work properly. Errors in the console:

Moonlight: browser bridge not found for your browser (likely not needed). User agent = 'Mozilla/5.0 (X11; Linux i686; rv:7.0a2) Gecko/20110706 Firefox/7.0a2' Moonlight: Plugin AppDomain Creation: OK Moonlight: URL = http://2seeitlive.com/twic/ Moonlight: URL = http://2seeitlive.com/twic/ClientBin/SilverBoard.xap Moonlight: OpenGL vendor string: Tungsten Graphics, Inc Moonlight: OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile GEM 20100330 DEVELOPMENT x86/MMX/SSE2 Moonlight: OpenGL version string: 2.1 Mesa 7.10.2 Using native xaml parser. trying to load: /System.Windows;component/themes/generic.xaml value_to_variant, can't create a variant of a 0 = (null) value_to_variant, can't create a variant of a 0 = (null) System.InvalidOperationException: Operation is not valid due to the current state of the object

 at System.Windows.Browser.ScriptObject.InvokeInternal (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 
 at System.Windows.Browser.ScriptObject.Invoke (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 
 at System.Windows.Browser.HtmlObject+DOMEventListener.AttachEvent () [0x00000] in <filename unknown>:0 
 at System.Windows.Browser.HtmlObject.AttachEvent (System.String eventName, System.EventHandler`1 handler) [0x00000] in <filename unknown>:0 
 at SilverBoard.Page..ctor (System.String fen, System.String fenfile, System.String san, System.String pgnfile, Int32 refreshInterval, Int32 currentGameIndex, Boolean selectGame, System.String notation, Int32 ply, Boolean arrows, Color lightSquareColor, Color darkSquareColor, Boolean turned, System.String header, System.String piece) [0x00000] in <filename unknown>:0 
 at SilverBoard.App.Application_Startup (System.Object sender, System.Windows.StartupEventArgs e) [0x00000] in <filename unknown>:0 
 at System.Windows.Application.OnStartup (System.Windows.StartupEventArgs e) [0x00000] in <filename unknown>:0 
 at System.Windows.Deployment.CreateApplication () [0x00000] in <filename unknown>:0 
 at System.Windows.Deployment.LoadAssemblies () [0x00000] in <filename unknown>:0 
 at System.Windows.Deployment.InitializeDeployment (IntPtr plugin, System.String xapPath, System.String culture, System.String uiCulture) [0x00000] in <filename unknown>:0 

Moonlight: ErrorEventArgs created with message: 'Operation is not valid due to the current state of the object' EMIT OF EVENT Error(1) ON OBJECT Surface CALLED WITH NO LISTENERS AND NON-NULL CALLDATA


Any ideas?

more options

riteshbafna, I had the exact same problem. I'm assuming you had created a new folder where you extracted all the files from the original .xpi file. It seems it doesn't like it if you zip the entire folder (because when unzipped it produces a folder, not the individual files). So I just opened the folder (after modifying the .rdf file and deleting the META-INF folder), did "Select All", right-clicked and chose "Compress", and renamed the resulting .zip file to .xpi. Voila!

Modified by dumbo2

more options

Same issue for me on firefox 6 AND seamonkey 2.0.14 installed on fedora 15 64 bits, none of the solutions work :( . Error message while trying to open http://info.francetelevisions.fr/?id-video=000299234_CAPP_LeQIhistoireduneimposture_190820111626_Au :

Error at Sys.UI.Silverlight.MediaPlayer._ensureLoaded () [0x00000] in <filename unknown>:0

 at Sys.UI.Silverlight.MediaPlayer.stop () [0x00000] in <filename unknown>:0 
 at FTVIPlayerLight.Silverlight.UserControls.Controllers.UCPlayerController.set_IdContent (System.String value) [0x00000] in <filename unknown>:0 
 at FTVIPlayerLight.Silverlight.UserControls.Controllers.UCPlayerController.PlayCommand_Executed (System.Object sender, SLExtensions.Input.ExecutedEventArgs e) [0x00000] in <filename unknown>:0 
 at (wrapper delegate-invoke) <Module>:invoke_void__this___object_ExecutedEventArgs (object,SLExtensions.Input.ExecutedEventArgs)
 at SLExtensions.Input.Command.Execute (System.Object parameter) [0x00000] in <filename unknown>:0 
 at FTVIPlayerLight.Silverlight.App+<>c__DisplayClass8.<Application_Startup>b__1 (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0 
 at FTVIPlayerLight.Silverlight.MainController.OnInitialized () [0x00000] in <filename unknown>:0 
 at FTVIPlayerLight.Silverlight.MainController.set_IsBusy (Boolean value) [0x00000] in <filename unknown>:0 
 at FTVIPlayerLight.Silverlight.MainController.SetBusyCounter (Boolean isBusy) [0x00000] in <filename unknown>:0 
 at FTVIPlayerLight.Silverlight.UserControls.Controllers.UCMainContentController.webclientMostViewed_DownloadStringCompleted (System.Object sender, System.Net.DownloadStringCompletedEventArgs e) [0x00000] in <filename unknown>:0 
 at System.Net.WebClient.OnDownloadStringCompleted (System.Net.DownloadStringCompletedEventArgs e) [0x00000] in <filename unknown>:0 
 at System.Net.WebClient+<DownloadStringAsyncCallback>c__AnonStorey3.<>m__5 (System.Object sender) [0x00000] in <filename unknown>:0 
 at System.Windows.Threading.Dispatcher.InvokeDelegate (System.Delegate d, System.Object[] args) [0x00000] in <filename unknown>:0 
 at System.Windows.Threading.Dispatcher+<Invoke>c__AnonStorey4B.<>m__B1 () [0x00000] in <filename unknown>:0

Modified by jonaternet

more options

Installation of Moonlight plugin fail on Firefox 7.0.1 because it is not compatible. Found this, worked for me

I found an other way: download the compatibility Reporter addon. this addon makes firefox to ignore the compatibility of the addon: https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/?src=api Solution By passerpunt