mcenderdragon
mcenderdragon
Also had this crash, happened with forge 37.1.0 ``` [13:51:38] [main/WARN]: Error loading class: net/minecraft/client/renderer/item/ItemProperties$static$1 (java.lang.ClassNotFoundException: net.minecraft.client.renderer.item.ItemProperties$static$1) [13:51:38] [main/WARN]: @Mixin target net.minecraft.client.renderer.item.ItemProperties$static$1 was not found infernal-expansion.mixins.json:client.MixinItemProperties [13:51:40] [pool-3-thread-1/FATAL]: Mixin apply...
After way too much debugging I found the solution for this! Update Tensorflow. Replacing the docker image did fix it for me https://github.com/openai/gpt-2/blob/master/Dockerfile.cpu#L1. So just use `FROM tensorflow/tensorflow:1.15.0-py3` instaed and...
Please provide game logs, it sounds like a entity-UUID problem.
If I am right due to the cloning the exact same NPC (same UUID and stuff) exists in the world at the same time, this is not allowed by vanilla...
iterestign workaround i noticed: notepad++ will notify you the file has chnaged on disk and if you ignore that and save again it suddenly works.
um any news on this ?
> The game uses thread-unsafe structures literally everywhere it is possible to. Making the game compatible with multithreading on a level aligned with Forge's compatibility goals would involve fully rewriting...
> The issue is that nothing can be executed in parallel without causing issues. Even with read-only access, things can change in the world while parallel things are happening, causing...
> I suppose as long as the parallel tickers do not modify the world's state and the main thread waits until they have all ticked before continuing then there shouldn't...
At best both, since right now the crafting grid of RS can not craft these items. I dont know if its possible to provide a crafting player for all cases...