[Rseding91] [1.1.110] Playing single player a game started by another player freezes when using game.show_message_dialog
Posted: Fri Oct 11, 2024 11:22 pm
Reproduction steps:
1. Set player name to
2. Open save in single player
3. Run
Expected behavior: Throw an error
Actual behavior: Text bubble does not show up and all controls other than going into map mode and zooming in and out are disabled.
This save was started by another player, I was continuing it in single player and a mod (Lunar Landings) was using the above function on an event. Function works as expected when in multiplayer or single player when joining as the game creator. Opening the save in multiplayer will correctly throw an error. Bug can always be replicated.
1. Set player name to
Code: Select all
kmaeranis
3. Run
Code: Select all
/c game.show_message_dialog{text ="This should show up as a speech bubble or throw an error. Instead it freezes the game."}
or show bubble to current player.Cannot execute command. Error: Map doesn't contain 1 player, this function can't be used
Actual behavior: Text bubble does not show up and all controls other than going into map mode and zooming in and out are disabled.
This save was started by another player, I was continuing it in single player and a mod (Lunar Landings) was using the above function on an event. Function works as expected when in multiplayer or single player when joining as the game creator. Opening the save in multiplayer will correctly throw an error. Bug can always be replicated.