minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

Will not load, tools error. Latest minetest git compile as of this report #587

Closed IITFA closed 3 years ago

IITFA commented 3 years ago

Technic has no main developer and largely depends on user-provided Pull Requests. It will take a while until even important issues are noticed. Please consider proposing a PR directly.


https://wtf.roflcopter.fr/paste/?6d73c4e7c69af9da#5TjoqkTijTWHqWWBEvAyCUXPdM8kiGFcmhvhtobLrGNB

BuckarooBanzay commented 3 years ago

Just for the record, here the pastebin contents:

2021-06-30 19:20:46: ERROR[Main]: ModError: Failed to load and run script from /home/username/Programs/minetest/vanilla/minetest/bin/../games/dreambuilder_game/mods/technic/tools/init.lua:
2021-06-30 19:20:46: ERROR[Main]: ...netest/vanilla/minetest/bin/../builtin/game/register.lua:67: Name technic:mining_drill does not follow naming conventions: "tools:" or ":" prefix required
2021-06-30 19:20:46: ERROR[Main]: stack traceback:
2021-06-30 19:20:46: ERROR[Main]:   [C]: in function 'error'
2021-06-30 19:20:46: ERROR[Main]:   ...netest/vanilla/minetest/bin/../builtin/game/register.lua:67: in function 'check_modname_prefix'
2021-06-30 19:20:46: ERROR[Main]:   ...netest/vanilla/minetest/bin/../builtin/game/register.lua:117: in function 'register_item'
2021-06-30 19:20:46: ERROR[Main]:   ...netest/vanilla/minetest/bin/../builtin/game/register.lua:273: in function 'really_register_tool'
2021-06-30 19:20:46: ERROR[Main]:   ...games/dreambuilder_game/mods/technic_worldgen/crafts.lua:156: in function 'register_tool'
2021-06-30 19:20:46: ERROR[Main]:   ...builder_game/mods/technic/technic/tools/mining_drill.lua:336: in main chunk
2021-06-30 19:20:46: ERROR[Main]:   [C]: in function 'dofile'
2021-06-30 19:20:46: ERROR[Main]:   ...n/../games/dreambuilder_game/mods/technic/tools/init.lua:4: in main chunk
2021-06-30 19:20:46: ERROR[Main]: Check debug.txt for details.
2021-06-30 19:20:46: ACTION[Main]: Server: Shutting down

As for the cause of the error: I think you managed to move the technic folder to the wrong place, the engine somehow thinks the mods name is tools which suggests that you have a modpack.txt in the folder here: /home/username/Programs/minetest/vanilla/minetest/bin/../games/dreambuilder_game/mods/technic

My advice: remove all the technic related folders and try again, the tools folder should be in /home/username/Programs/minetest/vanilla/minetest/bin/../games/dreambuilder_game/mods/technic/technic/tools because technic itself is a modpack

Also: (shameless plug) if you need a more up-to-date and supported technic mod you should check out this one: https://github.com/mt-mods/technic