Page 3 of 10

Re: [Mod] HUD bars [1.4.1] [hudbars]

Posted: Thu Oct 20, 2016 00:07
by BrunoMine
I sent some changes about 2 months ago.
The following changes since commit afad4e847d65fa300412d42be42dc1749e76619a:

Add translate into portuguese (2016-08-14 14:22:46 -0300)

are available in the git repository at:

git://repo.or.cz/minetest_hudbars/brunomine.git

for you to fetch changes up to afad4e847d65fa300412d42be42dc1749e76619a:

Add translate into portuguese (2016-08-14 14:22:46 -0300)
I would like to know the cause of not having pulled yet.
I hope this tool will be useful. Or you really do not want help?

Version 1.5.0 released!

Posted: Thu Oct 20, 2016 14:36
by Wuzzy
HUD Bars 1.5.0 released, now with translation into Portuguese by BrunoMine.

Sorry, BrunoMine, but I either was not aware of your commits or I have forgotten or overlooked them. Maybe I was not notified. Note that the mere act of uploading a repository somewhere does not give me an automatic notification or whatever.
Anyway, your commits are now part of HUD Bars, thanks!

Re: [Mod] HUD bars [1.5.0] [hudbars]

Posted: Thu Oct 20, 2016 14:48
by BrunoMine
I sent an email to the owner of the repository (almikes@aol.com) on repo.or.cz

I wonder if this email is correct, or if you received so that this does not happen again.

I like to contribute to this project. (Because I use it on my server).
I'll help any way you can.

Re: [Mod] HUD bars [1.5.0] [hudbars]

Posted: Thu Oct 20, 2016 16:05
by Wuzzy
This e-mail address is correct. If I fail to respond, you can also contact me per forum PM or XMPP. I personally prefer XMPP.
My e-mail reading discipline is probably too low at the moment. This is my fault, and I should really get my shit together. :D I haven't found your e-mail, however. Probably I lost it (not sure).

Bugfix release 1.5.1

Posted: Sat Nov 12, 2016 20:13
by Wuzzy
Version 1.5.1 released. Changes:
  • Fix critical bug: Mod does not work with both intllib and mod security enabled
  • Update screenshot to standardized 3:2 aspect ratio

Re: [Mod] HUD bars [1.5.1] [hudbars]

Posted: Mon Nov 21, 2016 22:14
by SaKeL
just got this error right after the last player logged out and server was empty

Code: Select all

2016-11-21 22:48:43: ERROR[Main]: ServerError: Runtime error from mod 'hudbars' in callback environment_Step(): /root/.minetest/mods/hudbars/hudbars/init.lua:564: attempt to index a nil value
2016-11-21 22:48:43: ERROR[Main]: stack traceback:
2016-11-21 22:48:43: ERROR[Main]: 	/root/.minetest/mods/hudbars/hudbars/init.lua:564: in function 'hide_hudbar'
2016-11-21 22:48:43: ERROR[Main]: 	/root/.minetest/mods/hudbars/hudbars/init.lua:722: in function 'update_hud'
2016-11-21 22:48:43: ERROR[Main]: 	/root/.minetest/mods/hudbars/hudbars/init.lua:769: in function </root/.minetest/mods/hudbars/hudbars/init.lua:755>
2016-11-21 22:48:43: ERROR[Main]: 	/usr/share/minetest/builtin/game/register.lua:412: in function </usr/share/minetest/builtin/game/register.lua:392>

Re: [Mod] HUD bars [1.5.1] [hudbars]

Posted: Mon Nov 21, 2016 22:49
by Wuzzy
SaKeL, weren't you using the latest HUD bars version? Because your error messages indicate that this error did not happen in version 1.5.1. The error messages refer to line 564, but the current file is shorter.

Please use the latest version and tell me if the error still happens.
Also, where did you obtain the mod?

Re: [Mod] HUD bars [1.5.1] [hudbars]

Posted: Mon Nov 21, 2016 23:06
by SaKeL
i have merged your latest changes to my repo right after that, even though it said "up to date" ..im using tenplus1 modification

Re: [Mod] HUD bars [1.5.1] [hudbars]

Posted: Tue Nov 22, 2016 01:07
by Wuzzy
Well, sorry. I do not support unofficial forks and modifications of this mod. I only support the mod which you can download from this thread.
Please only post bugs here if you found them in the official version.

Re: [Mod] HUD bars [1.5.1] [hudbars]

Posted: Tue Nov 22, 2016 06:55
by SaKeL
Yes that is clear, but my question was more about if you have experienced this issue with yr mod also in order for me to determin the right forum page. Thanks though.

1.6.0 and 1.6.1

Posted: Tue Nov 22, 2016 13:43
by Wuzzy
Sorry, I can't reproduce the bug. Thus, it will be really helpful if you could try to reproduce the bug with the official version.
Also, please give me a list of mods you used on the server as well; especially the mods which depend on hudbars.

You could also help me and test if adding the following code right below “function hb.hide_hudbar(player, identifier)”:

Code: Select all

if player==nil then return end
And tell me if this fixed the bug.

EDIT: OK, I have investigated your issue again. Hopefully the new version 1.6.0 fixes the bug. Changelog:
  • hb.init_hudbar, hb.change_hudbar, hb.hide_hudbar and hb.unhide_hudbar now return true or false based on success
  • I (hopefully) fixed the bug SaKeL described by making sure the mod is a bit more careful with player variables
EDIT 2:
Version 1.6.1 released (oh, man!). I forgot to remove some stupid testing code. :D

Re: [Mod] HUD bars [1.6.1] [hudbars]

Posted: Tue Nov 22, 2016 14:30
by maikerumine
I think i got this to fix itself by adding that enable.security_mods = false <-- or something like that.
It fixed ALL my problems with mods that had someth9ing to do with writing to the player folder.

Re: [Mod] HUD bars [1.6.1] [hudbars]

Posted: Tue Nov 22, 2016 18:29
by SaKeL
@Wuzzy, as i mentioned it's super weird and never had that before, just giving you a heads up, i think one check for nil values where the error occurred will do it ;) i will let you know if that happens again.

Re: [Mod] HUD bars [1.6.1] [hudbars]

Posted: Sat Dec 03, 2016 00:18
by Wuzzy
maikerumine wrote:I think i got this to fix itself by adding that enable.security_mods = false <-- or something like that.
It fixed ALL my problems with mods that had someth9ing to do with writing to the player folder.
No, it didn't. This is NOT a bugfix, it's just a very, very ugly workaround. Mod security is a good thing which was introduced to avoid mods going rogue and, let's say, randomly deleting files in your home directory (or worse).
The problem is that mod security is currently broken (it's still disabled in 0.4.14 by default, however), but as far I know fixing mod security is a blocker for 0.4.15, which means the devs work hard to make sure mod security actually works for 0.4.15. Also, please report to the mod authors of all the mods which currently fail because of mod security. I don't want to see mod security to effectively die before it even started (more and more players seem to disable it) just because the modders did not bother to fix their mods.

Also: What has this to do with my mod? This mod works with mod security enabled and does not need to be trusted.

@SaKeL: Do you still experience the bug with the latest version?

@all: I will probably very soon release a new version of this mod.

Re: [Mod] HUD bars [1.6.1] [hudbars]

Posted: Sat Dec 03, 2016 01:21
by SaKeL
@Wuzzy: no i didn't experienced it from that time at all... seems to be working at the moment, thanks.

Version 1.7.0 (nicknamed “Better Better HUD”)

Posted: Sat Dec 03, 2016 19:16
by Wuzzy
Version 1.7.0 released!

Image

Changelog:
  • Larger statbars: The display modes “classic statbars” and “modern statbars” now feature larger statbar icons (see screenshot) which much more closely resemble Minetest's default statbar and Better HUD's statbars
  • Fix embarrissing bug: The displayed health and breath were not updated in the entire game! Sorry for the trouble. :-(
  • The position configuration for statbars is now stored in separate settings (because they work a bit different than the default progress bars)
  • Make health changes appear a little bit earlier to clients
Information about future releases:
My next goal with this mod would be to make sure the health and breath bars are completely client-sided again. Which means they get instantly updated when needed. Currently, these bars have to wait for the server which might lead to delays on slow servers.
My second goal would be to redesign the “progress bars” to become more flexible. Especially I want to make them larger and/or be able to be scaled. Currently, the progress bars are all just fixed-size.
Finally, I want to make this mod work out with larger font sizes but this is currently impossible with the current mod API. :-(

Re: [Mod] HUD bars [1.7.0] [hudbars]

Posted: Sun Dec 04, 2016 20:59
by Fixer
Nice. Thank you.

Re: [Mod] HUD bars [1.7.0] [hudbars]

Posted: Sat Jan 14, 2017 08:14
by Thomas-S
I got this error three times on my server last night. I don't know the reason.

Code: Select all

2017-01-14 00:59:05: ERROR[Main]: ServerError: Lua: Runtime error from mod '' in callback on_player_hpchange(): /root/.minetest/mods/minetest_hudbars/init.lua:323: attempt to index a nil value
2017-01-14 00:59:05: ERROR[Main]: stack traceback:
2017-01-14 00:59:05: ERROR[Main]: 	/root/.minetest/mods/minetest_hudbars/init.lua:323: in function 'change_hudbar'
2017-01-14 00:59:05: ERROR[Main]: 	/root/.minetest/mods/minetest_hudbars/init.lua:497: in function 'func'
2017-01-14 00:59:05: ERROR[Main]: 	/usr/local/share/minetest/builtin/game/register.lua:514: in function </usr/local/share/minetest/builtin/game/register.lua:499>

Re: [Mod] HUD bars [1.7.0] [hudbars]

Posted: Sun Jan 15, 2017 06:10
by Wuzzy
Please list all the mods you used and the Minetest and HUD Bars versions.

But “Lua: Runtime error from mod '' (…)” looks VERY weird to me. A mod with an empty name. Whaaat? o_O

Re: [Mod] HUD bars [1.7.0] [hudbars]

Posted: Sun Jan 15, 2017 08:47
by Thomas-S
Spoiler
3d_armor
3d_armor_stand
areas
army
bakedclay
beds
boats
bones
boost_cart
bucket
building_blocks
carts
castle
chains
clothing
columnia
computer
concrete
cottages
creative
currency
darkage
default
digilines
digistuff
doors
dye
email
extranodes
factory_bridges
fake_fire
farming
fire
flower_pot
flowers
give_initial_stuff
hazmat_suit
hbhunger
homedecor
homedecor_3d_extras
hudbars
inbox
intllib
irc
itemframes
jails
lavalamp
lrfurn
mapfix
maptools
mesecons
mesecons_alias
mesecons_blinkyplant
mesecons_button
mesecons_commandblock
mesecons_delayer
mesecons_detector
mesecons_doors
mesecons_extrawires
mesecons_gates
mesecons_hydroturbine
mesecons_insulated
mesecons_lamp
mesecons_lightstone
mesecons_luacontroller
mesecons_materials
mesecons_microcontroller
mesecons_movestones
mesecons_mvps
mesecons_noteblock
mesecons_pistons
mesecons_powerplant
mesecons_pressureplates
mesecons_random
mesecons_receiver
mesecons_solarpanel
mesecons_stickyblocks
mesecons_switch
mesecons_torch
mesecons_walllever
mesecons_wires
mobs
mobs_animal
moreblocks
moreores
multiskin
names_per_ip
notifying_doorbell
nyancat
ownerhack
pipeworks
plasmascreen
playertools
replacer
screwdriver
sethome
sfinv
shield_frame
shields
shooter
signs_lib
sponge
stairs
streets
technic
technic_armor
technic_chests
technic_worldgen
timetravel_server
tnt
travelnet
ts_doors
ts_farming
ts_furniture
ts_lamp
ts_vehicles_api
ts_vehicles_cars
ts_walls
unified_inventory
vessels
walls
wieldview
wiki
windmill
wool
worldedit
worldedit_commands
worldedit_gui
worldedit_infinity
worldedit_limited
worldedit_shortcommands
wrench
xban2
xpanes
Minetest and HUD Bars versions: Latest git (to the time when the error occurred.

Re: [Mod] HUD bars [1.7.0] [hudbars]

Posted: Thu Jan 26, 2017 07:31
by sorcerykid
I've had a lot of requests to add this mod to JT2, so I'm giving it a go. Thanks! :)

Re: [Mod] HUD bars [1.7.0] [hudbars]

Posted: Fri Jan 27, 2017 19:11
by Wuzzy
Hooray! It was about time. I consider the [hud] mod by BlockMen a legacy mod because it has many critical bugs and isn't maintained anymore.


Sorry, Thomas-S, I still can't reproduce your bug. Has anybody else experienced the same bug as Thomas-S? It's not even clear which mod causes the crash. Is your hbhunger mod also up-to-date? Are there other mods which depend on HUD Bars (if you don't know, just give me the captions of the progress bars which appear on the screen)?
Also, can you remember what you did when the server crashed?
Your error is also strange. The line numbers are not matching anywhere where I would expect them. Are you SURE you are the latest version?


PS: “Latest Git” is never officially supported by me. I might still take bug reports, of course, but you can always expect bugs. If I don't release something, I usually have a good reason not to.
But currently, “latest git” is the same as 1.7.0, so this does not matter at the moment. But please keep this in mind.

Re: [Mod] HUD bars [1.7.0] [hudbars]

Posted: Fri Jan 27, 2017 21:01
by Thomas-S
The mod is up to date, I update all my mods nearly everyday. The crash never happened again, so I think this is a very rare thing. IMHO, this isn't worth further investigation. Thanks for your efforts!

Re: [Mod] HUD bars [1.7.0] [hudbars]

Posted: Sat Jan 28, 2017 23:20
by tinoesroho
No crash, but food is not filling satiation for me. Food 2.3.latest hudbars. 0.4.15

Re: [Mod] HUD bars [1.7.0] [hudbars]

Posted: Sun Jan 29, 2017 10:07
by Wuzzy
The food alone mod does not actually add the HUD bar for satiation. For this to work, you also need the mod [hbhunger].
viewtopic.php?t=11336

This mod adds a hunger gameplay mechanic and the satiation bar.

As you noticed, the food mod also works without any hunger mods. In this case, the food will just heal you directly. This is probably an intentional fallback behaviour.