usr-sse2/Black80211-Catalina

can't load itlwm alpha2

Silfalion opened this issue · 12 comments

having this error returned with the new itlwm alpha2:

(kernel) kxld[com.zxystd.itlwm]: The following symbols are unresolved for this kext:
(kernel) kxld[com.zxystd.itlwm]: __ZN16Black80211Device10getPHYModeEv
(kernel) kxld[com.zxystd.itlwm]: __ZN16Black80211Device14getCountryCodeEPc
(kernel) kxld[com.zxystd.itlwm]: __ZN16Black80211Device18getFirmwareVersionEPcRt
(kernel) kxld[com.zxystd.itlwm]: __ZN16Black80211Device20getSupportedPHYModesEv
(kernel) kxld[com.zxystd.itlwm]: __ZN16Black80211Device9getOpModeEv

(kernel) Can't load kext com.zxystd.itlwm - link failed.
(kernel) Failed to load executable for kext com.zxystd.itlwm.
(kernel) Kext com.zxystd.itlwm failed to load (0xdc008016).
(kernel) Failed to load kext com.zxystd.itlwm (error 0xdc008016).

any ideas?

i got the same errors.

Forgot to mark methods as pure virtual, and OpenCore doesn’t check it. I’ll fix today

Sent with GitHawk

Thank you

Replaced the release.

Tried it, however it still doesn't work, it says that the itlwm.kext doesn't have an info.plist file when I try loading it.

mine works just fine.

mine works just fine.

Have you used the github project and compiled it or the release files?
Tried both, the first gives me no info.plist found and the second the error of a few posts ago. Maybe I'm doing something wrong

i use the prebuilt in release version, use hackintool to install it in /L/E.

That would need disabling Security, it's a little bit of a pain, there is also another post stating the new alpha is not stable at the moment. So, will wait a little bit.

The Info.plist is definitely there.

I tried with the repo version and compiling returns that problem, but the releases do contain. Will try again and report here.