mod 'worldedit_commands' in callback on_chat_message(): std::bad_array_new_length #5749

Open
opened 2023-12-19 15:34:17 +00:00 by AliasAlreadyTaken · 3 comments
2023-12-19 15:32:35: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'worldedit_commands' in callback on_chat_message(): std::bad_array_new_length
2023-12-19 15:32:35: ERROR[Main]: stack traceback:
2023-12-19 15:32:35: ERROR[Main]: 	[C]: in function 'get_voxel_manip'
2023-12-19 15:32:35: ERROR[Main]: 	...n/../mods/Minetest-WorldEdit/worldedit/manipulations.lua:626: in function 'fixlight'
2023-12-19 15:32:35: ERROR[Main]: 	...n/../mods/Minetest-WorldEdit/worldedit_commands/init.lua:1223: in function 'func'
2023-12-19 15:32:35: ERROR[Main]: 	...n/../mods/Minetest-WorldEdit/worldedit_commands/init.lua:50: in function 'callback'
2023-12-19 15:32:35: ERROR[Main]: 	...n/../mods/Minetest-WorldEdit/worldedit_commands/safe.lua:32: in function 'func'
2023-12-19 15:32:35: ERROR[Main]: 	...inetest_live/bin/../builtin/profiler/instrumentation.lua:108: in function 'func'
2023-12-19 15:32:35: ERROR[Main]: 	/home/mt/5.7.0/Minetest_live/bin/../builtin/game/chat.lua:79: in function </home/mt/5.7.0/Minetest_live/bin/../builtin/game/chat.lua:52>
2023-12-19 15:32:35: ERROR[Main]: 	.../mt/5.7.0/Minetest_live/bin/../builtin/game/register.lua:446: in function <.../mt/5.7.0/Minetest_live/bin/../builtin/game/register.lua:432>

``` 2023-12-19 15:32:35: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'worldedit_commands' in callback on_chat_message(): std::bad_array_new_length 2023-12-19 15:32:35: ERROR[Main]: stack traceback: 2023-12-19 15:32:35: ERROR[Main]: [C]: in function 'get_voxel_manip' 2023-12-19 15:32:35: ERROR[Main]: ...n/../mods/Minetest-WorldEdit/worldedit/manipulations.lua:626: in function 'fixlight' 2023-12-19 15:32:35: ERROR[Main]: ...n/../mods/Minetest-WorldEdit/worldedit_commands/init.lua:1223: in function 'func' 2023-12-19 15:32:35: ERROR[Main]: ...n/../mods/Minetest-WorldEdit/worldedit_commands/init.lua:50: in function 'callback' 2023-12-19 15:32:35: ERROR[Main]: ...n/../mods/Minetest-WorldEdit/worldedit_commands/safe.lua:32: in function 'func' 2023-12-19 15:32:35: ERROR[Main]: ...inetest_live/bin/../builtin/profiler/instrumentation.lua:108: in function 'func' 2023-12-19 15:32:35: ERROR[Main]: /home/mt/5.7.0/Minetest_live/bin/../builtin/game/chat.lua:79: in function </home/mt/5.7.0/Minetest_live/bin/../builtin/game/chat.lua:52> 2023-12-19 15:32:35: ERROR[Main]: .../mt/5.7.0/Minetest_live/bin/../builtin/game/register.lua:446: in function <.../mt/5.7.0/Minetest_live/bin/../builtin/game/register.lua:432> ```
Member

I was preparing a xmas quest near Sanctuary on Area 7870 when I noticed it needed //fixlight so I did it and instantly BOOM.

I went to the same place and did the same thing on test server, but it did not crash test server.
(I tried twice)

I was preparing a xmas quest near Sanctuary on Area 7870 when I noticed it needed //fixlight so I did it and instantly BOOM. I went to the same place and did the same thing on test server, but it did not crash test server. (I tried twice)
AliasAlreadyTaken added the
1. kind/bug
label 2023-12-19 16:29:21 +00:00
Member

possibly this should be considered a dupe of #2701. same problem, though triggered in a slightly different way.

possibly this should be considered a dupe of #2701. same problem, though triggered in a slightly different way.
Author
Owner

possibly this should be considered a dupe of #2701. same problem, though triggered in a slightly different way.

If the solution is the same in both cases, then it's a more or less a duplicate, but still both repros will need to be tested.

> possibly this should be considered a dupe of #2701. same problem, though triggered in a slightly different way. If the solution is the same in both cases, then it's a more or less a duplicate, but still both repros will need to be tested.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: your-land/bugtracker#5749
No description provided.