circular saw VS glostone #8551
Labels
No Label
1. kind/balancing
1. kind/breaking
1. kind/bug
1. kind/construction
1. kind/documentation
1. kind/enhancement
1. kind/griefing
1. kind/invalid
1. kind/meme
1. kind/node limit
1. kind/other
1. kind/protocol
2. prio/controversial
2. prio/critical
2. prio/elevated
2. prio/good first issue
2. prio/interesting
2. prio/low
3. source/art
3. source/client
3. source/engine
3. source/ingame
3. source/integration
3. source/lag
3. source/license
3. source/mod upstream
3. source/petz
3. source/testserver
3. source/unknown
3. source/website
4. step/approved
4. step/at work
4. step/blocked
4. step/discussion
4. step/help wanted
4. step/needs confirmation
4. step/partially fixed
4. step/QA main
4. step/QA NOK
4. step/QA OK
4. step/question
4. step/ready to deploy
4. step/ready to QA test
4. step/want approval
5. result/cannot reproduce
5. result/duplicate
5. result/fixed
5. result/maybe
5. result/wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: your-land/bugtracker#8551
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
2025-05-17 00:19:10: ACTION[Server]: [yl_commons] AliasAlreadyTaken moves "ethereal:micro_glostone 4" to {"name":"AliasAlreadyTaken","type":"player"} [main]
2025-05-17 00:19:10: ACTION[Server]: [yl_commons] lua is using 254.0 MB
2025-05-17 00:19:12: WARNING[ConnectionSend]: con(4/1) Packet quota used up for peer_id=45052, was 512 pkts
2025-05-17 00:19:12: WARNING[ConnectionSend]: con(4/1) Packet quota used up for peer_id=45052, was 512 pkts
2025-05-17 00:19:12: WARNING[ConnectionSend]: con(4/1) Packet quota used up for peer_id=45052, was 512 pkts
2025-05-17 00:19:16: ACTION[Server]: [yl_commons] AliasAlreadyTaken takes "ethereal:micro_glostone 4" from {"name":"AliasAlreadyTaken","type":"player"} [main]
2025-05-17 00:19:16: ACTION[Server]: [yl_commons] "AliasAlreadyTaken" moves ethereal:micro_glostone 4 to moreblocks:circular_saw @ (3965,21,-9060) [recycle]
2025-05-17 00:19:16: ACTION[Main]: Server: Shutting down
2025-05-17 00:19:16: ACTION[Server]: [MOD] smart_chat : Module core: *** leaves the World.
2025-05-17 00:19:16: ACTION[Server]: AliasAlreadyTaken leaves game. List of players:
2025-05-17 00:19:21: ERROR[Main]: ServerError: AsyncErr: Lua: Runtime error from mod 'moreblocks' in callback nodemeta_inventory_OnPut(): ....0/Yourland_test/bin/../mods/moreblocks/circular_saw.lua:184: attempt to index a nil value
2025-05-17 00:19:21: ERROR[Main]: stack traceback:
2025-05-17 00:19:21: ERROR[Main]: ....0/Yourland_test/bin/../mods/moreblocks/circular_saw.lua:184: in function 'update_inventory'
2025-05-17 00:19:21: ERROR[Main]: ....0/Yourland_test/bin/../mods/moreblocks/circular_saw.lua:323: in function <....0/Yourland_test/bin/../mods/moreblocks/circular_saw.lua:303>
Looking at blame, seems introduced here:
2611e64a2b
We are using
stairsplus:register_custom_subset()
to register glostone, which callsstairsplus.register_single()
, but the variable that was introduced in that commit is updated only instairsplus:register_micro()
, which callsstairsplus.register_single()
itself...So upstream messed this up by not updating the table where needed, I guess.
Upstream issue: https://github.com/minetest-mods/moreblocks/issues/209
I basically reverted that moreblocks commit with
temp_fix_circular_saw_8551
snippet.Should be fixed upstream