minetest-technic / technic_game

Technic game mode for Minetest
15 stars 8 forks source link

Plantlife fails to load #16

Open ElonSatoshi opened 7 years ago

ElonSatoshi commented 7 years ago
2017-01-07 15:41:11: ERROR[Main]: ModError: Failed to load and run script from ~/.minetest/games/technic_game/mods/plantlife/trunks/init.lua:
2017-01-07 15:41:11: ERROR[Main]: ...etest/games/technic_game/mods/plantlife/trunks/nodes.lua:330: attempt to index a nil value
2017-01-07 15:41:11: ERROR[Main]: stack traceback:
2017-01-07 15:41:11: ERROR[Main]:   ...etest/games/technic_game/mods/plantlife/trunks/nodes.lua:330: in main chunk
2017-01-07 15:41:11: ERROR[Main]:   [C]: in function 'dofile'
2017-01-07 15:41:11: ERROR[Main]:   ...netest/games/technic_game/mods/plantlife/trunks/init.lua:12: in main chunk
2017-01-07 15:41:11: ERROR[Main]: Check debug.txt for details.
VanessaE commented 7 years ago

Make sure you don't have any other copies of plantlife modpack or biome_lib/plants_lib installed where Minetest can find them, even if they're disabled in your world config (world.mt). Minetest will sometimes load the "wrong" copy of a mod, even if you haven't enabled that particular copy.

ElonSatoshi commented 7 years ago

Btw, my version is 0.4.15-dev-a1346c916-dirty

ElonSatoshi commented 7 years ago

I can't find any duplicate plantlife mods or libs