NucleoidMC / player-roles

Fabric role & permission management for servers
MIT License
38 stars 16 forks source link

Server Crashing on Stop/Restart #14

Closed TheRobified closed 3 years ago

TheRobified commented 3 years ago

Removed all my mods one by one, and found that Player Roles is causing a hard crash on my server after saving in TACS.

1.16.4, on latest release. I changed my roles.json to be what it used to be before the crashes, to no avail:

  "admin": {
    "level": 100,
    "overrides": {
      "commands": {
        ".*": "allow"
      }
    }
  },
  "staff": {
    "level": 20,
    "overrides": {
      "commands": {
        "staffchat": "allow",
        "clearchat": "allow"
      }
    }
  },
  "everyone": {
    "overrides": {
      "commands": {
        "help": "deny",
        "staffchat": "deny",
        "clearchat": "deny"
      }
    }
  }
}

Crash reports don't seem to show anything, but I can try and attach them if needed. Not super familiar with development, so just give me instructions to grab any info you need. :)

TheRobified commented 3 years ago

I think it was actually Spark causing the crash. I replaced your mod, and it came back up (even though it crashed before), and then Spark, and it crashed on stop. I downloaded the latest Spark build instead, and it seems to be okay for now. I couldn't really get any behaviour to repeat consistently, but had more luck with removing/readding Spark.

After multiple restarts with Player Roles after resetting everything, it seems good.