vitor251093 / wineskin

Wineskin is a tool used to make ports of Windows software to Mac OS X
GNU Lesser General Public License v2.1
96 stars 25 forks source link

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

Open chrisballinger opened 6 years ago

chrisballinger commented 6 years ago

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

Gcenx commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

Maybe xD

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