Build Issue

2010-11-28 19:01:54.412 Corona Simulator[50703:903] Connection error: (system.connect) ({
“/FaultCode” = -65794;
“/FaultExtra” = {
domain = 12;
error = 8;
msg = “Stream Error”;
};
“/FaultString” = “/CFStreamFault”;
“/kWSResultIsFault” = 1;
})

I’m seeing more and more these issues when building my game. Could anyone care to explain why this is happening? [import]uid: 10332 topic_id: 4050 reply_id: 304050[/import]

Are you still seeing this error? What Corona build number are you using?

-Tom [import]uid: 7559 topic_id: 4050 reply_id: 13090[/import]

I’ve not seen the error since I reported it.

Version 2010.109 (2010.9.30) [import]uid: 10332 topic_id: 4050 reply_id: 13096[/import]

Im getting that error when trying to build to Android 1.6 with the latest release of the SDK [import]uid: 12014 topic_id: 4050 reply_id: 13359[/import]

@happyBtn, I’m not able to reproduce the error using the latest release build (#243). Is it consistently happening for you?

Tim [import]uid: 8196 topic_id: 4050 reply_id: 13360[/import]

Tim,
Thanks for the reply. Yes it is consistent. I can build for Android 2.01, 2.2 but not for 1.6 [import]uid: 12014 topic_id: 4050 reply_id: 13361[/import]

Also if it helps to know, I’m trying to build one of the Sample Code Projects… FrameAnimation1 [import]uid: 12014 topic_id: 4050 reply_id: 13363[/import]

Also if it helps to know, I’m trying to build one of the Sample Code Projects… FrameAnimation1 [import]uid: 12014 topic_id: 4050 reply_id: 13364[/import]

Could you copy/paste the error message text from the Terminal so our systems team can take a look?

Tim [import]uid: 8196 topic_id: 4050 reply_id: 13365[/import]

Here we are then:

Terminal output

(/Users/computer/Library/Application Support/Corona Simulator/FrameAnimation1-925C592B6949826A07962C411229E15C)
2010-12-08 10:52:30.123 Corona Simulator[376:903] Connection error: (corona.get) ({
“/kWSHTTPResponseMessage” = {url = http://developer.anscamobile.com/services/xmlrpc; status = HTTP/1.1 200 OK};
})

Here’s a screen shot

http://yfrog.com/1s3gyp


[import]uid: 12014 topic_id: 4050 reply_id: 13368[/import]

Ok, we’ve reproduced the issue and will be taking a look at this ASAP. Thanks for the report.

Tim [import]uid: 8196 topic_id: 4050 reply_id: 13378[/import]

Did this ever get fixed? [import]uid: 12014 topic_id: 4050 reply_id: 13840[/import]

Are you still having the issue?

Do you have anything downloading/uploading in the background… sometimes the routers get all messed up and a restart of the router (wireless) is all suffice.

C [import]uid: 24 topic_id: 4050 reply_id: 13948[/import]

Can you explain more about
“downloading/uploading in the background… sometimes the routers get all messed up and a restart of the router (wireless) is all suffice.”

It works for 2.0 - 2.2. Just not 1.6 [import]uid: 12014 topic_id: 4050 reply_id: 14021[/import]

2010-11-28 19:01:54.412 Corona Simulator[50703:903] Connection error: (system.connect) ({  
"/FaultCode" = -65794;  
"/FaultExtra" = {  
domain = 12;  
error = 8;  
msg = "Stream Error";  
};  

This error is due to sometimes the sync packet being lost or the latency is too great for a response. It is very rare but usually happens when there is a network congestion due to a overload on the network (ie: trying to download several large items or uploading huge blobs).

A packet sometimes returns and the router is like huh? and gets stuck. Resetting it works most of the time, or logging off/on back on the computer does the trick as the ip address may change …

c. [import]uid: 24 topic_id: 4050 reply_id: 14025[/import]