macadmins / SplashBuddy

Onboarding splash screen for MDM and Automated Device Enrollment.
Apache License 2.0
403 stars 70 forks source link

Continuous crashes at launch #108

Closed vosmike closed 5 years ago

vosmike commented 5 years ago

MacBook Air T2 (2018) OS Version 10.14.1 SplashBuddy version 1.3.1 and 1.3.0.

SplashBuddy crashes on startup. Error in system.log Nov 14 14:28:24 MacBook-Air-van-Test SplashBuddy[2798]: DEPRECATED USE in libdispatch client: dispatch source activated with no event handler set; set a breakpoint on _dispatch_bug_deprecated to debug Nov 14 14:28:25 MacBook-Air-van-Test com.apple.xpc.launchd[1] (io.fti.SplashBuddy.1972[2798]): Service exited due to SIGILL | sent by exc handler[2798]

Crash Report

Crash Report.txt

vosmike commented 5 years ago

Just did a third test, making sure the Dark Mode wasn’t causing it.. it doesn’t

damien-rivet commented 5 years ago

Hi @vosmike, are you starting the App with a specific configuration?

vosmike commented 5 years ago

What configuration are you referring to? Hardware is as mentioned above. Other than that it's the usual install. Package drops, SB gets installed and launches

vosmike commented 5 years ago

Exact same setup with version 1.2.2 is working just fine by the way

damien-rivet commented 5 years ago

@vosmike would you be available to perform some live testing on a specific branch? I might have a clue on the issue, seems to be related to the user input feature.

vosmike commented 5 years ago

Definitely!

damien-rivet commented 5 years ago

@vosmike you'll find the potential fix in the branch bugfix/108-crash-on-startup. It it's still crashing, then the issue is slightly more complex.

cybertunnel commented 5 years ago

I also added a branch bugfix/Crash_Fix Let me know if this fixes the issue you are having.

damien-rivet commented 5 years ago

Fixed in #109.