Author Topic: libphysfs.1.dylib issue on macOS Mojave  (Read 7848 times)

0 Members and 1 Guest are viewing this topic.

Aurelien
  • Newbie
  • *
  • Posts: 3
    • View Profile
libphysfs.1.dylib issue on macOS Mojave
« on: January 28, 2019, 12:30:18 PM »
Hey guys,

First of all, congratulaions on your work and thanks for putting this out with thorough tutorials and all the necessary tools. I would love to use the Solarus Quest Editor on my MacBook Pro running macOS Mojave. I downloaded the engine. Solarus and Solarus-run work but I have to maximize the window and go fullscreen or I just get the Audio and no Video (after that, I can switch back to small window mode and it works fine). But I can't launch the Solarus Quest Editor. If I dive into the package and run the solarus quest editor, here is what I get :

Code: [Select]
/Users/aurelien/Downloads/Solarus\ Quest\ Editor\ Package\ 1.6.0/Solarus\ Quest\ Editor.app/Contents/MacOS/solarus-quest-editor ; exit;
dyld: Library not loaded: @rpath/libphysfs.1.dylib
  Referenced from: /Users/aurelien/Downloads/Solarus Quest Editor Package 1.6.0/Solarus Quest Editor.app/Contents/MacOS/../Resources/solarus-quest-editor
  Reason: image not found
/Users/aurelien/Downloads/Solarus Quest Editor Package 1.6.0/Solarus Quest Editor.app/Contents/MacOS/solarus-quest-editor: line 5:   670 Abort trap: 6           "$dirname/../Resources/solarus-quest-editor"
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.

Am I doing anything wrong or missing something?

Thanks for your help!

--
Aurelien

llamazing

  • Full Member
  • ***
  • Posts: 220
    • View Profile
Re: libphysfs.1.dylib issue on macOS Mojave
« Reply #1 on: January 28, 2019, 02:56:28 PM »
Are you running the latest version of Mojave? That may solve your first problem.

No idea on the second one.

MichaelNG789

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: libphysfs.1.dylib issue on macOS Mojave
« Reply #2 on: January 28, 2019, 05:13:30 PM »
Same thing with me. It doesn't open. 10.14.2 is the latest version right?
I'm sure it will get fixed soon, but for now, I just created a prefix for the Windows version with WineBottler and am running it that way for the time being.

Edit: Now latest is 10.14.3
« Last Edit: January 30, 2019, 06:33:05 PM by MichaelNG789 »

Aurelien
  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: libphysfs.1.dylib issue on macOS Mojave
« Reply #3 on: January 29, 2019, 12:34:34 PM »
Thanks for your reply. I am indeed running the latest update of Mojave. I managed to fix this though. I opened the Solarus package and copied the libphysfs.1.dylib into the Solarus Quest Editor package. Works perfectly now.

MichaelNG789

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: libphysfs.1.dylib issue on macOS Mojave
« Reply #4 on: January 30, 2019, 06:43:40 PM »
Nice Fix! I guess you can change it to [SOLVED] now right?

boaromayo

  • Newbie
  • *
  • Posts: 21
    • View Profile
    • | boaromayo
Re: libphysfs.1.dylib issue on macOS Mojave
« Reply #5 on: January 31, 2019, 03:26:25 PM »
I've got the same problem on my end too, though my Mac OS version is on High Sierra (10.13.4). I'll do that fix and see if it works out!

Christopho

  • Administrator
  • Hero Member
  • *****
  • Posts: 1194
    • View Profile
Re: libphysfs.1.dylib issue on macOS Mojave
« Reply #6 on: February 01, 2019, 11:05:25 PM »
This is now fixed in the official download. Thanks for reporting the problem!