mojira.dev
MC-236317

ada.a() fails to invoke when loading resources.zip in worlds

The a() method in the class ada fails to invoke when loading resources.zip in world save files.

Comments 3

And that means? What does this cause?

This is likely a NullPointerException in ClientBuiltinResourcePackProvider#loadServerPack (yarn name) that happens when AbstractFileResourcePack#parseMetadata returns null and loadServerPack tries to call PackResourceMetadata#getDescription (ada.a in 1.17.1 proguard).

parseMetadata can return null when pack.mcmeta is invalid, but it does not throw, which causes it to think the parsing was successful.

Please attach the full crash report and resource pack used

Dominicentek

(Unassigned)

Unconfirmed

(Unassigned)

1.17.1

Retrieved