wilbown / as3-arduino-connector

Automatically exported from code.google.com/p/as3-arduino-connector
0 stars 0 forks source link

Any mouse / keyboard input causes release build to crash #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create an application that instantiates the ArduinoConnector 
ExtensionContext.
2. export as a release build.
3. run the exported release build.
4. move the mouse, click the mouse, or press a key, and the application crashes.

What is the expected output? What do you see instead?
The application should proceed normally.

What version of the product are you using? On what operating system?
1.0.0, OSX 10.6.8

Please provide any additional information below.
I've isolated the problem to the following line:
ExtensionContext.createExtensionContext("com.quetwo.Arduino.ArduinoConnector", 
null);

without creating the ExtensionContext, mouse and keyboard inputs function 
normally.

Original issue reported on code.google.com by e...@transmote.com on 24 Feb 2012 at 9:55

GoogleCodeExporter commented 9 years ago
Fixed in 1.2.0.  Updated the searchpath in my compile order to better 
accommodate an OS bug introduced in 10.6.8.  

Original comment by Nicholas...@gmail.com on 25 Mar 2012 at 3:46