Missing lootpanel errorSolved

I updated backpacks just now to 3.6.3 and I'm getting the error that someone else mentioned:

Couldn't find prefab "assets/bundled/prefabs/ui/lootpanels/lootpanel.genericlarge.prefab"
Missing Loot Panel: assets/bundled/prefabs/ui/lootpanels/lootpanel.genericlarge.prefab

Items affected:

- wood storage box
- large wood box
- stashes
- vending machines
- composter
- stone fireplace
- fridge
- super stocking
- flame turret
- shotgun trap
- SAM site
- coffin
- hitch & trough
- small generator

I had to disable StoragesUpgrade.cs and restart the server but now all those affected items only show their default size.

Backpacks plugin was the only plugin I updated....

Any ideas on how or why it would interfere with the StoragesUpgrade.cs?

Please and thank you for any help and suggestions.

The StorageUpgrade.cs plugin only affects instances of the StorageContainer class. Backpacks does not currently use them (only uses ItemContainer objects) so there should be no interference bewteen the two plugins.

You can fix StorageUpgrade.cs by replacing "genericlarge" with "generic_resizable" in the code. I submitted a patch for that about an hour ago but it has not yet been accepted. This is necessary because of the Rust update today. The Backpacks v3.6.2 update included the same fix but for the backpack containers.

Ah, ok.

Thank you!

Merged post

Thanks again, adjusted that line and reloaded everything and it's all working again.

I appreciate helping me on this.

I'm a new (noob) admin :D

Locked automatically