Closed MetalManipulator closed 2 months ago
Occurred this morning in Mimir v1.8.2:
Hey @LeviGustin this is intended for not leaving a review. Kidding! This is obviously a bad bug and I want to fix it. Unfortunately I can't seem to reproduce this on my end and the alert closes properly each time. When this happens, does it always lock up the entire app and require a force close? Or only sometimes? Does it make a difference if you use a keyboard, e.g. select the button and hit space, versus clicking the button?
If you want to be able to force this popup to show to test it out, you can use Terminal and enter the following command:
defaults delete com.grantdavisinteractive.Mimir hasUserLeftReview; defaults delete com.grantdavisinteractive.Mimir lastAskToReviewDate
After using that, restart Mimir and it should give you the popup again on launch.
I'm also making changes to stop nagging people about reviews after a few attempts. If you want the popup to stop showing up, you should be able to use this Terminal command:
defaults write com.grantdavisinteractive.Mimir hasUserLeftReview -bool true
Hope that helps and let me know if you can answer any of those questions for debugging sake!
Hey sorry this took me a minute to get back to.
As for the terminal commands you provided, I cannot get them to work.
LeviGustin@RP-LeviGustin ~ % defaults delete com.grantdavisinteractive.Mimir hasUserLeftReview
2024-02-09 08:23:39.775 defaults[98772:3502470]
Domain (com.grantdavisinteractive.Mimir) not found.
Defaults have not been changed.
This is strange because I have also verified the domain (CFBundleIdentifier) of your app by exploring its contents. (And yes the app is installed in my applications folder)
The macOS app will no longer prompt a user for reviews. Fixed next release (soon)
Are you sure this is a new issue?
macOS Version
Sonoma 14.1.2 and a couple versions older
Your Mac
MBP 2019 1.4 Ghz Quad Core Intel i5, 8GB ram
App Version
1.8.1 and a couple versions older
What happened?
After receiving the "please write a review" popup, if you choose the dismiss button the popup will gray but not disappear. Sometimes when this popup lingers without forcing the app closed, it'll cause the OS to hang when trying to shut down until Mimir is force quit.
Bug prevalence
Any time the review popup appears on its own and I choose to dismiss it.
How does it happen?
Add screenshots or video
I don't have one at this time. I'll come back and add one next time I experience it.
Anything else?
Reported by Levi Gustin. Feel free to reach me directly if you need more info. Thanks!