minetest-mods / technic

Technic mod for Minetest
Other
146 stars 155 forks source link

Number of registerable nodes (32768) exceeded #604

Closed Pantyhose-X closed 1 year ago

Pantyhose-X commented 2 years ago

Bug description 2022-07-05 15:58:43: ERROR[Main]: ModError: Failed to load and run script from C:\Users\hey\Music\minetest-5.5.1-win64\bin..\mods\technic\concrete\init.lua: 2022-07-05 15:58:43: ERROR[Main]: Number of registerable nodes (32768) exceeded (technic:concrete_post_with_platform) 2022-07-05 15:58:43: ERROR[Main]: stack traceback: 2022-07-05 15:58:43: ERROR[Main]: [C]: in function 'register_item_raw' 2022-07-05 15:58:43: ERROR[Main]: ...ic\minetest-5.5.1-win64\bin..\builtin\game\register.lua:184: in function 'register_item' 2022-07-05 15:58:43: ERROR[Main]: ...ic\minetest-5.5.1-win64\bin..\builtin\game\register.lua:210: in function 'really_register_node' 2022-07-05 15:58:43: ERROR[Main]: ...5.1-win64\bin..\mods\technic\technic_worldgen/nodes.lua:151: in function 'really_register_node' 2022-07-05 15:58:43: ERROR[Main]: ....1-win64\bin..\mods\technic\technic_worldgen/crafts.lua:161: in function 'register_node' 2022-07-05 15:58:43: ERROR[Main]: ...netest-5.5.1-win64\bin..\mods\technic\concrete\init.lua:111: in main chunk 2022-07-05 15:58:43: ERROR[Main]: Check debug.txt for details. 2022-07-05 15:58:43: ACTION[Main]: Server: Shutting down


2022-07-05 16:29:56: ERROR[Main]: ModError: Failed to load and run script from C:\Users\hey\Music\minetest-5.5.1-win64\bin..\mods\technic\extranodes\init.lua: 2022-07-05 16:29:56: ERROR[Main]: Number of registerable nodes (32768) exceeded (technic:slab_carbon_steel_block_three_sides) 2022-07-05 16:29:56: ERROR[Main]: stack traceback: 2022-07-05 16:29:56: ERROR[Main]: [C]: in function 'register_item_raw' 2022-07-05 16:29:56: ERROR[Main]: ...ic\minetest-5.5.1-win64\bin..\builtin\game\register.lua:184: in function 'register_item' 2022-07-05 16:29:56: ERROR[Main]: ...ic\minetest-5.5.1-win64\bin..\builtin\game\register.lua:210: in function 'really_register_node' 2022-07-05 16:29:56: ERROR[Main]: ...5.1-win64\bin..\mods\technic\technic_worldgen/nodes.lua:151: in function 'really_register_node' 2022-07-05 16:29:56: ERROR[Main]: ....1-win64\bin..\mods\technic\technic_worldgen/crafts.lua:161: in function 'register_node'

BuckarooBanzay commented 2 years ago

The node-limit isn't reached with installing technic and its dependencies alone, please provide a list of mods you tested this with.

Number of registerable nodes (32768) exceeded

In any case: there is currently no way to circumvent this without changing the engine (https://github.com/minetest/minetest/issues/6101)

BuckarooBanzay commented 2 years ago

The solution to your problem is simple: don't use that many mods :shrug:

Again: this isn't a technic bug, you hit a limitation of the minetest engine, it is basically the same as if your hard-disk is full and you blame it on the last movie you downloaded...

Pantyhose-X commented 2 years ago

The solution to your problem is simple: don't use that many mods 🤷

Again: this isn't a technic bug, you hit a limitation of the minetest engine, it is basically the same as if your hard-disk is full and you blame it on the last movie you downloaded...

I found the reason, it and not compatible https://content.minetest.net/packages/Emojiminetest/technic_cnc_improve/ technic should consider merging technic_cnc_improve