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

[BUG] From report alert #835

Closed
bil9000 opened this issue Apr 17, 2021 · 6 comments
Closed

[BUG] From report alert #835

bil9000 opened this issue Apr 17, 2021 · 6 comments

Comments

@bil9000
Copy link

bil9000 commented Apr 17, 2021

Your comments here
Random error I found whie zipping csvs.


NSWindow drag regions should only be invalidated on the Main Thread!

@aonez aonez self-assigned this Apr 19, 2021
@aonez aonez added this to the Look at milestone Apr 19, 2021
@aonez
Copy link
Owner

aonez commented Apr 19, 2021

Thanks for sharing @bil9000! Do you remember what Keka windows you had opened? Or what were you doing it the alert moment?

@bil9000
Copy link
Author

bil9000 commented Apr 19, 2021

Hi there, to the best of my recollection I had the Keka zip window open with a password for encryption open, AES 256 selected along with the option to delete files after compression. I'll try to grab a screenshot if I can replicate it. It was a pretty standard operation for the software that I do all the time. (The software is great by the way. Thank you for building this.)

@aonez
Copy link
Owner

aonez commented Apr 19, 2021

Thanks again @bil9000. I'm unable to reproduce, hopefully some more info can be shared in the future to fix this one. At least is no more a crash.

The software is great by the way. Thank you for building this.

Thanks a lot 😄

This was referenced Jun 30, 2021
@aonez
Copy link
Owner

aonez commented Jun 30, 2021

#860

I was trying to extract the multi files but then Keka found an issue, Please Fix it!

@vitorgalvao
Copy link
Contributor

See the two attached ZIP files. I can reliably reproduce the error if I open both at once (select both and press O).

Keka 1.2.16 (4617)
macOS 11.5 (20G71)
M1 MacBook Air

OSS_5.0_VST3_MAC.zip
OSS_5.0_AU_MAC.zip

@aonez
Copy link
Owner

aonez commented Aug 9, 2021

Thanks @vitorgalvao! Turns out it was an async call to [NSWorkspace.sharedWorkspace activateFileViewerSelectingURLs], when showing the extraction contents. Just calling it in the main thread solves the issue.

Test build: https://github.com/aonez/Keka/releases/download/dev-test-builds/Keka-v1.2.17-r4626.7z

@aonez aonez modified the milestones: Look at, 1.2.17 Sep 15, 2021
@aonez aonez closed this as completed Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants