Giter Site home page Giter Site logo

Comments (7)

sensorium avatar sensorium commented on June 27, 2024

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 [email protected] 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.

from mozzi.

d1al0g avatar d1al0g commented on June 27, 2024

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 [email protected] 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 [email protected] 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.

from mozzi.

doctroid avatar doctroid commented on June 27, 2024

On Wed, Dec 3, 2014 at 9:46 AM, d1al0g [email protected] 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 [email protected]
alternate email [email protected]

from mozzi.

d1al0g avatar d1al0g commented on June 27, 2024

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" [email protected] wrote:

On Wed, Dec 3, 2014 at 9:46 AM, d1al0g [email protected] 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 [email protected]
alternate email [email protected]

Reply to this email directly or view it on GitHub.

from mozzi.

sensorium avatar sensorium commented on June 27, 2024

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 [email protected] 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" <
[email protected]> wrote:

On Wed, Dec 3, 2014 at 9:46 AM, d1al0g [email protected]
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 [email protected]
alternate email [email protected]

Reply to this email directly or view it on GitHub.


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

from mozzi.

d1al0g avatar d1al0g commented on June 27, 2024

Downloaded in Safari, works perfect!

Thanks again, excited to try it out!

On Dec 3, 2014, at 7:45 PM, Mr Sensorium [email protected] 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 [email protected] 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" <
[email protected]> wrote:

On Wed, Dec 3, 2014 at 9:46 AM, d1al0g [email protected]
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 [email protected]
alternate email [email protected]

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.

from mozzi.

tfry-git avatar tfry-git commented on June 27, 2024

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

from mozzi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.