Page 1 of 1
Error[main]

Posted:
Sun Aug 05, 2012 09:58
by thetinydon
Can anyone tell me what the following error means and if I can do anything to fix it so it no longer comes out:
ERROR[main]: TextureSource::buildMainAtlas<>: Atlas is full, not adding more textures.
So far I have yet to notice any game play problems except I have craft guide mod installed and I don't get all the recipes for all my mods, I cant create the pc craft guide, and for the wool creations, I'm missing an ingredient to make it.
My current version of minetest is 0.4.2-rc1.

Posted:
Sun Aug 05, 2012 15:27
by MsDbird
I too get this error a -lot-!. Whenever I get it there's large chunks of the map missing :(
Big ol' bump!

Posted:
Sun Aug 05, 2012 15:32
by PilzAdam
A texture atlas is a big picture where all the small pictures of the blocks are saved. You can disable it in the config file with
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.

Posted:
Sun Aug 05, 2012 17:38
by MsDbird
Thanks :)

Posted:
Sun Aug 05, 2012 19:07
by thetinydon
From minetest.conf file, i edited and saved correction:
#enable_texture_atlas = false
I'm still getting the error. Did I edit the correct file?

Posted:
Sun Aug 05, 2012 19:20
by Menche
You put it in minetest.conf, not minetest.conf.example? And, the # before the line comments it, meaning it's ignored. Remove the # to make the setting apply.

Posted:
Sun Aug 05, 2012 22:26
by thetinydon
Its the example. How do I find the minetest.conf file? Im not good at this stuff.

Posted:
Sun Aug 05, 2012 22:36
by Menche
minetest.conf should be made in the same folder as minetest.conf.example for stand-alone builds. In a Linux installation, it should be in ~/.minetest/minetest.conf.

Posted:
Sun Aug 05, 2012 22:52
by thetinydon
There is a file called minetest. It says CONF File, but the only thing inside is:
address =
creative_mode = 0
enable_3d_clouds = 1
enable_damage = 1
name = thetinydon
new_style_leaves = 1
opaque_water = 0
port = 30000
selected_mainmenu_tab = 2
smooth_lighting = 1
selected_world_path = C:\Documents and Settings\HP_Administrator\My Documents\Downloads\minetest-0.4.2-rc1-d38b465-win32\minetest-0.4.2-rc1-d38b465-win32\bin\..\worlds\Society
free_move = false
Is this the right file. This file is in "minetest-0.4.2-rc1-d38b465-win32" folder

Posted:
Sun Aug 05, 2012 22:56
by Menche
thetinydon wrote:There is a file called minetest. It says CONF File, but the only thing inside is:
address =
creative_mode = 0
enable_3d_clouds = 1
enable_damage = 1
name = thetinydon
new_style_leaves = 1
opaque_water = 0
port = 30000
selected_mainmenu_tab = 2
smooth_lighting = 1
selected_world_path = C:\Documents and Settings\HP_Administrator\My Documents\Downloads\minetest-0.4.2-rc1-d38b465-win32\minetest-0.4.2-rc1-d38b465-win32\bin\..\worlds\Society
free_move = false
Is this the right file. This file is in "minetest-0.4.2-rc1-d38b465-win32" folder
That's the right one. Just add the line "enable_texture_atlas = false" anywhere. The full name of the file is "minetest.conf"; your file manager must be hiding file extensions.

Posted:
Sun Aug 05, 2012 22:58
by mauvebic
W/o the texture atlas, FPS will go down. You should probably take another look at what mods you're running and how many nodes they each declare :-)

Posted:
Sun Aug 05, 2012 23:17
by thetinydon
Thanks Menche for the help! I have no experience with this kind of stuff. I'm just really hooked with this game. hehe It worked. Error no longer appears.
Mauvebic, I do have the fps mod. How do I check for the nodes? Do I look in every init.lua file? If so, what txt should I look for and how many nodes is too much?

Posted:
Mon Aug 06, 2012 04:45
by VanessaE
By FPS he means frames per second, which is a number displayed somewhere on your screen, usually the window title bar above the game. On a good system, this number will be 50 to 60. On a slow system, or a system that is being heavily loaded down, it might drop into the teens.
Disabling the texture atlas will slow your video driver down slightly, but if that's the only way around the issue, so be it.

Posted:
Sun Aug 12, 2012 14:41
by Neuromancer
PilzAdam wrote:A texture atlas is a big picture where all the small pictures of the blocks are saved. You can disable it in the config file with
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
+1,000,000
If only I had known about this sooner. I have spent countless hours ripping nodes out of mods because they keep getting screwed up only to find other nodes being screwed up. The FPS loss is minimal with this set to false, and now I can have a bajillion nodes and a bajillion mods installed and keep them all. WOOOOHOOOOOOOOO!!!!!!!!! There should be a parameter in the UI of the app to turn off or on. The UI parameter should be named "Bajillion Mods" with a checkbox.