CensoredASM

CensoredASM

422k Downloads

BakedQuad::new redirect calls megathread

criscky opened this issue ยท 13 comments

commented

[19:28:20] [Client thread/WARN] [LoliASM]: class com.jaquadro.minecraft.chameleon.render.ChamRenderLL needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[19:28:44] [Client thread/WARN] [LoliASM]: class mekanism.client.render.MekanismRenderer needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[19:39:42] [Chunk Batcher 3/WARN] [LoliASM]: class appeng.thirdparty.codechicken.lib.model.Quad needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[20:05:26] [Client thread/WARN] [LoliASM]: class com.rwtema.extrautils2.items.ItemSnowglobe needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[20:05:27] [Client thread/WARN] [LoliASM]: class com.rwtema.extrautils2.utils.helpers.QuadHelper needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[20:17:20] [Client thread/WARN] [LoliASM]: class com.elytradev.architecture.client.render.target.RenderTargetBaked needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[20:19:49] [Client thread/WARN] [LoliASM]: class com.rwtema.extrautils2.backend.model.PassthruModelItem$4$1 needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

Hello once again, do you want me to make a new issue everytime or just reply to a closed issue?

commented

[20:26:49] [Chunk Batcher 23/WARN] [LoliASM]: class blusunrize.immersiveengineering.client.models.SmartLightingQuad needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

still appears despite putting the line in the config

commented

[LoliASM]: class com.rwtema.extrautils2.backend.model.Box needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

[LoliASM]: class thaumcraft.client.lib.obj.MeshModel needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

[LoliASM]: class org.cyclops.integrateddynamics.client.model.CableModelBase needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

[LoliASM]: class org.cyclops.cyclopscore.client.model.DynamicBaseModel needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

commented

class gcewing.sg.BaseBakedRenderTarget needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

adding that class to the JSON file leads to a crash rendering the stargate controller item :
java.lang.NoSuchFieldError: ITEM

commented

Got the crash report + log? And which version are you running with?

commented

another one
[22:59:34] [Client thread/WARN] [LoliASM]: class openblocks.client.renderer.item.devnull.DevNullItemOverride needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

commented

also i have
com.creativemd.creativecore.client.rendering.model.CreativeBakedQuad
in my list, but it's still giving me
[20:20:29] [Client thread/WARN] [LoliASM]: class com.creativemd.creativecore.client.rendering.model.CreativeBakedQuad needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

unless i'm putting wrong

    S:classesThatCallBakedQuadCtor <
        net.minecraft.client.renderer.block.model.FaceBakery
        appeng.client.render.model.AutoRotatingModel
        appeng.client.render.cablebus.QuadRotator
        appeng.client.render.model.ColorApplicatorBakedModel
        appeng.thirdparty.codechicken.lib.model.Quad
        com.rwtema.extrautils2.backend.model.Box
        com.rwtema.extrautils2.items.ItemSnowglobe
        com.rwtema.extrautils2.utils.helpers.QuadHelper
        com.rwtema.extrautils2.backend.model.PassthruModelItem$4$1
        com.creativemd.creativecore.client.rendering.model.CreativeBakedQuad
        forestry.storage.models.ModelCrate
        org.cyclops.integrateddynamics.client.model.CableModelBase
        org.cyclops.cyclopscore.client.model.DynamicBaseModel
        lumien.randomthings.client.models.blocks.ModelCubeAll
        lumien.randomthings.client.models.blocks.ModelCubeOverlay
        codechicken.lib.util.VertexDataUtils
        codechicken.lib.render.buffer.BakingVertexBuffer
        com.jaquadro.minecraft.chameleon.render.ChamRenderLL
        mekanism.client.render.MekanismRenderer
        com.elytradev.architecture.client.render.target.RenderTargetBaked
        thaumcraft.client.lib.obj.MeshModel
     >
commented

Should be fine, I'll take a look at that class.

commented

Ah I see why, it extends BakedQuad; I'm gonna account for that in a future release.

commented

Edited in the wiki, thank you.

commented

Ah sorry I didn't realize it was the same issue :(

commented

Ah sorry I didn't realize it was the same issue :(

No problem

commented
[00:20:14] [Client thread/WARN] [LoliASM]: class thecodex6824.thaumicaugmentation.client.model.CustomCasterAugmentModel$BakedModel needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[01:29:24] [Client thread/WARN] [LoliASM]: class com.rwtema.careerbees.ProxyClient$ModelBark needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.

Another one 2