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

Won't let me sign in on Mac OS Catalina. #81

Open
shra4747q opened this issue Dec 7, 2019 · 7 comments
Open

Won't let me sign in on Mac OS Catalina. #81

shra4747q opened this issue Dec 7, 2019 · 7 comments

Comments

@shra4747q
Copy link

When I click on my account and click allow for it to use my service, it crashes. I have given a video to show what is happening.

Screen Recording 2019-12-07 at 5.09.54 PM.mp4.zip

@hoangnamitc
Copy link

I'm Too

@mxmerce
Copy link

mxmerce commented Dec 18, 2019

Built from source, it is crashing in the LoginViewController:

            if let index = url.firstIndex(of: "=") {
                let code = String(url[url.index(index, offsetBy: 1)...])
                authenticator.authenticate(code: code) { err in
                    if let err = err {
                        **self.Log.error("Error: \(err)")**
                    } else {
                        self.loadNextScreen()
                    }
                }
            }
            return

Getting the following message:
2019-12-18 15:07:59.799993-0600 MacAssistant[2829:3515050] Metal API Validation Enabled
2019-12-18 15:08:11.112956-0600 MacAssistant[2829:3515050] -[NSError init] called; this results in an invalid NSError instance. It will raise an exception in a future release. Please call errorWithDomain:code:userInfo: or initWithDomain:code:userInfo:. This message shown only once.

Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)

@PotLid
Copy link

PotLid commented Dec 24, 2019

Experiencing same error
Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)

@mchsk
Copy link

mchsk commented Dec 25, 2019

😭

@PotLid
Copy link

PotLid commented Dec 26, 2019

Apart from LoginViewController, places where related with NSError seems causing an issue some how.

@martinstoyanov
Copy link

Same error

@dcolumbus
Copy link

Are there any up to date solutions for this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants