minetest-futil/collections/set.lua:96: set does not contain 1.4156426972382e+14 #6179

Closed
opened 2024-02-01 20:11:30 +00:00 by AliasAlreadyTaken · 2 comments

2024-02-01 20:09:36: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'petz' in callback luaentity_Step(): ...test_live/bin/../mods/minetest-futil/collections/set.lua:96: set does not contain 1.4156426972382e+14
2024-02-01 20:09:36: ERROR[Main]: stack traceback:
2024-02-01 20:09:36: ERROR[Main]: [C]: in function 'error'
2024-02-01 20:09:36: ERROR[Main]: ...test_live/bin/../mods/minetest-futil/collections/set.lua:96: in function 'remove'
2024-02-01 20:09:36: ERROR[Main]: ...t_live/bin/../mods/minetest-spawnit/manage_forceload.lua:70: in function 'forceload_free_block'
2024-02-01 20:09:36: ERROR[Main]: ...inetest_live/bin/../mods/petz/petz/api/api_back_home.lua:37: in function 'back_home'
2024-02-01 20:09:36: ERROR[Main]: .../Minetest_live/bin/../mods/petz/petz/api/api_on_step.lua:20: in function 'on_step'
2024-02-01 20:09:36: ERROR[Main]: ...Minetest_live/bin/../mods/petz/petz/api/api_register.lua:200: in function 'func'
2024-02-01 20:09:36: ERROR[Main]: ...inetest_live/bin/../builtin/profiler/instrumentation.lua:108: in function <...inetest_live/bin/../builtin/profiler/instrumentation.lua:101>

2024-02-01 20:09:36: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'petz' in callback luaentity_Step(): ...test_live/bin/../mods/minetest-futil/collections/set.lua:96: set does not contain 1.4156426972382e+14 2024-02-01 20:09:36: ERROR[Main]: stack traceback: 2024-02-01 20:09:36: ERROR[Main]: [C]: in function 'error' 2024-02-01 20:09:36: ERROR[Main]: ...test_live/bin/../mods/minetest-futil/collections/set.lua:96: in function 'remove' 2024-02-01 20:09:36: ERROR[Main]: ...t_live/bin/../mods/minetest-spawnit/manage_forceload.lua:70: in function 'forceload_free_block' 2024-02-01 20:09:36: ERROR[Main]: ...inetest_live/bin/../mods/petz/petz/api/api_back_home.lua:37: in function 'back_home' 2024-02-01 20:09:36: ERROR[Main]: .../Minetest_live/bin/../mods/petz/petz/api/api_on_step.lua:20: in function 'on_step' 2024-02-01 20:09:36: ERROR[Main]: ...Minetest_live/bin/../mods/petz/petz/api/api_register.lua:200: in function 'func' 2024-02-01 20:09:36: ERROR[Main]: ...inetest_live/bin/../builtin/profiler/instrumentation.lua:108: in function <...inetest_live/bin/../builtin/profiler/instrumentation.lua:101>
AliasAlreadyTaken added the
1. kind/bug
2. prio/critical
labels 2024-02-01 20:11:39 +00:00
flux was assigned by AliasAlreadyTaken 2024-02-01 20:12:46 +00:00
flux added this to the flux's TODO list project 2024-02-01 21:46:10 +00:00
flux added the
4. step/ready to QA test
label 2024-02-01 21:49:58 +00:00
Member

fixed things so that spawnit won't cause a crash if something (petz) tries to un-forceload a block which isn't actually already forceloaded 10e31e4807

to test: run the following code against a position that isn't forceloaded already:

minetest.forceload_free_block(pos)
fixed things so that spawnit won't cause a crash if something (petz) tries to un-forceload a block which isn't actually already forceloaded https://github.com/fluxionary/minetest-spawnit/commit/10e31e4807f8258add4e1c164db5055097e9ff26 to test: run the following code against a position that isn't forceloaded already: ```lua minetest.forceload_free_block(pos) ```
AliasAlreadyTaken added this to the 1.1.123 milestone 2024-02-26 12:29:17 +00:00
AliasAlreadyTaken added the
ugh/QA OK
ugh/QA main
labels 2024-02-26 12:30:24 +00:00
whosit added the
ugh/petz
label 2024-02-26 18:42:39 +00:00
flux added
5. result/fixed
and removed
4. step/ready to QA test
labels 2024-03-28 21:14:52 +00:00
flux removed this from the flux's TODO list project 2024-03-28 21:16:13 +00:00
flux removed their assignment 2024-03-28 21:16:15 +00:00
Member

this is live (checked from spawnit's version visible in /mods)

this is live (checked from spawnit's version visible in `/mods`)
flux closed this issue 2024-03-28 21:16:42 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#6179
No description provided.