Page 1 of 1

error message

PostPosted: Fri Feb 21, 2014 01:59
by Novacain
this error message showed up:
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
19:57:10: ERROR[main]: MAINMENU ERROR: /usr/share/minetest/builtin/mainmenu.lua:517: attempt to index field '?' (a nil value)
19:57:10: ERROR[main]: stack traceback:
19:57:10: ERROR[main]:     /usr/share/minetest/builtin/mainmenu.lua:517: in function 'handle_multiplayer_buttons'
19:57:10: ERROR[main]:     /usr/share/minetest/builtin/mainmenu.lua:1269: in function </usr/share/minetest/builtin/mainmenu.lua:1236>


it didn't impede with my playing, but I figured it would be useful for the developers to see this, as there is an issue.

PostPosted: Fri Feb 21, 2014 13:48
by Krock

PostPosted: Fri Feb 21, 2014 15:45
by Novacain
hmm, that's all good and great, but it shouldn't be happening with the -dev version. could someone have un-fixed it?

PostPosted: Wed Mar 05, 2014 22:46
by testOmine
[ server error: LuaError: error running function 'on-step':
/home Icebolt/.mintest/mods/creatures/zombie .lua:361 : attempt to index a nil value]

disabled the mobs - because thousands were lagging my progress every 6000 time ( O.0)_'

I'll find that mods list, . . .

-------------
Separator
-------------

22:26:33: ERROR[main]: mod "plants" has unsatisfied dependencies: "habitat"
22:26:33: ACTION[main]: [MOD]craft_guide -- loaded from /home/icebolt/.minetest/mods/craft_guide/craft_guide
Pipeworks loaded!
[moreores] loaded.
[moreblocks] loaded.
[Plantlife Library] Loaded
[Vines] Loaded!
[Poison Ivy] Loaded.
[Flowers] Loaded.
[Bushes] Loaded.
22:26:35: ACTION[main]: .__ __ __
22:26:35: ACTION[main]: _____ |__| ____ _____/ |_ ____ _______/ |_
22:26:35: ACTION[main]: / \| |/ \_/ __ \ __\/ __ \ / ___/\ __\
22:26:35: ACTION[main]: | Y Y \ | | \ ___/| | \ ___/ \___ \ | |
22:26:35: ACTION[main]: |__|_| /__|___| /\___ >__| \___ >____ > |__|
22:26:35: ACTION[main]: \/ \/ \/ \/ \/
22:26:35: ACTION[main]: World at [/home/icebolt/.minetest/worlds/3rdATTEMPT]
22:26:35: ACTION[main]: Server for gameid="minetest" listening on port 30011.
creative inventory size: 354
22:26:35: ACTION[ServerThread]: singleplayer joins game. List of players: singleplayer
Font size: 8 15
spawncreatures:ghost
spawncreatures:ghost
22:26:53: ACTION[ServerThread]: singleplayer leaves game. List of players:
22:26:54: ERROR[main]: ServerError: LuaError: error running function 'on_step': /home/icebolt/.minetest/mods/creatures/zombie.lua:361: attempt to index a nil value
22:26:54: ERROR[main]: stack traceback:

address =
anisotropic_filter = 0
bilinear_filter = 0
creative_mode = 1
enable_3d_clouds = 0
enable_damage = 0
enable_particles = 1
enable_shaders = 0
liquid_finite = 0
mip_map = 0
name = Guest4058
new_style_leaves = 1
opaque_water = 0
port = 30000
preload_item_visuals = 0
selected_mainmenu_game = minetest
selected_mainmenu_tab = 0
selected_serverlist = 0
server_announce = 0
server_dedicated = false
smooth_lighting = 1
trilinear_filter = 0
aux1_descends = false
doubletap_jump = false
keymap_backward = KEY_KEY_S
keymap_chat = KEY_KEY_T
keymap_cmd = /
keymap_console = KEY_F10
keymap_drop = KEY_KEY_Q
keymap_fastmove = KEY_KEY_J
keymap_forward = KEY_KEY_W
keymap_freemove = KEY_KEY_K
keymap_inventory = KEY_KEY_E
keymap_jump = KEY_SPACE
keymap_left = KEY_KEY_A
keymap_noclip = KEY_KEY_H
keymap_print_debug_stacks = KEY_KEY_P
keymap_rangeselect = KEY_KEY_R
keymap_right = KEY_KEY_D
keymap_sneak = KEY_LSHIFT
keymap_special1 = KEY_KEY_E
selected_world_path = /home/icebolt/.minetest/worlds/3rdATTEMPT
free_move = true
texture_path = /home/icebolt/.minetest/textures
sound_volume = 0
main_menu_last_game_idx = 1
main_menu_tab = singleplayer
mainmenu_last_selected_world = 2

depends list = craft_guide

where's the mods list ?

PostPosted: Thu Mar 06, 2014 15:30
by Topywo
testOmine wrote:22:26:33: ERROR[main]: mod "plants" has unsatisfied dependencies: "habitat"
22:26:33: ACTION[main]: [MOD]craft_guide -- loaded from /home/icebolt/.minetest/mods/craft_guide/craft_guide
Pipeworks loaded!
[moreores] loaded.
[moreblocks] loaded.
[Plantlife Library] Loaded
[Vines] Loaded!
[Poison Ivy] Loaded.
22:26:54: ERROR[main]: ServerError: LuaError: error running function 'on_step': /home/icebolt/.minetest/mods/creatures/zombie.lua:361: attempt to index a nil value

where's the mods list ?



You can see the (un)loaded mods in your own debug.txt.


How did you disable the mobs? I tried the mod out and it worked fine. After putting this:
only_peaceful_mobs = true
in the minetest.conf it still worked fine (and did not spawn mobs anymore)
Do you use one of the latest minetest 0.4.9 versions?


You'll want the habitat mod too (for plants)

https://forum.minetest.net/viewtopic.php?id=4612