-
Notifications
You must be signed in to change notification settings - Fork 18
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
Assertion error at getIOKit method #33
Comments
Hi again! I managed to identfy the failure point:
It always crashes in Catalina, despite the Python version or other circumstances. Perhaps in Catalina this function should be invoked in a different way, but unfortunately I found nothing about it. If, by any chance, you know how to solve this in Catalina, or you know any place I can investigate, I would really appreciate your help! |
Hello @Kalmat, Appreciate your troubleshooting efforts and feedback. Unfortunately, due to current constraints in terms of time, resources, and priorities, we won't be able to address this project or issue at the moment. Rest assured, we've noted it down in our backlog, and we'll aim to tackle it in the future if circumstances permit. Thank you for your understanding. |
Hi @uurazzle! Thank you for your reply and, especially, for your work and for sharing it! I will wait until you have time, of course. In the meantime, I will verify macOS version before invoking the lib in order to avoid crashes. Thank you again! |
Hi again! I just wanted to let you know other two issues I have detected, for whenever you plan to work on this again (of course, no hurries!). I will summarize here them all:
Thank you again. |
Hi!
I recently managed to test in an actual macOS (I was testing in a macOS VM, in which many features, including your module, was not working).
I am running this on mac mini with Catalina (10.15.7) and Python 3.8.2 (let me know if you need other details)
When executing this:
I receive this error:
2023-10-16 21:26:19.022 Python[502:4685] *** Assertion failure in +[UINSServiceViewController initialize], /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-468/UINSServiceViewController.m:203
The origin of this error is within
getIOKit()
function, but all its content is totally alien to me, sorry. There is no error if you just commentgetIOKit()
in Display's class__init__()
method, but rationally all related functions do not work.If, in addition, I run this:
I get this error:
I know I'm using your module in a non-standard way but, if you can bring some light to this problem, I would really appreciate it!
The text was updated successfully, but these errors were encountered: