testserver yl_commons/util/groups.lua:4: attempting to override unknown item sandwiches:blackberry_jam #3703

Closed
opened 2023-02-02 23:10:19 +00:00 by AliasAlreadyTaken · 3 comments

During startup

2023-02-02 23:00:39: ACTION[Main]: [MOD] yl_commons loading
2023-02-02 23:00:39: WARNING[Main]: Field "use_texture_alpha": Boolean values are deprecated; use the new choices
2023-02-02 23:00:39: WARNING[Main]: Field "use_texture_alpha": Boolean values are deprecated; use the new choices
2023-02-02 23:00:39: WARNING[Main]: Field "use_texture_alpha": Boolean values are deprecated; use the new choices
2023-02-02 23:00:39: ACTION[Main]: Server: Shutting down
2023-02-02 23:00:40: ERROR[Main]: ModError: Failed to load and run script from /home/mt/5.6.1/Minetest_test/bin/../mods/yl_commons/init.lua:
2023-02-02 23:00:40: ERROR[Main]: ...6.1/Minetest_test/bin/../mods/yl_commons/util/groups.lua:4: attempting to override unknown item sandwiches:blackberry_jam
2023-02-02 23:00:40: ERROR[Main]: stack traceback:
2023-02-02 23:00:40: ERROR[Main]: 	[C]: in function 'error'
2023-02-02 23:00:40: ERROR[Main]: 	...6.1/Minetest_test/bin/../mods/yl_commons/util/groups.lua:4: in function 'update_groups'
2023-02-02 23:00:40: ERROR[Main]: 	...netest_test/bin/../mods/yl_commons/groups/sandwiches.lua:29: in main chunk
2023-02-02 23:00:40: ERROR[Main]: 	[C]: in function 'dofile'
2023-02-02 23:00:40: ERROR[Main]: 	...e/mt/5.6.1/Minetest_test/bin/../mods/yl_commons/init.lua:182: in function 'dofile'
2023-02-02 23:00:40: ERROR[Main]: 	...6.1/Minetest_test/bin/../mods/yl_commons/groups/init.lua:31: in main chunk
2023-02-02 23:00:40: ERROR[Main]: 	[C]: in function 'dofile'
2023-02-02 23:00:40: ERROR[Main]: 	...e/mt/5.6.1/Minetest_test/bin/../mods/yl_commons/init.lua:182: in function 'dofile'
2023-02-02 23:00:40: ERROR[Main]: 	...e/mt/5.6.1/Minetest_test/bin/../mods/yl_commons/init.lua:189: in main chunk

Most likely I need to update something else? Sandwiches perhaps?

If so: Do I need to replace sandwiches yl_stable branch with master upstream or do I need to merge them?

During startup ``` 2023-02-02 23:00:39: ACTION[Main]: [MOD] yl_commons loading 2023-02-02 23:00:39: WARNING[Main]: Field "use_texture_alpha": Boolean values are deprecated; use the new choices 2023-02-02 23:00:39: WARNING[Main]: Field "use_texture_alpha": Boolean values are deprecated; use the new choices 2023-02-02 23:00:39: WARNING[Main]: Field "use_texture_alpha": Boolean values are deprecated; use the new choices 2023-02-02 23:00:39: ACTION[Main]: Server: Shutting down 2023-02-02 23:00:40: ERROR[Main]: ModError: Failed to load and run script from /home/mt/5.6.1/Minetest_test/bin/../mods/yl_commons/init.lua: 2023-02-02 23:00:40: ERROR[Main]: ...6.1/Minetest_test/bin/../mods/yl_commons/util/groups.lua:4: attempting to override unknown item sandwiches:blackberry_jam 2023-02-02 23:00:40: ERROR[Main]: stack traceback: 2023-02-02 23:00:40: ERROR[Main]: [C]: in function 'error' 2023-02-02 23:00:40: ERROR[Main]: ...6.1/Minetest_test/bin/../mods/yl_commons/util/groups.lua:4: in function 'update_groups' 2023-02-02 23:00:40: ERROR[Main]: ...netest_test/bin/../mods/yl_commons/groups/sandwiches.lua:29: in main chunk 2023-02-02 23:00:40: ERROR[Main]: [C]: in function 'dofile' 2023-02-02 23:00:40: ERROR[Main]: ...e/mt/5.6.1/Minetest_test/bin/../mods/yl_commons/init.lua:182: in function 'dofile' 2023-02-02 23:00:40: ERROR[Main]: ...6.1/Minetest_test/bin/../mods/yl_commons/groups/init.lua:31: in main chunk 2023-02-02 23:00:40: ERROR[Main]: [C]: in function 'dofile' 2023-02-02 23:00:40: ERROR[Main]: ...e/mt/5.6.1/Minetest_test/bin/../mods/yl_commons/init.lua:182: in function 'dofile' 2023-02-02 23:00:40: ERROR[Main]: ...e/mt/5.6.1/Minetest_test/bin/../mods/yl_commons/init.lua:189: in main chunk ``` Most likely I need to update something else? Sandwiches perhaps? If so: Do I need to replace sandwiches yl_stable branch with master upstream or do I need to merge them?
AliasAlreadyTaken added the
1. kind/bug
label 2023-02-02 23:10:23 +00:00
AliasAlreadyTaken changed title from testserver to testserver yl_commons/util/groups.lua:4: attempting to override unknown item sandwiches:blackberry_jam 2023-02-02 23:15:24 +00:00
Member

ah, apparently i didn't test all the integration mode against old sandwiches.

solution: revert yl_commons to b75dadd091

alternate solution: upgrade sandwiches.

i'll add a check-for-existence though.

ah, apparently i didn't test all the integration mode against old sandwiches. solution: revert yl_commons to https://gitea.your-land.de/your-land/yl_commons/commit/b75dadd09148af1c1598b2ae57d26972e9f0500b alternate solution: upgrade sandwiches. i'll add a check-for-existence though.
Member

if you instead want to update yl_commons, 72b17ac975

if you instead want to update yl_commons, https://gitea.your-land.de/your-land/yl_commons/commit/72b17ac975e941e814f89ef65ad670375cd2607d
flux added the
2. prio/critical
4. step/ready to QA test
labels 2023-02-02 23:37:49 +00:00
flux added this to the 1.1.118 milestone 2023-02-22 04:25:34 +00:00
AliasAlreadyTaken added the
ugh/QA OK
label 2023-04-13 22:27:19 +00:00
flux added
5. result/fixed
and removed
4. step/ready to QA test
labels 2023-04-25 18:47:48 +00:00
Member

this is live

this is live
flux closed this issue 2023-04-25 18:47:53 +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#3703
No description provided.