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

Test Run occasionally crashes AppKit by running off the main thread #29

Open
chrisballinger opened this issue May 30, 2018 · 4 comments
Labels
bug Something isn't working

Comments

@chrisballinger
Copy link
Collaborator

I don't have a stack trace handy, but it has happened to me a number of times.

@Gcenx
Copy link
Collaborator

Gcenx commented May 30, 2018

I'm also getting the same;

I think it's related to when I added checking for XQuart.
As I have it removed in my local development branch and I have not crashed since, that could just be luck on my end

@vitor251093
Copy link
Owner

vitor251093 commented May 30, 2018

No, I noticed that early. Check here:
https://github.com/vitor251093/wineskin/blob/master/WineskinApp/WineskinAppDelegate.m

Line 139. Commenting the specified lines make the crash stop.

It's the animation of the spinner. I don't know why it crashes now; maybe some change that Apple made in the latest version of AppKit, in the macOS 10.13 SDK?

@Gcenx
Copy link
Collaborator

Gcenx commented May 30, 2018

Yeah I seen that note, but when I removed all XQuartz related items on my end I had no crashes since, properly just my luck like I said ;P

@vitor251093
Copy link
Owner

Maybe xD

But it may be a separated issue as well. Let's keep an eye opened to that.

@vitor251093 vitor251093 added the bug Something isn't working label May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants