Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modded banner patterns issue #1479

Open
5 tasks done
vgrynch opened this issue Sep 10, 2024 · 0 comments
Open
5 tasks done

Modded banner patterns issue #1479

vgrynch opened this issue Sep 10, 2024 · 0 comments

Comments

@vgrynch
Copy link

vgrynch commented Sep 10, 2024

I have confirmed that ...

  • Arclight is up to date
  • all dependencies are installed
  • all plugins and mods are up to date
  • unable to reproduce in Spigot
  • unable to reproduce in Forge

Arclight version

arclight-forge-1.19.2-1.0.4

OS & Java versions

OS: Debian (server)

Plugins and Mods

Additional banners mod

Description

Custom banner patterns cause exceptions on the server, after which the banner is cleared.

Step to reproduce

Create a banner with one of the custom patterns from the mod. Place banner. When pick up the banner back, it becomes empty. The server contains repeated exceptions (always the same) clearly related to the activities around the banner with the modded pattern:

[10Sep2024 23:26:04.289] [Thread-16/ERROR] [STDERR/]: java.lang.NullPointerException: Cannot invoke "org.bukkit.block.banner.PatternType.getIdentifier()" because "this.pattern" is null
[10Sep2024 23:26:04.289] [Thread-16/ERROR] [STDERR/]: 	at TRANSFORMER/[email protected]/org.bukkit.block.banner.Pattern.serialize(Pattern.java:55)
[10Sep2024 23:26:04.289] [Thread-16/ERROR] [STDERR/]: 	at net.coreprotect.utility.Util.processMeta(Util.java:1358)
[10Sep2024 23:26:04.289] [Thread-16/ERROR] [STDERR/]: 	at net.coreprotect.consumer.process.BlockPlaceProcess.process(BlockPlaceProcess.java:18)
[10Sep2024 23:26:04.289] [Thread-16/ERROR] [STDERR/]: 	at net.coreprotect.consumer.process.Process.processConsumer(Process.java:140)
[10Sep2024 23:26:04.289] [Thread-16/ERROR] [STDERR/]: 	at net.coreprotect.consumer.Consumer.run(Consumer.java:133)
[10Sep2024 23:26:04.289] [Thread-16/ERROR] [STDERR/]: 	at java.base/java.lang.Thread.run(Thread.java:840)

Logs

No response

Server pack link (Optional)

No response

@vgrynch vgrynch added the Triage Default label, waiting for triage label Sep 10, 2024
@qyl27 qyl27 added Version: 1.19 and removed Triage Default label, waiting for triage labels Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants