Page 1 of 1

0.4.3 Couldn't load default images and mod mode not working

PostPosted: Sun Sep 16, 2012 15:32
by MarioMaster100
I built 0.4.3 from source and I got the source of both minetest and minetest_game and placed it in the proper directory and once it was built it told me
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
00:17:42: ERROR[main]: generate_image(): Could not load image "crack_anylength.png" while building texture
00:17:42: ERROR[main]: generate_image(): Creating a dummy image for "crack_anylength.png"
Font size: 8 15
00:17:42: ERROR[main]: generate_image(): Could not load image "heart.png" while building texture
00:17:42: ERROR[main]: generate_image(): Creating a dummy image for "heart.png"

I edited the minetest.conf and copied the /games/minimal/ default textures to textures/ and told minetest.conf to find those images there. That finally got it to run but now the mod mode doesn't run it runs but I just see the sky and I can't move and the inventory at the bottom of the screen isn't there. Oh also this is a debian wheezy system I'm running this on.

PostPosted: Sun Sep 16, 2012 16:43
by Calinou
Make sure you run the "minetest" binary from the bin/ folder, not from the root Minetest folder. Also, you shouldn't copy anything around. Also, you should get the Minetest game:
https://github.com/celeron55/minetest_game

PostPosted: Sun Sep 16, 2012 16:49
by MarioMaster100
I do run it from the bin/ folder and I did have the minetest_game and it's in the right directory.

PostPosted: Sun Sep 16, 2012 17:44
by MarioMaster100
Also it's not building lots of things like doors or staircases and I'm following the recipe from the wiki O_O

PostPosted: Mon Sep 17, 2012 04:24
by MarioMaster100
Gave my little the windows version to mess with and it turns out I'm missing a whole box of blocks that I'm supposed to see to the left of the screen when you press I for inventory O_O

PostPosted: Mon Sep 17, 2012 05:12
by VanessaE
That box on the left is the creative inventory and is only visible in creative mode (checkbox in the "Singleplayer" menu).

PostPosted: Mon Sep 17, 2012 14:09
by MarioMaster100
I did have creator mode checked on singleplayer. Hmm maybe the whole thing didn't compile well (though I followed all the directions) is there a log I should check?