Git Product home page Git Product logo

Comments (4)

berengma avatar berengma commented on September 1, 2024 1

Might be trying to read groups for unloaded blocks?? I've not had this crash myself.

this is possible. Happens frequently in minetest, especially in multiplayer.
When writing code I use nil checks for everything in the meanwhile. XD
so instead "if lightn <= light then" something like
"if lightn and light and lightn <= light then"

from exile.

DokimiCU avatar DokimiCU commented on September 1, 2024

Might be trying to read groups for unloaded blocks?? I've not had this crash myself.

from exile.

DokimiCU avatar DokimiCU commented on September 1, 2024

might be fixed now. (hard to know with rare bugs I never experience)

from exile.

Lemente avatar Lemente commented on September 1, 2024

Hello, just had a similar error:

2020-11-25 23:19:12: ACTION[Server]: LuaEntitySAO "animals:impethu" at (29,-72,-343) (id=22779, hp=10) punched LuaEntitySAO "animals:impethu" at (30,-72,-343) (id=22766, hp=10), damage=0
2020-11-25 23:19:12: ACTION[Server]: LuaEntitySAO "animals:impethu" at (9,-85,-318) (id=22633, hp=10) punched LuaEntitySAO "animals:impethu" at (9,-85,-318) (id=22640, hp=10), damage=0
2020-11-25 23:19:12: ACTION[Server]: LuaEntitySAO "animals:impethu" at (74,-41,-328) (id=22718, hp=10) punched LuaEntitySAO "animals:impethu" at (74,-41,-328) (id=22723, hp=10), damage=0
2020-11-25 23:19:12: ACTION[Server]: LuaEntitySAO "animals:kubwakubwa" at (-100,-55,-148) (id=22617, hp=10) punched LuaEntitySAO "animals:impethu" at (-100,-54,-149) (id=22604, hp=10), damage=0
2020-11-25 23:19:12: ACTION[Server]: LuaEntitySAO "animals:impethu" at (-101,-71,-150) (id=22793, hp=10) punched LuaEntitySAO "animals:impethu" at (-100,-71,-149) (id=22790, hp=10), damage=0
2020-11-25 23:19:14: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'animals' in callback luaentity_Step(): ....3.0-win64\bin\..\games\Exile-0.2.1\mods\animals/api.lua:908: attempt to perform arithmetic on field 'height' (a nil value)
2020-11-25 23:19:14: ERROR[Main]: stack traceback:
2020-11-25 23:19:14: ERROR[Main]: 	....3.0-win64\bin\..\games\Exile-0.2.1\mods\animals/api.lua:908: in function 'func'
2020-11-25 23:19:14: ERROR[Main]: 	....3.0-win64\bin\..\games\Exile-0.2.1\mods\mobkit\init.lua:733: in function 'execute_queues'
2020-11-25 23:19:14: ERROR[Main]: 	....3.0-win64\bin\..\games\Exile-0.2.1\mods\mobkit\init.lua:959: in function <....3.0-win64\bin\..\games\Exile-0.2.1\mods\mobkit\init.lua:938>
2020-11-25 23:19:14: ACTION[Main]: Server: Shutting down

also, these animals filled my debug.txt with the previous messages. (there was also a darkasthaan and a sneachan involved at some point). I don't know if this is linked.

Thanks!

from exile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.