Deep Mine

by Optera

Adds underground mines, randomly extracting all ores that can be mined without fluid input.

Content
1 year, 11 months ago
0.15 - 1.1
13.4K
Mining

b [Fixed] Crash

1 year, 11 months ago

In this new version (0.6.1), the game crashs:


3793.220 Error MainLoop.cpp:1284: Exception at tick 90099839: The mod Belt Router (1.5.2) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event BeltRouter::on_nth_tick(1)
The mod Deep Mine (0.6.1) caused a non-recoverable error.
Please report this error to the mod author.

Error while running event DeepMine::script_raised_built (ID 78)
DeepMine/control.lua:65: attempt to index local 'entity' (a nil value)
stack traceback:
DeepMine/control.lua:65: in function <DeepMine/control.lua:63>
stack traceback:
[C]: in function 'create_entity'
BeltRouter/control.lua:140: in function 'placeFunc'
MiscLib/path_find/path_node.lua:89: in function 'place'
MiscLib/path_find/path_node.lua:94: in function 'placeAllEntities'
BeltRouter/transport_line_connector.lua:159: in function 'task'
MiscLib/async_task.lua:43: in function 'resolveOneTask'
MiscLib/async_task.lua:36: in function <MiscLib/async_task.lua:35>


Appears some incompatibility with the mod 'BeltRouter'! It was workinh before the update...

Thanks

1 year, 11 months ago

Ah yes, I forgot the sanity checks against script events passing nil or invalid entities.
Fixed in 0.6.2

New response