malte0811
malte0811
Um, I can't really reproduce this. What version of IE are you using? (I am using latest master, BluSunrize/ImmersiveEngineering@ab82aef869ad30551ae0e9ba1056e4bae42022ed) I have a system consisting of a controller, a drive and...
How are you measuring memory usage here? Are you looking at the task manager/htop/etc or at the memory usage on the F3 screen? The first one is virtually impossible to...
Does `C:\Users\censor\AppData\Roaming\PolyMC\instances\1.19 Fabric\.minecraft\config` exist, and if it does, is it a file or a folder?
Hm, interesting. That call is not supposed to fail for existing folders AFAIK, but I can wrap it in a check anyway.
Why do you think this is related to FerriteCore? The crash points to Rubidium if anything.
Does this also happen without FerriteCore? From the stacktrace along it doens't look like an FC issue to me.
Can you upload `config/ferritecore-mixin.toml` here? It looks like that file is somehow partially there, I can add code to handle that but I'd like to see the broken file first....
What other mods are you using? I'm unable to reproduce this with just FerriteCore, and I don't see how it could cause this directly either.
Did you test this PR at all? It doesn't even compile (it looks like it should work apart from that though).
That's interesting, because it doesn't and shouldn't compile. You use `RS_CHANNE` (missing an `L`) as the constant for the NBT key for the color, which doesn't exist.