FredyH / MySQLOO

MySQLOO
GNU Lesser General Public License v2.1
138 stars 55 forks source link

MySQLOO's Linux ddl makes a gmod server unable to enter #120

Closed blancovn closed 1 year ago

blancovn commented 1 year ago

Hello, I set MySQLOO in my GMod's Linux server. The problem is when I find that I am unable to enter my server because it says "password failed", while I didn't set any password in order to join my server.

When I removed the mysqloo dll from y server and I restarted, I was able to join with no other issue than staff plugins not working because of missing dll.

I install the dll = My server asks for a password I didn't even set up. I remove the dll = My plugins don't work but I can join.

Can you figure this issue out? Thank you.

Kefta commented 1 year ago

This module does not set a server password - perhaps one of your addons is doing it after it requires the module. Try removing all of them except for the module to verify this, then add them back in chunks or one-by-one to narrow down the source.

blancovn commented 1 year ago

Hello, I removed Simple Admin Manager addon (the addon that was causing troubles) and it worked. Now, do you know if said addon can manage server password and if so, to remove said permission.

Kefta commented 1 year ago

I do not know anything about the addon. I would dive into the code (file search for any instances of "password") or contact the addon's author(s).