You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm rendering id:buildcraftsilicon:plug_facade NBT:{facade:{isHollow:0b,states:[{state:{Properties:{life:"0"},Name:"dynamictreestconstruct:rootyslimydirt"}}]}}, client crashes.
The game is running in a dedicated server.
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 2021-05-22 20:18:22 CEST
Description: Rendering item
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.NullPointerException
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2217)
at com.google.common.cache.LocalCache.get(LocalCache.java:4154)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4158)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:5147)
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:5153)
at buildcraft.silicon.client.model.plug.ModelFacadeItem$FacadeOverride.handleItemState(ModelFacadeItem.java:113)
at net.minecraft.client.renderer.RenderItem.getItemModelWithOverrides(RenderItem.java:408)
at net.minecraft.client.renderer.RenderItem.renderItemAndEffectIntoGUI(RenderItem.java:559)
at net.minecraft.client.gui.inventory.GuiContainer.drawSlot(GuiContainer.java:265)
at net.minecraft.client.gui.inventory.GuiContainer.drawScreen(GuiContainer.java:98)
at net.minecraft.client.renderer.InventoryEffectRenderer.drawScreen(InventoryEffectRenderer.java:51)
at net.minecraft.client.gui.inventory.GuiContainerCreative.drawScreen(GuiContainerCreative.java:643)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396)
at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.optifine.reflect.Reflector.callVoid(Reflector.java:669)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1462)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1119)
at net.minecraft.client.Minecraft.run(Minecraft.java:3942)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at maxhyper.dynamictreestconstruct.event.EventListenerTConstruct$1.getQuads(EventListenerTConstruct.java:53)
at buildcraft.silicon.client.model.plug.PlugBakerFacade.getTransformedQuads(PlugBakerFacade.java:90)
at buildcraft.silicon.client.model.plug.PlugBakerFacade.bakeForKey(PlugBakerFacade.java:214)
at buildcraft.silicon.client.model.plug.ModelFacadeItem.bakeForKey(ModelFacadeItem.java:54)
at buildcraft.silicon.client.model.plug.ModelFacadeItem.lambda$static$0(ModelFacadeItem.java:46)
at com.google.common.cache.CacheLoader$FunctionToCacheLoader.load(CacheLoader.java:146)
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211)
... 26 more
A detailed walkthrough of the error, its code path and all known details is as follows:
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
com.therandomlabs.randompatches.core.RPTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
Backpacked (backpacked-1.4.3-1.12.2.jar)
com.mrcrayfish.backpacked.asm.BackpackedTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
ru.fewizz.neid.asm.Transformer
McLib core mod (mclib-2.2.2-1.12.2.jar)
mchorse.mclib.core.McLibCMClassTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
BlurPlugin (Blur-1.0.4-14.jar)
com.tterrag.blur.BlurTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
lumien.resourceloader.asm.ClassTransformer
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
weaponlib (mw_2.0-0.4.4.6_mc1.12.2.jar)
com.vicmatskiv.weaponlib.core.WeaponlibClassTransformer
FutureMC (future-mc-1.12.2-0.2.6.1.jar)
thedarkcolour.futuremc.asm.CoreTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 466.27' Renderer: 'NVIDIA GeForce RTX 3070/PCIe/SSE2'
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
- ModuleMelter (Enabled/Not Forced)
- ModuleArmor (Enabled/Not Forced)
- ModuleSteelworks (Enabled/Not Forced)
- ChiselPlugin (Enabled/Not Forced)
- Oredict (Enabled/Forced)
Suspected Mods: BuildCraft Silicon (buildcraftsilicon), BuildCraft Factory (buildcraftfactory), BuildCraft (buildcraftcore), BuildCraft Compat (buildcraftcompat), BuildCraft Lib (buildcraftlib), BuildCraft Robotics (buildcraftrobotics), BuildCraft Energy (buildcraftenergy), BuildCraft Transport (buildcrafttransport), BuildCraft Builders (buildcraftbuilders), Dynamic Trees for Tinkers' Construct (dynamictreestconstruct)
Launched Version: forge-14.23.5.2855
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 3070/PCIe/SSE2 GL version 4.6.0 NVIDIA 466.27, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 12x AMD Ryzen 5 3600 6-Core Processor
Client Crashes Since Restart: 17
Integrated Server Crashes Since Restart: 0
The text was updated successfully, but these errors were encountered:
When I'm rendering id:buildcraftsilicon:plug_facade NBT:{facade:{isHollow:0b,states:[{state:{Properties:{life:"0"},Name:"dynamictreestconstruct:rootyslimydirt"}}]}}, client crashes.
The game is running in a dedicated server.
The text was updated successfully, but these errors were encountered: