Serverside

Fixes / The same ESX society is registered twice

Framework · medium severity · found in the console

The same ESX society is registered twice

The server console prints a line like this.

What the console says

society already registered, name: <society>

What it means

The <society> society is registered more than once. Two resources are both claiming it, and only one of them wins.

How to fix it

  1. Find every resource registering this society — usually two job scripts that overlap, or an old job left installed beside its replacement.
  2. Decide which one owns it and stop the other registering. Whichever loads second is silently ignored.
  3. Check the society's money afterwards: two resources writing the same account is how balances drift without an obvious culprit.

When it is not this

This is a warning, not an error, and the server runs fine — which is why it survives for months. The real risk is not the log line but the ambiguity: if two resources both think they own a society's account, payments and withdrawals can land in a place nobody expects. Check the money before deciding it is harmless.