Quote:
Originally Posted by RedPenguin
I can't seem to pinpoint the exact part of the code but once I removed all of this said code plus some small pieces above referencing it, it immediately worked.
|
Those functions can't be the real culprit. they aren't even being used as per your log file. keep all the patch except following change. revert
Code:
else if (AVMATCH(&method, &av__onbwcheck) || AVMATCH(&method, &av_onBWCheck))
to original
Code:
else if (AVMATCH(&method, &av__onbwcheck))