User Activity

  • Created merge request #8 on Source Code on GrandPerspective

    Fix crash on colorScheme

  • Committed [61a12a] on GrandPerspective

    Fix crash on unretained colorScheme

  • Created merge request #7 on Source Code on GrandPerspective

    Fix Xcode analyser warnings

  • Committed [b854fa] on GrandPerspective

    Fix memory management warnings

  • Posted a comment on ticket #112 on GrandPerspective

    Hi Erwin, it's Coeur here, and the first two anonymous posts are mine (I always forget to log in). I'm on macOS Sonoma 14.0 beta. Actually, the issue is happening on an Intel mac, but not on an Apple Silicon mac. Let me try your patch on Monday.

  • Created ticket #108 on GrandPerspective

    Visual truncation on StartWindowControl

  • Modified a comment on ticket #107 on GrandPerspective

    I'm the creator of this report. After running the scan from Xcode, the crash occurs on: NSAssert2( error==nil, @"Error getting attributes for %@: %@", url, error.description ); And the error description is: Error Domain=NSPOSIXErrorDomain Code=63 "File name too long" The filename is indeed very long (337 characters). The disk is readonly NTFS, so I can't rename the file or delete it without risks. I replaced this assertion with: if (error != nil) { NSLog(@"Error getting attributes for %@: %@", url,...

  • Posted a comment on ticket #107 on GrandPerspective

    I'm the creator of this report. After running the scan from Xcode, the crash occurs on: NSAssert2( error==nil, @"Error getting attributes for %@: %@", url, error.description ); And the error description is: Error Domain=NSPOSIXErrorDomain Code=63 "File name too long" The filename is indeed very very long. The disk is readonly, so I can't rename the file or delete it. I replaced this assertion with: if (error != nil) { NSLog(@"Error getting attributes for %@: %@", url, error.description); } And I...

View All

Personal Data

Username:
coeur
Joined:
2004-07-19 16:25:00
Location:
Paris / France / CEST
Gender:
Male

Projects

  • No projects to display.
MongoDB Logo MongoDB