-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
I use Proton Drive and store music there. I loaded my mixes folder which only has some of the files downloaded. When I start up cog and Proton Drive tries to download a file (I guess because Cog is reading it in the background) then Cog crashes.
If I quit proton drive and then open Cog it runs fine.
Logged an issue with apple and this is the the output from running the app via terminal.
Cog.app/Contents/MacOS
-> ./Cog
objc[48965]: Class RedundantPlaylistDataStore is implemented in both /Applications/Cog.app/Contents/Frameworks/CogAudio.framework/Versions/A/CogAudio (0x100c66e10) and /Applications/Cog.app/Contents/MacOS/Cog (0x1005c9040). One of the two will be used. Which one is undefined.
objc[48965]: Class SHA256Digest is implemented in both /Applications/Cog.app/Contents/Frameworks/CogAudio.framework/Versions/A/CogAudio (0x100c670e0) and /Applications/Cog.app/Contents/MacOS/Cog (0x1005c9270). One of the two will be used. Which one is undefined.
CoreData: fault: One or more models in this application are using transformable properties with transformer names that are either unset, or set to NSKeyedUnarchiveFromDataTransformerName. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead. At some point, Core Data will default to using "NSSecureUnarchiveFromData" when nil is specified, and transformable properties containing classes that do not support NSSecureCoding will become unreadable.
CoreData: warning: Property 'metadataBlob' on Entity 'PlaylistEntry' is using nil or an insecure NSValueTransformer. Please switch to using "NSSecureUnarchiveFromData" or a subclass of NSSecureUnarchiveFromDataTransformer instead.
2025-09-08 21:42:27.127 Cog[48965:374532] It's not legal to call -layoutSubtreeIfNeeded on a view which is already being laid out. If you are implementing the view's -layout method, you can call -[super layout] instead. Break on void _NSDetectedLayoutRecursion(void) to debug. This will be logged only once. This may break in the future.
[1] 48965 terminated ./Cog
Metadata
Metadata
Assignees
Labels
No labels