KapitalRoser / OpenBlink

7 stars 0 forks source link

Library not Loaded #1

Open Garrison-G opened 2 months ago

Garrison-G commented 2 months ago

Hello,

On Mac OS Sonoma 14.5 Openblink won't launch because it can't find one of the QT libraries. It seems like it's looking in a user folder that doesn't exist. I've included a copy of the error—this occurs when trying to launch either the executable or the command line tool within the package

Library not loaded: @rpath/QtWidgets.framework/Versions/A/QtWidgets Referenced from: /Applications/OpenBlink.app/Contents/MacOS/OpenBlink Reason: tried: '/Applications/OpenBlink.app/Contents/Frameworks/QtWidgets.framework/Versions/A/QtWidgets' (no such file), '/Users/carter/Qt/6.4.2/macos/lib/QtWidgets.framework/Versions/A/QtWidgets' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/carter/Qt/6.4.2/macos/lib/QtWidgets.framework/Versions/A/QtWidgets' (no such file), '/Applications/OpenBlink.app/Contents/Frameworks/QtWidgets.framework/Versions/A/QtWidgets' (no such file), '/Users/carter/Qt/6.4.2/macos/lib/QtWidgets.framework/Versions/A/QtWidgets' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/carter/Qt/6.4.2/macos/lib/QtWidgets.framework/Versions/A/QtWidgets' (no such file), '/Library/Frameworks/QtWidgets.framework/Versions/A/QtWidgets' (no such file), '/System/Library/Frameworks/QtWidgets.framework/Versions/A/QtWidgets' (no such file, not in dyld cache) zsh: abort /Applications/OpenBlink.app/Contents/MacOS/OpenBlink

I understand that MacOS isn't well supported with these RNG tools, but I also can't get OpenBlink to run well through translation layers such as Whiskey, so it would be amazing if this is a simple fix. Let me know if there is other debug info you need, and thanks.

KapitalRoser commented 2 months ago

Hi,

Thank you for including the error report. I'll see what I can do on this. In the meantime, your best bet would be to use Yatsuna's latest build of CoSearch, called CoSearch_early. I've been told it can run on Wine, though I haven't personally tested it myself.

https://drive.google.com/drive/folders/1sQbhLmaeVytZ4QxID579qnoZOipKzlXt

Garrison-G commented 2 months ago

Thanks for your super fast reply and the link to CoSearch. I ended up setting up a virtual machine to run it and it worked well. Thanks for all your work.