Page 1 of 1

No clue what might be with this error.

Posted: Sun Jul 15, 2018 5:42 pm
by Bloody_Mikey
I have no clue with this error what mig cause it?


7.838 Error ModManager.cpp:1024: Failed to load mod "boblogistics": __boblogistics__/data.lua:35: __boblogistics__/prototypes/entity/inserter.lua:710: attempt to index field 'hr_version' (a nil value)
7.842 Loading mod core 0.0.0 (data.lua)
7.934 Checksum for core: 2304860305
7.990 Error ModManager.cpp:1024: Error in assignID, recipe-category with name 'crafting' does not exist.

Re: No clue what might be with this error.

Posted: Mon Jul 16, 2018 9:04 am
by bobingabout
Line 710 is this

Code: Select all

data.raw.inserter["filter-inserter"].hand_open_picture.hr_version.filename = "__base__/graphics/entity/fast-inserter/hr-fast-inserter-hand-open.png"
to note, line 708 is this

Code: Select all

data.raw.inserter["filter-inserter"].hand_closed_picture.hr_version.filename = "__base__/graphics/entity/fast-inserter/hr-fast-inserter-hand-closed.png"
So I have no idea why it would fail for the hand open picture, but not hand closed.

what other mods do you have installed, and do any of them play around with inserter graphics? because the error sounds like a mod has removed the hr_version tag from the filter inserter's hand open picture.

Also it says "Error in assignID, recipe-category with name 'crafting' does not exist.", which makes no sense, that can't not exist.