[Fabric 1.19.2] Crash with Vivecraft when opening inventory
pikaro opened this issue ยท 1 comments
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:
- Create world with Vivecraft and MCA
- Press e
Screenshots
Not applicable
Version
7.4.7
1.19.2
Fabric
Latest.log
2023-03-25-3.log.gz
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.