When moving a train in auto mode with a Bob's MK2/MK3 tier cargo/fluid wagon, the game would crash with the following error:
Unknown entity name: bob-cargo-wagon
The mod itself is to blame: the overload trimming scheme considers any -N suffix as its suffix. Bob's wagons have their tier included in their name (bob-cargo-wagon-2), so the mod would trim it to a non-existent bob-cargo-wagon and crash on create_entity.
We made fix there: https://github.com/FactorioParanoidal/ParanoidalModpack/pull/329/changes#diff-35500e405eee6537a0a4a795b0e00d931bb2a947401ecdd54442258346967f9e
Would be nice if you can incorporate this to your fork.