-
Notifications
You must be signed in to change notification settings - Fork 176
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
Fails to backup #854
Comments
Sorry about this. Can you go to Settings > Settings... and click the "Open log folder" at the bottom. That should open the folder which has files like "Log202401.zip" which will hopefully have some more technical details for me. Could you attach that to this ticket? |
I'm super grateful for the work you do and the fast response too. Thank you! I'm guessing it's user error |
@sethgodin1 Thank you so much for this log file. This may be a bug with mp3 on mac specifically. Can you try 1 book again not as mp3? You can right click the book to try just that one again. @Mbucari Would you mind taking a look at this?
|
@sethgodin1 Can you please go into the Libation app bundle (right-click it then click "Show Package Contents"). Do you see a file in there named |
@Mbucari you mentioned arm64 and he has x64. I don't know mac -- is this just a matter of using the other download type? |
Related bug #1020 |
@rmcrackan Here's what I think is happening. The users's machines are running on Apple Silicon which is arm64, but they downloaded the x64 packages. x64 will run on apple silicon under Apple's Rosetta translation layer, but AAXClean is trying to load load the library of the System's architecture, not the Libation package's architecture. A temporary fix is to have the users delete their existing Libation app bundle and download the arm64 bundle. I edited the macos build script to rename the native lib files, removing the architecture name. This should work because AAXClean tries to load both "ffmpegaac.[ARCH].dylib" AND just "ffmpegaac". Renaming the lib to just "ffmpegaac.dylib" should cause the system's library resolver to find it (and the same goes with the libmp3lame resolver |
@Mbucari Gracias. I'll create a pre-release soon |
Please try this pre-release and let me know if it helps your issue : https://github.com/rmcrackan/Libation/releases/tag/v11.5.2 |
This bug seems to be out of date. If you have more information, please reply here and we can look into it further. Please try the latest version: https://github.com/rmcrackan/Libation/releases/latest |
Describe the bug
Running on a Macbook pro under 14.3.1
I'm able to see my library. I hit 'liberate visible books'
it seems to fail.
I might be doing it wrong!

here's the log
libation log.txt
The text was updated successfully, but these errors were encountered: