Resource Backpack's

Resource Backpack's

74.3k Downloads

Crash with reference to "model missing for item Backpack"

Devilaux opened this issue · 13 comments

commented

Mod loader

NeoForge

Mod version

1.0.0

Minecraft version

1.21.4

Issue description

During many crashes, it complains about "missing model for item: Backpack" and mentioning this mod. I have not tested it without many mods, just wanted to hear your opinion. Sorry if this is in the wrong place.

If Bug

  • I have confirmed this bug is reproducible on a minimal setup, not a modpack with many other mods.

Provide the latest.log file

https://pastebin.com/Jq1rNFcN

commented

Let me know if there's anything else I can do. <3

Edit: The above file is in "Curseforge" - format.

commented

For now it would be best to remove my mods, I will update you when I find the reason for that issue.

commented

For now it would be best to remove my mods, I will update you when I find the reason for that issue.

Thank you for the reply! <3

I've tried to revert to the earlier versions (Resource Backpacks -> 1.0.0 , Resource Config API -> 1.21.4-3.4.3) and it works now for some reason.... I have no idea why...

I will let you know if there's any other development and will also check in here to see if you've made any discoveries.

commented

As far as i can see now is that something is wrong with the initilization order in your Modpack:
https://mclo.gs/2e3T9Us#L740

When Resource Backpacks tries to regsiter the configs over ResourceConfigsAPI it says the needed emthod isn't there.
And that seems to be the issue, because Resource Backpacks isn't initizalized properly and has a broken Mod state.

commented

Image

Image

Ok got it running the issue was that Resource Backpacks get initilized at the same time as Resource Config API, this can trigger issues when there are a bunch of mods, i will publish a fix in a few minutes.

Ignore the 3.5.1 version of Resource Config API that was only for testing

commented

Version 1.0.3 is uploaded and should be available on curseforge in the next 10 Minutes

commented

Version 1.0.3 is uploaded and should be available on curseforge in the next 10 Minutes

Thank you so much for the help. ❤️

I will open a new issue if any arises.

Love your mod!

Thanks again. Will download latest when it's ready.

commented

No Problem i'm 'happy' about every reported issue to improve the mod :)

commented

The latest version is 1.0.2. Please try to update the following mods:
Resource Backapcks -> 1.0.2
Resource Config API -> 1.21.4-3.5.0

This shouldn't be an issue but currently i'm unable to reproduce it when only Resource Backpacks is installed. Can you also post the ModPack you are playing, at best witrh the Curseforge or Modrinth link

If the crash still happens please post the next latest.log file.

commented

The latest version is 1.0.2. Please try to update the following mods: Resource Backapcks -> 1.0.2 Resource Config API -> 1.21.4-3.5.0

This shouldn't be an issue but currently i'm unable to reproduce it when only Resource Backpacks is installed. Can you also post the ModPack you are playing, at best witrh the Curseforge or Modrinth link

If the crash still happens please post the next latest.log file.

Thank you for the quick reply and help. <3

Updated the once you suggested and this is the latest crash report:

https://pastebin.com/qV3HSp2t

As for modpack, it's my own under develpoment, so sadly cant give a link as of yet. I can export it and make it available for you though, just let me know.

commented

would be nice if you can export it

commented

Sorry, forgot to mention that removing the mod and all it's dependencies fixes the issue. Pack runs fine then.