Capability crash 1.16.5
Darkere opened this issue ยท 3 comments
Issue type:
- ๐ Bug
Short description:
I'm unsure if this bug is caused by the Screen itself or something in your code. From what I can tell the screen is just checking if the capability exists.
Steps to reproduce the problem:
- Not sure. I assume place a RFtools screen on a BlockEntity from ID
Expected behaviour:
Versions:
- This mod: CyclopsCore-1.16.5-1.11.9.jar
- Forge: forge-1.16.5-36.2.4.jar
Log file:
https://gist.github.com/Darkere/6917f003a6265a24c68940321091c17f
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
This error is thrown if the Capability
reference is null: https://github.com/CyclopsMC/CyclopsCore/blob/master-1.16/src/main/java/org/cyclops/cyclopscore/modcompat/capabilities/DefaultCapabilityProvider.java#L42
So it looks like CapabilityInformationScreenInfo.INFORMATION_SCREEN_INFO_CAPABILITY
in RFTools is null, so there is probably something going wrong on their end. Could you report it to their issue tracker?
Minecraft library mod for EvilCraft, Integrated Dynamics and others. - CyclopsCore/DefaultCapabilityProvider.java at master-1.16 ยท CyclopsMC/CyclopsCore