MCA Reborn [Fabric/Forge]

MCA Reborn [Fabric/Forge]

6M Downloads

[Fabric 1.19.2] Crash with Vivecraft when opening inventory

pikaro opened this issue ยท 1 comments

commented

Describe the bug
When opening the inventory screen, the game immediately crashes. Can be resolved by setting

  "enablePlayerShaders": false,
  "enableVillagerPlayerModel": false,
  "forceVillagerPlayerModel": false,
  "allowLimitedPlayerEditor": false,
  "playerRendererBlacklist": {
    "firstperson": "all",
    "epicfight": "all",
    "firstpersonmod": "all"
  },

I assume it's simply trying to render the clothes in the player depiction in the inventory and failing to do so. No other issues with MCA so far.

To Reproduce
Steps to reproduce the behavior:

  1. Create world with Vivecraft and MCA
  2. Press e

Screenshots
Not applicable

Version
7.4.7
1.19.2
Fabric

Latest.log
2023-03-25-3.log.gz

commented

Please forward this issue to Vivecraft. While this error is passively caused by MCA, Vivecraft crashed due a semi unsafe cast. I do not know how to tackle that issue efficiently.

https://github.com/ferriarnus/VivecraftMod/blob/Multiloader-1.19/common/src/main/java/org/vivecraft/render/VRPlayerRenderer.java#L66