-
Notifications
You must be signed in to change notification settings - Fork 141
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
[BUG] predictable_unloader issue #710
Comments
predictable_unloader won't do anything unless the server command |
ofc this case needs the confogl_off.cfg be excuted |
I do use confogl and confogl_off |
then I gusse everything is normal. if other plugins didn't reload back I guess you probably put them in |
the plugins that are not in optional also werent loaded back |
have to say that I have encountered this issue too. after typing sm_resetmatch in the server console, all plugins did fully unloaded but predictable_unloader didn't refresh the plugins, also didn't unload itself. kinda wired to be like this. my server is linux dedicated. I will see if I can find more if I have time on this. |
probably the reason that timers won't work if server is hibernating. plugin itself is fine. |
You are right, timer won't work if server is hibernating
I think the solution is to change hibernate before timer
|
Unloading all plugins in game is very dangerous move, some plugins doesn't disable patch or restore offset(Address) in OnPluginEnd(). If you suffer this problem, suggest use plugin_unload_protect |
Describe the bug
the plugin sometimes unloads all plugins(except for itself) without loading others back
To Reproduce
Steps to reproduce the behavior:
2.it either works or not
Server Operating System (if applicable):
Windows
Additional context
played in coop gamemode
The text was updated successfully, but these errors were encountered: