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.
No clue what might be with this error.
Moderator: bobingabout
-
- Burner Inserter
- Posts: 6
- Joined: Tue May 22, 2018 2:16 pm
- Contact:
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: No clue what might be with this error.
Line 710 is this
to note, line 708 is this
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.
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"
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"
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.