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

Issue Importing library to Arduino #16

Closed
d1al0g opened this issue Dec 3, 2014 · 7 comments
Closed

Issue Importing library to Arduino #16

d1al0g opened this issue Dec 3, 2014 · 7 comments

Comments

@d1al0g
Copy link

d1al0g commented Dec 3, 2014

Hello, I am on mac with mavericks with IDE 1.0.6

This is the Error message I got when choosing the Mozzi.zip file for library import.

java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:128)
at java.util.zip.ZipFile.(ZipFile.java:145)
at processing.app.tools.ZipDeflater.(ZipDeflater.java:25)
at processing.app.Base.handleAddLibrary(Base.java:2397)
at processing.app.Base$4.actionPerformed(Base.java:959)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
at java.awt.MenuItem.processEvent(MenuItem.java:609)
at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:720)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:690)
at java.awt.EventQueue$3.run(EventQueue.java:688)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:687)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Can you help me make sense of this, Thank you.

@sensorium
Copy link
Owner

Hi,
I can't reproduce the problem here, but have you tried moving the contents
of the zip into your Arduino libraries folder instead of installing it
through the IDE?
Tim

On 3 December 2014 at 14:53, d1al0g notifications@github.com wrote:

Hello, I am on mac with mavericks with IDE 1.0.6

This is the Error message I got when choosing the Mozzi.zip file for
library import.

java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:128)
at java.util.zip.ZipFile.(ZipFile.java:145)
at processing.app.tools.ZipDeflater.(ZipDeflater.java:25)
at processing.app.Base.handleAddLibrary(Base.java:2397)
at processing.app.Base$4.actionPerformed(Base.java:959)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
at java.awt.MenuItem.processEvent(MenuItem.java:609)
at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:720)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:690)
at java.awt.EventQueue$3.run(EventQueue.java:688)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:687)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Can you help me make sense of this, Thank you.


Reply to this email directly or view it on GitHub
#16.

@d1al0g
Copy link
Author

d1al0g commented Dec 3, 2014

Thank you for the fast response.
Forgive me because I am new to all of this but, I've actually got the full Mozzi.zip in the arduino libraries folder, I then open IDE and attempt to import, which is when I get that message.

I've tried the manual installation instructions from arduino.cc but my Mac will only unzip the Mozzi.zip into a strange and seemingly useless Mozzi.zip.cpgz file.

Sent from my iPad

On Dec 3, 2014, at 12:22 AM, Mr Sensorium notifications@github.com wrote:

Hi,
I can't reproduce the problem here, but have you tried moving the contents
of the zip into your Arduino libraries folder instead of installing it
through the IDE?
Tim

On 3 December 2014 at 14:53, d1al0g notifications@github.com wrote:

Hello, I am on mac with mavericks with IDE 1.0.6

This is the Error message I got when choosing the Mozzi.zip file for
library import.

java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(ZipFile.java:128)
at java.util.zip.ZipFile.(ZipFile.java:145)
at processing.app.tools.ZipDeflater.(ZipDeflater.java:25)
at processing.app.Base.handleAddLibrary(Base.java:2397)
at processing.app.Base$4.actionPerformed(Base.java:959)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
at java.awt.MenuItem.processActionEvent(MenuItem.java:650)
at java.awt.MenuItem.processEvent(MenuItem.java:609)
at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:343)
at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:331)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:720)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:690)
at java.awt.EventQueue$3.run(EventQueue.java:688)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:687)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Can you help me make sense of this, Thank you.


Reply to this email directly or view it on GitHub
#16.


Reply to this email directly or view it on GitHub.

@doctroid
Copy link

doctroid commented Dec 3, 2014

On Wed, Dec 3, 2014 at 9:46 AM, d1al0g notifications@github.com wrote:

I've tried the manual installation instructions from arduino.cc but my Mac
will only unzip the Mozzi.zip into a strange and seemingly useless
Mozzi.zip.cpgz file.

That's odd.

Maybe try using The Unarchiver (from the App Store, I believe)? It's pretty
reliable.

Richard Holmes
sent from richholmes@richholmes.net
alternate email rs.holmes@gmail.com

@d1al0g
Copy link
Author

d1al0g commented Dec 3, 2014

I did! I should've mentioned that.

I right click mozzi.zip and select open with unarchiver, and I receive a message saying that unarchiver cannot do anything with this program!

I downloaded the file through google chrome, if that helps.

Thanks again for being so responsive, I'd love to get this library working.

On Dec 3, 2014, at 10:44 AM, "Richard S. Holmes" notifications@github.com wrote:

On Wed, Dec 3, 2014 at 9:46 AM, d1al0g notifications@github.com wrote:

I've tried the manual installation instructions from arduino.cc but my Mac
will only unzip the Mozzi.zip into a strange and seemingly useless
Mozzi.zip.cpgz file.

That's odd.

Maybe try using The Unarchiver (from the App Store, I believe)? It's pretty
reliable.

Richard Holmes
sent from richholmes@richholmes.net
alternate email rs.holmes@gmail.com

Reply to this email directly or view it on GitHub.

@sensorium
Copy link
Owner

Have you tried downloading again? Google says..
http://osxdaily.com/2013/02/13/open-zip-cpgz-file/

On 4 December 2014 at 06:20, d1al0g notifications@github.com wrote:

I did! I should've mentioned that.

I right click mozzi.zip and select open with unarchiver, and I receive a
message saying that unarchiver cannot do anything with this program!

I downloaded the file through google chrome, if that helps.

Thanks again for being so responsive, I'd love to get this library
working.

On Dec 3, 2014, at 10:44 AM, "Richard S. Holmes" <
notifications@github.com> wrote:

On Wed, Dec 3, 2014 at 9:46 AM, d1al0g notifications@github.com
wrote:

I've tried the manual installation instructions from arduino.cc but my
Mac
will only unzip the Mozzi.zip into a strange and seemingly useless
Mozzi.zip.cpgz file.

That's odd.

Maybe try using The Unarchiver (from the App Store, I believe)? It's
pretty
reliable.

Richard Holmes
sent from richholmes@richholmes.net
alternate email rs.holmes@gmail.com

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#16 (comment).

@d1al0g
Copy link
Author

d1al0g commented Dec 4, 2014

Downloaded in Safari, works perfect!

Thanks again, excited to try it out!

On Dec 3, 2014, at 7:45 PM, Mr Sensorium notifications@github.com wrote:

Have you tried downloading again? Google says..
http://osxdaily.com/2013/02/13/open-zip-cpgz-file/

On 4 December 2014 at 06:20, d1al0g notifications@github.com wrote:

I did! I should've mentioned that.

I right click mozzi.zip and select open with unarchiver, and I receive a
message saying that unarchiver cannot do anything with this program!

I downloaded the file through google chrome, if that helps.

Thanks again for being so responsive, I'd love to get this library
working.

On Dec 3, 2014, at 10:44 AM, "Richard S. Holmes" <
notifications@github.com> wrote:

On Wed, Dec 3, 2014 at 9:46 AM, d1al0g notifications@github.com
wrote:

I've tried the manual installation instructions from arduino.cc but my
Mac
will only unzip the Mozzi.zip into a strange and seemingly useless
Mozzi.zip.cpgz file.

That's odd.

Maybe try using The Unarchiver (from the App Store, I believe)? It's
pretty
reliable.

Richard Holmes
sent from richholmes@richholmes.net
alternate email rs.holmes@gmail.com

Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#16 (comment).


Reply to this email directly or view it on GitHub.

@tfry-git
Copy link
Collaborator

As far as I understand, this (support) issue has been resolved. If it was not, please re-open / re-submit.

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

No branches or pull requests

4 participants