Installing mods is too complicated for me

User avatar
Gael de Sailly
Member
Posts: 845
Joined: Sun Jan 26, 2014 17:01
GitHub: gaelysam
IRC: Gael-de-Sailly
In-game: Gael-de-Sailly gaelysam
Location: Voiron, France

Re: Installing mods is too complicated for me

by Gael de Sailly » Post

It's very stange that the mods don't works.
Are they installed correctely ? Mods should be in the "mods" folder of the main Minetest directory, and they should contain a file named init.lua, like it :

Code: Select all

minetest-0.4.12\mods\yourmod\init.lua
Be careful when you install the mod, the directory must be named correctely. When you download a mod, it's often named yourmod_master, and you must remove "_master", or you will get "Name does not follow naming conventions".

Please paste the error messages that you can find in bin\debug.txt. This file is generally unreadable with Notepad (like most of text files !), use WordPad.
Just realize how bored we would be if the world was perfect.

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

All other subgames works but Morn76's subgame does not work. When I create a new world with Morn76's subgame Minetest close automatically.

User avatar
Gael de Sailly
Member
Posts: 845
Joined: Sun Jan 26, 2014 17:01
GitHub: gaelysam
IRC: Gael-de-Sailly
In-game: Gael-de-Sailly gaelysam
Location: Voiron, France

Re: Installing mods is too complicated for me

by Gael de Sailly » Post

Lizzy wrote:Morn76's subgame Minetest close automatically.
It's true. I'm trying to understand why.
I get this error :

Code: Select all

minetest: /build/minetest-QH6cGC/minetest-201505231146/src/nodedef.cpp :823 : virtual void CNodeDefManager::updateTextures(IGameDef*, void (*)(void*, irr::u32, irr::u32), void*):  l'assertion « f->liquid_type == LIQUID_SOURCE » a échoué.
Abandon (core dumped)
(sorry if some parts of it are in French)
Just realize how bored we would be if the world was perfect.

User avatar
Gael de Sailly
Member
Posts: 845
Joined: Sun Jan 26, 2014 17:01
GitHub: gaelysam
IRC: Gael-de-Sailly
In-game: Gael-de-Sailly gaelysam
Location: Voiron, France

Re: Installing mods is too complicated for me

by Gael de Sailly » Post

Ok. I've found the cause and corrected it just now.
My branch of Morn76's stampy game
Does it work better ?
Just realize how bored we would be if the world was perfect.

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

Gael de Sailly wrote:Ok. I've found the cause and corrected it just now.
My branch of Morn76's stampy game
Does it work better ?
Nope, same problem. I tried with mods only but mobs won't spawn. Minetest is not accessible to everyone because of mods and should be more accessible. Thanks for your help.

I give up Minetest permanently. I have no possibility to play with my girlfriend.

User avatar
Gael de Sailly
Member
Posts: 845
Joined: Sun Jan 26, 2014 17:01
GitHub: gaelysam
IRC: Gael-de-Sailly
In-game: Gael-de-Sailly gaelysam
Location: Voiron, France

Re: Installing mods is too complicated for me

by Gael de Sailly » Post

I am repeating myself, but could you paste your error messages here ? Otherwise we can't help you.
Just realize how bored we would be if the world was perfect.

User avatar
rubenwardy
Moderator
Posts: 6969
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Installing mods is too complicated for me

by rubenwardy » Post

It seems that it's not installing mods which is too difficult, it's fixing them when they break. Which they do too often.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
Gael de Sailly
Member
Posts: 845
Joined: Sun Jan 26, 2014 17:01
GitHub: gaelysam
IRC: Gael-de-Sailly
In-game: Gael-de-Sailly gaelysam
Location: Voiron, France

Re: Installing mods is too complicated for me

by Gael de Sailly » Post

In Lizzy's case, most of the mods don't work. I think they aren't installed correctely.

@Lizzy : it's not because the problem implies many many mods and subgames that it's unresolvable. It may come from one single, simple problem. Do not despair. We need the error messages to understand the problem.
Just realize how bored we would be if the world was perfect.

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

Minetest should be more accessible. What's wrong with my installation? Damn! It's not easy. One error is cannot spawn sheep I think and is an error ingame.

User avatar
rubenwardy
Moderator
Posts: 6969
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy
Location: Bristol, United Kingdom
Contact:

Re: Installing mods is too complicated for me

by rubenwardy » Post

I never had any issues as a new player installing mods (except the first time when I didn't name a folder correctly - but that was fixed quickly and is a pretty basic skill). Maybe minetest was simpler then. Minetest does need better error fixing, more automagick.
Renewed Tab (my browser add-on) | Donate | Mods | Minetest Modding Book

Hello profile reader

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

So...Minetest can become increasingly stable with future updates.

Dartmouth
Member
Posts: 121
Joined: Sat Dec 06, 2014 14:39

Re: Installing mods is too complicated for me

by Dartmouth » Post

Yes, most definitely. It's still under development (see the 0.* version) so a lot will happen :)

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

Sandbox games have nothing for me. I have no choice to give up sandbox games.

User avatar
TenPlus1
Member
Posts: 3700
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

Re: Installing mods is too complicated for me

by TenPlus1 » Post

??? I don't get what all of the fuss is about... I introduced a 5 year old to the game and within 30 minutes he had installed the mobs mod all on his own from github and was quite happily killing sand monsters before making a sheep farm...

Installing mods isn't that difficult for singleplayer games and if an error does creep up then reporting it in the forums usually has it fixed...

User avatar
Minetestforfun
Member
Posts: 940
Joined: Tue Aug 05, 2014 14:09
GitHub: MinetestForFun
IRC: MinetestForFun
In-game: MinetestForFun
Location: On earth
Contact:

Re: Installing mods is too complicated for me

by Minetestforfun » Post

TenPlus1 wrote:??? I don't get what all of the fuss is about... I introduced a 5 year old to the game and within 30 minutes he had installed the mobs mod all on his own from github and was quite happily killing sand monsters before making a sheep farm...

Installing mods isn't that difficult for singleplayer games and if an error does creep up then reporting it in the forums usually has it fixed...
+1

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

I install the mods as they must be installed and I still full of errors.

User avatar
TenPlus1
Member
Posts: 3700
Joined: Mon Jul 29, 2013 13:38
In-game: TenPlus1
Contact:

Re: Installing mods is too complicated for me

by TenPlus1 » Post

Lizzy: give an example please, which mod, what errors ?

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

When i'm trying to install mods for mobs, 90% of time won't spawn. If these mobs want to spawn (only 10% of chance) is very rare. I can't make a farm with them. So...I mainly have errors with peacefull mobs. At night, hostile mobs spawn with no problem and i'm killed by these mothafuckas. I have two questions but is not the topic for that. It's probably better in private.

The first time I played with PC games I was 6 years old and in 1989 the mods did not exist. I play on console since 1990 but in a close future it will be finished. I know modding only since 2013. It's more easy than Minetest to install mods in Skyrim but the SKSE mods are a little bit less easy.

User avatar
Gael de Sailly
Member
Posts: 845
Joined: Sun Jan 26, 2014 17:01
GitHub: gaelysam
IRC: Gael-de-Sailly
In-game: Gael-de-Sailly gaelysam
Location: Voiron, France

Re: Installing mods is too complicated for me

by Gael de Sailly » Post

LIZZY :
Please :

1. Delete your debug.txt file, the game closed. You can found it in the /bin folder.
2. Start Minetest. Start a world with a mod that you know that it doesn't work.
3. Quit the game. The debug.txt file must reappear.
4. Reply here and put the content of the file, or upload it as an attachment ("Upload attachment").
Just realize how bored we would be if the world was perfect.

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

Copy and paste of Debug.txt.

With OpenGL
-------------
Separator
-------------

Irrlicht log: Irrlicht Engine version 1.8.1
Irrlicht log: Microsoft Windows 7 Ultimate Edition Service Pack 1 (Build 7601)
Irrlicht log: Using renderer: OpenGL 2.1.0
Irrlicht log: Intel(R) HD Graphics: Intel
Irrlicht log: OpenGL driver version is 1.2 or better.
Irrlicht log: GLSL version: 1.2
Irrlicht log: Resizing window (800 600)
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "creative"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\creative
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\craftingpack\creative
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "boats"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\boats
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\boats
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "bucket"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\bucket
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\bucket
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "default"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\default
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\default
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "doors"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\doors
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\doors
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "dye"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\dye
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\dye
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "farming"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\farming
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\farming
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "fire"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\fire
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\fire
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "flowers"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\flowers
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\flowers
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "give_initial_stuff"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\give_initial_stuff
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\give_initial_stuff
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "sethome"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\sethome
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\sethome
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "stairs"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\stairs
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\stairs
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "tnt"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\tnt
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\tnt
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "vessels"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\vessels
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\vessels
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "wool"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\wool
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\wool
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "xpanes"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\xpanes
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\xpanes
12:48:14: WARNING: Undeclared global variable "intllib" accessed at ...ndre\Desktop\minetest-0.4.12\bin\..\mods\awards\init.lua:8
12:48:14: WARNING: Undeclared global variable "worldedit" accessed at ...n\..\mods\Minetest-WorldEdit\worldedit_infinity\init.lua:1
[MOD] WorldEdit loaded!
12:48:14: WARNING: Undeclared global variable "intllib" accessed at ...\Desktop\minetest-0.4.12\bin\..\mods\moreblocks\init.lua:11
12:48:14: WARNING: Undeclared global variable "intllib" accessed at ...test-0.4.12\bin\..\mods\moreblocks/stairsplus/stairs.lua:4
12:48:14: WARNING: Undeclared global variable "intllib" accessed at ...etest-0.4.12\bin\..\mods\moreblocks/stairsplus/slabs.lua:4
12:48:14: WARNING: Undeclared global variable "intllib" accessed at ...test-0.4.12\bin\..\mods\moreblocks/stairsplus/panels.lua:4
12:48:14: WARNING: Undeclared global variable "intllib" accessed at ...0.4.12\bin\..\mods\moreblocks/stairsplus/microblocks.lua:4
12:48:14: WARNING: Undeclared global variable "cp" accessed at ...e\Desktop\minetest-0.4.12\bin\..\mods\fake_fire\init.lua:19
12:48:14: ACTION[main]: [crops] loaded.
[OK] Mesecons
12:48:14: ACTION[main]: Your Minetest version is too old; there will be no jungle temples.
[save_restore] Error: Savefile 'C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\worlds\Mintestest World/mg_all_villages.data' not found.
[save_restore] Error: Savefile 'C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\worlds\Mintestest World/mg_generated_map.data' not found.
[save_restore] Error: Savefile 'C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\worlds\Mintestest World/mg_villages_all_buildings_list.data' not found.
12:48:15: WARNING: Undeclared global variable "unified_inventory" accessed at ...12\bin\..\mods\Minetest-WorldEdit\worldedit_gui\init.lua:71
12:48:15: ACTION[main]: Ocean monuments mod loaded
Food Mod - Version 2.3
12:48:15: WARNING: Undeclared global variable "intllib" accessed at ...etest-0.4.12\bin\..\mods\food\food_basic/ingredients.lua:11
12:48:15: WARNING: Undeclared global variable "intllib" accessed at ...top\minetest-0.4.12\bin\..\mods\food\food_basic\init.lua:16
12:48:15: ACTION[main]: .__ __ __
12:48:15: ACTION[main]: _____ |__| ____ _____/ |_ ____ _______/ |_
12:48:15: ACTION[main]: / \| |/ \_/ __ \ __\/ __ \ / ___/\ __\
12:48:15: ACTION[main]: | Y Y \ | | \ ___/| | \ ___/ \___ \ | |
12:48:15: ACTION[main]: |__|_| /__|___| /\___ >__| \___ >____ > |__|
12:48:15: ACTION[main]: \/ \/ \/ \/ \/
12:48:15: ACTION[main]: World at [C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\worlds\Mintestest World]
12:48:15: ACTION[main]: Server for gameid="minetest" listening on 0.0.0.0:62953.
12:48:52: ACTION[ServerThread]: singleplayer [127.0.0.1] joins game.
12:48:52: ACTION[ServerThread]: singleplayer joins game. List of players: singleplayer
12:48:52: WARNING: Assignment to undeclared global "minp" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:393.
12:48:52: WARNING: Assignment to undeclared global "maxp" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:394.
12:48:52: WARNING: Assignment to undeclared global "nodes" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:243.
12:48:52: WARNING: Assignment to undeclared global "air_plus_ignore_under" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:397.
12:48:52: WARNING: Assignment to undeclared global "desert_in_range" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:447.
[mg_villages] Will create villages of the following types: return {"nore", "taoki"}
12:48:53: WARNING: Assignment to undeclared global "calls" inside a function at ...top\minetest-0.4.12\bin\..\mods\mg_villages/villages.lua:432.
[mg_villages] Village No. 1 of type 'nore' of size 20 spawned at: x = -221, z = -164
Irrlicht log: Could not open file of texture: pig.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: skeleton.png
[mg_villages] Village No. 2 of type 'taoki' of size 45 spawned at: x = 348, z = -185
12:49:32: ACTION[ServerThread]: Created ruins at (-109,5,206)
12:49:35: WARNING: Assignment to undeclared global "node" inside a function at ...esktop\minetest-0.4.12\bin\..\mods\farming_plus\init.lua:72.
Irrlicht log: Could not open file of texture: cow.png
12:49:40: WARNING: Assignment to undeclared global "totalnodes" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:258.
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
12:50:20: ACTION[ServerThread]: Created pyramid at (71,3,163)
[mg_villages] Village No. 3 of type 'taoki' of size 45 spawned at: x = 143, z = 370
12:50:48: ACTION[ServerThread]: singleplayer digs default:dirt_with_grass at (17,7,99)
12:50:48: WARNING: Assignment to undeclared global "prop" inside a function at ...esktop\minetest-0.4.12\bin\..\mods\builtin_item\init.lua:38.
12:50:58: ACTION[ServerThread]: singleplayer digs default:desert_sand at (24,13,103)
12:51:11: ACTION[ServerThread]: Created ruins at (3,7,277)
12:51:11: ACTION[ServerThread]: Created pyramid at (57,2,281)
Irrlicht log: Could not open file of texture: creeper.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
12:51:31: ACTION[ServerThread]: singleplayer digs default:jungleleaves at (13,14,99)
12:51:31: ACTION[ServerThread]: singleplayer digs default:jungleleaves at (13,14,98)
12:51:35: ACTION[ServerThread]: singleplayer digs default:jungleleaves at (13,15,99)
12:51:37: ACTION[ServerThread]: singleplayer digs default:jungleleaves at (13,15,98)
12:51:41: ACTION[ServerThread]: singleplayer digs default:jungleleaves at (13,16,98)
12:51:44: ACTION[ServerThread]: singleplayer digs default:jungleleaves at (13,16,97)
12:51:45: ACTION[ServerThread]: singleplayer digs default:jungleleaves at (13,15,97)
12:51:49: ACTION[ServerThread]: singleplayer digs default:jungleleaves at (13,16,96)
12:51:50: ACTION[ServerThread]: singleplayer digs default:jungleleaves at (12,18,94)
12:52:12: ACTION[ServerThread]: Created ruins at (-134,11,82)
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png

With Direct3D 9

Separator
-------------

Automatically selecting world at [C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\worlds\Mintestest World]
Irrlicht log: Irrlicht Engine version 1.8.1
Irrlicht log: Microsoft Windows 7 Ultimate Edition Service Pack 1 (Build 7601)
Irrlicht log: Using renderer: OpenGL 2.1.0
Irrlicht log: Intel(R) HD Graphics: Intel
Irrlicht log: OpenGL driver version is 1.2 or better.
Irrlicht log: GLSL version: 1.2
Irrlicht log: Resizing window (800 600)
12:58:45: ACTION[main]: WARNING: Mod name conflict detected: "creative"
12:58:45: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\creative
12:58:45: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\craftingpack\creative
12:58:45: ACTION[main]: WARNING: Mod name conflict detected: "boats"
12:58:45: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\boats
12:58:45: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\boats
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "bucket"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\bucket
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\bucket
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "default"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\default
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\default
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "doors"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\doors
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\doors
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "dye"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\dye
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\dye
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "farming"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\farming
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\farming
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "fire"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\fire
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\fire
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "flowers"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\flowers
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\flowers
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "give_initial_stuff"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\give_initial_stuff
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\give_initial_stuff
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "sethome"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\sethome
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\sethome
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "stairs"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\stairs
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\stairs
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "tnt"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\tnt
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\tnt
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "vessels"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\vessels
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\vessels
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "wool"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\wool
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\wool
12:58:46: ACTION[main]: WARNING: Mod name conflict detected: "xpanes"
12:58:46: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\xpanes
12:58:46: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\xpanes
12:58:46: WARNING: Undeclared global variable "intllib" accessed at ...ndre\Desktop\minetest-0.4.12\bin\..\mods\awards\init.lua:8
12:58:46: WARNING: Undeclared global variable "worldedit" accessed at ...n\..\mods\Minetest-WorldEdit\worldedit_infinity\init.lua:1
[MOD] WorldEdit loaded!
12:58:46: WARNING: Undeclared global variable "intllib" accessed at ...\Desktop\minetest-0.4.12\bin\..\mods\moreblocks\init.lua:11
12:58:46: WARNING: Undeclared global variable "intllib" accessed at ...test-0.4.12\bin\..\mods\moreblocks/stairsplus/stairs.lua:4
12:58:46: WARNING: Undeclared global variable "intllib" accessed at ...etest-0.4.12\bin\..\mods\moreblocks/stairsplus/slabs.lua:4
12:58:46: WARNING: Undeclared global variable "intllib" accessed at ...test-0.4.12\bin\..\mods\moreblocks/stairsplus/panels.lua:4
12:58:46: WARNING: Undeclared global variable "intllib" accessed at ...0.4.12\bin\..\mods\moreblocks/stairsplus/microblocks.lua:4
12:58:46: WARNING: Undeclared global variable "cp" accessed at ...e\Desktop\minetest-0.4.12\bin\..\mods\fake_fire\init.lua:19
12:58:46: ACTION[main]: [crops] loaded.
[OK] Mesecons
12:58:46: ACTION[main]: Your Minetest version is too old; there will be no jungle temples.
[save_restore] Error: Savefile 'C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\worlds\Mintestest World/mg_generated_map.data' not found.
12:58:47: WARNING: Undeclared global variable "unified_inventory" accessed at ...12\bin\..\mods\Minetest-WorldEdit\worldedit_gui\init.lua:71
12:58:47: ACTION[main]: Ocean monuments mod loaded
Food Mod - Version 2.3
12:58:47: WARNING: Undeclared global variable "intllib" accessed at ...etest-0.4.12\bin\..\mods\food\food_basic/ingredients.lua:11
12:58:47: WARNING: Undeclared global variable "intllib" accessed at ...top\minetest-0.4.12\bin\..\mods\food\food_basic\init.lua:16
12:58:47: ACTION[main]: .__ __ __
12:58:47: ACTION[main]: _____ |__| ____ _____/ |_ ____ _______/ |_
12:58:47: ACTION[main]: / \| |/ \_/ __ \ __\/ __ \ / ___/\ __\
12:58:47: ACTION[main]: | Y Y \ | | \ ___/| | \ ___/ \___ \ | |
12:58:47: ACTION[main]: |__|_| /__|___| /\___ >__| \___ >____ > |__|
12:58:47: ACTION[main]: \/ \/ \/ \/ \/
12:58:47: ACTION[main]: World at [C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\worlds\Mintestest World]
12:58:47: ACTION[main]: Server for gameid="minetest" listening on 0.0.0.0:55898.
12:58:59: ACTION[ServerThread]: singleplayer [127.0.0.1] joins game.
12:58:59: ACTION[ServerThread]: singleplayer joins game. List of players: singleplayer
12:58:59: WARNING: Assignment to undeclared global "minp" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:393.
12:58:59: WARNING: Assignment to undeclared global "maxp" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:394.
12:58:59: WARNING: Assignment to undeclared global "nodes" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:243.
12:58:59: WARNING: Assignment to undeclared global "air_plus_ignore_under" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:397.
12:58:59: WARNING: Assignment to undeclared global "desert_in_range" inside a function at ...st-0.4.12\bin\..\mods\MinetestAmbience\ambience\init.lua:447.
Irrlicht log: Could not open file of texture: skeleton.png
Irrlicht log: Could not open file of texture: pig.png
Irrlicht log: Could not open file of texture: cow.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: sheep.png
Irrlicht log: Could not open file of texture: creeper.png
12:59:31: INFO: event_handler(): Ctrl+C, Close Event, Logoff Event or Shutdown Event, shutting down.

User avatar
Gael de Sailly
Member
Posts: 845
Joined: Sun Jan 26, 2014 17:01
GitHub: gaelysam
IRC: Gael-de-Sailly
In-game: Gael-de-Sailly gaelysam
Location: Voiron, France

Re: Installing mods is too complicated for me

by Gael de Sailly » Post

(Tip : you can format the message more properly, in a scrollable text area, with

Code: Select all

[code] your message here, even if it's enormous 
[/code].)

For example :

Code: Select all

12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "creative"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\creative
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\craftingpack\creative
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "boats"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\boats
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\boats
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "bucket"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\bucket
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\bucket
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "default"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\default
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\default
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "doors"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\doors
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\doors
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "dye"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\dye
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\dye
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "farming"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\farming
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\farming
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "fire"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\fire
12:48:13: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\fire
12:48:13: ACTION[main]: WARNING: Mod name conflict detected: "flowers"
12:48:13: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\flowers
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\flowers
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "give_initial_stuff"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\give_initial_stuff
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\give_initial_stuff
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "sethome"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\sethome
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\sethome
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "stairs"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\stairs
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\stairs
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "tnt"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\tnt
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\tnt
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "vessels"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\vessels
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\vessels
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "wool"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\wool
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\wool
12:48:14: ACTION[main]: WARNING: Mod name conflict detected: "xpanes"
12:48:14: ACTION[main]: Will not load: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\games\minetest_game\mods\xpanes
12:48:14: ACTION[main]: Overridden by: C:\Users\Lysandre\Desktop\minetest-0.4.12\bin\..\mods\xpanes
This is probably the cause of many problems : numerous mods are installed twice (WARNING: Mod name conflict detected:). It seems that you have enabled separately the mods that take part of minetest_game.
List of the mods that are already in the default game :
  • boats
  • bones
  • bucket
  • creative
  • default
  • doors
  • dye
  • fire
  • farming
  • flowers
  • give_initial_stuff
  • screwdriver
  • sethome
  • stairs
  • tnt
  • vessels
  • wool
  • xpanes
You shouldn't have any of these mods in /mods, they are already in /games/minetest_game.
And when you install a subgame, don't put the whole content of subgame/mods in minetest/mods, you'll have huge compatibility problems ! For subgames, put the whole subgame folder in /games.

That said, I don't know precisely how you proceed when you install a mod or a subgame.
Just realize how bored we would be if the world was perfect.

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

I install subgames in game file and mods in mods file. And for Could not open file of texture error?

User avatar
Gael de Sailly
Member
Posts: 845
Joined: Sun Jan 26, 2014 17:01
GitHub: gaelysam
IRC: Gael-de-Sailly
In-game: Gael-de-Sailly gaelysam
Location: Voiron, France

Re: Installing mods is too complicated for me

by Gael de Sailly » Post

So… it seems that you enable separately the mods that are in the subgame. Uncheck "Hide Game" (or "Cacher le jeu" in French), you will see all of the mods that are already in the subgame. They are already enabled by default.

To play with a subgame, select the subgame by the buttons in the bottom of the main menu. Start a world without enabling any mod, or if you enable some mods, make sure that they are not already included in the subgame.
The error message says clearly that some mods are present and active in 2 places : games\minetest_game\mods\ and mods\
Lizzy wrote:12:48:15: ACTION[main]: Server for gameid="minetest" listening on 0.0.0.0:62953.
You were using the default game here ? This message says that you use the default subgame ("minetest", or "minetest_game", it's the same). If you were using another subgame, this subgame is badly installed.

I have very often a "Could not open file of texture:". It seems that it don't cause problems.
No worry for the "Undeclared global variable".
Just realize how bored we would be if the world was perfect.

User avatar
Lizzy
Member
Posts: 125
Joined: Tue Oct 07, 2014 08:36
Location: Montréal

Re: Installing mods is too complicated for me

by Lizzy » Post

How i'm supposed to install the Morn76's subgame? That's what I need it. The game console is not easy to understand.

Morn76
Member
Posts: 659
Joined: Sun Feb 16, 2014 19:45

Re: Installing mods is too complicated for me

by Morn76 » Post

Just unzip the ZIP file into the Minetest game directory and select the subgame in Minetest.

Here are the subgame files and subgame selection (on Linux):

Image

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests