Uberi / Minetest-WorldEdit

The ultimate in-game world editing tool for Minetest! Tons of functionality to help with building, fixing, and more.
https://forum.minetest.net/viewtopic.php?f=11&t=572
GNU Affero General Public License v3.0
162 stars 81 forks source link

missing depedince worldedit in worldedit bug #174

Closed minetestuser122 closed 5 years ago

minetestuser122 commented 5 years ago

i keep trying to run worldedit with and without other mods but keep getting ERROR[Main]:mod "worldedit_brush" has unsatisfied dependencies:"worldedit_commands" "worldedit" ERROR[Main]:mod "worldedit_gui" has unsatisfied dependencies:"worldedit_commands" "worldedit" ERROR[Main]:mod "worldedit_shortcommands" has unsatisfied dependencies:"worldedit_commands" so its erroring itself

sfan5 commented 5 years ago

Make sure you have correctly and fully installed and enabled WorldEdit.

nawordar commented 3 years ago

~I really wish that maintainers of open source projects were more helpful and nice to users of their software and not just respond with "you're doing it wrong, closing".~

The message @minetestuser122 is getting probably means, that there is some conflicting mod installed. For anyone else getting this error, do the following steps:

  1. Open a world.mt file inside your world directory. In my case the path is: /home/nawordar/.minetest/worlds/Trains/world.mt.
  2. In all lines starting with load_mod_worldedit, change false to true.
  3. Try to open the world in Minetest. If you have a conflict, it will fail to load and say to look into debug.txt
  4. Check the debug.txt file in your Minetest directory for messages like the following:
    2021-08-27 11:10:21: WARNING[Main]: Mod name conflict detected: "worldedit"
    2021-08-27 11:10:21: WARNING[Main]: Will not load: /home/nawordar/.minetest/mods/dreambuilder_modpack/worldedit
    2021-08-27 11:10:21: WARNING[Main]: Will not load: /home/nawordar/.minetest/mods/worldedit/worldedit
    2021-08-27 11:10:21: WARNING[Main]: Mod name conflict detected: "worldedit_commands"
    2021-08-27 11:10:21: WARNING[Main]: Will not load: /home/nawordar/.minetest/mods/dreambuilder_modpack/worldedit_commands
    2021-08-27 11:10:21: WARNING[Main]: Will not load: /home/nawordar/.minetest/mods/worldedit/worldedit_commands

In my case, I had to remove the /home/nawordar/.minetest/mods/dreambuilder_modpack/ directory.

sfan5 commented 3 years ago

I really wish that maintainers of open source projects were more helpful and nice to users of their software and not just respond with "you're doing it wrong, closing".

And I wish users would write detailed bug reports that do not leave me guessing into the dark at the source of the problems they're experiencing. Tough world isn't it

nawordar commented 3 years ago

I'm sorry, I shouldn't have typed that. Your response wasn't rude at all, but my was. I was a bit frustrated as that was the first page I've found related to my problem and the issue was immediately closed. Yes, OP didn't provide enough info about the problem and it isn't even bug in WorldEdit, but in Minetest (https://github.com/minetest/minetest/issues/4183).

You're doing a great work for Minetest and I'm really thankful for that. I should always think twice before sending.