Avali-Triage-Team / Avali

Avali mod with community additions. See Trello for an easier way to see what we're working on:
https://trello.com/b/gXXkQ3Lw/avali-starbound
63 stars 44 forks source link

(ItemException) No such item 'biohalohead' #477

Closed DV-Prof-Program closed 6 months ago

DV-Prof-Program commented 6 months ago

When I try to access the clothing tab of the nanoloom, the game immediately crashes with the final error message reading: [Error] Application: exception thrown, shutting down: (ItemException) No such item 'biohalohead'.

When I looked back at the rest of the log, I found this related error as well: [Error] Could not instantiate item '[biohalohead, 1, {}]'. (ItemException) No such item 'biohalohead'

Fevix commented 6 months ago

We do not add the item biohalohead, nor do we have a recipe for this item. (A mod adding the recipe but not the item would be the cause for this)

On Tue, Feb 20, 2024, 4:20 PM DV-Prof-Program @.***> wrote:

When I try to access the clothing tab of the nanoloom, the game immediately crashes with the final error message reading: [Error] Application: exception thrown, shutting down: (ItemException) No such item 'biohalohead'.

When I looked back at the rest of the log, I found this related error as well: [Error] Could not instantiate item '[biohalohead, 1, {}]'. (ItemException) No such item 'biohalohead'

— Reply to this email directly, view it on GitHub https://github.com/Avali-Triage-Team/Avali/issues/477, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMUSFH6NDZI5T5J7ZW6KF3YUUHTRAVCNFSM6AAAAABDR4GBRSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE2DKMZQGM2TAOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Fevix commented 6 months ago

'biohalohead' is not an item or recipe added by this mod. (A mod that adds the recipe, but not the item (or if the item errors and doesn't load) would be the cause of this crash)

DV-Prof-Program commented 6 months ago

Alright, I initially thought it was this mod since it showed up in the nanoloom, but you have helped me narrow down what it could be, thanks.