qmk / qmk_toolbox

A Toolbox companion for QMK Firmware
https://qmk.fm/toolbox
MIT License
2.55k stars 504 forks source link

Library not loaded: @rpath/libavrdude.1.dylib #457

Closed FlorianKrug closed 4 months ago

FlorianKrug commented 4 months ago

Describe the Bug

I want to flash my firmware to the atmega32u4, but I get the following error.

`Attempting to flash, please don't remove device

avrdude -p atmega32u4 -c avr109 -U flash:w:/Users/floriankrug/qmk_firmware/gen1_pad_default.hex:i -P /dev/cu.usbmodem1201 -C avrdude.conf dyld[11970]: Library not loaded: @rpath/libavrdude.1.dylib Referenced from: /Applications/QMK Toolbox.app/Contents/Resources/avrdude Reason: tried: '/Applications/QMK Toolbox.app/Contents/Resources/../lib/libavrdude.1.dylib' (no such file), '/Applications/QMK Toolbox.app/Contents/Resources/../lib/libavrdude.1.dylib' (no such file), '/usr/local/lib/libavrdude.1.dylib' (no such file), '/usr/lib/libavrdude.1.dylib' (no such file, not in dyld cache) Flash complete`

System Information

arhimmel commented 4 months ago

i was wondering when this fix will be released?

fauxpark commented 4 months ago

@arhimmel I have just released 0.3.1 which includes the fix from the above linked PR. If you are using the Homebrew Cask, you'll need to wait for it to be updated :)