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

MOBI generation stuck if Kindle is mounted to macOS #482

Closed
ScherisMarie opened this issue Feb 22, 2023 · 11 comments · Fixed by #566
Closed

MOBI generation stuck if Kindle is mounted to macOS #482

ScherisMarie opened this issue Feb 22, 2023 · 11 comments · Fixed by #566
Labels
help wanted Extra attention is needed macOS

Comments

@ScherisMarie
Copy link

Using v5.6.1, if I attempt to create a MOBI file when my Kindle Paperwhite (10th Gen) is mounted in macOS, KCC will indefinitely stall out following the Processing MOBI files...Done! step.

If I unmount the device, it works normally.

(I'm on macOS 13.2.1, if that makes any difference.)

@darodi darodi added macOS help wanted Extra attention is needed labels Feb 23, 2023
@Constantin1489
Copy link
Contributor

Constantin1489 commented Mar 1, 2023

Hi @ScherisMarie.
Please, write the command you used.
Also, would you provide your mobi file absolute directory and your kindle mounted drive absolute directory?

I have a kindle oasis and macOS 13.2.1(Ventura), but I didn't test by now. But I want to make sure.

@ScherisMarie
Copy link
Author

Screenshot 2023-03-03 at 1 41 26 AM

Assuming by absolute directory, you mean the folder path. It's the macOS Downloads folder for my user account. Not sure about the Kindle mounted drive --- how would I determine that?

@aliafshany
Copy link

@ScherisMarie
yea, i confirm this. as soon as I unplugged my kindle pw 10th gen, I got this successful message

image

@vinhtq115
Copy link
Contributor

I have the same issue with v5.6.2. If my Kindle is connected to my Mac, KCC will always stuck at Processing MOBI files... Done! and hang there. I'm using macOS 13.4 (M1) and the binary is self-compiled.

@axu2
Copy link
Collaborator

axu2 commented Jun 3, 2023

This is almost definitely a permission issue with writing the kindle cover. you need to allow the app to write to external drives. When I ran it from vs code it asked for permission. I've never tried running the binary.

@CRP
Copy link

CRP commented Jun 18, 2023

This is almost definitely a permission issue with writing the kindle cover. you need to allow the app to write to external drives. When I ran it from vs code it asked for permission. I've never tried running the binary.

image

I have permissions set up but app will still freeze as described by previous posters

@nelsonchen5
Copy link

+1

@axu2
Copy link
Collaborator

axu2 commented Jul 16, 2023

I wrote a guide on how to run KCC from source, maybe it will help: https://github.com/ciromattia/kcc/wiki/Installation#install-from-sources

I don't have any issues running from source, and you also get all the newest features and bug fixes since the last months old release. Also, I can't even get the DMG to run personally...

And make sure you have the latest version of kindlegen from Kindle Previewer 3.72, I feel like I had issues with an older mac version, but might be misremembering. Regardless, the latest kindlegen version runs great.

@aalfath
Copy link

aalfath commented Jul 20, 2023

I had the same problem. Installing Kindle Previewer 3.72 seems to fix it for me.

@axu2
Copy link
Collaborator

axu2 commented Jul 29, 2023

#564 should fix this issue. It's a problem with the process of creating the DMG file, the issue doesn't exist when running from source.

You can either run from source using the guide from above or fork the repo and run the GitHub Action to create a new DMG from that branch, like this: https://github.com/axu2/kcc/actions/runs/5703878687

@darodi
Copy link
Collaborator

darodi commented Jul 29, 2023

Does someone experienced with mac Os bundling knows if a property in Info.plist can change this behaviour?

https://developer.apple.com/documentation/bundleresources/information_property_list/protected_resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed macOS
Projects
None yet
9 participants