Actual Underground Pipes


What? Pipes that are actually... underground!?

Tweaks
15 days ago
2.0
772
Logistics Fluids

b [fixed] Crash placing pipe remotely with bot

a month ago

I get this crash when placing a pipe using bots:

82.425 Error MainLoop.cpp:1449: Exception at tick 45764633: The mod Actual Underground Pipes (0.1.12) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event the-one-mod-with-underground-bits::on_robot_built_entity (ID 17)
the-one-mod-with-underground-bits/control.lua:216: bad argument #3 of 3 to 'index' (string expected, got nil)
stack traceback:
[C]: in function '__index'
__the-one-mod-with-underground-bits
/control.lua:216: in function <the-one-mod-with-underground-bits/control.lua:191>

I found the code and noticed that you "fixed" it, but something happened and the old broken code is still there and runs before the fixed code can be ran.

In control.lua, theres a "function handle(event)" and some script lines below it from lines 190 through 234. Looks like you updated this function, but instead of editing it directly you copied it to the end of the file (lines 391 through EOF). Lines 190-234 just need to be deleted so the game can get to the fixed version of the function.

a month ago

Thanks for the report, fixed for next release.

New response