Apotheosis

Apotheosis

70M Downloads

Server crash with gateways+Apotheosis inftb genesis

Saereth opened this issue ยท 2 comments

commented

MC 1.19.2
Forge 43.3.5
Apotheosis 6.4.1
Placebo 7.3.4

Crashing when one of our custom gates spawns that had apotheosis rewards for completion

crashlog:
https://gist.github.com/Saereth/5eaf39f29cb5e530a2a22d0e858706cf

gateway json:

{
  "conditions": [
    {
      "type": "apotheosis:module",
      "module": "adventure"
    }
  ],
  "size": "small",
  "color": "rainbow",
  "leash_range": 256,
  "waves": [
    {
      "entities": [
        {
          "type": "apotheosis:boss"
        },
        {
          "entity": "alexsmobs:komodo_dragon"
        },
        {
          "entity": "alexsmobs:komodo_dragon"
        },
        {
          "entity": "alexsmobs:tusklin"
        },
        {
          "entity": "alexsmobs:tusklin"
        },
        {
          "entity": "alexsmobs:guster"
        },
        {
          "entity": "alexsmobs:guster"
        }
      ],
      "modifiers": [
        {
          "attribute": "generic.max_health",
          "operation": "MULTIPLY_TOTAL",
          "value": 0.33
        },
        {
          "attribute": "generic.armor",
          "operation": "ADDITION",
          "value": 2.5
        },
        {
          "attribute": "generic.attack_damage",
          "operation": "MULTIPLY_TOTAL",
          "value": 0.5
        },
        {
          "attribute": "generic.knockback_resistance",
          "operation": "ADDITION",
          "value": 0.05
        },
        {
          "attribute": "generic.movement_speed",
          "operation": "MULTIPLY_TOTAL",
          "value": 0.15
        }
      ],
      "max_wave_time": 5000,
      "setup_time": 150
    }
  ],
  "rewards": [
    {
      "type": "apotheosis:affix",
      "rarity": "mythic"
    }
  ],
  "failures": [
    {
      "type": "command",
      "command": "open_gateway <summoner> gateways:desert_gate",
      "desc": "More Enemies!"
    }
  ],
  "completion_xp": 2500,
  "spawn_range": 5
}

Let me know if there is something I need to correct or if you need more info, thanks!

commented

https://pastebin.com/tBgw9RBV
new crash log with v1.0.3 genesis, in this verison I cloned the overworld rarity affix defaults and cleared out all the dimension filters so we'd have a full affix table that isnt dimensionally filter but we're still getting reports of the crash.

commented

So the problem with using that stuff is that it's dimensional, so if you run it in a dimension with no affix loot items present it explodes - You might want to define a single affix loot entry that is not dimensionally filtered so it doesn't crash.