dexman545 / Iguana-in-a-Blanket

5 stars 1 forks source link

Crash 1.15.2 #4

Open PanoptesDreams opened 4 years ago

PanoptesDreams commented 4 years ago

Hard crash before launch.

Crash report: https://pastebin.com/REqEjGN0

Log: https://pastebin.com/CdugCS2B

Desempregago commented 4 years ago

Also happens in the 1.16 version (1.0.1, both snapshots)

Crash Report

dexman545 commented 4 years ago

Is this a particular modpack you're using?

PanoptesDreams commented 4 years ago

It is a modpack I've been working on.

dexman545 commented 4 years ago

Does it happen with just iguana active? I believe there is some mod conflict going on as I am unable to reproduce this.

PanoptesDreams commented 4 years ago

Iguana (edit: or the conflicting mod) is causing the crash, it's definitely a conflict. The other mods I'm using are in the crash report

Desempregago commented 4 years ago

in my case it doesn't seem to be a conflict, because I don't have any mods that edit the inventory apart from sorting

dexman545 commented 4 years ago

I am unable to reproduce this. If you could try with just iguana installed, or narrow down the potential conflict list that would be great

PanoptesDreams commented 4 years ago

Yeah I've been working on it but I'm at uni so not much time, I'll let you know if I crack it Edit: I have a lot of mods...

Desempregago commented 4 years ago

I am unable to reproduce this. If you could try with just iguana installed, or narrow down the potential conflict list that would be great

Found it, it was Not Enough Crashes that was causing the crash image

Desempregago commented 4 years ago

OP, if your pack has it, you'll need to remove

PanoptesDreams commented 4 years ago

I don't use not enough crashes, it coincidentally does its namesake. It crashes the game too much so I haven't used it in a long time.

PanoptesDreams commented 4 years ago

@Fogrits you need to make your own issue that way it's tracked separately We're not even on the same version

PanoptesDreams commented 4 years ago

@dexman545 I have made some progress and whittled it down to a shortlist, I'll let you know when I find the offending mod(s)

dexman545 commented 4 years ago

I was able to reproduce the crash on 1.15.2 with NEC.

PanoptesDreams commented 4 years ago

I was able to reproduce the crash on 1.15.2 with NEC.

NEC is not the offending mod, that is a seperate issue to that one, can someone make a separate issue

dexman545 commented 4 years ago

@PanoptesDreams try disabling bunch o' trinkets, another user reported that as the cause.

PanoptesDreams commented 4 years ago

@PanoptesDreams try disabling bunch o' trinkets, another user reported that as the cause.

Bunch o trinkets is on my short list of potential mods causing the issue

PanoptesDreams commented 4 years ago

Can confirm it is bunch o trinkets. Sorry its taken so long

dexman545 commented 4 years ago

Alight. To provide a bit of perspective on what's going on: Iguana uses a library called Item Inventory to look inside shulker boxes and other modded items that have inventories. Bunch o' Trinkets also uses this library for the same reason (this isn't a problem since Fabric Loader is meant to handle multiple of the same dependency). For some reason, the code it is looking for cannot be found, so it crashes (well, another library crashes). (Not Enough Crashes is some strangeness that is also causing this). I have let the author of Item Inventory know about this, but for the time being a fix being found is up in the air as neither of us has any idea why it's happening.

PanoptesDreams commented 4 years ago

Awesome, thanks for the update. I love knowing whats going on, on the inside. Also helps when tracking other conflicts

dexman545 commented 4 years ago

This will fix the compatibility issues. It's an ugly, manual fix so it won't be going on curse till I have something more permanent. Rename the file from .zip to .jar and use this. iguana-blanket-1.0.2.zip

PanoptesDreams commented 4 years ago

Hey hey, it works!