-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
MacOS Monterey library issue #6
Comments
I´ve created a troubleshooting guide for analyzing issues on Monterey and/or M1 chip as a Gist: https://gist.github.com/mac-can/a43f08e530714dd74689762f62f88dca @daniInfi7 Could you pl. check this step by step and send me your results. Thx. Uwe See also issue #4 |
As you have suggested I have checked the issue #4 and the solution was to use the binary is there any difference with this binary and the one that is included in the Library folder inside |
As stated in my comment of 11/10/21, the x86_64 version is compiled to run on old OS X versions (tested with 10.13). @daniInfi7 What´s about PCBUSB-Library version 0.11 (universal binary) is it running on you Mac now? |
@mac-can I have now tested different scenarios and the 0.11 (universal binary) as also 0.10.1 (included in the .dmg) work only with the c++ example and test/monitor example, with mac-can app and python they don't. macOS_Library_for_PCANUSB_v0.10.1.tar.gz works with everything. |
Issue reopened because it is not solved for v0.11 of the library on Monterey. I was able to reproduce the error on a system with Monterey (12.1):
Further investigations required. |
Hi @mac-can @daniInfi7. I'm currently experiencing the exact same issue. Any updates?
|
Hi @kedvall, |
Hi, I have the same problem.
Anything I can do to assist finding/fixing the problem? |
I am seeing the same "The driver is not loaded" issue on my machine:
|
Preliminary version that should solve the issue: macOS_Library_for_PCANUSB_v0.11.1.pre.tar.gz |
Great work, tested it and It works from me! |
This works for me as well, thank you! |
Bug fix release v0.11.1 available. Issue can be closed |
Dear,
I have successfully used the driver before on macOS Big Sur, but now after upgrading the system (fresh install) the driver stopped working. My code is written in python but I have also tested the MacCAN Monitor, both without success.
Further details:
CPU: Intel
macOS: 12.2.1
hardware: PCAN-USB adapter
python output: "The driver is not loaded"
MacCAN Monitor output: "Something went terribly wrong! Error 0200: The driver is not loaded"
I tried the universal_64 and Intel_x86_64 0.10.1 and 0.11 version. The result is always the same.
The text was updated successfully, but these errors were encountered: