Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error #3500: The extension context does not have a method with the name setupPort. #30

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Trying to simply do a test compile targeting AIR for desktop 
2.
3.

What is the expected output? What do you see instead?
ArgumentError: Error #3500: The extension context does not have a method with 
the name setupPort.
    at flash.external::ExtensionContext/_call()
    at flash.external::ExtensionContext/call()
    at com.quetwo.Arduino::ArduinoConnector/connect()[E:\Apache\dev\SerialANE\src\com\quetwo\Arduino\ArduinoConnector.as:102]
What version of the product are you using? On what operating system?
Same error on BOTH Mac OS 10.9 and Windows 8 compiling using Flash CS6 IDE

Please provide any additional information below.

A similar error is supposed to affect only Mac compilations, but this affects 
BOTH mac and Windows

Original issue reported on code.google.com by [email protected] on 29 Jan 2014 at 3:30

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

I've been having this issue as well. I'm running Windows 7 64-bit, with Adobe 
Flash CC.

Original comment by [email protected] on 5 Feb 2014 at 6:35

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

I found out what's wrong! All you need to do is install that "pthreadGC2.dll" 
file mentioned in a different known bug. In v1.5 you also need to install 
"libgcc_s_dw2-1.dll", which you can get at 
http://madalgo.au.dk/~jakobt/libgcc_s_dw2-1.dll

Remember to put them in a different folder (not System32) if you have 64-bit. I 
don't know what to do on Mac OS X though, I've never run into that file 
extension on Mac OS X, so I'd assume that it's windows-only.

Original comment by [email protected] on 5 Feb 2014 at 7:18

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Having the same issue with OSX Mavericks. The getComPorts() method is working 
well but the connect() method which is calling the ANE's setupPort() method 
throws this error.

Original comment by [email protected] on 20 Jun 2014 at 2:27

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant