Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mesecons_mvps is not installed - digilines piston will not be available! #38

Open
mdventle opened this issue Jun 2, 2023 · 2 comments
Labels
question Further information is requested

Comments

@mdventle
Copy link

mdventle commented Jun 2, 2023

Greetings,

I think this error post is in the right place, if not please advise and I will happily post some place else. Thank you so much for a wonderful mod!

In game error this:
"error","mesecons_mvps is not installed - digilines piston will not be available!"
The piston will not show up in the inventory.

Using Mineteste 5.6.1 with verified installation of mesecons (I verified the mesecons_mvps mod is in the directory), digilines and digistuff, recent install of Minetest and mods a few days ago, Linux.

In piston.lua this code produces the error above:
if not minetest.get_modpath("mesecons_mvps") then
minetest.log("error","mesecons_mvps is not installed - digilines piston will not be available!")
return
end

@SwissalpS
Copy link
Contributor

mesecons_mvps is part of the mesecons modpack https://github.com/minetest-mods/mesecons.git
be sure to enable it or digiline pistons won't be made available.

@fluxionary
Copy link
Member

in game, you can verify whether mesecons/mesecons_mvps is enabled, by entering the /mods chatcommand and looking at the output.

it's possible, though unlikely, that a dependency issue is preventing mesecons from loading properly; minetest 5.7.0 should give an error message if there' such an issue.

if that doesn't help, it would be helpful to know which version of minetest you are using, which game you are playing (probably minetest_game?), and possibly to get the debug.txt output when you try to start up the game.

@BuckarooBanzay BuckarooBanzay added the question Further information is requested label Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants