-
Notifications
You must be signed in to change notification settings - Fork 56
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
Errors on search #102
Comments
This is 99% certainty not a Ulib error but a conflict with one of your many addons. Additionally, the 'SetProgress' command/function does not exist in ULib. |
This error was not occurring when i used the workshop variant of these addons. I can try and see if i can figure out the conflict as other mods have spit out the same error for different reasons. Granted around the time i swapped from the workshop version to the github i also swapped from gmods normal client to the x64 variant. Also for my addons, most have been previously tested with both ulx and ulib with no errors, or have direct compatibility with it. As to why i came here. |
based on what i can figure out on the error code it is a conflict with this part "4. unknown - addons/ulib-master/lua/ulib/shared/hook.lua:109" As the rest is not from ulib. What does this part deal with? to make it easier to locate the conflict. |
After checking the file in question inside Facepunches GitHub repository, it looks like the method is added in the same file. So the reason it says its a nil value means that either the file is incomplete/broken or that something is overwriting the panel object |
I doubt Gmod's code is root cause. |
Regardless of who is at fault, it erroring under ulib. Which mean its ulibs fault until proven otherwise. If you dont like that, than perhaps make it so ulib points at who is actually at fault. Stop being a broken record and being unhelpful and unproductive, i asked a serious question since i have legit no idea which addon could be the cause and i am not going through over a 100 addon workshop files due to the numerous workship files downloaded by the server testing various addons, extracting each and every one, manually checking for the file since windows search is a pos. On top of that, instead of possibly getting bug reports like these over and over, telling them "its not our fault" and having them be forced to do what i mentioned, likely getting tired and just removing ulib and ulx. You could be helping them, and making a list a mods that are the issue, so you can properly blame other addons with 100% certainty instead of 99%, because you never know if this could be the 1% and you being so insistent on it not being so making it so it never gets fixed.
Thanks for the help, this means newer addons are less likely the cause and i should look at older addons. |
It is not erroring under Ulib. I'm not the only one here telling you that. |
Steps to reproduce
Expected behavior
Tell us what should happen
For the prop to be found
Actual behavior
Tell us what happens instead
Nothing searched and errors get spammed endlessly in player console
Error(s) in server console, if any
None
Error(s) in player's console, if any
[ulib-master] lua/includes/modules/notification.lua:51: attempt to call method 'SetProgress' (a nil value)
3. fn - gamemodes/sandbox/gamemode/cl_search_models.lua:43
4. unknown - addons/ulib-master/lua/ulib/shared/hook.lua:109 (x3357)
Warning: Unhandled usermessage '_Notify'
Version
Run "ulx version" in console and paste the result
ULib v2.71d (04/05/24)
ULX v3.81d (07/19/24)
The text was updated successfully, but these errors were encountered: