ReikaKalseki / Reika_FactorioMods_Issues

The issue tracker for all of my Factorio mods - EndgameCombat, NauvisDay, Geothermal, Oreverhaul, and the rest.
5 stars 1 forks source link

Endgame combat causing issues with Space Exploration #437

Open pirateparty2000 opened 6 months ago

pirateparty2000 commented 6 months ago

Don't know what is going wrong but I am hoping it will be fixed. Love both your mods and would rather not have to choose between one or the other.

Screenshot 2023-12-16 102233

Nordhet commented 6 months ago

Have had the same problem + another one. 414235419_382832587479799_7396916671045892310_n

I found that the first one seems to be caused by Delivery Cannons shoot in to a full Delivery Cannon Chest

andyad8865 commented 5 months ago

same here:

Error MainLoop.cpp:1391: Exception at tick 914621621: The mod Space Exploration (0.6.121) caused a non-recoverable error. Please report this error to the mod author. Error while running event space-exploration::on_tick (ID 0) The mod Endgame Combat (1.152.1) caused a non-recoverable error. Please report this error to the mod author. Error while running event EndgameCombat::on_entity_damaged (ID 103) Target must have health. stack traceback: [C]: in function 'create_entity' EndgameCombat/functions.lua:445: in function 'doRetaliation' EndgameCombat/control.lua:590: in function <EndgameCombat/control.lua:556> stack traceback: [C]: in function 'create_entity' space-exploration/scripts/delivery-cannon.lua:592: in function 'do_payload_effect' space-exploration/scripts/delivery-cannon.lua:677: in function 'callback' space-exploration/scripts/event.lua:19: in function <space-exploration/scripts/event.lua:17> Error ServerMultiplayerManager.cpp:92: MultiplayerManager failed: "The mod Space Exploration (0.6.121) caused a non-recoverable error. Please report this error to the mod author. Error while running event space-exploration::on_tick (ID 0) The mod Endgame Combat (1.152.1) caused a non-recoverable error. Please report this error to the mod author. Error while running event EndgameCombat::on_entity_damaged (ID 103) Target must have health. stack traceback: [C]: in function 'create_entity' EndgameCombat/functions.lua:445: in function 'doRetaliation' EndgameCombat/control.lua:590: in function <EndgameCombat/control.lua:556> stack traceback: [C]: in function 'create_entity' space-exploration/scripts/delivery-cannon.lua:592: in function 'do_payload_effect' space-exploration/scripts/delivery-cannon.lua:677: in function 'callback' space-exploration/scripts/event.lua:19: in function <space-exploration/scripts/event.lua:17>" Info ServerMultiplayerManager.cpp:814: updateTick(914621621) changing state from(InGame) to(Failed) Quitting: multiplayer error.

andyad8865 commented 5 months ago

for me the error occurs when a delivery cannon pod crashes on a full delivery cannon chest.

Nordhet commented 5 months ago

for me the error occurs when a delivery cannon pod crashes on a full delivery cannon chest.

Yea, come across that as well, but been abel work around that

andyad8865 commented 5 months ago

for me i can confirm manually adding this pull request by hand fixes the error on my end

PR: https://github.com/ReikaKalseki/EndgameCombat/pull/14

Code Change: https://github.com/ReikaKalseki/EndgameCombat/pull/14/commits/aa09060dfcc0b1e1430602ebdac3ad2491f82654

JonScarlet commented 2 months ago

for me i can confirm manually adding this pull request by hand fixes the error on my end

PR: ReikaKalseki/EndgameCombat#14

Code Change: ReikaKalseki/EndgameCombat@aa09060

do you think this would work for Endgame in general and not just for Robot Attrition/Space Exploration? I don't use those mods so I don't have the delivery error, but I still have the error for doRetaliation and I'd like to get that fixed.

Shizool-arch commented 1 month ago

Same problem

image

andyad8865 commented 1 month ago

See https://github.com/ReikaKalseki/EndgameCombat/pull/14#issuecomment-2053763233