Open IcarussOne opened 3 months ago
Hard to tell exactly what is happening here, but my best guess is that there is a race condition in the handling of the sourceFX
map. It looks like Thaumcraft has multiple places where it checks if the map contains a given essentia source, but then in a separate operation gets it from the map. It's possible for it to pass the initial check for its presence in the map but then have it quickly get removed before it can actually retrieve the essentia source, which will cause problems.