My private server keeps crashing ;-(

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

My private server keeps crashing ;-(

by benrob0329 » Mon Aug 10, 2015 01:12

Every time i start the server i get this error:

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
00:54:15: ACTION[ServerThread]: jack digs default:papyrus at (116,4,58)
terminate called after throwing an instance of 'ServerError'
  what():  /root/.minetest/mods/hbhunger/hunger.lua:382: attempt to perform arithmetic on local 'exhaus' (a nil value)
stack traceback:
   /root/.minetest/mods/hbhunger/hunger.lua:382: in function 'callback'
   /usr/share/minetest/builtin/game/item.lua:467: in function 'on_dig'
   /root/.minetest/mods/pipeworks/wielder.lua:334: in function 'act'
   /root/.minetest/mods/pipeworks/wielder.lua:109: in function 'wielder_on'
   /root/.minetest/mods/pipeworks/wielder.lua:145: in function 'action_on'
   /root/.minetest/mods/mesecons/mesecons/internal.lua:189: in function </root/.minetest/mods/mesecons/mesecons/internal.lua:184>
   /root/.minetest/mods/mesecons/mesecons/actionqueue.lua:90: in function 'execute'
   /root/.minetest/mods/mesecons/mesecons/actionqueue.lua:84: in function </root/.minetest/mods/mesecons/mesecons/actionqueue.lua:61>
   /usr/share/minetest/builtin/game/register.lua:341: in function </usr/share/minetest/builtin/game/register.lua:329>
Aborted


Here is the world.mt

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
gameid = minetest
backend = sqlite3
load_mod_3d_armor = true
load_mod_along_shore = true
load_mod_banner = true
load_mod_beacon = true
load_mod_beds = true
load_mod_bitchange = true
load_mod_books_plus = true
load_mod_boost_cart = true
load_mod_bushes = true
load_mod_bushes_classic = true
load_mod_cavestuff = true
load_mod_compassgps = true
load_mod_concrete = true
load_mod_craft_guide = true
load_mod_dryplants = true
load_mod_extranodes = true
load_mod_farming_plus = true
load_mod_ferns = true
load_mod_flowers_plus = true
load_mod_gates = true
load_mod_hopper = true
load_mod_hudbars = true
load_mod_inventory_icon = false
load_mod_junglegrass = true
load_mod_landup = true
load_mod_lrfurn = true
load_mod_mesecons = true
load_mod_mesecons_alias = true
load_mod_mesecons_blinkyplant = true
load_mod_mesecons_button = true
load_mod_mesecons_commandblock = true
load_mod_mesecons_delayer = true
load_mod_mesecons_detector = true
load_mod_mesecons_doors = true
load_mod_mesecons_extrawires = true
load_mod_mesecons_gates = true
load_mod_mesecons_hydroturbine = true
load_mod_mesecons_insulated = true
load_mod_mesecons_lamp = true
load_mod_mesecons_lightstone = true
load_mod_mesecons_luacontroller = true
load_mod_mesecons_materials = true
load_mod_mesecons_microcontroller = true
load_mod_mesecons_movestones = true
load_mod_mesecons_mvps = true
load_mod_mesecons_noteblock = true
load_mod_mesecons_pistons = true
load_mod_mesecons_powerplant = true
load_mod_mesecons_pressureplates = true
load_mod_mesecons_random = true
load_mod_mesecons_receiver = true
load_mod_mesecons_solarpanel = true
load_mod_mesecons_switch = true
load_mod_mesecons_torch = true
load_mod_mesecons_walllever = true
load_mod_mobs = true
load_mod_molehills = true
load_mod_more_material_tools = true
load_mod_moreblocks = true
load_mod_moreores = true
load_mod_moretrees = true
load_mod_mushroom = true
load_mod_nature_classic = true
load_mod_nether = true
load_mod_parachute = true
load_mod_pipeworks = true
load_mod_plants_lib = true
load_mod_plasmascreen = true
load_mod_poisonivy = true
load_mod_shields = true
load_mod_snow = true
load_mod_soccer = true
load_mod_sprint = true
load_mod_tairs = true
load_mod_technic = true
load_mod_technic_armor = true
load_mod_technic_chests = true
load_mod_technic_worldgen = true
load_mod_throwing = true
load_mod_torches = true
load_mod_travelnet = true
load_mod_trunks = true
load_mod_u_skins = true
load_mod_unified_inventory = true
load_mod_vines = true
load_mod_wield_light = true
load_mod_wieldview = true
load_mod_woodsoils = true
load_mod_wrench = true
load_mod_youngtrees = true
load_mod_canyon = true
load_mod_digilines = true
load_mod_digilines_inventory = true
load_mod_digilines_lcd = true
load_mod_digilines_lightsensor = true
load_mod_digilines_rtc = true
load_mod_mapit = true
load_mod_building_blocks = true
load_mod_chains = true
load_mod_computer = true
load_mod_fake_fire = true
load_mod_homedecor = true
load_mod_homedecor_3d_extras = true
load_mod_inbox = true
load_mod_itemframes = true
load_mod_lavalamp = true
load_mod_signs_lib = true
load_mod_hbarmor = true
load_mod_hbhunger = true


I'm pretty sure whats causing it is the fact that my friend (jack) has a papyrus farm using node breakers....
 

User avatar
kaeza
Member
 
Posts: 2141
Joined: Thu Oct 18, 2012 05:00
GitHub: kaeza
IRC: kaeza diemartin blaaaaargh
In-game: kaeza

Re: My private server keeps crashing ;-(

by kaeza » Mon Aug 10, 2015 03:37

It looks like a bug in either the `pipeworks` or the `hbhunger` mods.

Does it still happen if you remove `hbhunger ? If so, contact that mod's author to report the bug.
Your signature is not the place for a blog post. Please keep it as concise as possible. Thank you!

Check out my stuff! | Donations greatly appreciated! PayPal | BTC: 1DFZAa5VtNG7Levux4oP6BuUzr1e83pJK2
 

User avatar
benrob0329
Member
 
Posts: 1192
Joined: Thu Aug 06, 2015 22:39
GitHub: Benrob0329
In-game: benrob03

Re: My private server keeps crashing ;-(

by benrob0329 » Mon Aug 10, 2015 04:24

Since we are all impatient and want to play, I made a new world. But now we are using Better Hud and Hunger, which is much Better in my opinion...
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 21 guests

cron