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

Clicking on Preferences > Ignore > Pasteboard types crashes Maccy #857

Closed
1 of 2 tasks
alotia opened this issue Sep 2, 2024 · 7 comments
Closed
1 of 2 tasks

Clicking on Preferences > Ignore > Pasteboard types crashes Maccy #857

alotia opened this issue Sep 2, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@alotia
Copy link

alotia commented Sep 2, 2024

Before Submitting Your Bug Report

  • I have verified that there isn't already an issue reporting the same bug to prevent duplication.
  • I have seen the FAQ.

Maccy Version (see 'About' window)

2.0.0.beta.13 (44)

macOS Version

14.6.1

Maccy Settings

{
    "KeyboardShortcuts_delete" = "{\\"carbonKeyCode\\":51,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_pin" = "{\\"carbonKeyCode\\":35,\\"carbonModifiers\\":2048}";
    "KeyboardShortcuts_popup" = "{\\"carbonKeyCode\\":8,\\"carbonModifiers\\":768}";
    NSNavLastRootDirectory = "/Applications";
    NSNavPanelExpandedSizeForOpenMode = "{800, 448}";
    "NSStatusItem Preferred Position Item-0" = 1547;
    "NSStatusItem Visible Item-1" = 0;
    "NSWindow Frame NSNavPanelAutosaveName" = "1142 853 800 448 0 0 3008 1667 ";
    "NSWindow Frame com.sindresorhus.Settings.FrameAutosaveName" = "1945 668 510 473 0 0 3008 1667 ";
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2024-09-02 21:27:30 +0000";
    enabledPasteboardTypes =     (
        "public.tiff",
        "public.file-url",
        "public.png"
    );
    ignoredApps =     (
        "com.bitwarden.desktop"
    );
    migrations =     {
        "2024-07-01-version-2" = 1;
    };
    popupPosition = cursor;
    showFooter = 1;
    showSearch = 1;
    showTitle = 1;
    windowSize = "[450,800]";
}

Description

Maccy crashes when you click on Preferences > Ignore > Pastboard types. The other two items in that tab: Applications and Regular Expressions don't have this issue.

Steps to Reproduce

  1. Open Preferences
  2. Navigate to Ignore
  3. Click on Pasteboard types
@alotia alotia added the bug Something isn't working label Sep 2, 2024
@p0deje
Copy link
Owner

p0deje commented Sep 6, 2024

Can you provide logs from the Console.app when the crash happens? Unfortunately, I cannot reproduce it locally.

@alotia
Copy link
Author

alotia commented Sep 6, 2024 via email

@p0deje
Copy link
Owner

p0deje commented Sep 7, 2024

@alotia There are no logs attached.

@alotia
Copy link
Author

alotia commented Sep 7, 2024 via email

@p0deje
Copy link
Owner

p0deje commented Sep 9, 2024

@alotia This seems to be an issue related to Xcode 16 beta (https://forums.swift.org/t/confusion-around-mainactor-isolation-vs-ie-nonisolated-view-scrollposition/72597/18). I've tried compiling on the latest Xcode 16 RC, can you check if this version behaves better?

@alotia
Copy link
Author

alotia commented Sep 9, 2024

@p0deje Yes, the new version (b14) fixes this issue. Thanks!

@p0deje
Copy link
Owner

p0deje commented Sep 10, 2024

Fixed in beta 15

@p0deje p0deje closed this as completed Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants