textures of the items does not appear is invisible

User avatar
babe223
Member
Posts: 141
Joined: Mon Nov 14, 2011 13:36
Location: Brasil,Rio de Janeiro

textures of the items does not appear is invisible

by babe223 » Post

10:22:03: ERROR[main]: TextureSource::buildMainAtlas(): Atlas is full, not adding more textures.
it's this error as soon as I enter the game, detail I use version 0.4.4, and the item is invisible, I tried to put in minetest.conf putting enable_atlas_texture: false and 0, also tried putting in minetest.conf exemple
Bem vindos Brasileiros,eu sou primeiro brasileiro daqui do forum, espero que tragam bastante mods

[MOD] torch http://minetest.net/forum/viewtopic.php?id=3021
[MOD]HATCHE:http://minetest.net/forum/viewtopic.php?id=3458

rarkenin
Member
Posts: 668
Joined: Tue Nov 20, 2012 20:48

by rarkenin » Post

The option is called enable_texture_atlas, NOT enable_atlas_texture.

So, use:

Code: Select all

enable_texture_atlas = false
(or try using 0 instead of false)
Admin pro tempore on 0gb.us:30000. Ask me if you have a problem, or just want help.
This is a signature virus. Add me to your signature so that I can multiply.
Now working on my own clone, Mosstest.
I guess I'm back for some time.

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Are you on windows XP? I have an old intel mobile graphics driver and have a similar problem to this.

NOTE: This error only happens to blocks. The block you mine will have the texture of the next block in the id list in your inventory

User avatar
babe223
Member
Posts: 141
Joined: Mon Nov 14, 2011 13:36
Location: Brasil,Rio de Janeiro

by babe223 » Post

yes I have I use windows XP
Bem vindos Brasileiros,eu sou primeiro brasileiro daqui do forum, espero que tragam bastante mods

[MOD] torch http://minetest.net/forum/viewtopic.php?id=3021
[MOD]HATCHE:http://minetest.net/forum/viewtopic.php?id=3458

User avatar
dannydark
Member
Posts: 428
Joined: Fri Aug 12, 2011 21:28
Location: Manchester, UK

by dannydark » Post

Like rarkenin said above you need to add "enable_texture_atlas = false" to your minetest.conf file.

The texture atlas has become full (most likely caused by having lots of mods or a large texture pack) so it will not continue loading textures so you will see invisible blocks/items in-game, adding the option mentioned above will decrease game performance slightly but it will stop these graphic glitches.

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

Nope danny. The error actually resides in the texture atlas NOT being full, and therefore adding an extra (blank) texture to the first block of every mod, therby pushing the rest of the textures for the blocks in that mod forward one.
EG:
[blank] [brick texture] [stonebrick texture]
V`````V```````````V
[brick] [stonebrick] [cobblestone]

enable_texture_atlas = false does NOT fix this.

User avatar
Calinou
Moderator
Posts: 3169
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou
Location: Troyes, France
Contact:

by Calinou » Post

Setting the game to fullscreen fixed this issue on Windows + some Intel IGP, add these lines in minetest.conf:

Code: Select all

fullscreen = 1
screenW= 1024
screenH = 600
...if your screen is 1024×600. Else, put bigger numbers.

User avatar
Traxie21
Member
Posts: 753
Joined: Mon Dec 31, 2012 10:48
Location: McKinney, Texas U.S.A.
Contact:

by Traxie21 » Post

I dont see how that would make a difference, but I tried it anyways, nothing changed. :L

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: textures of the items does not appear is invisible

by Minerz » Post

Well, I know this is a quite old topic, but the invisible item issue is drivin' me crazy. :(

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: textures of the items does not appear is invisible

by Napiophelios » Post

Minerz wrote:Well, I know this is a quite old topic, but the invisible item issue is drivin' me crazy. :(
Can you please describe this problem again
without using any of the same words
you have already used to describe it previously?

I am not trying to be funny,
but I think maybe your explanation of the problem
might be holding you back.

Are you talking about inventory items being invisible...or items in your players hands...what?
Are the inventory items there and just mismatched or actually just not there?
Can you play the game and take a screen shot maybe to help illustrate the problem (pressF12) ?

User avatar
benrob0329
Member
Posts: 1341
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
IRC: benrob0329
In-game: benrob03
Location: Michigan
Contact:

Re: textures of the items does not appear is invisible

by benrob0329 » Post

I would upgrade to 0.4.13

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: textures of the items does not appear is invisible

by Napiophelios » Post

benrob0329 wrote:I would upgrade to 0.4.13
How do you know he is using an old minetest release?
I have already pointed him towards the dev releases by krock and sfan5;
he said he downloaded sfan5's latest 0413 build but the problem persists.

I have never heard of any one having "invisible" textures,
and the game would flood him with warnings and errors if the textures were missing;
something else is going on...

I believe he is not describing the problem accurately.
so he needs to try and describe the problem in a different way

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: textures of the items does not appear is invisible

by Krock » Post

Possible solutions for this problem:
- Delete Minetest (backup "mods" and "worlds" first), then re-install the complete game
- Update the graphics driver (and with it, OpenGL)
- Switch to "video_driver = direct3d9" (requires a build with direct3d support)
- Test it with a texture pack
- Get a new graphics card
- Uninstall Minetest and ragequit

I think that's every possible solution, I hope you won't do the last one.
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: textures of the items does not appear is invisible

by Minerz » Post

Napiophelios wrote:
Minerz wrote:Well, I know this is a quite old topic, but the invisible item issue is drivin' me crazy. :(
Can you please describe this problem again
without using any of the same words
you have already used to describe it previously?

I am not trying to be funny,
but I think maybe your explanation of the problem
might be holding you back.

Are you talking about inventory items being invisible...or items in your players hands...what?
Are the inventory items there and just mismatched or actually just not there?
Can you play the game and take a screen shot maybe to help illustrate the problem (pressF12) ?
Okay. So, every BLOCK in my inventory fails to have a texture in the INVENTORY. When I place it, it's fine. But it's EXTREMELY annoying to open the inventory to see what you are placing. Only blocks. Everything else is fine. Just the blocks.

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: textures of the items does not appear is invisible

by Napiophelios » Post

Minerz, check your messages.
Try out the little game I give you and see if its the same.
Download it and put in your game folder.

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: textures of the items does not appear is invisible

by Minerz » Post

May someone please reply? I wanna play Minetest with icons.

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: textures of the items does not appear is invisible

by Minerz » Post

Ok, Napiophelios! Where's the game?

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: textures of the items does not appear is invisible

by Napiophelios » Post

its a download link,
I sent it via PM
check your message box

just click it and it should download to your computer.
open it and place the folder in minetest\games folder

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: textures of the items does not appear is invisible

by Minerz » Post

I'll try now!

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: textures of the items does not appear is invisible

by Minerz » Post

I got an error.

User avatar
Napiophelios
Member
Posts: 1035
Joined: Mon Jul 07, 2014 01:14
GitHub: Napiophelios
IRC: Nappi
In-game: Nappi

Re: textures of the items does not appear is invisible

by Napiophelios » Post

oh lord what version of minetest are you using?
the game I sent is based on the latest minetest
you will need a current build

EDIT: yeah I just tested it with 0412 and I get an error with default rails :(
Just go here:
viewtopic.php?f=42&t=9515&p=191846#p191846

and download Krock's Latest build and try again.

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: textures of the items does not appear is invisible

by Minerz » Post

Ok

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: textures of the items does not appear is invisible

by Minerz » Post

Da hell?! These are 32-bit. I'll get another 0.4.13 build

Dragonop
Member
Posts: 1233
Joined: Tue Oct 23, 2012 12:59
GitHub: Dragonop
IRC: Dragonop
In-game: Dragonop
Location: Argentina

Re: textures of the items does not appear is invisible

by Dragonop » Post

What is the difference between 32 and 64 bits for you, I mean, it WILL work no matter what if it is a 32-bits build, even if you have a 64-bits system, just download that build and try it out.

Minerz
Member
Posts: 121
Joined: Fri Aug 28, 2015 13:55
GitHub: Minerz
IRC: Minerz
In-game: MinerMan

Re: textures of the items does not appear is invisible

by Minerz » Post

Dragonop wrote:What is the difference between 32 and 64 bits for you, I mean, it WILL work no matter what if it is a 32-bits build, even if you have a 64-bits system, just download that build and try it out.
Well, I had originally thought that 32-bit builds would be slower and/or laggier. But I guess not! Thanks for clearing that up, Dragonop!

Post Reply

Who is online

Users browsing this forum: j0j0n4th4n and 5 guests