comp500

Results 280 comments of comp500

I can't seem to replicate this crash with EMI 0.5.3+1.19.2 and MI 1.6.2-beta, what versions of EMI and Modern Industrialisation are you using?

See also: https://github.com/shedaniel/RoughlyEnoughItems/issues/1350 https://github.com/PepperCode1/Continuity/issues/218 From the crash reports in the 3 issues, I found the following mods in common: [common.txt](https://github.com/comp500/Indium/files/10725311/common.txt) My suspicion is ImmediatelyFast or Satin since those are likely...

Hmm, from that crash report I noticed that owo lib has a mixin (`io.wispforest.owo.mixin.ui.BufferBuilderMixin (owo.mixins.json)`) that looks like it could cause this behaviour, and this is a mod included in...

I'm going to guess this is an issue between ImmediatelyFast and owo lib though, not with Indium.

I haven't seen any consistent way of reproducing the issue - haven't managed to reproduce it at all personally. I think a good starting point would be UIs with items...

Closing: old issue with insufficient information to diagnose

Hmm, this is a bit confusing UX wise as even in the TOML files it's not really clear that the acceptable versions list works in addition to the pack's own...

Closing: likely to be an issue with another mod?

Make sure that your .pw.toml file is using the right encoding. If you use anything other than UTF-8, you're likely to run into issues!

> I wasn't sure what role Viper would play here, so I implemented the setting as a plain OS environment variable (i.e. via export GH_API_TOKEN=...). What did you have in...