You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to reproduce with the steps above, but couldn't get it to crash again in the same way. Since a "new mail" is involved, it can't be a migration issue as suspected in #84
Stacktrace:
2023-05-09 13:47:49: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'mail' in callback on_playerReceiveFields(): .../5.6.1/Minetest_test/bin/../mods/mail_mod/ui/message.lua:53: attempt to index local 'message' (a nil value)
2023-05-09 13:47:49: ERROR[Main]: stack traceback:
2023-05-09 13:47:49: ERROR[Main]: .../5.6.1/Minetest_test/bin/../mods/mail_mod/ui/message.lua:53: in function 'replyall'
2023-05-09 13:47:49: ERROR[Main]: .../5.6.1/Minetest_test/bin/../mods/mail_mod/ui/message.lua:114: in function 'func'
2023-05-09 13:47:49: ERROR[Main]: ...inetest_test/bin/../builtin/profiler/instrumentation.lua:107: in function <...inetest_test/bin/../builtin/profiler/instrumentation.lua:100>
2023-05-09 13:47:49: ERROR[Main]: .../mt/5.6.1/Minetest_test/bin/../builtin/game/register.lua:432: in function <.../mt/5.6.1/Minetest_test/bin/../builtin/game/register.lua:418>
For my reference 4447
The text was updated successfully, but these errors were encountered:
Looks suspiciously similar to #84
This is the commit we're on: 8dcfc7d
That's how it happened:
I tried to reproduce with the steps above, but couldn't get it to crash again in the same way. Since a "new mail" is involved, it can't be a migration issue as suspected in #84
Stacktrace:
For my reference 4447
The text was updated successfully, but these errors were encountered: