Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

NullPointerException in DeployerHandler.activateInner() #18

Closed
windy664 opened this issue Feb 8, 2024 · 1 comment
Closed

NullPointerException in DeployerHandler.activateInner() #18

windy664 opened this issue Feb 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@windy664
Copy link

windy664 commented Feb 8, 2024

Describe the Bug

During gameplay, a NullPointerException occurred in the DeployerHandler.activateInner() method, leading to a crash. This issue seems to stem from a null return value when attempting to invoke java.util.Collection.stream() in the DeployerHandler class.

Reproduction Steps

  1. Launch Minecraft and load a world where deployers are present.
  2. Trigger an event or action that involves the activation of deployers.
  3. Observe the game for any NullPointerException errors.
  4. The NullPointerException may occur intermittently or consistently under certain conditions.

Expected Result

The game should not crash due to a NullPointerException in the DeployerHandler.activateInner() method. Instead, deployers should function as intended without causing any errors.

Screenshots and Videos

1955bcf2725adfdc51c392cf0611a460

Crash Report or Log

https://pastebin.com/9TieNn0g

Operating System

Windows10

Mod Version

0.5.1d

Minecraft Version

1.20.1

Other Mods

No response

Additional Context

No response

@windy664 windy664 added the bug Something isn't working label Feb 8, 2024
@windy664
Copy link
Author

windy664 commented Feb 8, 2024

Fixed in #15

@windy664 windy664 closed this as completed Feb 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant