[BUG] "Error Loading Class on launch ver.6.0.1 for MC 1.20.6"
Mixter213 opened this issue ยท 2 comments
Describe the issue
When launching the game I get Warning Errors related to failing to load different classes. this does not happen when ETF is not installed / enabled. and the errors do reduce as you add in the missing mods (mostly) , but could lead to some issues if the mod is just assuming its installed/enabled.
Nothing crashes, only potential issues with some parts of this mod not working correctly.
// This one go away when you have immediatelyfast installed / enabled
[07:41:32] [main/WARN]: Error loading class: net/raphimc/immediatelyfast/feature/core/ImmediateAdapter (java.lang.ClassNotFoundException: net/raphimc/immediatelyfast/feature/core/ImmediateAdapter)
// These 3 I'm not sure about, I think it has to do with Iris, but it doesn't go away when its installed / enabled
[07:41:32] [main/WARN]: Error loading class: net/coderbot/batchedentityrendering/impl/FullyBufferedMultiBufferSource (java.lang.ClassNotFoundException: net/coderbot/batchedentityrendering/impl/FullyBufferedMultiBufferSource)
[07:41:32] [main/WARN]: Error loading class: net/coderbot/iris/layer/InnerWrappedRenderType (java.lang.ClassNotFoundException: net/coderbot/iris/layer/InnerWrappedRenderType)
[07:41:32] [main/WARN]: Error loading class: net/coderbot/iris/layer/OuterWrappedRenderType (java.lang.ClassNotFoundException: net/coderbot/iris/layer/OuterWrappedRenderType)
// These 3 go away when you have installed / enabled Iris
[07:41:32] [main/WARN]: Error loading class: net/irisshaders/batchedentityrendering/impl/FullyBufferedMultiBufferSource (java.lang.ClassNotFoundException: net/irisshaders/batchedentityrendering/impl/FullyBufferedMultiBufferSource)
[07:41:32] [main/WARN]: Error loading class: net/irisshaders/iris/layer/InnerWrappedRenderType (java.lang.ClassNotFoundException: net/irisshaders/iris/layer/InnerWrappedRenderType)
[07:41:32] [main/WARN]: Error loading class: net/irisshaders/iris/layer/OuterWrappedRenderType (java.lang.ClassNotFoundException: net/irisshaders/iris/layer/OuterWrappedRenderType)
// This one go away when you have 3D Skin Layers installed / enabled
[07:41:32] [main/WARN]: Error loading class: dev/tr7zw/skinlayers/render/CustomizableModelPart (java.lang.ClassNotFoundException: dev/tr7zw/skinlayers/render/CustomizableModelPart)
// These 2 go away when you have sodium installed / enabled
[07:41:32] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/immediate/model/EntityRenderer (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/immediate/model/EntityRenderer)
[07:41:32] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/vertex/buffer/SodiumBufferBuilder (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/vertex/buffer/SodiumBufferBuilder)
Your setup: (please complete the following information):
-
cloth-config 14.0.126
-- cloth-basic-math 0.6.1 -
entity_model_features 2.0.2
-
entity_texture_features 6.0.1
-- org_apache_httpcomponents_httpmime 4.5.10 -
fabric-api 0.98.0+1.20.6
-
fabricloader 0.15.11
-- mixinextras 0.3.5 -
java 21
-
minecraft 1.20.6
-
modmenu 10.0.0-beta.1
-
Does the issue persist with only ETF installed?
- yes
-
Have you checked the FAQ in the Readme, or Discord, to see if it is a known issue?
- yes
there are totally normal and fine, these are compatibility mixins ETF has to make it support / work with those mods, this is just the mixin system saying those mods arent loaded so it wont use that code