YUNG's Better Portals (Forge)

YUNG's Better Portals (Forge)

3M Downloads

Causes Ticking Entity error in Transport Module Configurator

czbuendel opened this issue ยท 3 comments

commented

When installed with Transport loading a cart into the Module Configurator will cause the instance to freeze requiring a force quit. Checking the log files gives a ticking entity error, which I have attached. https://pastebin.com/EpF72Jzc

Tried in an instance with just Transport and Better Portals (and their dependencies) to confirm the issue.
Forge 36.0.14 (tried with most up to date 36.0.42 as well, still causes the error)
Transport 1.16.4-3.4.2
Better Portals 1.16.4-0.3

The issue does not exist with Better Portals 1.16.4-0.2.1.

BrassGoggledCoders/Transport#34

commented

Heyo, Transport dev here. I'd generally suggestion not calling getCapability().isPresent() in the Attach Event as that is during the constructor of Entity, and thus happens before initialization of an Entity has completed. You're better off always attaching and if an Entity returns it, it'll return long before it gets to the attached version.

commented

Try v0.3.1 to see if it fixes this issue for you.

commented

Updated to 0.3.1 and can load a cart into the Module Configurator again. Thanks again!