mt-mods / mt-mods/pipeworks

Pipeworks crashes in Mineclonia 0.121.1+

Open
#192 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Lua
Stars
20
Forks
31
Avg merge
1m
Merged PRs (30d)
9

Description

I just updated Mineclonia from 0.120.1 to 0.121.1 and got this:

2026-05-07 21:30:00: ERROR[Main]: ModError: Failed to load and run script from /data/worlds/dritte-erde/worldmods/pipeworks/init.lua:
2026-05-07 21:30:00: ERROR[Main]: .../worlds/dritte-erde/worldmods/pipeworks/mcl_furnaces.lua:15: attempt to index local 'old_blast_furnace' (a nil value)
2026-05-07 21:30:00: ERROR[Main]: stack traceback:
2026-05-07 21:30:00: ERROR[Main]: 	.../worlds/dritte-erde/worldmods/pipeworks/mcl_furnaces.lua:15: in main chunk
2026-05-07 21:30:00: ERROR[Main]: 	[C]: in function 'dofile'
2026-05-07 21:30:00: ERROR[Main]: 	/data/worlds/dritte-erde/worldmods/pipeworks/init.lua:106: in main chunk
$? = 0

Pipeworks is at commit fe55ac970ce24789e2d51f224535ed20d933fea3 (HEAD -> master, origin/master, origin/HEAD).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with mcl_furnaces.lua at line 15, then inspect how it is loaded from init.lua at line 106. Reproduce the failure with Mineclonia 0.121.1+ and Pipeworks commit fe55ac970ce24789e2d51f224535ed20d933fea3; done means Pipeworks loads without the reported nil-value error.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
game-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.