Page 1 of 1

[0.12.31] [kovarex] duplicated message on load error in multiplayer

Posted: Wed Apr 27, 2016 9:29 pm
by prg
Try starting a multiplayer game by loading an existing save game that causes an error in on_load, like simply with

Code: Select all

script.on_load(function()
    breakme()
end)
The resulting error message box is displayed twice, one right on top of the other so it might not be obvious at first.

Trying to load the game in singleplayer shows the message box only once.

Re: [0.12.31] duplicated message on load error in multiplayer

Posted: Thu Apr 28, 2016 1:47 pm
by Klonan
Thanks for the report,
Loading it in singleplayer
In multiplayer
(Note i moved one of the windows in the MP screen)

Save:
onloadbreak1.zip
Save with this error script
(1.55 MiB) Downloaded 111 times

Re: [0.12.31] [kovarex] duplicated message on load error in multiplayer

Posted: Sat Apr 30, 2016 8:04 am
by kovarex
Fixed for 0.12.32.