mungewell / zoom-zt2

Python script to install/remove effects from the Zoom G1Four pedal
MIT License
62 stars 11 forks source link

Checksum error #12

Closed kuhnamps closed 3 years ago

kuhnamps commented 4 years ago

Hi! I have tried to run the zoomzt2-gui.exe om both windows- and linuxmachines, and this happens:

  1. I run once, and it seems to work, but the effect does not in fact upload tom my zoom g1four.
  2. Next time I launch the .exe, i get checksum error 0xfffffff8 on both Windows an Linux (tried both Playonlinux and Wine) and the program does not launch at all. How can I fix this? I tried to unpack both .zip and .tar
alexsarmiento commented 3 years ago

The same thing happens when I try to download files from my G5N. Tested in macos11 and ubuntu 20.04. It would be nice to know which specific python module versions were used with this project by the developer.

mungewell commented 3 years ago

Originally the code was written under Linux (Xubuntu 16.04), and because Python is awesome I could easily adapt to making it available for Windows users.

The 'zoomzt2.py' file is really a module that the GUI uses, if you are having errors on downloading, that would presumably be this piece of code... https://github.com/mungewell/zoom-zt2/blob/master/zoomzt2.py#L303

My pedal died (hardware failure), but will help where I can...

mungewell commented 3 years ago

Another thought; presently the code does very little error checking.... it could be that something else is upsetting the process and the 'checksum error' is just the symptom.

mungewell commented 3 years ago

This might be fixed with https://github.com/mungewell/zoom-zt2/commit/53bcf9a65b2780f6121e9b1da8439736fb427fd7