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
Original issue reported on code.google.com by
e...@transmote.com
on 24 Feb 2012 at 9:55