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

iconv failed #48

Open
GoogleCodeExporter opened this issue Mar 28, 2015 · 2 comments
Open

iconv failed #48

GoogleCodeExporter opened this issue Mar 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Currently if controller is not connected, the following error is shown:

{{{
prosody /Users/lord/Dropbox/Projects/Javadrone> java -jar controltower-full.jar 

Exception in thread "main" java.lang.Error: iconv failed
    at com.codeminders.hidapi.HIDManager.listDevices(Native Method)
    at com.codeminders.ardrone.controllers.hid.manager.HIDControllerFinder.findController(HIDControllerFinder.java:17)
    at com.codeminders.controltower.ControlTower.findController(ControlTower.java:163)
    at com.codeminders.controltower.ControlTower.initController(ControlTower.java:139)
    at com.codeminders.controltower.ControlTower.<init>(ControlTower.java:95)
    at com.codeminders.controltower.ControlTower.main(ControlTower.java:713)
}}}

Original issue reported on code.google.com by [email protected] on 8 Jan 2013 at 7:33

@GoogleCodeExporter
Copy link
Author

Actually, the error is shown even of Afterglow Controller is present.

Original comment by [email protected] on 8 Jan 2013 at 7:35

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

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 8 Jan 2013 at 7:36

  • Changed title: iconv failed
  • Added labels: Priority-High
  • Removed labels: Priority-Medium

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