Mods not working

Locked
monnieveronie
New member
Posts: 3
Joined: Mon Jul 08, 2013 16:28

Mods not working

by monnieveronie » Post

I am running version 0.4.7
I have quite a bit of mods installed yet most of them don't want to load and won't let me go into my saved game.
I am playing on single player, when i try to go into the world it says

"ModError: Failed to load and run
C:\Users\Owner\Desktop\minetest-0.4.7\bin\..\mods\PilzAdam-item_drop-72e2a2b\init/lua"

When I disable that mod it just does that same thing (with a different mod)
I am installing them in my mods folder of my minetest folder.

I tried running it in creative mode as well as out of creative mode.

For now I will just run original I guess, but I would love to be able to get these mods to work.
Last edited by monnieveronie on Mon Jul 08, 2013 16:36, edited 1 time in total.

User avatar
Dan Duncombe
Member
Posts: 904
Joined: Thu May 09, 2013 21:11
Location: In the unknown depths of Earth

by Dan Duncombe » Post

Rename it to item_drop
Please read this post.
Last edited by Dan Duncombe on Mon Jul 08, 2013 17:42, edited 1 time in total.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.

monnieveronie
New member
Posts: 3
Joined: Mon Jul 08, 2013 16:28

by monnieveronie » Post

Oh, I am sorry. I am completely new at this! O.O
I have renamed everything and made sure that I had all of the right dependencies, although... it keeps saying

13:33:19: ERROR[main]: mod "skins" has unsatisfied dependencies: "inventory_plus"
13:33:19: ERROR[main]: mod "armor" has unsatisfied dependencies: "inventory_plus"
13:33:19: ERROR[main]: The following mods could not be found: "inventory_plus"
13:33:19: ERROR[main]: ========== ERROR FROM LUA ===========
13:33:19: ERROR[main]: Failed to load and run script from
13:33:19: ERROR[main]: C:\Users\Owner\Desktop\minetest-0.4.7\bin\..\mods\inventory_plus\textures\init.lua:
13:33:19: ERROR[main]: cannot open C:\Users\Owner\Desktop\minetest-0.4.7\bin\..\mods\inventory_plus\textures\init.lua: No such file or directory
13:33:19: ERROR[main]: =======END OF ERROR FROM LUA ========
13:33:19: ERROR[main]: Server: Failed to load and run C:\Users\Owner\Desktop\minetest-0.4.7\bin\..\mods\inventory_plus\textures\init.lua
13:33:19: ERROR[main]: ModError: Failed to load and run C:\Users\Owner\Desktop\minetest-0.4.7\bin\..\mods\inventory_plus\textures\init.lua

I have uninstalled and reinstalled "inventory_plus" and made sure the folder was named exactly as that.
Last edited by monnieveronie on Mon Jul 08, 2013 17:37, edited 1 time in total.

User avatar
Dan Duncombe
Member
Posts: 904
Joined: Thu May 09, 2013 21:11
Location: In the unknown depths of Earth

by Dan Duncombe » Post

Soz that I shouted at you in the last post (changed it now).I assume that inventory_plus was enabled. Otherwise maybe try reinstalling the other two mods. When you re-installed, did you just extract the mod from the same folder, or did you actually re-download it?
Last edited by Dan Duncombe on Mon Jul 08, 2013 17:44, edited 1 time in total.
Some Mods: Castles Prefab Camouflage
My Games: Nostalgia Realtest Revamped
Servers: See above games.

User avatar
Mossmanikin
Member
Posts: 599
Joined: Sun May 19, 2013 16:26
Location: where we don't speak english.

by Mossmanikin » Post

Here we have an exception to the rule:
If there's a file called "modpack.txt" in the modfolder, you don't have to rename the folder*.
The problem you have now is:
there are two folders called "inventory_plus" and minetest is looking for the "init.lua" in the first, while it's in the second.

*EDIT: as long as the name consists of legal characters.
Last edited by Mossmanikin on Mon Jul 08, 2013 17:54, edited 1 time in total.

Noob 4 life!
My stuff

monnieveronie
New member
Posts: 3
Joined: Mon Jul 08, 2013 16:28

by monnieveronie » Post

Dan Duncombe wrote:Soz that I shouted at you in the last post (changed it now).I assume that inventory_plus was enabled. Otherwise maybe try reinstalling the other two mods. When you re-installed, did you just extract the mod from the same folder, or did you actually re-download it?
I actually re-downloaded it completely. (Deleted it from my downloads folder and went back to the forum page to re-download it.) I tried reinstalling the other two mods and nothing happened
Mossmanikin wrote:Here we have an exception to the rule:
If there's a file called "modpack.txt" in the modfolder, you don't have to rename the folder.
The problem you have now is:
there are two folders called "inventory_plus" and minetest is looking for the "init.lua" in the first while, it's in the second.
I looked through all my folders in my mod folder and couldn't find a second "inventory_plus" O.O I think I remember seeing two of them before I re-installed it. I am not sure though. Let me check...

EDIT:
I got inventory_plus to work, now I have a different issue apparently:

14:07:55: ERROR[main]: ========== ERROR FROM LUA ===========
14:07:55: ERROR[main]: Failed to load and run script from
14:07:56: ERROR[main]: C:\Users\Owner\Desktop\minetest-0.4.7\bin\..\mods\hud_master\init.lua:
14:07:56: ERROR[main]: ...r\Desktop\minetest-0.4.7\bin\..\mods\hud_master\init.lua:22: attempt to concatenate a nil value
14:07:56: ERROR[main]: stack traceback:
14:07:56: ERROR[main]: ...r\Desktop\minetest-0.4.7\bin\..\mods\hud_master\init.lua:22: in main chunk
14:07:56: ERROR[main]: =======END OF ERROR FROM LUA ========
14:07:56: ERROR[main]: Server: Failed to load and run C:\Users\Owner\Desktop\minetest-0.4.7\bin\..\mods\hud_master\init.lua
14:07:56: ERROR[main]: ModError: Failed to load and run C:\Users\Owner\Desktop\minetest-0.4.7\bin\..\mods\hud_master\init.lua

EDIT #2:

Got them all to work! Thanks for all your help!
Last edited by monnieveronie on Mon Jul 08, 2013 18:14, edited 1 time in total.

User avatar
Mossmanikin
Member
Posts: 599
Joined: Sun May 19, 2013 16:26
Location: where we don't speak english.

by Mossmanikin » Post

You're welcome.

Noob 4 life!
My stuff

Xenon7N
New member
Posts: 3
Joined: Sun Mar 28, 2021 00:15
GitHub: XenonMitsukarimasen404
IRC: X
In-game: Xenon7N

Mods not working

by Xenon7N » Post

My mod not working it says this:
...win64\minetest-5.3.0-win64\bin\..\mods\teranium\init.lua:32: in main chunk
but i don't see any problem in this code!
assert(teranium:_testproxy("foobar") == "foobar")
not even in VSC!

deleted c0a803ab

Re: Mods not working

by deleted c0a803ab » Post

Xenon7N, create a new thread for that here.
;)

Locked

Who is online

Users browsing this forum: No registered users and 4 guests