mt-mods / pipeworks

Pipeworks is a mod for Minetest allowing the crafting and usage of pipes and tubes
Other
14 stars 19 forks source link

[bug] attempt to call field 'zero' (a nil value) #100

Closed dennisjenkins75 closed 9 months ago

dennisjenkins75 commented 9 months ago

Observed on EdenLost, running multicraft-2.0.0, with pipeworks 5b0dceb44a26b88ee99a005591e0dd9479f9406d. Reverting to 7c74d0bdf3259276721f594432912072f4a53bf8 seems to fix the issue.

ModError: Failed to load and run script from /home/1hit/worlds/world/worldmods/pipeworks/init.lua:
/home/1hit/worlds/world/worldmods/pipeworks/common.lua:263: attempt to call field 'zero' (a nil value)
stack traceback:
        /home/1hit/worlds/world/worldmods/pipeworks/common.lua:263: in main chunk
        [C]: in function 'dofile'
        /home/1hit/worlds/world/worldmods/pipeworks/init.lua:146: in main chunk
S-S-X commented 9 months ago

related side note: mod.conf min_minetest_version is wrong.

BuckarooBanzay commented 9 months ago

related side note: mod.conf min_minetest_version is wrong.

vector.zero() was introduced in 5.5.0, right? :thinking:

dennisjenkins75 commented 9 months ago

Side side note: I plan on migrating EdenLost from Multicrap-2.0.0 to real Minetest-5.8.0 in a few days. This is the 5th? 8th? (I've lost track) of recent crashes due to mods updating to track minetest head and multicrap being left behind.