When running on a local machine in Docker, calling
`minetest.get_server_info()` in lua can throw an exception, resulting
in client shutdown.
ERROR[Main]: ModError: Failed to load and run mod "tchat":
ERROR[Main]: No address for peer found!
ERROR[Main]: stack traceback:
ERROR[Main]: [C]: in function 'get_server_info'
ERROR[Main]: tchat:init.lua:118: in main chunk
ERROR[Main]: Check debug.txt for details.
From clean `~/.minetest` directory:
- Start waspsaliva
- Create a waypoint ".wah"
- Cheat menu -> autofly -> waypoints
- Click the new waypoint
- Click SHOW button
2021-08-19 22:24:46: ERROR[Main]: ModError: Runtime error from mod 'autoeat' in callback on_formspec_input(): *builtin*:common/vector.lua:67: attempt to index local 'pos2' (a nil value)
2021-08-19 22:24:46: ERROR[Main]: stack traceback:
2021-08-19 22:24:46: ERROR[Main]: *builtin*:common/vector.lua:67: in function 'direction'
2021-08-19 22:24:46: ERROR[Main]: *builtin*:client/wasplib.lua:503: in function 'aim'
2021-08-19 22:24:46: ERROR[Main]: autofly:init.lua:301: in function 'display_waypoint'
2021-08-19 22:24:46: ERROR[Main]: autofly:/wpforms.lua:102: in function <autofly:/wpforms.lua:77>
2021-08-19 22:24:46: ERROR[Main]: *builtin*:client/register.lua:26: in function <*builtin*:client/register.lua:14>
2021-08-19 22:24:46: ERROR[Main]: Check debug.txt for details.
scaffold:
2021-08-18 22:42:54: WARNING[Main]: Assignment to undeclared global "sdir" inside a function at scaffold:/railscaffold.lua:151.
incrementaltp: Fix this by adding `optional_depends` to `mod.conf`
2021-08-18 22:52:39: WARNING[Main]: Undeclared global variable "autofly" accessed at incrementaltp:init.lua:85
2021-08-18 22:52:39: WARNING[Main]: Undeclared global variable "autofly" accessed at incrementaltp:init.lua:87
dte:
2021-08-18 22:59:26: WARNING[Main]: Assignment to undeclared global "_" inside a function at dte:init.lua:375.
tchat: Use `get_modpath('wisp')` to fix this
2021-08-18 23:21:20: WARNING[Main]: Undeclared global variable "wisp" accessed at tchat:init.lua:537
Silence the embarrassing announcement:
<schmappie>: Hey guys. I'm using a hacked client. https://repo.or.cz/waspsaliva.git.
...and the embarrassing followup:
BOT — Today at 9:10 PM
Thingamabobber Joined
<Thingamabobber>: hey, schmapa
<Thingamabobber>: I saw that youre using waspsaliva.
<Thingamabobber>: In contents, in the game's main menu, turn off haxnotify to stop the message from showing up.
<Thingamabobber>: Also, I can tell you the necessary cmake options to hide the fact that you're using a hacked client from other servers.
<Thingamabobber>: In the waspsaliva directory, there is a file called cmakelists.txt
<Thingamabobber>: near the top, there are a few options.
xay — Today at 9:13 PM
wow its p nice of u to share this stuff :) (with others ;) ) how are you today?
debug.txt:2021-08-18 02:17:31: WARNING[Main]: Undeclared global variable "storage" accessed at scaffold:/railscaffold.lua:151
debug.txt:2021-08-18 02:17:31: ERROR[Main]: Access denied. Reason: Client environment_step: Runtime error from mod 'scaffold' in callback environment_step(): scaffold:/railscaffold.lua:151: attempt to index global 'storage' (a nil value)
debug.txt:2021-08-18 02:17:31: ERROR[Main]: scaffold:/railscaffold.lua:151: in function 'func'