Invisible Hearts/Health?

Post Reply
Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

Invisible Hearts/Health?

by Rhys » Post

Hello everyone, Rhys here with a bug. In my singleplayer minetest-game worlds, for some reason my health is not shown:

Image

I have damage enabled, no missing heart texture and creative disabled - so this bug is something that I don't know how to fix. Anybody know why this is occurring? Thanks in advance.

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

Re: Invisible Hearts/Health?

by Rhys » Post

Hello again, Rhys here with a bug update. Every time I want to activate something (like Higher Render Distance or Activating Fly), only this white line appears:

Image

This tells me that somehow, that part of the hud, including health or maybe others, have been shifted. Hope this gives someone the answer to this bug.

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

Re: Invisible Hearts/Health?

by Krock » Post

Rhys wrote:Hello again, Rhys here with a bug update. Every time I want to activate something (like Higher Render Distance or Activating Fly), only this white line appears:
https://github.com/minetest/minetest/issues/1412
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

User avatar
Inocudom
Member
Posts: 3121
Joined: Sat Sep 29, 2012 01:14
IRC: Inocudom
In-game: Inocudom

Re: Invisible Hearts/Health?

by Inocudom » Post

I noticed that particular issue in Carbone.

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

Re: Invisible Hearts/Health?

by Rhys » Post

Hasn't been fixed yet, I've updated to 0.4.10, still there.

User avatar
hoodedice
Member
Posts: 1374
Joined: Sat Jul 06, 2013 06:33
GitHub: hoodedice
IRC: hoodedice
In-game: hoodedice
Location: world
Contact:

Re: Invisible Hearts/Health?

by hoodedice » Post

Rhys wrote:Hello everyone, Rhys here with a bug. In my singleplayer minetest-game worlds, for some reason my health is not shown:

Image

I have damage enabled, no missing heart texture and creative disabled - so this bug is something that I don't know how to fix. Anybody know why this is occurring? Thanks in advance.
I should've reported this earlier.

Same thing happens to me on extended gameplay time, and when I run around with fast enabled. Server is Minetestville, client is sfan5's latest as of this posting. The status for the Areas mod is also not displayed

Here's one of the error it throws out
14:37:44: ERROR[main]: generateImage(): Could not load image "Areas: MAP [1] (MaxCohen), moderator [10] (Batman), plot [309] (hoodedice)" while building texture
14:37:45: ERROR[main]: generateImage(): Creating a dummy image for "Areas: MAP [1] (MaxCohen), moderator [10] (Batman), plot [309] (hoodedice)"
7:42 PM - Bauglio: I think if you go to staples you could steal firmware from a fax machine that would run better than win10 does on any platform
7:42 PM - Bauglio: so fudge the stable build
7:43 PM - Bauglio: get the staple build

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

Re: Invisible Hearts/Health?

by Rhys » Post

Well, I've got a few details that I found out on a test world I made on minetest_game.

Log:

Code: Select all

Irrlicht log: Irrlicht Engine version 1.8.1
Irrlicht log: Microsoft Windows 7 Home Premium Edition Service Pack 1 (Build 7601)
Irrlicht log: Using renderer: OpenGL 4.1.11156
Irrlicht log: AMD Radeon(TM) HD 6380G: ATI Technologies Inc.
Irrlicht log: OpenGL driver version is 1.2 or better.
Irrlicht log: GLSL version: 4.1
Irrlicht log: Resizing window (800 600)
[OK] Mesecons
17:04:45: ACTION[main]:         .__               __                   __   
17:04:45: ACTION[main]:   _____ |__| ____   _____/  |_  ____   _______/  |_ 
17:04:45: ACTION[main]:  /     \|  |/    \_/ __ \   __\/ __ \ /  ___/\   __\
17:04:45: ACTION[main]: |  Y Y  \  |   |  \  ___/|  | \  ___/ \___ \  |  |  
17:04:45: ACTION[main]: |__|_|  /__|___|  /\___  >__|  \___  >____  > |__|  
17:04:45: ACTION[main]:       \/        \/     \/          \/     \/        
17:04:45: ACTION[main]: World at [C:\Users\Rhys\Documents\minetest-0.4.10\bin\..\worlds\Test]
17:04:45: ACTION[main]: Server for gameid="minetest" listening on 0.0.0.0:53022.
Unified Inventory. inventory size: 329
Irrlicht log: PNG warning: Interlace handling should be turned on when using png_read_image
Irrlicht log: Could not open file of texture: 
Irrlicht log: Could not open file of texture: 
17:05:13: ACTION[ServerThread]: singleplayer [127.0.0.1] joins game. 
17:05:13: ACTION[ServerThread]: singleplayer joins game. List of players: singleplayer
Irrlicht log: Could not open file of texture: 
Irrlicht log: Could not open file of texture: 
Font size: 8 17
Irrlicht log: Could not open file of texture: character.png
Mods:

Code: Select all

beds
boats
bones
buckeet
builtin_item
carts
campass
creative
creatures
curtains
default
doors
dye
enchanting
external_legacy
farming
farming_plus
fire
flowers
give_initial_stuff
item_drop
legacy
mesecons
npc
screwdriver
sethome
shooter
stairs
throwing
tnt
unified_inventory
vessels
wool
worldedit
xpanes

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

Re: Invisible Hearts/Health?

by Napiophelios » Post

Rhys wrote:Hello everyone, Rhys here with a bug. In my singleplayer minetest-game worlds, for some reason my health is not shown:

Image

I have damage enabled, no missing heart texture and creative disabled - so this bug is something that I don't know how to fix. Anybody know why this is occurring? Thanks in advance.

Disable the Shooter mod and see if it still presents.

I get the same effect but only when testing this particular mod.

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

Re: Invisible Hearts/Health?

by Rhys » Post

Removing shooter did the trick, thanks a lot! I'd better give this information to stu :)

User avatar
hoodedice
Member
Posts: 1374
Joined: Sat Jul 06, 2013 06:33
GitHub: hoodedice
IRC: hoodedice
In-game: hoodedice
Location: world
Contact:

Re: Invisible Hearts/Health?

by hoodedice » Post

Since this is related to the mods used, I think I'll report mine in ShadowNinja's thread.
7:42 PM - Bauglio: I think if you go to staples you could steal firmware from a fax machine that would run better than win10 does on any platform
7:42 PM - Bauglio: so fudge the stable build
7:43 PM - Bauglio: get the staple build

QBSteve
Member
Posts: 19
Joined: Wed Mar 15, 2023 00:00
In-game: QBSteve

Re: Invisible Hearts/Health?

by QBSteve » Post

I've had a similar issue. I'm just playing Minetest, when all of a sudden, my hearts disappear! This seems to happen whenever I scroll through my hotbar really fast. Rejoining the world brings the hearts back.
Any ideas why this happens?
Hello! I'm just some random person with an ancient 7 year old potato that is my laptop :)

Astrobe
Member
Posts: 570
Joined: Sun Apr 01, 2018 10:46

Re: Invisible Hearts/Health?

by Astrobe » Post

As above, the usual suspects are mods. If it happens even without mods, it'd be helpful to tell which version you are using on which platform (Linux/Android/Windows/Mac).
My game? It's Minefall.

Post Reply

Who is online

Users browsing this forum: No registered users and 6 guests