Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open on MacOS 10.14 #258

Closed
1 task done
giacomocaironi opened this issue Jan 9, 2023 · 3 comments
Closed
1 task done

Can't open on MacOS 10.14 #258

giacomocaironi opened this issue Jan 9, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@giacomocaironi
Copy link

Operating System

macOS

Description of bug

When i try to run it I get the following error

dyld: Library not loaded: @executable_path/../MacOS/libpcre2-16.0.dylib
  Referenced from: /Users/marco/Downloads/UltimMC.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
  Reason: no suitable image found.  Did find:
        /Users/marco/Downloads/./UltimMC.app/Contents/MacOS/../MacOS/libpcre2-16.0.dylib: cannot load 'libpcre2-16.0.dylib' (load command 0x80000034 is unknown)
        /Users/marco/Downloads/./UltimMC.app/Contents/MacOS/../MacOS/libpcre2-16.0.dylib: stat() failed with errno=1
        /Users/marco/Downloads/UltimMC.app/Contents/MacOS/../MacOS/libpcre2-16.0.dylib: cannot load 'libpcre2-16.0.dylib' (load command 0x80000034 is unknown)
        /Users/marco/Downloads/UltimMC.app/Contents/MacOS/../MacOS/libpcre2-16.0.dylib: stat() failed with errno=1
Abort trap: 6

Steps to reproduce

Follow the instructions in the readme end then execute the application using MacOS 14

Suspected cause

Maybe a difference between my pc and the environment where the application is compiled?

This issue is unique

  • I have searched the issue tracker and did not find an issue describing my bug.
@giacomocaironi giacomocaironi added the bug Something isn't working label Jan 9, 2023
@MecBonjourno
Copy link

Same here

@eduardmolnar
Copy link

eduardmolnar commented Apr 17, 2023

Same issue, 10.14.6 with Qt5 installed from macports version 5.15.8_0

I can launch the original MultiMC just fine without any errors on the same machine.

Did find a similar issue (with another library) that suggested the load command specified in the error, LC_DYLD_CHAINED_FIXUPS, is too new for macOS 10.14?

I do not have a newer macOS version to test on, so maybe others can test this out on newer versions.

@Neptune650
Copy link
Collaborator

In theory shouldn't happen with the latest build, please reopen if it still happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants