Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing when using Building Gadgets #1138

Closed
Endlessgem opened this issue Apr 22, 2019 · 25 comments
Closed

Crashing when using Building Gadgets #1138

Endlessgem opened this issue Apr 22, 2019 · 25 comments
Labels
Mod Issue Status: Help Wanted Extra attention is needed

Comments

@Endlessgem
Copy link

Modpack version
1.62

Can the issue be reproduced?
Yes

Logs
https://github.com/Endlessgem/Crashreports/blob/master/crash-2019-04-22_14.35.54-client.txt

Issue
I can't use Builder's Wands and Building Gadgets or the game will crash.
Not sure if it's Thermal Expansion's Satchel problem.

@NielsPilgaard
Copy link
Collaborator

Do you have a Resonant Satchel from Thermal Expansion on you?

@NielsPilgaard NielsPilgaard added the Status: Awaiting Information Waiting for additional information label Apr 22, 2019
@Frikkle
Copy link

Frikkle commented Apr 22, 2019

I've been using the Building Gadget, Exchanging Gadget and Destruction Gadgets for a few weeks without any issues. Running 1.62 stock without changes.

@Endlessgem
Copy link
Author

Do you have a Resonant Satchel from Thermal Expansion on you?

Yes, I can use Building Gadget as usual after I delete my Resonant Satchel.

@no-response no-response bot removed the Status: Awaiting Information Waiting for additional information label Apr 22, 2019
@NielsPilgaard NielsPilgaard added Status: Reported This mod issue has been reported to the mod's issue tracker or is already a known issue there Mod Issue labels Apr 22, 2019
@NielsPilgaard
Copy link
Collaborator

Thanks, I'll ask the Building Gadget folk to have another look at it.

@NielsPilgaard
Copy link
Collaborator

It doesn't happen outside of E2E, so it's on us, and I haven't got any idea what could be modifying the Satchel unfortunately.

@NielsPilgaard NielsPilgaard added Bug A modpack specific bug and removed Status: Reported This mod issue has been reported to the mod's issue tracker or is already a known issue there Mod Issue labels Apr 22, 2019
@MaxNeedsSnacks
Copy link
Collaborator

I'm also using a Resonant Satchel (with Holding IV) and I'm not getting any issues with Building Gadgets? Does it crash for you with ANY satchel, even newly spawned in ones?

@MaxNeedsSnacks MaxNeedsSnacks added the Status: Awaiting Information Waiting for additional information label Apr 23, 2019
@NielsPilgaard
Copy link
Collaborator

Could you try with a new Satchel that isn't enchanted Max?

@MaxNeedsSnacks
Copy link
Collaborator

MaxNeedsSnacks commented Apr 23, 2019

Can't reproduce it, sorry :/

I'm gonna try some other edge cases later, maybe I'll actually be able to reproduce it at some point

@NielsPilgaard NielsPilgaard removed the Status: Awaiting Information Waiting for additional information label Apr 23, 2019
@NielsPilgaard
Copy link
Collaborator

Huh, that's strange. I was able to reproduce it with only one attempt - Guess I need to check again :P

@MaxNeedsSnacks
Copy link
Collaborator

Is there more to it than just having a Building Gadget and a satchel in your inv? I can tell you that it definitely didn't recognise the TE satchel as a valid "container"

@Endlessgem
Copy link
Author

Is there more to it than just having a Building Gadget and a satchel in your inv? I can tell you that it definitely didn't recognise the TE satchel as a valid "container"

No, just Building Gadgets and a satchel.

@Endlessgem
Copy link
Author

Is there more to it than just having a Building Gadget and a satchel in your inv? I can tell you that it definitely didn't recognise the TE satchel as a valid "container"

Are you sure you're in survival mode? It's won't happen in creative mode.

@MaxNeedsSnacks
Copy link
Collaborator

Yup, definitely was in survival mode

@Kiefy
Copy link

Kiefy commented Apr 26, 2019

I am experiencing the same crash. I don't have a Building Gadget but I do have a dank/null/.

Soon after I crafted the Resonant Satchel (Enchanted with Holding IV and XP Boost III) and opened a chest, my client crashed. same (ArrayIndexOutOfBoundsException: 45) as mentioned in OP.
I suspected it was the satchel, so I placed it in a chest and left it there till today, when I decided to confirm it really was the satchel, so went back to the chest and again. same crash. I am playing on a server.

@MaxNeedsSnacks
Copy link
Collaborator

Huh... interesting. Which mod errored in your case, though?

@Kiefy
Copy link

Kiefy commented Apr 26, 2019

@MaxNeedsSnacks
Copy link
Collaborator

Now that's interesting. You said you don't even have a Building Gadget?

@Kiefy
Copy link

Kiefy commented Apr 26, 2019

Well, I do, in another backpack, but not in my main inv at time of crash.

@MaxNeedsSnacks
Copy link
Collaborator

So it wasn't in a Satchel or anything that happened to be in your inv either?

@MaxNeedsSnacks MaxNeedsSnacks added Priority: High Status: Reported This mod issue has been reported to the mod's issue tracker or is already a known issue there Mod Issue labels Apr 26, 2019
@Kiefy
Copy link

Kiefy commented Apr 26, 2019

Oh actually. they are in the Cyclic Extended inv.

Cyclic Inv

@MaxNeedsSnacks
Copy link
Collaborator

MaxNeedsSnacks commented Apr 26, 2019

Huh... I think I'm gonna leave it to the Building Gadgets team here since I feel like I wouldn't contribute much to the discussion right now, but that's... interesting

@MaxNeedsSnacks MaxNeedsSnacks added Status: Unresolved This issue could not be fixed and will not be worked on further. and removed Status: Reported This mod issue has been reported to the mod's issue tracker or is already a known issue there labels Apr 28, 2019
@MaxNeedsSnacks
Copy link
Collaborator

MaxNeedsSnacks commented Apr 28, 2019

The issue has unfortunately been marked as "unresolved" on the Building Gadgets issue tracker, but we could still just try and see whether the latest version at least fixes OP's issue

@NielsPilgaard
Copy link
Collaborator

TL;DR for anyone being referred here:
Various mechanics that look in satchels, bags and extended inventories are treating Thermal Expansion satchels as if they have IItemHandlers registered, even though they do not.

This means that an unknown mod in Enigmatica 2: Expert is most likely assigning an IItemHandler to Thermal Expansion Satchels.

@NielsPilgaard NielsPilgaard added Status: Help Wanted Extra attention is needed and removed Status: Unresolved This issue could not be fixed and will not be worked on further. labels Apr 28, 2019
@MaxNeedsSnacks
Copy link
Collaborator

Common Capabilities does something with Thermal satchels, that may be worth looking into

@NielsPilgaard
Copy link
Collaborator

Great find!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mod Issue Status: Help Wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants