raiguard / RecipeBook

Recipe Book for Factorio.
MIT License
20 stars 9 forks source link

Newest (2.5.0) update has caused a non-recoverable error. #43

Closed FormBurden closed 3 years ago

FormBurden commented 3 years ago

Every time I try to log into my save, my save game fails to load.

To Reproduce

Steps to reproduce the behavior:

  1. Just logging into my save after I updated to most recent 2.5.0.

Here is the error from within the game:


Error while running event RecipeBook::on_configuration_changed
__RecipeBook__/scripts/processors/item.lua:36: attempt to get length of field 'placeable_by' (a nil value)
stack traceback:
    __RecipeBook__/scripts/processors/item.lua:36: in function 'item_proc'
    __RecipeBook__/scripts/global-data.lua:38: in function 'build_recipe_book'
    __RecipeBook__/control.lua:62: in function <__RecipeBook__/control.lua:57>

factorio-current.log I Think I Get This 2.zip

Hope this helps to get this solved.

raiguard commented 3 years ago

Dafuq. One of your mods adds items to place characters!? That's weird.

Anyway, fixed for the next version.

FormBurden commented 3 years ago

Oh yeah, I think that's Bob's Character classes.

FormBurden commented 3 years ago

Awesome, just saw your update and everything works fine. Appreciate the fast work.