macOS: crash on launch due to missing library "libuchardet.0.dylib" #27
Replies: 3 comments
-
can you please execute in a terminal emulation this command?
it should list all libraries and frameworks bundled within the application, including libuchardet. If it is there, I don't know why is not loaded. Sorry. Alternatively, you may try to install uchardet from homebrew: https://formulae.brew.sh/formula/uchardet |
Beta Was this translation helpful? Give feedback.
-
Yes, I can see that
Aah, installing uchardet solved the issue. Thank you! The player now opens and plays MIDI files just fine, and the onboard FluidSynth is working as well. |
Beta Was this translation helpful? Give feedback.
-
Hopefully this may be fixed in the new release v1.7.4 |
Beta Was this translation helpful? Give feedback.
-
dmidiplayer 1.7.3 crashes on launch of both of my macOS installations:
Neither system can be upgraded beyond its current macOS version, the MacBook Pro due to being unsupported, and the VirtualBox install due to my host CPU's lack of AVX2 instructions (Intel Core i7-990x).
In both cases, the culprit appears to be a missing
libuchardet.0.dylib
library. Here are the crash logs:Beta Was this translation helpful? Give feedback.
All reactions