Home New Forums discussions ProjectLibre Desktop Can’t open ProjectLibre on M1 Mac

Viewing 19 reply threads
  • Author
    Posts
    • #3026
      Chris UmbergerChris Umberger
      Participant

      I have downloaded 1.9.8 dmg and followed instructions to install. Previously authorized software from Apple & recognized developers. Dragged icon to Applications & MacOS dialog box noted that file was downloaded but had no malware. Clicked open and now have PL icon in apps but won’t open. Installed Java v11.jdk but still won’t open. Have any suggestions?

      Thanks,
      Chris

    • #3040
      Project_LibreProject_Libre
      Keymaster

      ProjectLibre 1.9.8 runs on Linux, Windows and macOS. However, on macOS it is only on Apple Silicon. It does not run on macOS using x86 chips. There is a workaround if needed but the easiest is to go to Sourceforge.net and ProjectLibre download files and download the 1.9.3 version. That will run on the x86 macOS.

      You will need to go to Security/Preferences and “allow” installation since it is not coming from the Apple site. We do have a further workaround if for some reason you are having an issue on Mac and it ‘is’ on an M chip.

    • #3146
      Momoko HanagawaMomoko Hanagawa
      Participant

      “You must allow the installation under Security/Settings as it does not come from the Apple website.” This no longer works. The option is no longer available in the latest MacOS 15.5. Is there another option?

    • #3159
      Chris UmbergerChris Umberger
      Participant

      I do have Apple silicon in M1 Mac and tried to install 1.9.8 several times on both host MacOS 15.4.5 and VM Linux Ubuntu 24.04 and none would work. On Mac, never did not get dialog box allowing me to authorize application to run. On Linux I received warning that Project Libre was not compiled for ARM processor. I finally was able to get 1.9,3 to run on Mac, but would prefer to use most recent version.

      Is there another workaround for Mac or Linux?

    • #3218
      Amir ShafieAmir Shafie
      Participant

      i also fail to run 1.9.8. it seems to be install but failed to run. Now running 1.9.3, and will love to get the latest version 1.9.8. Any workaround?

    • #3377
      Dolores AliagaDolores Aliaga
      Participant

      Hey
      Same here. Got a mac M2 chip and it wont open. Any ideas? Thank u

    • #3774
      Katherine de TollyKatherine de Tolly
      Participant

      I’m on an M4 Mac and can’t open ProjectLibre – the app is in my Applications folder but when I double-click nothing happens. Dying to use the desktop version but so far no luck!

    • #4035
      Jens GJens G
      Participant

      Same for me, but was easy to fix: I had to install “harfbuzz”.
      If you use brew:

      brew install harfbuzz
      brew install --cask projectlibre

      Without brew, you may try your luck here: https://github.com/harfbuzz/harfbuzz

      (You may want to start ProjectLibre in a terminal and see to error message)
      > /Applications/ProjectLibre.app/Contents/MacOS/ProjectLibre

    • #4425
      Laura JohnstonLaura Johnston
      Participant

      I’m having the same issue. Have a M4 MacBook Air and downloaded latest version, but unable to open or run program. Solution needed please.

    • #4429
      Jens GJens G
      Participant

      Error message needed please. When you start ProjectLibre in a terminal (not just click the icon), what is the error message?

    • #4432
      ztm1252@wmich.eduztm1252@wmich.edu
      Participant

      Had issues with getting Project Libre to run on my Mac, like everything would download fine but nothing would happen when I tried to open. A lot of suggestions about changing security preferences but these are all out of date as you can no longer change these, but also these are irrelevant to what needs to happen.

      You need to download Homebrew in order for it to run on your Mac. I am not super technical but I tried to open Project libre in Terminal, then pasted the code and error into Chat GPT and had it analyze what to do. It provided me with the entire code I needed to run to install Homebrew and then once I downloaded it fully, I reopened Project Libre and it worked.

      If you are able to download Project Libre fine, and it just won’t open or do anything, this is what you need to do.

    • #5002
      Harold CornierHarold Cornier
      Participant

      Hello it works after several test :
      1 install Homebrew in console
      2 copypast code

      brew install harfbuzz
      brew install –cask projectlibre

      3 install Projectlibre

    • #5842
      Maria NietoMaria Nieto
      Participant

      Hola buenas , en mi ordenador Mac Book pro de 2021 tampoco me deja abrirlo después de instalarlo , si alguien sabe como solucionarlo , y explicarme los pasos para solucionarlo

    • #6028
      Luxshine HairLuxshine Hair
      Participant

      Error message needed please

    • #6142
      Joe SinnottJoe Sinnott
      Participant

      Here’s a (hopefully) more complete description of the error that I (and I suspect others) are experiencing:

      Hardware: Apple M2
      OS: Mac OS 14.6.1 (Sonoma)

      Steps to reproduce, starting with a machine that does not have ProjectLibre installed but that *does* have homebrew installed.

      $ brew install harfbuzz
        ...
      $ brew install --cask projectlibre
        ...
      ==> Installing Cask projectlibre
      ==> Moving App 'ProjectLibre.app' to '/Applications/ProjectLibre.app'
      🍺  projectlibre was successfully installed!
      $ $ /Applications/ProjectLibre.app/Contents/MacOS/ProjectLibre
      opts:
      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)
      	at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
      	at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(Unknown Source)
      	at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source)
      	at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source)
      	at java.base/jdk.internal.loader.NativeLibraries.findFromPaths(Unknown Source)
      	at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(Unknown Source)
      	at java.base/java.lang.ClassLoader.loadLibrary(Unknown Source)
      	at java.base/java.lang.Runtime.loadLibrary0(Unknown Source)
      	at java.base/java.lang.System.loadLibrary(Unknown Source)
      	at java.desktop/sun.lwawt.macosx.LWCToolkit$1.run(Unknown Source)
      	at java.desktop/sun.lwawt.macosx.LWCToolkit$1.run(Unknown Source)
      	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
      	at java.desktop/sun.lwawt.macosx.LWCToolkit.<clinit>(Unknown Source)
      	at java.desktop/sun.awt.PlatformGraphicsInfo.createToolkit(Unknown Source)
      	at java.desktop/java.awt.Toolkit.getDefaultToolkit(Unknown Source)
      	at java.desktop/sun.awt.CGraphicsEnvironment.<clinit>(Unknown Source)
      	at java.desktop/sun.awt.PlatformGraphicsInfo.createGE(Unknown Source)
      	at java.desktop/java.awt.GraphicsEnvironment$LocalGE.createGE(Unknown Source)
      	at java.desktop/java.awt.GraphicsEnvironment$LocalGE.<clinit>(Unknown Source)
      	at java.desktop/java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
      	at java.desktop/java.awt.Window.initGC(Unknown Source)
      	at java.desktop/java.awt.Window.init(Unknown Source)
      	at java.desktop/java.awt.Window.<init>(Unknown Source)
      	at java.desktop/java.awt.Frame.<init>(Unknown Source)
      	at java.desktop/javax.swing.JFrame.<init>(Unknown Source)
      	at org.pushingpixels.flamingo.api.ribbon.JRibbonFrame.<init>(Unknown Source)
      	at com.projectlibre1.pm.graphic.frames.MainRibbonFrame.<init>(Unknown Source)
      	at com.projectlibre1.pm.graphic.frames.MainFrameFactory.creareMainFrame(Unknown Source)
      	at com.projectlibre1.pm.graphic.gantt.Main.main(Unknown Source)
      	at com.projectlibre1.main.Main.main(Unknown Source)
      Failed to launch JVM

      Please let me know if I can provide additional information

    • #8434
      Nic SeminaraNic Seminara
      Participant

      Hi @all
      any news? I have the exact same issue on my Mac with Tahoe 26.2

      Many thanks for any help.
      Kind regards
      Nic

    • #8437
      Nic SeminaraNic Seminara
      Participant

      after installing homebrew and harfbuzz it worked for me too.
      Dont forget to add the path. Follow exact the instruction and read carefully your message after installing homebrew
      many thanks

    • #8859
      muzafar ahmedmuzafar ahmed
      Participant

      Hey folks, I’ve got Homebrew installed and installed harfbuzz.

      However, while trying to install ProjectLibre(1.9.8), I get these errors:

      $ brew install –cask projectlibre
      Warning: No available formula with the name "–cask". Did you mean cask?
      ==> Searching for similarly named formulae and casks...
      ==> Formulae
      brew-cask-completion                     cask
      
      To install brew-cask-completion, run:
        brew install brew-cask-completion
      
      ==> Casks
      font-caskaydia-cove-nerd-font            font-caskaydia-mono-nerd-font
      
      To install font-caskaydia-cove-nerd-font, run:
        brew install --cask font-caskaydia-cove-nerd-font

      and the below

      
      (base) [~]$ brew install –cask projectlibre
      Warning: No available formula with the name "–cask". Did you mean cask?
      ==> Searching for similarly named formulae and casks...
      ==> Formulae
      brew-cask-completion                     cask
      
      To install brew-cask-completion, run:
        brew install brew-cask-completion
      
      ==> Casks
      font-caskaydia-cove-nerd-font            font-caskaydia-mono-nerd-font
      
      To install font-caskaydia-cove-nerd-font, run:
        brew install --cask font-caskaydia-cove-nerd-font
    • #8916
      Diego SanchezDiego Sanchez
      Participant

      Hello same here, I downloaded and it doesnt open…is there any fix ?

    • #8978
      Luis PérezLuis Pérez
      Participant

      I first installed projectlibre using brew install --cask projectlibre and after read the post 4035 I installed harfbuzz using brew install harfbuzz. Then I just opened the projectlibre app from spotlight and it worked.

Viewing 19 reply threads
  • You must be logged in to reply to this topic.