-
Notifications
You must be signed in to change notification settings - Fork 7
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
[osx] Crash Report #110
Comments
Can you reproduce this in your virtual environment, @josegomez? |
@alexhauser trying now. |
Log from Post.
|
No I cannot @alexhauser but I bet is the QR Code generation bit I've seen a similar issue before if they didn't have the libgdiplus |
If it really is due to a missing |
Yeah I just double checked you are using the same library so it's an artifact of the VM as I expected. Good, let's see if the gdiplus fixes his issue if it does we'll try to handle. |
@josegomez, please try running the latest version in OSX. I made some changes in the export screen meanwhile, and also changed the qrcode generation code a little, since we were feeding it the whole identity instead of only block2+3. The qrcode was massively crowded before, and should be much cleaner in the latest version. Please check. |
Allright, thanks for checking it out @josegomez, let's wait and see what Brian finds. |
@alexhauser confirmed a libgidplus issu fixed. |
I'm not sure if a try/catch will even catch a SIGABRT. |
I may have access to a "real" Mac and when I have been through some testing on Linux, I will try it on a Macbook - SithMagic |
That's great, thanks for all your efforts @dxcSithLord! |
@josegomez, I created a virtual macOS environment to check out how we can detect a missing However, when cloning and running the latest master build on macOS Catalina, I get this before even getting to the
Please not that I have intentionally NEITHER installed homebrew nor libgdiplus. |
Nevermind @josegomez, I found and fixed the problem. The culprit was |
haha yeah that bit me before, remember I mentioned having a specific sequence of stuff on the mac? It's picky picky! |
Yes, I do remember @josegomez! But it's fixed already and the good news is that indeed we can handle the |
beautiful! @alexhauser |
See: https://sqrl.grc.com/threads/mac-osx-testing-feedback.1111/post-9365
I'm now getting a crash whenever I press Export ID.
The text was updated successfully, but these errors were encountered: