-
Notifications
You must be signed in to change notification settings - Fork 22
macOS Mojave #1
Comments
Can you paste the output or show a screenshot of the error? |
I'm pretty sure this is supposed to work on 10.14.2, so I don't know what's going on here yet |
If you need anything else in terms of information, I am ready to provide. I'm interested in the mount function. It doesn't work either. The same error. |
libusb needs to be compiled differently I guess. The one in the provided app bundle was built on 10.9.5, so I don't know what happened there. |
Are there any updates on this? This came up again today in #switch-assistance and all I could recommend was to try finding another machine that uses Linux or Windows. Edit: disregard, was further informed on discord |
I seem to be having a strange issue. If I run the binary, it starts to open the app, but then my window server crashes (got booted back to the login screen). If I start my XQuartz, and run python3 app.py it will open and work fine. I just Hate having to go through XQuartz, because it looks not as nice and requires extra steps. Would you mind sharing how you build the binary? I'd like to try and do a rebuild and see if I can clear up the issue. |
Not sure why you need XQuartz here. Where are you getting Python? |
Python 3.7 from macports. |
The standalone release uses its own copy of Python 3.7 (based on the original installer). I've probably still got the pyinstaller spec file around here... If not I can probably re-build it quickly. Either way I'm not sure why it would interfere with the window server and cause a crash. |
ya, it's strange. Is there any log file, or other output I can grab when it crashes to post here? |
Can you post your OS version and model? |
10.14.6 Beta (18G29g) |
I doubt there would be much difference from my setup (10.14.5, 15-inch Mid 2015). Try executing the binary directly in Terminal: |
Here is what it spit out: 2019-06-04 19:19:54.398 fusee-interfacee-tk-bin[7032:53964] HIToolbox: received notification of WindowServer event port death. |
Maybe an unexpected change happened in 10.14.6. I will need to try that out. |
Shoot, that's what I'm thinking. I know it worked for me before. I've meant to get off the point betas, but never bothered. I'll see if I can downgrade, and try it on 10.14.5 and report back. |
Someone I know tried it on 10.14.6 Beta (18G29g) and their WindowServer also crashed. |
Wonder if it is a bug in 10.14.6? Let me know if there is anything else you want me to try and test out. |
The crash is reported to also happen on the current 10.15 beta. |
I reproduced the crash with another application built with a similar method. I think it's related to tkinter. |
Appears to still crash on 10.14.6 beta 2 (18G48f). |
10.14.6 has been given a final release, and seems to have fixed the WindowServer issue. The original problem of this issue has also been fixed. |
It appears the issue was not actually fixed yet. This needs more investigation. |
Same problem here. Since the update to MacOS 10.14.6 my windows server crashes when I try to open the program. |
Same here, when run on 10.14.6 it crash and logout of my user. |
Any updates here? App still boots me back to the login screen. |
So is there anything I can do if I have 10.14.6? The app still crashes, so what alternative are there? |
Chrome WebUSB works in 10.14.6 and in 10.15.x. Using WebUSB https://switchjs.com/fusho.html works in Chrome (https://github.com/SwitchJS/fusho code) |
This was fixed in pyinstaller at some point because I built a different tkinter app with pyinstaller, and it didn't crash on 10.14.6. The app probably just needs rebuilding then. |
Hello. Does not work on mac OS Mojave 10.14.2. Error in terminal during system check (4). Run with binary. Thx
The text was updated successfully, but these errors were encountered: