Flex - Getting 2032 Error (On Only 1 Machine)

Jul 21, 2010

I built an AIR app a while ago. One of the users today got a new machine (XP) and keeps getting a 2032 error when the app tries to send/receive data via HTTPService I verified that this page works when accessed within a web browser. It also works on AIR apps on other machines. The page and the AIR app haven't been changed for months, the only thing that has changed is this particular users computer. I recompiled to get a more specific error and this is what I got:

[Code]...

As I am writing this I had the user restart and relaunch the application, it is now working so I am not too worried about it,

Today (next day) It is happening again and restart isn't even fixing it today. It has to be something on her machine interfering causing the problem because I can run the program on any other machine just fine with no problem. Not sure what it could be or how to troubleshoot that?

View 2 Replies


Similar Posts:


Flex - Error #2032: Stream Error Occurring On Fedora But Not On Ubuntu

Dec 4, 2011

This error has been faced by many people, as seen via internet, but none of the solutions given worked for me.

Problem:I have a flex application which I am trying to run on a Linux machine. On Ubuntu, it works fine but on Fedora following error arises when a login button is clicked.

text="Error #2032: Stream Error. URL: http://192.168.1.115/flexApp/utils/db_mgmt.php"].

Details:Login button actually sends username and password entered by a user to a server deployed on same machine via HTTPService. That HTTPService actually sends data to db_mgmt.php on the server which takes care of authorization of the user by querying mysql database deployed on same machine.

[Code]...

View 1 Replies

Flash :: Flex And Compiling RSLs Into The SWF And The #2032 Error

Sep 21, 2011

I've been working on a SWF that will be converted into a Projector file, no particular great shakes but some fun logic driving some aspects. Written Flex 4.5 it has been a doddle until I test the projector on a new / clean machine and without (v important this) a network connection. What happens is the movie fails with an... Error #2032: Stream Error: URL: file:///C:|/mydirectory/framework_4.5.0.20967.swz

after some research I realise this is an RSL (Runtime Shared Library) that is cached on the local machine (WIN7) under the 'C:Users\AppDataRoamingAdobeFlash PlayerAssetCache<8 Char Path>' along with a host of other RSLs. But in my disconnected state it doesn't work, however, if the machine is connected it does work (by downloading and caching the appropriate libraries from Adobe). Unfortunately I need to deploy this Projector file as a single entity and often into disconnected scenarios. Reviewing Flex's build options I've selected 'Merged into code' for the Framework Linkage that I assumed would create my single, deployable object but alas no.

View 2 Replies

ActionScript 3.0 :: Error "Error #2044: Unhandled IOErrorEvent:. Text=Error #2032: Stream Error

Oct 7, 2010

hey im trying to make a mp3 player and when u click on a play btn it plays that song. but i keep getting this output error "Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
at slide_fla::MainTimeline/frame1()"
this is my code

ActionScript Code:
import fl.transitions.Tween;
import fl.transitions.easing.*;
var slidebind:Rectangle = new Rectangle(3, 3, 159, 0);
var loadsnd:URLRequest = new URLRequest ("s1.mp3");
var thissnd:Sound = new Sound();

[Code]...

View 1 Replies

Flex :: SWF No Longer Work - Error 2048 / 2046 Or 2032

May 23, 2010

I'm pretty new to Flex. Basically, anything I try to build with mxmlc fails to run now, giving me the above three errors depending on what I do. It was working 30 minutes ago, I've been spending that time trying to figure out what has changed. I redownloaded the Flex SDK, cleared my assetcache, have cleared Firefox's cache. (I'm using Linux.) Even if I compile with -static-link-runtime-shared-libraries=false, since it seems like #2048 is a RSL problem, it still refuses to run.

Another strange thing, if I keep
<policy-file-url>[URL]>
<rsl-url>textLayout_1.0.0.595.swz</rsl-url>

In my flex-config file, then firebug tells me that my swf file is trying to access a copy of that in the app's folder, giving error 2032. And if I stick the one I have in frameworks/rsls/ then it gives me error 2046. I don't know how it could not be properly signed, unless Adobe magically changed a signature and didn't update their flex SDK.

View 4 Replies

Professional :: Error #2044: IoError No Controlado: Text=Error #2032: Error De Secuencia. URL: Send_email.php

Jan 17, 2010

I am always getting the same error:

Error #2044: ioError no controlado: text=Error #2032: Error de secuencia. URL: send_email.php    at Alvaro_Veronica_v0105_fla::contactform_11/frame1()The code from the php file in charge of sending the email is the following:
<?php$contact_name = $_POST['name'];$contact_email = $_POST['email'];$contact_subject = $_POST['subject'];$contact_message =

[code].....

View 1 Replies

ActionScript 3.0 :: Sound Error #2044: IOErrorEvent No Controlado - Text=Error #2032: Error De Secuencia

Apr 8, 2010

I get this error message but all the code for the sound seems to be in order. It is only played after it is loaded. Error #2044: IOErrorEvent no controlado:

[code]...

View 5 Replies

Professional :: Error #2044: Unhandled IoError:. Text=Error #2032: Stream Error. URL: File?

Dec 7, 2010

i'm trying to make a contact form but it gives me this error and the messages are not being sent.

"Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: file:///Ana%20Valente/Snowflake/site%20snowflake/contact.php  at index_fla::MainTimeline/sendMessage()"

[code].....

View 2 Replies

ActionScript 3.0 :: Error #2044: Unhandled IOErrorEvent:. Text=Error #2032: Stream Error. At Workingg_fla?

Apr 12, 2011

This is the error I'm getting with my code and I believe it has to do with the sounds needed to be played back. Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error. at workingg_fla::MainTimeline/stage_EnterFrame()

My code:

import flash.events.ActivityEvent; import flash.events.StatusEvent; import flash.media.Microphone; //line code belowvar container1:Sprite = new Sprite();var container2:Sprite = new Sprite();var container3:Sprite = new Sprite();var container4:Sprite = new Sprite();var container5:Sprite = new Sprite();//random coordinates for container1var corcon1x:Number = Math.round(Math.random()*600);var[code].......

What I need from this code is the following:

a. to pick up the mic activity level, read it, and based on the number put out a line

b. it to be kept to a minute, after the minute the screen is cleared and it plays back the lines and sounds that had been generated.

c. that nothing appears when the mic.activityLevel is 0

d.that when lines hit each other, a sound is made

I don't care if there is no playback, but right now I can't even get the lines to appear and I need the sounds to play when the lines hit each other.

View 5 Replies

ActionScript 3.0 :: Error #2044: Unhandled IoError:. Text=Error #2032: Stream Error. URL:

Mar 13, 2009

I have an swf that sends info to a PHP file which in turn gets a SWF to FLV converter running. If I try this with a small 1kb swf file it works great and returns the results with in 5 seconds.However now that I step it up to convert the files in which it was intended, files ranging around 2 mbs, I get this error..

Error opening URL '
http://192.168.70.106/convert.php'
Error #2044: Unhandled ioError:. text=Error #2032: Stream
Error. URL:
http://192.168.70.106/convert.php

[Code]...

View 1 Replies

ActionScript 3.0 :: Error #2044: Unhandled IOErrorEvent:. Text=Error #2032: Stream Error.

Jul 27, 2010

Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.    at flash_fla::MainTimeline/frame190()

View 1 Replies

Flash :: Error #2044: Unhandled IOErrorEvent:. Text=Error #2032: Stream Error?

Apr 1, 2011

I have this error in my output screen, what it means?

Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
at soundboard_fla::MainTimeline/frame40()
at flash.display::MovieClip/gotoAndStop()

[code].....

View 1 Replies

Android :: Error #2044: Unhandled IOErrorEvent:. Text=Error #2032: Stream Error

Nov 21, 2011

I have a Android Actionscript project that I am trying to incorporate sound in, but having a problem that I cannot figure out. I have the sound file in the same directory as my class file and my .xfl file. I am trying to start the music file as soon as the application starts via class reference, but am getting the same error everytime:

Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.
at playAudio()[C:pathtoerrorplayAudio.as:9]
at networkScores/frame1()[networkScores::frame1:7]

Here is my class file:

package
{
import flash.media.Sound;
import flash.net.URLRequest;

[code]....

Here is my call from the timeline:

import playAudio;
var playMusic:playAudio = new playAudio(1);

I had to put a link to the mp3 file in my server, instead of putting it in my directory.

View 1 Replies

Actionscript 3 :: Error #2044: Unhandled IoError:. Text=Error #2032: Stream Error

Dec 20, 2011

I have a function in my AS3 that frequently calls a PHP file. Most of the time it works but occasionally it fails and throws the error I used in the title. I researched this fairly extensively and started capturing the event in the following manner:

public static function Bar():void {
var request:URLRequest = new URLRequest("path/to/file.php");
var requestVariables:URLVariables = new URLVariables();
var loader:URLLoader = new URLLoader();

[Code]...

View 3 Replies

ActionScript 3.0 :: Error #2044: Unhanded IoError:. Text=Error #2032: Stream Error

Jul 26, 2009

[Code]...

But when I type [URL] in my browser, it does open the page that says

View 2 Replies

ActionScript 3.0 :: Error #2044 - Unhandled IOErrorEvent - Text=Error #2032 - Stream Error

Dec 29, 2010

[Code]....

I'm trying to include some text to speech function into my flash, the code above works perfectly fine when i open my class in AS3, however it fails when I uses adobe air to run my class below is the error message Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error.

View 2 Replies

ActionScript 3.0 :: Error #2044: Unhandled IOErrorEvent:. Text=Error #2032: Stream Error

Feb 3, 2009

I have an XML MP3 player. The MP3 player works fine and i have managed to add a playlist. The problem i am having is that when the user clicks on a song from the playlist this error is produced

[Code]...

View 13 Replies

Flash Error "Error #2044: Unhandled IoError:. Text=Error #2032: Stream Error. URL: Images.xml"?

Jul 15, 2010

which everything seems fine, but when i implement a slider on a page inside a folder in the root (i.e. aboutus/index.aspx) i get that error when the slider is trying to call the images.I have similar slider animations in pages located in the root folder and in those i get no problem at all, seems it only happens when the page is located inside a folder.The website is done using main.master on asp, maybe the cache or rendering of the website is missing something, hope someone has had something similar or know how to get around this.

View 2 Replies

ActionScript 3.0 :: Error #2032: Stream Error While Sending Data From Flash

Sep 22, 2009

I am trying to send data from Flash to .Net through POST. When I send a normal String variable, it works fine. But when I try to send an XML as string, it shows me: Error #2032: Stream Error, error.

View 4 Replies

Actionscript 3 :: Error #2032: Stream Error - While Calling Webservices Through An Ssl Connection

Dec 13, 2011

I'm trying to access a webservice with an SSL connection from an AIR application, I can access the webservice and retrieve the data without SSL, but when I try and access it through it I end up getting the 2032 Stream Error. As if what I was attempting to access wasn't available (which in fact it is, since I can easilly access it through my browsers).

[Code]...

View 1 Replies

ActionScript 3.0 :: IoError Handeling - Cannot Trace Out - Error #2044: Unhandled IoError:. Text=Error #2032: Stream Error

Jul 20, 2009

I have a project that was already supposed to be launched. It tested fine on my computer, but is throwing an error on other browsers....and I cannot figure out how to catch the error! I have been reading and trying everything, but nothing is working!!!

I captioned a video using components, but the captions are stored in the video and the source then is "0". Flash doesn't understand "0", but the captions still work. I need Flash to ignore the error so it stops crashing the browsers!

[Code]...

View 8 Replies

ActionScript 3.0 :: Error #2032 : Stream Error On First Load Attempt?

Apr 27, 2011

I'm developing an AIR application that logs me into a web service (I click a "Login" button and the application submits an HTML form on my behalf). However, if the application hasn't been executed for a while half a day or so it always dispatches IOErrorEvent with the following error when I try to log in:

Error #2032: Stream Error.If I immediately try to log in again, I'm connected/authenticated without any problem. If I close the application and run it again shortly thereafter, the problem does not occur. It only happens when I run the application for the first time after about 6-12 hours.A lot of Google results blame caching, so I'm doing everything I can to avoid caching but the problem persists. The relevant portion of my code is below. Am I doing anything wrong? Has anyone else seen this very strange behavior?

ActionScript Code:
var params:URLVariables = new URLVariables();
params.user = "username";[code]..........

View 3 Replies

ActionScript 3.0 :: Stoopit Error #2032: Stream Error?

Mar 2, 2010

I have an application that saves the SWF as a jpg by sending POST data to a PHP file on my server. Then the flash is supposed to invoke a download screen to save it to their HD. I've got a couple problems:1 - I'm getting this Stream error, saying it can't open my PHP page, when in fact it runs through the code and creates an image "sometimes". Whether it does or doesn't save, the error still shows up.2- When the image DOES save, it is always the image from the attempt BEFORE the current save. For instance, I save a screenshot of what I entered, and it's from the entry before. No idea what is going on there.

var holder:String; 
function saveit(e:MouseEvent){ var __width:Number = stage.stageWidth; var __height:Number = stage.stageHeight; var sbmp:BitmapData = new BitmapData(__width,__height); sbmp.draw ( root

[code].....

View 5 Replies

Professional :: Error #2032: Stream Error, Chrome

Jan 12, 2011

I've been testing a flex browser app in Firefox. It has a httpservice that loads a file from a remote server. It works fine in FF, but when I tested it in Google Chrome, I start getting Error #2032: Stream Error. Previously there was no crossdomain.xml file on the remote server. But since Chrome started having hiccups I put the crossdomain.xml file up (on the root of the domain). However, Chrome still gives me that 2032 error. I don't know what is wrong. I am testing this locally (localhost) from and also from the Flash Builder 4 ADL, using the Flash debugger (which I finally got working in Chrome).
 
crossdomain.xml:
 
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>

View 3 Replies

Flash :: Error #2032: Stream Error

Jun 28, 2011

I am using an .swf file which takes data from an XML file to run. I have added this swf file into my dot net web application in an iframe.

But when I run the application, flash gives the error:

ERROR #2032 Stream Error

View 1 Replies

Actionscript 3 :: HTTP Request Error #2032?

Sep 29, 2009

In Flex 3 application I use HTTPService class to make requests to the server:

var http:HTTPService = new HTTPService();
http.method = 'POST';
http.url = hostUrl;[code]....

The application has Comet-architecture. So it makes long running requests. While waiting a response for this request, other requests can be made concurrently.The application works in most cases. But sometimes some clients get HTTP request error executing long running request:

faultCode:Server.Error.Request
faultString:'HTTP request error'
faultDetail:'Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032"].

View 8 Replies

ActionScript 3.0 :: AIR Communication Error #2032 Via HTTPS

Jul 15, 2011

I have Flash AIR application, that communicates with server via HTTPS protocol. On MAC I install requested certificate and it works fine, but unfortunently on Windows 7 and XP I have this error: "[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032" errorID=2032]" I aasume its something wrong with system configuration, but anyone know how to fix this?

View 1 Replies

ActionScript 3.0 :: "Error #2032: Stream Error" With Larger Posts

Sep 29, 2010

I'm trying to post xml data to a service using HTTPService and am frequently getting  "Error #2032: Stream Error" with larger posts. In most cases it's sending a post with a content length of around 4100147.
 
When watching these requests in wireshark, I noticed that the post gets sent... and then it gets sent again a short time later. I have verified that the send method is only called once, and requestTimeout is set to 0.With smaller amounts of data, it works fine.

View 2 Replies

ActionScript 3.0 :: URLRequest With Https:// Throws Error#2032?

Mar 9, 2010

I am trying to load a sample.xml usinghttps://, When I try loading I get Security Alert pop up. After I accept & even if I install the certificates It fails to load the XML file and  IOErrorEvent gets called. How to load a XML files from secured server using https:// ?
 
Code I am trying is :
var loader:URLLoader = new URLLoader();  configureListeners(loader);
var request:URLRequest = new

[code].....

View 3 Replies

ActionScript 3.0 :: Russian Text Throws Error 2032

Jan 27, 2010

I'm having some trouble understandig this. What i'm doing is using a very basic urlLoader to send text to an ASP. Everything works just as expected using English and Swedish, but if i try and send some Russian (cyrillic) Flash throws an error 2032 on a script working flawless up to this point. Am i missing the obvious here? the first one to admit never worked with russian thext in this fashion before, does it need special encoding or is there something i need to do to make this work?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved