Random Things

Random Things

44M Downloads

Crash w/ Extra Utils 2

WenXin20 opened this issue ยท 11 comments

commented

Forge 1.10.2-2092
Random Things 3.7.6
Extra Utils 1.1.0a
Crash on load w/ the newest Extra Utils version
Crash Log

commented

Yeah, that's what happened to me, after I downgraded extra Utils back to 1.0.1, random things worked fine.

commented

I just tried just these two mods by themselves and it worked fine, it looks like the could be a third mod involved.

commented

How do you know it's Extra Utilities & Random Things? Can you reproduce this with only those 2 mod installed?

commented

I was actually just about to open a report for this. Random Things works fine with earlier versions of ExtraUtilities, but things go splat when I try and update extra utilities

commented

Looks like this is ExU and Optifine, more than exu and randomthings

commented

I think it might be load order dependent so whether it crashes with a certain set of mods is kinda random. It would be interesting if you could reproduce it only with or without optifine installed.

commented

Ok so it does actually appear to happen with Optifine & Extra Utilities installed.

commented

Found the problem, it only happens with mods which use delayed sprite registration.
Updated preview OptiFine C4 with a bugfix.

commented

Neat :), just tried it and it seems to work fine now. Closing this.

commented

How did you come upon the solution, @sp614x ?

commented

One Forge hook was missing from TextureMap.
It can be used by mods to organize delayed atlas sprite registration, which is rarely used.