Cyclops Core

Cyclops Core

93M Downloads

Capability crash 1.16.5

Darkere opened this issue ยท 3 comments

commented

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.

https://github.com/McJtyMods/RFToolsBase/blob/e08694a23e8a95eb0e064e6f5e7a63b9dac03ab1/src/main/java/mcjty/rftoolsbase/modules/informationscreen/blocks/InformationScreenTileEntity.java#L50

Steps to reproduce the problem:

  1. 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

commented

Thanks for reporting!

commented

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.

commented

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?

GitHub
Minecraft library mod for EvilCraft, Integrated Dynamics and others. - CyclopsCore/DefaultCapabilityProvider.java at master-1.16 ยท CyclopsMC/CyclopsCore