cannot run this version on Mac Os 15.3.2 (Sequoia). Nothing happens when launching the app and it's not a security pb.
Version 1.9.3. runs perfectly however.
Yes, you should either run 1.9.3 or follow the instructions below to run the .jar file. ProjectLibre's team spent a lot of time preparing Linux (.deb and .rpm) and Windows (.msi) and macOS (.dmg).
Just a note the dmg is for Apple Silicon and won’t work for x86. Run 1.9.3 or follow the instructions below if you are using an older Mac.
When there are compatibility problems, customers can still install Java 21, download the jar and double click on it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Under macOS 15.4.1, when ProjectLibre 1.9.8 is started by launching /Programs/ProjectLibre.app, the terminal output starts with
Exception in thread "main" java.lang.UnsatisfiedLinkError: /Applications/ProjectLibre.app/Contents/runtime/Contents/Home/lib/libfontmanager.dylib: dlopen(/Applications/ProjectLibre.app/Contents/runtime/Contents/Home/lib/libfontmanager.dylib, 0x0001): Library not loaded: /opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib
Referenced from: <596330EB-90B5-3223-93CA-8780151508A4> /Applications/ProjectLibre.app/Contents/runtime/Contents/Home/lib/libfontmanager.dylib
Reason: tried: '/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib' (no such file), '/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib' (no such file)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just wondering, since ProjectLibre 1.9.8 for macOS looks for the file '/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib', does that mean that ProjectLibre now requires 'harfbuzz' to be installed via homebrew?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The official ProjectLibre .dmg installer for macOS ships all of its native dependencies (including HarfBuzz) inside the app bundle. So if you install from the .dmg and you don’t already have HarfBuzz on your system, the installer will still complete successfully and you won’t need to brew install harfbuzz. The standalone DMG is fully self-contained.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, you should either run 1.9.3 or follow the instructions below to run the .jar file. ProjectLibre's team spent a lot of time preparing Linux (.deb and .rpm) and Windows (.msi) and macOS (.dmg).
Just a note the dmg is for Apple Silicon and won’t work for x86. Run 1.9.3 or follow the instructions below if you are using an older Mac.
When there are compatibility problems, customers can still install Java 21, download the jar and double click on it.
Under macOS 15.4.1, when ProjectLibre 1.9.8 is started by launching /Programs/ProjectLibre.app, the terminal output starts with
Exception in thread "main" java.lang.UnsatisfiedLinkError: /Applications/ProjectLibre.app/Contents/runtime/Contents/Home/lib/libfontmanager.dylib: dlopen(/Applications/ProjectLibre.app/Contents/runtime/Contents/Home/lib/libfontmanager.dylib, 0x0001): Library not loaded: /opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib
Referenced from: <596330EB-90B5-3223-93CA-8780151508A4> /Applications/ProjectLibre.app/Contents/runtime/Contents/Home/lib/libfontmanager.dylib
Reason: tried: '/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib' (no such file), '/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib' (no such file)
Just wondering, since ProjectLibre 1.9.8 for macOS looks for the file '/opt/homebrew/opt/harfbuzz/lib/libharfbuzz.0.dylib', does that mean that ProjectLibre now requires 'harfbuzz' to be installed via homebrew?
The official ProjectLibre .dmg installer for macOS ships all of its native dependencies (including HarfBuzz) inside the app bundle. So if you install from the .dmg and you don’t already have HarfBuzz on your system, the installer will still complete successfully and you won’t need to brew install harfbuzz. The standalone DMG is fully self-contained.