We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're receiving a number of exception reports like so:
Name : NSInvalidArgumentException Reason : *** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0] Stack Trace : 0 CoreFoundation 0x00007fff8a2c241c __exceptionPreprocess + 172 1 libobjc.A.dylib 0x00007fff836e5e75 objc_exception_throw + 43 2 CoreFoundation 0x00007fff8a2c1fc9 -[NSException raise] + 9 3 ExceptionHandling 0x00007fff84627b12 NSExceptionHandlerExceptionRaiser + 208 4 libobjc.A.dylib 0x00007fff836e5e75 objc_exception_throw + 43 5 CoreFoundation 0x00007fff8a17add6 -[__NSPlaceholderArray initWithObjects:count:] + 358 6 CoreFoundation 0x00007fff8a1de840 +[NSArray arrayWithObjects:count:] + 48 7 ConnectionKitUI 0x00000001005666d3 -[CK2OpenPanelController pathControlItemSelected:] + 144 8 AppKit 0x00007fff81d603d0 -[NSApplication sendAction:to:from:] + 327
@MrNoodle have you seen anything like this or have a good idea how to fix it?
The text was updated successfully, but these errors were encountered:
I can do a code fix so it doesn't crash but I'm not sure if that would just mask the problem. Do you have a recipe to replicate this?
Sorry, something went wrong.
Still don't have a way to repro this, but I've fixed a slightly similar issue in #74. Will wait to see if that stops these reports coming in.
Is this still an issue?
I'm not sure. I think we were still seeing some reports recently; will keep an eye on our crash reporter for a bit.
No branches or pull requests
We're receiving a number of exception reports like so:
@MrNoodle have you seen anything like this or have a good idea how to fix it?
The text was updated successfully, but these errors were encountered: