• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
2

How to fix Error 2032 on Windows 10 with Firefox 40?

New Here ,
Aug 12, 2015 Aug 12, 2015

Copy link to clipboard

Copied

I just updated the Adobe Flash player to 18.0.0.232. This was the first Flash Player update since I installed Windows 10 a few days ago. Now I get the error code 2032 when I go to watch a streamed video feed like http://srv03.sittyweb.nl/~sitecam202/site_component.php?uname=UHJvUmFpbA%3D%3D&cid=NDk3 in my default browser Firefox version 40.0.

Earlier today I checked the same feed with the prefious version of the player 18.0.0.203 and firefox 39.0.3 and that worked just fine / as expected.

I have tried to reïnstall the 18.0.0.203 version of the Flash Player, but then got the same Error 2032.

Any Ideas on how to fix the Error 2032?

error 2032.jpg

Views

17.0K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Aug 18, 2015 Aug 18, 2015

Hi, guys.

I found the solution for this issue.

It is a bug in async plugin initialization in firefox since version 40

https://bugzilla.mozilla.org/show_bug.cgi?id=1194958

You should go to about:config

And change the property dom.ipc.plugins.asyncInit to false

It is not a solution for your users though, but could be.

The firefox team confirmed they will make a regression soon.

Votes

Translate

Translate
Community Beginner ,
Aug 12, 2015 Aug 12, 2015

Copy link to clipboard

Copied

This is happening to us too. We are failing on various POST requests, but not consistently (some work, some don't).

The same flash code works fine on Safari, Chrome, and IE.

It fails only with Firefox 40 on Windows and MacOS

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 13, 2015 Aug 13, 2015

Copy link to clipboard

Copied

We are developing online game.

And for our users some of the GET requests failed with 2032 error. We didn't change anything.

It started to happen after update to Flash Player 18.0.0.232 and Firefox 40 on Windows 7

https://gyazo.com/cfb7ed0317aa78f7c0d49326275cd6e4

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 17, 2015 Aug 17, 2015

Copy link to clipboard

Copied

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 17, 2015 Aug 17, 2015

Copy link to clipboard

Copied

No, it does not. My flash based web app is still experiencing the 2032 errors.

What's interesting is that the status code is 200, which seems to mean the server responded successfully, maybe FF barfed on parsing the response somehow (XML in this case).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 18, 2015 Aug 18, 2015

Copy link to clipboard

Copied

I have found similar problem:

- Firefox 40

- Any flash player (tried debug and normal from 17.last to the actual)

- 10 BINARY http post request (zlib compressed JSON objects), chained (one is loaded, other is requested).

5-7 request succesful, the next returns 2032 error. If the requests are not compressed - simple JSON text request -, it works. In other browsers (tried IE and Chrome) also works. With FF 39 it works too.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 18, 2015 Aug 18, 2015

Copy link to clipboard

Copied

Hi, guys.

I found the solution for this issue.

It is a bug in async plugin initialization in firefox since version 40

https://bugzilla.mozilla.org/show_bug.cgi?id=1194958

You should go to about:config

And change the property dom.ipc.plugins.asyncInit to false

It is not a solution for your users though, but could be.

The firefox team confirmed they will make a regression soon.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 18, 2015 Aug 18, 2015

Copy link to clipboard

Copied

Yes! That works. Thanks so much!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 19, 2015 Aug 19, 2015

Copy link to clipboard

Copied

Works me too, thank you!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 22, 2015 Aug 22, 2015

Copy link to clipboard

Copied

We just started getting this error (2032) as well with our Flash app and the 18.0.0.232 update. We're seeing 2032 across all browsers: IE (11.x), FF (40.0.x) and Chrome. Disabling ActiveX, as suggested in other links, makes it worse. For me personally, Windows 8.1 with IE 11.0.9600 does not work, but FF 40.0.2 and Chrome 44.0.2403.155 m do work.

Has anyone successfully contacted Adobe paid support for help with this?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 22, 2015 Aug 22, 2015

Copy link to clipboard

Copied

I'm totally stuck on where to find the about:config part.  I found an About area under HELP in Firefox but no config area.  I'm also getting this error across all browsers.  I've cleared all caches, reinstalled Flash, refreshed Firefox... nothing worked.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 22, 2015 Aug 22, 2015

Copy link to clipboard

Copied

You type about:config into the address bar.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 22, 2015 Aug 22, 2015

Copy link to clipboard

Copied

LATEST

Thank you for the reply Pwillener.  I tried changing the setting to false, but still no luck with getting the flash working. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines