Refined Storage

Refined Storage

77M Downloads

Crash on World tick in deobf environment

Holladiewal opened this issue ยท 2 comments

commented

Issue description: When loading up a fresh superflat world in another mod development environment, the game crashes on the first worldTick with a NoSuchFieldError. This does not happen when starting it from its own dedicated git folder

What happens: Game crashes on World tick

What you expected to happen: The world loading fine

Steps to reproduce:

  1. Start Minecraft with deobf version loaded
  2. Load a world
  3. ...
  4. Crash!

Version (make sure you are on the latest version before reporting):

  • Minecraft: 1.11.2
  • Forge: 13.20.0.2294
  • Refined Storage: commit 81ee289 self-compiled deobf

Does this issue occur on a server? [yes/no]
yes

If a (crash)log is relevant for this issue, link it here:

[pastebin/gist/etc link here]
https://gist.github.com/beepbeat/8bec47f1faf290f98f11c4ebd176e621

If this has to do with my code/setup, most of it is at https://github.com/beepbeat/RefinedBotania

//Edit: After overriding the point of failure, I encountered another NoSuchFieldError in the GUI classes therefore its possibly a problem with the obfuscation when running the deobfuscated version outside of its gradle environment (or other stuff)

commented

No, your mappings are probably mismatching with the mappings that RS is using.

commented

You are right, didnt think of that, because I never ever had problems with that
Thank you so much for your help