Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player Entity element: Parrot not showing on arm when 3D Skin Layers mod is installed #268

Closed
TheeMrCheeky opened this issue May 3, 2022 · 11 comments
Labels
mod conflict A mod isn't compatible with FancyMenu

Comments

@TheeMrCheeky
Copy link

TheeMrCheeky commented May 3, 2022

Describe the bug
it only happens on the main screen noticed it in multiplayer screen as well

To Reproduce
make new element
player entity
right click and enable show parrot

image

  • OS: windows 11
  • FancyMenu Version fancymenu_fabric_2.7.0_MC_1.18.2.jar
  • Forge/Fabric Version 0.14.0
  • Minecraft Version 1.18.2
  • Active Mods Multiple mods
@TheeMrCheeky TheeMrCheeky added the bug Something isn't working label May 3, 2022
@Nick1st
Copy link

Nick1st commented May 7, 2022

Please send the following information:

  • Modlist
  • latest.log

@TheeMrCheeky
Copy link
Author

TheeMrCheeky commented May 7, 2022

latest.log
modlist.txt

oof didn't even consider another mod interfering cause it works in other screens hope this helps

@Nick1st
Copy link

Nick1st commented May 7, 2022

Can you maybe try without Skin Layers 3D?

@TheeMrCheeky
Copy link
Author

ahh good call ya it works with out Skin Layers 3D, Crazy its only on like main menu multiplayer just the main screens there. But ya works. So is that on their end then?

@Nick1st
Copy link

Nick1st commented May 7, 2022

It's a incompatibility @Keksuccino needs to have a look at, and then decide if it's fixable on his side.

@TheeMrCheeky
Copy link
Author

Well glad we could figure it out! Hopefully he can. Thanks for helping

@Keksuccino
Copy link
Owner

I don't think I can fix this on my end, sorry :/

@Keksuccino Keksuccino added mod conflict A mod isn't compatible with FancyMenu can't fix on my end and removed bug Something isn't working labels May 13, 2022
@Keksuccino Keksuccino changed the title Parrot not showing on arm Player Entity element: Parrot not showing on arm when 3D Skin Layers mod is installed May 13, 2022
@Nick1st
Copy link

Nick1st commented May 17, 2022

Once this tr7zw/3d-Skin-Layers#60 gets closed, this issue might go away.

@TheeMrCheeky
Copy link
Author

Issue still is there. Sadly

Repository owner locked and limited conversation to collaborators Jun 2, 2022
Repository owner unlocked this conversation Jun 2, 2022
@Fefedu973
Copy link

Fefedu973 commented Jun 3, 2022

Still does not work with last version of skin layers 3d but this time it dont render at all

error :

java.lang.ClassCastException: class de.keksuccino.fancymenu.menu.fancy.item.playerentity.PlayerEntityCustomizationItem$MenuPlayerEntity cannot be cast to class net.minecraft.class_742 (de.keksuccino.fancymenu.menu.fancy.item.playerentity.PlayerEntityCustomizationItem$MenuPlayerEntity and net.minecraft.class_742 are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @2473b9ce)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.minecraft.class_591.handler$coo000$setupAnimEnd(class_591.java:540)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.minecraft.class_591.method_17087(class_591.java:179)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.minecraft.class_591.method_2819(class_591.java:22)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.minecraft.class_922.method_4054(class_922.java:129)
[17:47:35] [Render thread/INFO]: [STDERR]:     at de.keksuccino.fancymenu.menu.fancy.item.playerentity.PlayerEntityCustomizationItem$MenuPlayerRenderer.render(PlayerEntityCustomizationItem.java:453)
[17:47:35] [Render thread/INFO]: [STDERR]:     at de.keksuccino.fancymenu.menu.fancy.item.playerentity.PlayerEntityCustomizationItem.renderEntityStatic(PlayerEntityCustomizationItem.java:317)
[17:47:35] [Render thread/INFO]: [STDERR]:     at de.keksuccino.fancymenu.menu.fancy.item.playerentity.PlayerEntityCustomizationItem.lambda$renderPlayerEntity$0(PlayerEntityCustomizationItem.java:292)
[17:47:35] [Render thread/INFO]: [STDERR]:     at com.mojang.blaze3d.systems.RenderSystem.runAsFancy(RenderSystem.java:1171)
[17:47:35] [Render thread/INFO]: [STDERR]:     at de.keksuccino.fancymenu.menu.fancy.item.playerentity.PlayerEntityCustomizationItem.renderPlayerEntity(PlayerEntityCustomizationItem.java:291)
[17:47:35] [Render thread/INFO]: [STDERR]:     at de.keksuccino.fancymenu.menu.fancy.item.playerentity.PlayerEntityCustomizationItem.render(PlayerEntityCustomizationItem.java:236)
[17:47:35] [Render thread/INFO]: [STDERR]:     at de.keksuccino.fancymenu.menu.fancy.menuhandler.MenuHandlerBase.onRenderPost(MenuHandlerBase.java:1246)
[17:47:35] [Render thread/INFO]: [STDERR]:     at de.keksuccino.fancymenu.menu.fancy.menuhandler.custom.MainMenuHandler.onRenderPost(MainMenuHandler.java:117)
[17:47:35] [Render thread/INFO]: [STDERR]:     at jdk.internal.reflect.GeneratedMethodAccessor53.invoke(Unknown Source)
[17:47:35] [Render thread/INFO]: [STDERR]:     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:47:35] [Render thread/INFO]: [STDERR]:     at java.base/java.lang.reflect.Method.invoke(Method.java:568)
[17:47:35] [Render thread/INFO]: [STDERR]:     at de.keksuccino.konkrete.events.EventHandler.invokeEvent(EventHandler.java:115)
[17:47:35] [Render thread/INFO]: [STDERR]:     at de.keksuccino.konkrete.events.EventHandler.callEventsFor(EventHandler.java:102)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.minecraft.class_757.handler$ccm000$beforeRenderScreen(class_757.java:6047)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.minecraft.class_757.method_3192(class_757.java:877)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.minecraft.class_310.method_1523(class_310.java:1122)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.minecraft.class_310.method_1514(class_310.java:737)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.minecraft.client.main.Main.main(Main.java:236)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:460)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
[17:47:35] [Render thread/INFO]: [STDERR]:     at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

Repository owner locked and limited conversation to collaborators Jun 3, 2022
@Keksuccino
Copy link
Owner

Skin Layers 3D should work fine with FancyMenu for MC 1.16+ now!
Added support for it in FancyMenu v2.7.2-1!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
mod conflict A mod isn't compatible with FancyMenu
Projects
None yet
Development

No branches or pull requests

4 participants