Holographic Displays

Holographic Displays

3M Downloads

Error while ticking holograms java.lang.NullPointerException

ebicep opened this issue ยท 6 comments

commented

Confirmation

  • I have read the FAQ.
  • I have tested the latest development build of Holographic Displays and the bug is still present.
  • I have updated Spigot to the latest release for my particular Minecraft version.
  • I made sure the bug hasn't already been reported on the issue tracker.

Description

Switched from v2 API to beta API

How to reproduce

Switched from v2 API to beta API

Server version

This server is running CraftBukkit version git-Spigot-21fe707-e1ebe52 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)

Holographic Displays version

HolographicDisplays version 3.0.0-SNAPSHOT-b185

Installed plugins that allow players to join with multiple Minecraft versions

No response

Additional information

https://pastebin.com/Sn7DPgjg
Maybe related, some of my holograms start to appear like this -
image

commented

@filoghost we are experiencing the same issues on our 1.12.2 server.
https://pastebin.com/raw/cyQRJmLM

commented

Code to reproduce this issue please? Possible a small snippet that I can copy paste.

commented

The issue is happening on our 1.12.2 server. We don't even use the API. We are on the latest version of Paper 1.12.2.

commented

Code to reproduce this issue please? Possible a small snippet that I can copy paste.

Hologram hologram = HolographicDisplaysAPI.get(Warlords.getInstance()).createHologram(player.getLocation().add(0, 5, 0));
hologram.getLines().appendText("TEST");

The error only happens when
hologram.getLines().appendText("TEST");
is added

Also, this happened again but the armorstand disappears after a relog
image

commented

Please try the latest dev build.

Its fixed now

commented

Please try the latest dev build.