Code Monkey home page Code Monkey logo

Comments (13)

ITCMD avatar ITCMD commented on August 15, 2024 1

This issue still persists on latest version of flywheel:

[11:22:30] [Sound engine/WARN] [minecraft/SoundSystem]: Maximum sound pool size 247 reached
[11:22:30] [Render thread/WARN] [minecraft/SoundEngine]: Failed to create new sound handle
[11:22:30] [Sound engine/WARN] [minecraft/SoundSystem]: Maximum sound pool size 247 reached
[11:22:30] [Render thread/WARN] [minecraft/SoundEngine]: Failed to create new sound handle
[11:22:30] [Sound engine/WARN] [minecraft/SoundSystem]: Maximum sound pool size 247 reached
[11:22:30] [Render thread/WARN] [minecraft/SoundEngine]: Failed to create new sound handle
[11:22:30] [Sound engine/WARN] [minecraft/SoundSystem]: Maximum sound pool size 247 reached
[11:22:30] [Render thread/WARN] [minecraft/SoundEngine]: Failed to create new sound handle
[11:22:30] [Sound engine/WARN] [minecraft/SoundSystem]: Maximum sound pool size 247 reached
[11:22:30] [Render thread/WARN] [minecraft/SoundEngine]: Failed to create new sound handle
[11:22:30] [Sound engine/WARN] [minecraft/SoundSystem]: Maximum sound pool size 247 reached
[11:22:30] [Render thread/WARN] [minecraft/SoundEngine]: Failed to create new sound handle
[11:22:30] [Sound engine/WARN] [minecraft/SoundSystem]: Maximum sound pool size 247 reached
[11:22:30] [Render thread/WARN] [minecraft/SoundEngine]: Failed to create new sound handle
[11:28:28] [Render thread/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: null
	Index: 7
	Listeners:
		0: NORMAL
		1: ASM: class pro.mikey.xray.xray.Events tickEnd(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		2: ASM: net.minecraftforge.common.ForgeInternalHandler@4f5b5369 checkSettings(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		3: ASM: class com.tiviacz.travelersbackpack.handlers.ClientEventHandler clientTickEvent(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		4: ASM: class com.tmtravlr.soundfilters.SoundEventHandler onTick(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		5: ASM: class com.jozufozu.flywheel.backend.instancing.InstancedRenderDispatcher tick(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		6: ASM: class hunternif.mc.impl.atlas.forge.ForgeEvent clientTick(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		7: ASM: class com.simibubi.create.events.ClientEvents onTick(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		8: ASM: class com.simibubi.create.content.curiosities.symmetry.SymmetryHandler onClientTick(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		9: ASM: team.creative.ambientsounds.AmbientTickHandler@72d8b47b onTick(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		10: ASM: top.theillusivec4.curios.client.ClientEventHandler@106f2118 onKeyInput(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		11: ASM: zsawyer.mods.mumblelink.UpdateTicker@34abf2b9 tickEnd(Lnet/minecraftforge/event/TickEvent$ClientTickEvent;)V
		12: net.minecraftforge.eventbus.EventBus$$Lambda$2989/1552767213@3e9ebfc7
		13: ASM: class pro.mikey.xray.keybinding.KeyBindings eventInput(Lnet/minecraftforge/event/TickEvent;)V
java.lang.NullPointerException
	at com.jozufozu.flywheel.light.LightVolume.writeLight(LightVolume.java:307)
	at com.jozufozu.flywheel.light.LightVolume.lambda$copyLight$3(LightVolume.java:251)
	at com.jozufozu.flywheel.light.GridAlignedBB.forEachContained(GridAlignedBB.java:266)
	at com.jozufozu.flywheel.light.LightVolume.copyLight(LightVolume.java:245)
	at com.jozufozu.flywheel.light.LightVolume.move(LightVolume.java:129)
	at com.simibubi.create.content.contraptions.components.structureMovement.NonStationaryLighter.tick(NonStationaryLighter.java:17)
	at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.tick(FlwContraptionManager.java:33)
	at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.tick(ContraptionRenderDispatcher.java:52)
	at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:144)
	at net.minecraftforge.eventbus.ASMEventHandler_184_ClientEvents_onTick_ClientTickEvent.invoke(.dynamic)
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
	at net.minecraftforge.fml.hooks.BasicEventHooks.onPostClientTick(BasicEventHooks.java:110)
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1542)
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607)
	at net.minecraft.client.main.Main.main(Main.java:184)
	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.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
	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 io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:52)
	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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

[11:28:28] [Render thread/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID a92b44b1-0618-4f65-bb10-07dfc9770f5a
[11:28:28] [Render thread/FATAL] [minecraft/Minecraft]: Unreported exception thrown!
java.lang.NullPointerException: null
	at com.jozufozu.flywheel.light.LightVolume.writeLight(LightVolume.java:307) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.LightVolume.lambda$copyLight$3(LightVolume.java:251) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.GridAlignedBB.forEachContained(GridAlignedBB.java:266) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.LightVolume.copyLight(LightVolume.java:245) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.LightVolume.move(LightVolume.java:129) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.simibubi.create.content.contraptions.components.structureMovement.NonStationaryLighter.tick(NonStationaryLighter.java:17) ~[create:mc1.16.5_v0.3.2c] {re:classloading}
	at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.tick(FlwContraptionManager.java:33) ~[create:mc1.16.5_v0.3.2c] {re:classloading}
	at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.tick(ContraptionRenderDispatcher.java:52) ~[create:mc1.16.5_v0.3.2c] {re:classloading,pl:runtimedistcleaner:A}
	at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:144) ~[create:mc1.16.5_v0.3.2c] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_184_ClientEvents_onTick_ClientTickEvent.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.fml.hooks.BasicEventHooks.onPostClientTick(BasicEventHooks.java:110) ~[forge:?] {re:classloading}
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1542) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:184) ~[minecraft-1.16.5-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.0-launcher.jar:36.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:52) [ForgeWrapper-1.5.1.jar:1.5.1] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}
[11:28:31] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: ---- Minecraft Crash Report ----
// This doesn't make any sense!

Time: 8/6/21 11:28 AM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
	at com.jozufozu.flywheel.light.LightVolume.writeLight(LightVolume.java:307) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.LightVolume.lambda$copyLight$3(LightVolume.java:251) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.GridAlignedBB.forEachContained(GridAlignedBB.java:266) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.LightVolume.copyLight(LightVolume.java:245) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.LightVolume.move(LightVolume.java:129) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.simibubi.create.content.contraptions.components.structureMovement.NonStationaryLighter.tick(NonStationaryLighter.java:17) ~[create:mc1.16.5_v0.3.2c] {re:classloading}
	at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.tick(FlwContraptionManager.java:33) ~[create:mc1.16.5_v0.3.2c] {re:classloading}
	at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.tick(ContraptionRenderDispatcher.java:52) ~[create:mc1.16.5_v0.3.2c] {re:classloading,pl:runtimedistcleaner:A}
	at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:144) ~[create:mc1.16.5_v0.3.2c] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_184_ClientEvents_onTick_ClientTickEvent.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.fml.hooks.BasicEventHooks.onPostClientTick(BasicEventHooks.java:110) ~[forge:?] {re:classloading}
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1542) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:953) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:184) ~[minecraft-1.16.5-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.0-launcher.jar:36.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:52) [ForgeWrapper-1.5.1.jar:1.5.1] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
	at com.jozufozu.flywheel.light.LightVolume.writeLight(LightVolume.java:307) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.LightVolume.lambda$copyLight$3(LightVolume.java:251) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.GridAlignedBB.forEachContained(GridAlignedBB.java:266) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.LightVolume.copyLight(LightVolume.java:245) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.jozufozu.flywheel.light.LightVolume.move(LightVolume.java:129) ~[flywheel:1.16-0.2.2] {re:classloading}
	at com.simibubi.create.content.contraptions.components.structureMovement.NonStationaryLighter.tick(NonStationaryLighter.java:17) ~[create:mc1.16.5_v0.3.2c] {re:classloading}
	at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.tick(FlwContraptionManager.java:33) ~[create:mc1.16.5_v0.3.2c] {re:classloading}
	at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.tick(ContraptionRenderDispatcher.java:52) ~[create:mc1.16.5_v0.3.2c] {re:classloading,pl:runtimedistcleaner:A}
	at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:144) ~[create:mc1.16.5_v0.3.2c] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_184_ClientEvents_onTick_ClientTickEvent.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.fml.hooks.BasicEventHooks.onPostClientTick(BasicEventHooks.java:110) ~[forge:?] {re:classloading}
-- Affected level --
Details:
	All players: 1 total; [ClientPlayerEntity['SystemInfo'/11224, l='ClientLevel', x=-3721.30, y=66.00, z=-4741.85]]
	Chunk stats: Client Chunk Cache: 1369, 1020
	Level dimension: minecraft:overworld
	Level spawn location: World: (-3973,43,-4829), Chunk: (at 11,2,3 in -249,-302; contains blocks -3984,0,-4832 to -3969,255,-4817), Region: (-8,-10; contains chunks -256,-320 to -225,-289, blocks -4096,0,-5120 to -3585,255,-4609)
	Level time: 198008735 game time, 2856133 day time
	Server brand: forge
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.client.world.ClientWorld.func_72914_a(ClientWorld.java:617) ~[?:?] {re:mixin,re:classloading,xf:OptiFine:default,pl:mixin:APP:create.mixins.json:BreakProgressMixin,pl:mixin:A}
	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2029) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:628) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.client.main.Main.main(Main.java:184) ~[minecraft-1.16.5-client.jar:?] {re:classloading,pl:runtimedistcleaner:A}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.0-launcher.jar:36.2] {}
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {}
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:52) [ForgeWrapper-1.5.1.jar:1.5.1] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_261] {}
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_261] {}
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] {}
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] {}
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] {}


-- System Details --
Details:
	Minecraft Version: 1.16.5
	Minecraft Version ID: 1.16.5
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_261, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 601083672 bytes (573 MB) / 2666004480 bytes (2542 MB) up to 14935916544 bytes (14244 MB)
	CPUs: 8
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2048m -Xmx16024m
	ModLauncher: 8.0.9+86+master.3cf110c
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/mixin-0.8.2.jar mixin PLUGINSERVICE 
		/eventbus-4.0.0.jar eventbus PLUGINSERVICE 
		/forge-1.16.5-36.2.0-launcher.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.16.5-36.2.0-launcher.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
		/forge-1.16.5-36.2.0-launcher.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.16.5-36.2.0-launcher.jar runtimedistcleaner PLUGINSERVICE 
		/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
		/OptiFine_1.16.4_HD_U_G7.jar OptiFine TRANSFORMATIONSERVICE 
		/forge-1.16.5-36.2.0-launcher.jar fml TRANSFORMATIONSERVICE 
	FML: 36.2
	Forge: net.minecraftforge:36.2.0
	FML Language Providers: 
		[email protected]
		minecraft@1
	Mod List: 
		forge-1.16.5-36.2.0-client.jar                    |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
		create-stuff-additions1.16.5_v1.0.6.jar           |Create Stuff Additions        |create_stuff_additions        |1.0.6               |DONE      |Manifest: NOSIGNATURE
		AmbientSounds_v3.1.9_mc1.16.5.jar                 |Ambient Sounds                |ambientsounds                 |3.0.3               |DONE      |Manifest: NOSIGNATURE
		supermartijn642configlib-1.0.8-mc1.16.jar         |SuperMartijn642's Config Lib  |supermartijn642configlib      |1.0.8               |DONE      |Manifest: NOSIGNATURE
		advanced-xray-forge-1.16.5-2.7.0.jar              |Advanced XRay                 |xray                          |2.7.0               |DONE      |Manifest: NOSIGNATURE
		CreativeCore_v2.2.0_mc1.16.5.jar                  |CreativeCore                  |creativecore                  |2.0.0               |DONE      |Manifest: NOSIGNATURE
		jei-1.16.5-7.7.1.117.jar                          |Just Enough Items             |jei                           |7.7.1.117           |DONE      |Manifest: NOSIGNATURE
		caelus-forge-1.16.5-2.1.3.1.jar                   |Caelus API                    |caelus                        |1.16.5-2.1.3.1      |DONE      |Manifest: NOSIGNATURE
		flywheel-1.16-0.2.2.jar                           |Flywheel                      |flywheel                      |1.16-0.2.2          |DONE      |Manifest: NOSIGNATURE
		curios-forge-1.16.5-4.0.5.2.jar                   |Curios API                    |curios                        |1.16.5-4.0.5.2      |DONE      |Manifest: NOSIGNATURE
		create-mc1.16.5_v0.3.2c.jar                       |Create                        |create                        |v0.3.2c for 1.16.5  |DONE      |Manifest: NOSIGNATURE
		[1.16.5]LagMeter-1.3.5.jar                        |LagMeter                      |lagmeter                      |1.3.5               |DONE      |Manifest: NOSIGNATURE
		goldenhopper-1.2.0-1.16.3.jar                     |Golden Hopper                 |goldenhopper                  |1.2.0               |DONE      |Manifest: NOSIGNATURE
		TerraForged-1.16.5-0.2.13.jar                     |TerraForged                   |terraforged                   |0.2.13              |DONE      |Manifest: 7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
		Simple+guns+reworked+1.16.5+v1.4.jar              |simple_guns_reworked          |simple_guns_reworked          |1.2.0               |DONE      |Manifest: NOSIGNATURE
		TravelersBackpack-1.16.5-5.4.3.jar                |Traveler's Backpack           |travelersbackpack             |5.4.3               |DONE      |Manifest: NOSIGNATURE
		cfm-7.0.0-pre22-mc1.16.3.jar                      |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre22         |DONE      |Manifest: NOSIGNATURE
		mumblelink-1.16.5-4.6.3.jar                       |MumbleLink for Forge          |mumblelink                    |4.6.3               |DONE      |Manifest: NOSIGNATURE
		curiouselytra-forge-1.16.5-4.0.2.3.jar            |Curious Elytra                |curiouselytra                 |1.16.5-4.0.2.3      |DONE      |Manifest: NOSIGNATURE
		cloth-config-4.11.26-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.11.26             |DONE      |Manifest: NOSIGNATURE
		The_Undergarden-1.16.5-0.5.4.jar                  |The Undergarden               |undergarden                   |0.5.4               |DONE      |Manifest: NOSIGNATURE
		chunkloaders-1.1.6-mc1.16.5.jar                   |Chunk Loaders                 |chunkloaders                  |1.1.6               |DONE      |Manifest: NOSIGNATURE
		forge-1.16.5-36.2.0-universal.jar                 |Forge                         |forge                         |36.2.0              |DONE      |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
		Disenchanting-forge-1.16.5-1.7.1.jar              |Disenchanting                 |disenchanting                 |1.6.0               |DONE      |Manifest: NOSIGNATURE
		SoundFilters-0.14_for_1.16.2.jar                  |Sound Filters                 |soundfilters                  |0.14_for_1.16.2     |DONE      |Manifest: NOSIGNATURE
		antiqueatlas-6.0.1-forge-mc1.16.5.jar             |Antique Atlas                 |antiqueatlas                  |6.0.1-forge-mc1.16.5|DONE      |Manifest: NOSIGNATURE
		createplus-1.16.4_v0.3.2.1.jar                    |Create Plus                   |createplus                    |1.16.4_v0.3.2.1     |DONE      |Manifest: NOSIGNATURE
	Crash Report UUID: a92b44b1-0618-4f65-bb10-07dfc9770f5a
	Launched Version: MultiMC5
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 471.11, NVIDIA Corporation
	GL Caps: Using framebuffer using OpenGL 3.0
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'forge'
	Type: Client (map_client.txt)
	Graphics mode: fancy
	Resource Packs: vanilla, mod_resources, file/AntiqueAtlasExtra-v1.2_converted.zip, file/FreshAnimations_v1.3.1_converted.zip
	Current Language: English (US)
	CPU: 8x Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz
	OptiFine Version: OptiFine_1.16.4_HD_U_G7
	OptiFine Build: 20210221-012854
	Render Distance Chunks: 7
	Mipmaps: 4
	Anisotropic Filtering: 1
	Antialiasing: 0
	Multitexture: false
	Shaders: null
	OpenGlVersion: 4.6.0 NVIDIA 471.11
	OpenGlRenderer: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2
	OpenGlVendor: NVIDIA Corporation
	CpuCount: 8
[11:28:31] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: #@!@# Game crashed! Crash report saved to: #@!@# D:\MultiMC\instances\Friends N Such\.minecraft\crash-reports\crash-2021-08-06_11.28.31-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
Process exited with code -1.

from flywheel.

RuneVanguard avatar RuneVanguard commented on August 15, 2024

Had a similar problem, also running on MacOS. Windows players on the server aren't having issues, but the two Mac users are.

crash-2021-08-02_18.29.49-client.txt

from flywheel.

malcolmriley avatar malcolmriley commented on August 15, 2024

Hello, I have just ran into the same issue with an identical crash report (apart from mod-list), also running macOS.

I am, however, using Java 16, which has the "improved NPE" feature. As it may provide a little more insight as to exactly where the problem is, here is the information it provided:

java.lang.NullPointerException: Cannot invoke "com.jozufozu.flywheel.backend.model.IBufferedModel.valid()" because "this.model" is null

from flywheel.

Jozufozu avatar Jozufozu commented on August 15, 2024

Do you still get the crash with this create build?

from flywheel.

TechnicProblem avatar TechnicProblem commented on August 15, 2024

Do you still get the crash with this create build?

Tried it, still have the same issue.

New crash report:
crash-2021-08-04_22.18.38-client.txt

from flywheel.

Jozufozu avatar Jozufozu commented on August 15, 2024

Let me know if this Flywheel build works for you.

from flywheel.

TechnicProblem avatar TechnicProblem commented on August 15, 2024

That build works, I was able to join a world with a moving contraption without any crashes. Thank you very much! I assume there will be an update to the mod which incorporates this fix?

from flywheel.

Jozufozu avatar Jozufozu commented on August 15, 2024

Yeah new update soon now that you've verified the fix! Going to give it some more time for another potential issue to settle out, but either way you can expect a release by midnight PST.

from flywheel.

ITCMD avatar ITCMD commented on August 15, 2024

Yeah new update soon now that you've verified the fix! Going to give it some more time for another potential issue to settle out, but either way you can expect a release by midnight PST.

Yay! Came here for this

from flywheel.

Jozufozu avatar Jozufozu commented on August 15, 2024

Fixed in latest create/flywheel

from flywheel.

fbreault-cstj avatar fbreault-cstj commented on August 15, 2024

I still have issue with mod. I'm playing Valhelsia 4 and it keeps crashing because of that

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 1/1/22, 4:30 PM
Description: Unexpected error

com.jozufozu.flywheel.backend.gl.error.GlException: mapBufferRange(ARRAY_BUFFER, 0, 1784, 2)
at com.jozufozu.flywheel.backend.gl.buffer.MappedBufferRange.checkAndMap(MappedBufferRange.java:36) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.gl.buffer.MappedBuffer.putVec3(MappedBuffer.java:111) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.gl.buffer.MappedBuffer.putVec3(MappedBuffer.java:9) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.core.model.VecBufferConsumer.m_5483_(VecBufferConsumer.java:22) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.core.model.PartBuilder$CuboidBuilder.quad(PartBuilder.java:242) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.core.model.PartBuilder$CuboidBuilder.buffer(PartBuilder.java:232) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.core.model.ModelPart.buffer(ModelPart.java:38) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.model.ModelPool.uploadAll(ModelPool.java:122) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.model.ModelPool.flush(ModelPool.java:68) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.material.MaterialRenderer.render(MaterialRenderer.java:33) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.material.MaterialGroupImpl.render(MaterialGroupImpl.java:48) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.material.MaterialManagerImpl.render(MaterialManagerImpl.java:92) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.instancing.InstanceWorld.renderLayer(InstanceWorld.java:102) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.instancing.InstancedRenderDispatcher.renderLayer(InstancedRenderDispatcher.java:83) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraftforge.eventbus.ASMEventHandler_778_InstancedRenderDispatcher_renderLayer_RenderLayerEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!:?] {}
at net.minecraft.client.renderer.LevelRenderer.handler$zge000$renderLayer(LevelRenderer.java:6396) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.LevelRenderer.m_172993_(LevelRenderer.java:1396) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1020) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1050) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:classloading,pl:accesstransformer:B,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:830) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:classloading,pl:accesstransformer:B,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1039) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:seamless_loading_screen:Minecraft#createLevel,xf:fml:seamless_loading_screen:Minecraft#clearLevel,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:seamless_loading_screen:Minecraft#createLevel,xf:fml:seamless_loading_screen:Minecraft#clearLevel,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:valhelsia_tweaks.mixins.json:DisplayMemoryWarningScreenMixin,pl:mixin:APP:valhelsia_tweaks.mixins.json:RemoveExperimentalSettingsWarningMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:659) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:seamless_loading_screen:Minecraft#createLevel,xf:fml:seamless_loading_screen:Minecraft#clearLevel,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:seamless_loading_screen:Minecraft#createLevel,xf:fml:seamless_loading_screen:Minecraft#clearLevel,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:valhelsia_tweaks.mixins.json:DisplayMemoryWarningScreenMixin,pl:mixin:APP:valhelsia_tweaks.mixins.json:RemoveExperimentalSettingsWarningMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:186) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:classloading,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:45) ~[fmlloader-1.17.1-37.1.1.jar%2323!:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:90) [bootstraplauncher-0.1.17.jar:?] {}

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at com.jozufozu.flywheel.backend.gl.buffer.MappedBufferRange.checkAndMap(MappedBufferRange.java:36) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.gl.buffer.MappedBuffer.putVec3(MappedBuffer.java:111) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.gl.buffer.MappedBuffer.putVec3(MappedBuffer.java:9) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.core.model.VecBufferConsumer.m_5483_(VecBufferConsumer.java:22) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.core.model.PartBuilder$CuboidBuilder.quad(PartBuilder.java:242) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.core.model.PartBuilder$CuboidBuilder.buffer(PartBuilder.java:232) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.core.model.ModelPart.buffer(ModelPart.java:38) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.model.ModelPool.uploadAll(ModelPool.java:122) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.model.ModelPool.flush(ModelPool.java:68) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.material.MaterialRenderer.render(MaterialRenderer.java:33) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.material.MaterialGroupImpl.render(MaterialGroupImpl.java:48) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.material.MaterialManagerImpl.render(MaterialManagerImpl.java:92) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.instancing.InstanceWorld.renderLayer(InstanceWorld.java:102) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:classloading,pl:epic_rei_lmao:A}
at com.jozufozu.flywheel.backend.instancing.InstancedRenderDispatcher.renderLayer(InstancedRenderDispatcher.java:83) ~[flywheel-forge-1.17-0.3.0.jar%23112!:1.17-0.3.0] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraftforge.eventbus.ASMEventHandler_778_InstancedRenderDispatcher_renderLayer_RenderLayerEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!:?] {}
at net.minecraft.client.renderer.LevelRenderer.handler$zge000$renderLayer(LevelRenderer.java:6396) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.LevelRenderer.m_172993_(LevelRenderer.java:1396) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1020) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:twilightforest:render,xf:fml:lightoverlay:lightoverlay,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1050) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:classloading,pl:accesstransformer:B,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A}
-- Affected level --
Details:
All players: 1 total; [LocalPlayer['XxGozmozxX'/16729, l='ClientLevel', x=125.28, y=67.00, z=-27.30]]
Chunk stats: 5041, 266
Level dimension: minecraft:overworld
Level spawn location: World: (64,69,-160), Section: (at 0,5,0 in 4,4,-10; chunk contains blocks 64,0,-160 to 79,255,-145), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Level time: 411296 game time, 427050 day time
Server brand: forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:364) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:runtimedistcleaner:A,re:classloading,xf:fml:xaeroworldmap:xaero_wm_clientworldclass,xf:fml:xaerominimap:xaero_clientworldclass,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:betterbiomeblend.mixins.json:MixinClientWorld,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:valhelsia_tweaks.mixins.json:ClientWorldMixin,pl:mixin:APP:create.mixins.json:DestroyProgressMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2245) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:seamless_loading_screen:Minecraft#createLevel,xf:fml:seamless_loading_screen:Minecraft#clearLevel,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:seamless_loading_screen:Minecraft#createLevel,xf:fml:seamless_loading_screen:Minecraft#clearLevel,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:valhelsia_tweaks.mixins.json:DisplayMemoryWarningScreenMixin,pl:mixin:APP:valhelsia_tweaks.mixins.json:RemoveExperimentalSettingsWarningMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:681) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:mixin,pl:accesstransformer:B,xf:fml:seamless_loading_screen:Minecraft#createLevel,xf:fml:seamless_loading_screen:Minecraft#clearLevel,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:seamless_loading_screen:Minecraft#createLevel,xf:fml:seamless_loading_screen:Minecraft#clearLevel,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:valhelsia_tweaks.mixins.json:DisplayMemoryWarningScreenMixin,pl:mixin:APP:valhelsia_tweaks.mixins.json:RemoveExperimentalSettingsWarningMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:186) ~[client-1.17.1-20210706.113038-srg.jar%23183!:?] {re:classloading,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:45) ~[fmlloader-1.17.1-37.1.1.jar%2323!:?] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.0.7.jar%235!:?] {}
at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:90) [bootstraplauncher-0.1.17.jar:?] {}

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Mod Resources, Valhelsia 4 - Custom Resources, resources, Copper Legacy Pack.zip, twilightforest-1.17.1-4.0.860-universal.jar:classic, blue_skies:legacy_pack

-- System Details --
Details:
Minecraft Version: 1.17.1
Minecraft Version ID: 1.17.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 16.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 586278912 bytes (559 MiB) / 2097152000 bytes (2000 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
Identifier: Intel64 Family 6 Model 158 Stepping 9
Microarchitecture: Kaby Lake
Frequency (GHz): 4.20
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: NVIDIA GeForce GTX 1070
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1b81
Graphics card #0 versionInfo: DriverVersion=30.0.14.9729
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.13
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: DDR4
Virtual memory max (MB): 27316.80
Virtual memory used (MB): 19177.04
Swap memory total (MB): 10968.20
Swap memory used (MB): 519.20
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
Launched Version: forge-37.1.1
Backend library: LWJGL version 3.2.2 SNAPSHOT
Backend API: NVIDIA GeForce GTX 1070/PCIe/SSE2 GL version 3.2.0 NVIDIA 497.29, NVIDIA Corporation
Window size: 1920x1017
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages: id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glPushMatrix is deprecated and not available in preview contexts.' x 1
id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glLoadIdentity is deprecated and not available in preview contexts.' x 1
id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glOrtho is deprecated and not available in preview contexts.' x 1
id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glMatrixMode is deprecated and not available in preview contexts.' x 1
id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glLoadIdentity is deprecated and not available in preview contexts.' x 1
id=1280, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_ENUM error generated. Cannot enable in the current profile.' x 17
id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glMatrixMode is deprecated and not available in preview contexts.' x 1
id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glPopMatrix is deprecated and not available in preview contexts.' x 1
id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glMatrixMode is deprecated and not available in preview contexts.' x 1
id=1282, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_OPERATION error generated. Function glPopAttrib is deprecated and not available in preview contexts.' x 1
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs: inmemory:jaopca (incompatible), vanilla, mod_resources, oepnloader/Valhelsia 4 - Custom Resources, packmenu, file/Copper Legacy Pack.zip, builtin/twilight_forest_legacy_resources, blue_skies:legacy_pack
Current Language: English (US)
CPU: 8x Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
ModLauncher: 9.0.7+91+master.8569cdf
ModLauncher launch target: forgeclient
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
capability_inject_definalize PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
javafml@null
Mod List:
blue_skies-1.17.1-1.2.1.jar |Blue Skies |blue_skies |1.2.1 |DONE |Manifest: NOSIGNATURE
advancedperipherals-1.17.1-0.7.6r.jar |Advanced Peripherals |advancedperipherals |0.7.6r |DONE |Manifest: NOSIGNATURE
infernal-expansion-1.17.1-2.4.0.jar |Infernal Expansion |infernalexp |2.4.0 |DONE |Manifest: NOSIGNATURE
BetterF3-Forge-1.17.1-1.1.5.jar |BetterF3 Forge |betterf3forge |1.1.5 |DONE |Manifest: NOSIGNATURE
PGA-1.17.1-2.0.0.0.jar |Public GUI Announcement |publicguiannouncement |1.1.0.1 |DONE |Manifest: NOSIGNATURE
connectivity-1.17.1-2.5.jar |Connectivity Mod |connectivity |1.17.1-2.5 |DONE |Manifest: NOSIGNATURE
mcw-windows-2.0.2-mc1.17.1.jar |Macaw's Windows |mcwwindows |2.0.2 |DONE |Manifest: NOSIGNATURE
kleeslabs-10.0.0+0.jar |KleeSlabs |kleeslabs |10.0.0+0 |DONE |Manifest: NOSIGNATURE
hourglass-1.17.1-1.2.1.0.jar |Hourglass |hourglass |1.17.1-1.2.1.0 |DONE |Manifest: NOSIGNATURE
pitg-1.17.1-2.0.1.jar |Pane In The Glass |pitg |1.17.1-2.0.1 |DONE |Manifest: NOSIGNATURE
BetterTitleScreen-1.17.1-1.11.0.jar |Better Title Screen |bettertitlescreen |1.17.1-1.11.0 |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.18.8_Forge_1.17.1.jar |Xaero's World Map |xaeroworldmap |1.18.8 |DONE |Manifest: NOSIGNATURE
Controlling-forge-1.17.1-8.0.11.jar |Controlling |controlling |8.0.11 |DONE |Manifest: NOSIGNATURE
Placebo-1.17.1-5.0.2.jar |Placebo |placebo |5.0.2 |DONE |Manifest: NOSIGNATURE
citadel-1.9.5-1.17.1.jar |Citadel |citadel |1.9.5 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.14.1.jar |Alex's Mobs |alexsmobs |1.14.1 |DONE |Manifest: NOSIGNATURE
guardvillagers-1.17.1.1.3.4.jar |Guard Villagers |guardvillagers |1.3.4 |DONE |Manifest: NOSIGNATURE
mcw-doors-1.0.5-mc1.17.1.jar |Macaw's Doors |mcwdoors |1.0.5 |DONE |Manifest: NOSIGNATURE
balm-1.8.2+0.jar |Balm |balm |1.8.2+0 |DONE |Manifest: NOSIGNATURE
cloth-config-5.2.47-forge.jar |Cloth Config v4 API |cloth_config |5.2.47 |DONE |Manifest: NOSIGNATURE
absentbydesign-1.17.1-1.6.0.jar |Absent By Design Mod |absentbydesign |1.17.1-1.6.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
despawningeggshatch_1.17.1-2.3.jar |Despawning Eggs Hatch |despawningeggshatch |2.3 |DONE |Manifest: NOSIGNATURE
twilightforest-1.17.1-4.0.860-universal.jar |The Twilight Forest |twilightforest |4.0.860 |DONE |Manifest: NOSIGNATURE
supplementaries-1.17.1-1.0.2.jar |Supplementaries |supplementaries |1.0.1 |DONE |Manifest: NOSIGNATURE
structure_gel-1.17.1-2.0.1.jar |Structure Gel API |structure_gel |2.0.1 |DONE |Manifest: NOSIGNATURE
EquipmentCompare-1.17.1-1.2.7.jar |Equipment Compare |equipmentcompare |1.2.7 |DONE |Manifest: NOSIGNATURE
corpse-1.17.1-1.0.5.jar |Corpse |corpse |1.17.1-1.0.5 |DONE |Manifest: NOSIGNATURE
AdvancementPlaques-1.17.1-1.4.2.jar |Advancement Plaques |advancementplaques |1.4.2 |DONE |Manifest: NOSIGNATURE
PackMenu-1.17.1-3.0.0.jar |PackMenu |packmenu |3.0.0 |DONE |Manifest: NOSIGNATURE
BetterPingDisplay-1.17.1-1.0.jar |Better Ping Display |betterpingdisplay |1.0 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.17.1-1.0.0.jar |Farmer's Delight |farmersdelight |1.17.1-1.0.0 |DONE |Manifest: NOSIGNATURE
cleancut-3.0.1.jar |Clean Cut |cleancut |3.0 |DONE |Manifest: NOSIGNATURE
torchmaster-3.0.1-beta.jar |Torchmaster |torchmaster |3.0.1-beta |DONE |Manifest: NOSIGNATURE
curious-armor-stands-1.17.1-3.1.0.jar |Curious Armor Stands |curious_armor_stands |1.17.1-3.1.0 |DONE |Manifest: NOSIGNATURE
AmbientSounds_v4.0.4_mc1.17.1.jar |Ambient Sounds |ambientsounds |3.0.3 |DONE |Manifest: NOSIGNATURE
RapidLeafDecay-1.17.1-2.0.0.jar |Rapid Leaf Decay |rapid_leaf_decay |2.0.0 |DONE |Manifest: NOSIGNATURE
mcw-trapdoors-1.0.4-mc1.17.1.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.4 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.0.2-mc1.17.1.jar |Macaw's Fences and Walls |mcwfences |1.0.2 |DONE |Manifest: NOSIGNATURE
pop-1.17.1-1.0.0.jar |Pop! |pop |1.0.0 |DONE |Manifest: NOSIGNATURE
spark-forge.jar |spark |spark |1.6.3 |DONE |Manifest: NOSIGNATURE
curios-forge-1.17.1-5.0.2.6.jar |Curios API |curios |1.17.1-5.0.2.6 |DONE |Manifest: NOSIGNATURE
blockui-1.17.1-0.0.31-ALPHA.jar |UI Library Mod |blockui |1.17.1-0.0.31-ALPHA |DONE |Manifest: NOSIGNATURE
leap-1.17.1-1.1.2.jar |Leap |leap |1.1.2 |DONE |Manifest: NOSIGNATURE
collective-1.17.1-3.8.jar |Collective |collective |3.8 |DONE |Manifest: NOSIGNATURE
betterbiomeblend-1.17.1-1.2.9-forge.jar |BetterBiomeBlend |betterbiomeblend |1.17.1-1.2.9-forge |DONE |Manifest: NOSIGNATURE
xercapaint-1.17.1-0.6.jar |Joy of Painting |xercapaint |1.17.1-0.6 |DONE |Manifest: NOSIGNATURE
seamless_loading_screen-1.17.1-2.0.1.jar |Seamless Loading Screen |seamless_loading_screen |1.17.1-2.0.1 |DONE |Manifest: NOSIGNATURE
elevatorid-1.17.1-1.8.1.jar |Elevator Mod |elevatorid |1.17.1-1.8.1 |DONE |Manifest: NOSIGNATURE
antighost-1.17.1-forge37.0.13-1.1.2.jar |AntiGhost |antighost |1.17.1-forge37.0.13-|DONE |Manifest: NOSIGNATURE
architectury-2.8.61.jar |Architectury |architectury |2.8.61 |DONE |Manifest: NOSIGNATURE
cc-tweaked-1.17.1-1.99.1.jar |CC: Tweaked |computercraft |1.99.1 |DONE |Manifest: NOSIGNATURE
AI-Improvements-1.17.1-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |DONE |Manifest: NOSIGNATURE
cherishedworlds-forge-1.17.1-5.1.1.0.jar |Cherished Worlds |cherishedworlds |1.17.1-5.1.1.0 |DONE |Manifest: NOSIGNATURE
light-overlay-6.0.1-forge.jar |Light Overlay |lightoverlay |6.0.1 |DONE |Manifest: NOSIGNATURE
ItemPhysic_v1.4.19_mc1.17.1.jar |ItemPhysic |itemphysic |1.6.0 |DONE |Manifest: NOSIGNATURE
advancementscreenshot_1.17.1-3.2.jar |Advancement Screenshot |advancementscreenshot |3.2 |DONE |Manifest: NOSIGNATURE
bwncr-1.17.1-3.10.17.jar |Bad Wither No Cookie Reloaded |bwncr |1.17.1-3.10.17 |DONE |Manifest: NOSIGNATURE
ServerTabInfo-1.17.1-1.3.4.jar |Server Tab Info |servertabinfo |1.3.4 |DONE |Manifest: NOSIGNATURE
effortlessbuilding-1.17.1-2.28.jar |Effortless Building |effortlessbuilding |1.0.0.0 |DONE |Manifest: NOSIGNATURE
BetterAdvancements-1.17.1-0.1.2.119.jar |Better Advancements |betteradvancements |0.1.2.119 |DONE |Manifest: NOSIGNATURE
dusk-1.7.jar |Dusk Mod |dusk |1.7 |DONE |Manifest: NOSIGNATURE
trashslot-10.0.0+0.jar |TrashSlot |trashslot |10.0.0+0 |DONE |Manifest: NOSIGNATURE
torchslabmod-1.17.1_v1.7.1.jar |Torch Slab Mod |torchslabmod |1.7.1 |DONE |Manifest: NOSIGNATURE
the-conjurer-1.17.1-1.1.0.jar |The Conjurer |conjurer_illager |1.1.0 |DONE |Manifest: NOSIGNATURE
simple-rpc-1.17.1-2.6.1.jar |Simple RPC |simplerpc |1.17.1-version |DONE |Manifest: NOSIGNATURE
goblintraders-1.6.3-1.17.1.jar |Goblin Traders |goblintraders |1.6.3 |DONE |Manifest: NOSIGNATURE
waystones-8.2.0+0.jar |Waystones |waystones |8.2.0+0 |DONE |Manifest: NOSIGNATURE
Fallingleaves-1.17.1-1.2.2.jar |Falling Leaves |fallingleaves |1.2.2 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.17.1-7.0.10.jar |Clumps |clumps |7.0.10 |DONE |Manifest: NOSIGNATURE
comforts-forge-1.17.1-5.0.0.1.jar |Comforts |comforts |1.17.1-5.0.0.1 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.17.1-1.9.2-forge.jar |Nature's Compass |naturescompass |1.17.1-1.9.2-forge |DONE |Manifest: NOSIGNATURE
artifacts-1.17.1-3.0.1.jar |Artifacts |artifacts |1.17.1-3.0.1 |DONE |Manifest: NOSIGNATURE
netheritehorsearmor-2.0.jar |Netherite Horse Armor Mod |netheritehorsearmor |2.0 |DONE |Manifest: NOSIGNATURE
farsightedmobs-forge-1.17.1-1.1.jar |Farsighted Mobs |farsightedmobs |1.1 |DONE |Manifest: NOSIGNATURE
snowundertrees-1.17.1-1.1.5.jar |Snow Under Trees |snowundertrees |1.1.5 |DONE |Manifest: NOSIGNATURE
farsight-1.17.1-1.5.jar |Farsight mod |farsight_view |1.17.1-1.5 |DONE |Manifest: NOSIGNATURE
catalogue-1.5.0-1.17.1.jar |Catalogue |catalogue |1.5.0 |DONE |Manifest: NOSIGNATURE
ToastControl-1.17.1-5.0.0.jar |Toast Control |toastcontrol |5.0.0 |DONE |Manifest: NOSIGNATURE
RoughlyEnoughItems-jei-internals-workaround-6.3.35|REI Internals Workaround |rei_internals_workaround |6.3.355 |DONE |Manifest: NOSIGNATURE
feders_scarecrows-1.1.jar |Feder's Scarecrow |feders_scarecrows |1.1 |DONE |Manifest: NOSIGNATURE
scuba_gear-1.17.1-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |DONE |Manifest: NOSIGNATURE
chalk-1.17.1-1.2.1.jar |Chalk |chalk |1.2.1 |DONE |Manifest: NOSIGNATURE
xercamusic-1.17.1-2.1.0.jar |Xerca's Music Maker Mod |xercamusic |1.17.1-2.1.0 |DONE |Manifest: NOSIGNATURE
dash-1.17.1-1.0.1.jar |Dash |dash |1.0.1 |DONE |Manifest: NOSIGNATURE
selene-1.17.1-1.11.jar |Selene |selene |1.17.1-1.11.0 |DONE |Manifest: NOSIGNATURE
ironchest-1.17.1-12.0.2.jar |Iron Chests |ironchest |1.17.1-12.0.2 |DONE |Manifest: NOSIGNATURE
sounddeviceoptions-1.5.0.jar |Sound Device Options |sounddeviceoptions |1.5.0 |DONE |Manifest: NOSIGNATURE
craftingtweaks-13.0.0+0.jar |CraftingTweaks |craftingtweaks |13.0.0+0 |DONE |Manifest: NOSIGNATURE
client-1.17.1-20210706.113038-srg.jar |Minecraft |minecraft |1.17.1 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
logprot-1.4-1.17.1.jar |Logprot |logprot |1.4 |DONE |Manifest: NOSIGNATURE
swingthroughgrass-1.17.1-1.6.0.jar |SwingThroughGrass |swingthroughgrass |1.17.1-1.6.0 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.17.1-2.15.jar |Mouse Tweaks |mousetweaks |2.15 |DONE |Manifest: NOSIGNATURE
Jade-1.17.1-3.3.1.jar |Jade |jade |3.3.1 |DONE |Manifest: NOSIGNATURE
forge-1.17.1-37.1.1-universal.jar |Forge |forge |37.1.1 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
replanter-1.2.jar |Replanter |replanter |1.2 |DONE |Manifest: NOSIGNATURE
Waddles-1.17.1-0.8.16.jar |Waddles |waddles |1.17.1-0.8.16 |DONE |Manifest: NOSIGNATURE
CreativeCore_v2.3.0_mc1.17.1.jar |CreativeCore |creativecore |2.3.0 |DONE |Manifest: NOSIGNATURE
domum_ornamentum-1.17.1-1.0.27-ALPHA-universal.jar|Domum Ornamentum |domum_ornamentum |1.17.1-1.0.27-ALPHA |DONE |Manifest: NOSIGNATURE
RoughlyEnoughItems-6.3.355.jar |Roughly Enough Items (REI) |roughlyenoughitems |6.3.355 |DONE |Manifest: NOSIGNATURE
appliedenergistics2-9.0.0-beta.2.jar |Applied Energistics 2 |appliedenergistics2 |9.0.0-beta.2 |DONE |Manifest: 95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
moveboats_1.17.1-1.8.jar |Move Boats |moveboats |1.8 |DONE |Manifest: NOSIGNATURE
paintings-1.17.1-8.0.0.1.jar |Paintings ++ |paintings |1.17.1-8.0.0.1 |DONE |Manifest: NOSIGNATURE
Iceberg-1.17.1-1.0.27.jar |Iceberg |iceberg |1.0.27 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.17-0.3.0.jar |Flywheel |flywheel |1.17-0.3.0 |DONE |Manifest: NOSIGNATURE
create-mc1.17.1_v0.4.jar |Create |create |0.4 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_21.22.6_Forge_1.17.1.jar |Xaero's Minimap |xaerominimap |21.22.6 |DONE |Manifest: NOSIGNATURE
JAOPCA-1.17.1-4.a.0.4.jar |JAOPCA |jaopca |4.a.0.4 |DONE |Manifest: NOSIGNATURE
serverconfigupdater-1.4.jar |ServerConfig Updater |serverconfigupdater |1.4 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.17.1-0.32.jar |Polymorph |polymorph |1.17.1-0.32 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.17.1-9.0.1.jar |Storage Drawers |storagedrawers |9.0.1 |DONE |Manifest: NOSIGNATURE
lanterncolors-1.17.1-3.0.0.jar |Lantern Colors |lanterncolors |1.17.1-3.0.0 |DONE |Manifest: NOSIGNATURE
InventoryHud_[1.17.1].forge-3.4.1.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.1 |DONE |Manifest: NOSIGNATURE
structurize-1.17.1-1.0.311-BETA.jar |Structurize |structurize |1.17.1-1.0.311-BETA |DONE |Manifest: NOSIGNATURE
multi-piston-1.17.1-1.2.1-ALPHA.jar |Multi-Piston |multipiston |1.17.1-1.2.1-ALPHA |DONE |Manifest: NOSIGNATURE
AmbientEnvironment-forge-1.17.1-6.0.22.jar |Ambient Environment |ambientenvironment |6.0.22 |DONE |Manifest: NOSIGNATURE
scaffoldingpower-1.17.1-1.3.0.jar |Scaffolding power |scaffoldingpower |1.17.1-1.3.0 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
minecolonies-1.17.1-1.0.312-BETA.jar |MineColonies |minecolonies |1.17.1-1.0.312-BETA |DONE |Manifest: NOSIGNATURE
Colony4ComputerCraft-1.17.1-2.1.1.jar |MineColonies for ComputerCraft|colony4cc |2.1.1 |DONE |Manifest: NOSIGNATURE
HunterIllager-1.17.1-2.4.2.jar |Hunter Illager |hunterillager |1.17.1-2.4.2 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.17.1-2.2.0.jar |AppleSkin |appleskin |2.2.0 |DONE |Manifest: NOSIGNATURE
ferritecore-3.1.0-forge.jar |Ferrite Core |ferritecore |3.1.0 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
engineersdecor-1.17.1-1.1.17.jar |Engineer's Decor |engineersdecor |1.1.17 |DONE |Manifest: NOSIGNATURE
TacticalFishing-1.17.1-v1.0.2.jar |Tactical Fishing |tactical_fishing |1.0.1 |DONE |Manifest: NOSIGNATURE
expandability-4.0.2-forge.jar |ExpandAbility |expandability |4.0.2 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.17.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.17.1-v1a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
valhelsia_core-1.17.1-0.2.1.jar |Valhelsia Core |valhelsia_core |1.17.1-0.2.1 |DONE |Manifest: NOSIGNATURE
valhelsia_structures-1.17.1-0.1.1.jar |Valhelsia Structures |valhelsia_structures |1.17.1-0.1.1 |DONE |Manifest: NOSIGNATURE
valhelsia_tweaks-1.17.1-0.1.1.jar |Valhelsia Tweaks |valhelsia_tweaks |1.17.1-0.1.1 |DONE |Manifest: NOSIGNATURE
chiselsandbits-1.1.41-ALPHA.jar |Chisels & bits |chiselsandbits |1.1.41-ALPHA |DONE |Manifest: NOSIGNATURE
step-1.17.1-1.1.0.jar |Step |step |1.1.0 |DONE |Manifest: NOSIGNATURE
OpenLoader-Forge-1.17.1-10.0.3.jar |OpenLoader |openloader |10.0.3 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
defaultoptions-13.0.0+0.jar |Default Options |defaultoptions |13.0.0+0 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 8774a0e6-29c8-4bdf-9206-f8c609fc946b
FML: 37.1
Forge: net.minecraftforge:37.1.1

from flywheel.

DukeBirdie avatar DukeBirdie commented on August 15, 2024

My friend is having this issue on Windows 10, we're playing 1.18 with Create, and whenever a Create part is moving, his game crashes. I believe this is fixed in flywheel version 1.18-0.4.1 but for some reason, I'm unable to use 1.18-0.4.1 with Create 1.18 v0.4. I've tried looking for other solutions and this thread is by far the closest to the issue. If anyone could offer any answers to this issue, it would be much appreciated.

from flywheel.

TCAGM-Dev avatar TCAGM-Dev commented on August 15, 2024

What about people who don't want to or can't play on 1.18? Are they getting this fix as well?

from flywheel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.