testserver Runtime error from mod '??' in callback on_mods_loaded(): ...ods/yl_commons/bugfixes/unified_inventory_bad_groups.lua:70: #5249

Closed
opened 2023-09-08 11:54:47 +02:00 by AliasAlreadyTaken · 3 comments
2023-09-08 09:27:08: ACTION[Main]: [yl_commons] recipe w/ groups w/ no matches being unregistered: {
        method = "normal",
        width = 3,
        items = {
                "default:apple",
                "default:apple",
                "default:apple",
                "group:food_water_glass",
                "farming:juicer"
        },
        output = "farming:apple_tea",
        type = "normal"
}
2023-09-08 09:27:08: ACTION[Main]: Server: Shutting down
2023-09-08 09:27:10: ERROR[Main]: ModError: Runtime error from mod '??' in callback on_mods_loaded(): ...ods/yl_commons/bugfixes/unified_inventory_bad_groups.lua:70: {
2023-09-08 09:27:10: ERROR[Main]:       method = "normal",
2023-09-08 09:27:10: ERROR[Main]:       width = 3,
2023-09-08 09:27:10: ERROR[Main]:       items = {
2023-09-08 09:27:10: ERROR[Main]:               "default:apple",
2023-09-08 09:27:10: ERROR[Main]:               "default:apple",
2023-09-08 09:27:10: ERROR[Main]:               "default:apple",
2023-09-08 09:27:10: ERROR[Main]:               "group:food_water_glass",
2023-09-08 09:27:10: ERROR[Main]:               "farming:juicer"
2023-09-08 09:27:10: ERROR[Main]:       },
2023-09-08 09:27:10: ERROR[Main]:       output = "farming:apple_tea",
2023-09-08 09:27:10: ERROR[Main]:       type = "normal"
2023-09-08 09:27:10: ERROR[Main]: }
2023-09-08 09:27:10: ERROR[Main]: stack traceback:
2023-09-08 09:27:10: ERROR[Main]:       [C]: in function 'error'
2023-09-08 09:27:10: ERROR[Main]:       ...ods/yl_commons/bugfixes/unified_inventory_bad_groups.lua:70: in function 'unregister'
2023-09-08 09:27:10: ERROR[Main]:       ...ods/yl_commons/bugfixes/unified_inventory_bad_groups.lua:109: in function <...ods/yl_commons/bugfixes/unified_inventory_bad_groups.lua:93>
2023-09-08 09:27:10: ERROR[Main]:       .../mt/5.7.0/Minetest_test/bin/../builtin/game/register.lua:446: in function <.../mt/5.7.0/Minetest_test/bin/../builtin/game/register.lua:432>
``` 2023-09-08 09:27:08: ACTION[Main]: [yl_commons] recipe w/ groups w/ no matches being unregistered: { method = "normal", width = 3, items = { "default:apple", "default:apple", "default:apple", "group:food_water_glass", "farming:juicer" }, output = "farming:apple_tea", type = "normal" } 2023-09-08 09:27:08: ACTION[Main]: Server: Shutting down 2023-09-08 09:27:10: ERROR[Main]: ModError: Runtime error from mod '??' in callback on_mods_loaded(): ...ods/yl_commons/bugfixes/unified_inventory_bad_groups.lua:70: { 2023-09-08 09:27:10: ERROR[Main]: method = "normal", 2023-09-08 09:27:10: ERROR[Main]: width = 3, 2023-09-08 09:27:10: ERROR[Main]: items = { 2023-09-08 09:27:10: ERROR[Main]: "default:apple", 2023-09-08 09:27:10: ERROR[Main]: "default:apple", 2023-09-08 09:27:10: ERROR[Main]: "default:apple", 2023-09-08 09:27:10: ERROR[Main]: "group:food_water_glass", 2023-09-08 09:27:10: ERROR[Main]: "farming:juicer" 2023-09-08 09:27:10: ERROR[Main]: }, 2023-09-08 09:27:10: ERROR[Main]: output = "farming:apple_tea", 2023-09-08 09:27:10: ERROR[Main]: type = "normal" 2023-09-08 09:27:10: ERROR[Main]: } 2023-09-08 09:27:10: ERROR[Main]: stack traceback: 2023-09-08 09:27:10: ERROR[Main]: [C]: in function 'error' 2023-09-08 09:27:10: ERROR[Main]: ...ods/yl_commons/bugfixes/unified_inventory_bad_groups.lua:70: in function 'unregister' 2023-09-08 09:27:10: ERROR[Main]: ...ods/yl_commons/bugfixes/unified_inventory_bad_groups.lua:109: in function <...ods/yl_commons/bugfixes/unified_inventory_bad_groups.lua:93> 2023-09-08 09:27:10: ERROR[Main]: .../mt/5.7.0/Minetest_test/bin/../builtin/game/register.lua:446: in function <.../mt/5.7.0/Minetest_test/bin/../builtin/game/register.lua:432> ```
AliasAlreadyTaken added the
1. kind/bug
2. prio/critical
labels 2023-09-08 13:47:53 +02:00
AliasAlreadyTaken added this to the 1.1.120 milestone 2023-09-08 13:47:57 +02:00
AliasAlreadyTaken added the
4. step/ready to QA test
label 2023-09-09 07:39:51 +02:00
Author
Owner

See #5251 for more info.

Temporary solution, I added a second group

This issue is OK if the server starts, but has a second group on the water glass.

See #5251 for more info. Temporary solution, I added a second group This issue is OK if the server starts, but has a second group on the water glass.
AliasAlreadyTaken added the
4. step/QA OK
label 2023-09-11 09:46:42 +02:00
Member

this is due to the fix in #3083 not handling shaped recipes w/ missing "empty" space at the end of the recipe. however, as noted in #3028, the upstream issue in unified_inventory got fixed (https://github.com/minetest-mods/unified_inventory/pull/223), so i've removed the hot fix as it's no longer needed c3562b21c5

this is due to the fix in #3083 not handling shaped recipes w/ missing "empty" space at the end of the recipe. however, as noted in #3028, the upstream issue in unified_inventory got fixed (https://github.com/minetest-mods/unified_inventory/pull/223), so i've removed the hot fix as it's no longer needed https://gitea.your-land.de/your-land/yl_commons/commit/c3562b21c585be2f4877e7f4993b0c0bb9d9dca2
flux added
5. result/fixed
and removed
4. step/ready to QA test
labels 2023-11-22 01:11:20 +01:00
Member

fixed on the test server

fixed on the test server
flux closed this issue 2023-11-22 01:11:29 +01: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#5249
No description provided.