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

Error Spam in Server Console #865

Open
Scratchycarl opened this issue Oct 27, 2024 · 3 comments
Open

Error Spam in Server Console #865

Scratchycarl opened this issue Oct 27, 2024 · 3 comments
Labels
Bug An issue that is not supposed to happen

Comments

@Scratchycarl
Copy link

Server Implementation

Paper

Server Version

1.21

Describe the bug

[Sun 16:41:38 ERROR Minecraft] Could not pass event PlayerReTagEvent to CombatLogX v11.5.0.0.1242
java.lang.IncompatibleClassChangeError: Found interface org.bukkit.inventory.InventoryView, but class was expected
at combatlogx.expansion.cheat.prevention.listener.ListenerInventories.onReTag(ListenerInventories.java:43)
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor115.execute(Unknown Source)
at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77)
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:630)
at CombatLogX.jar//com.github.sirblobman.combatlogx.manager.CombatManager.tag(CombatManager.java:100)
at CombatLogX.jar//com.github.sirblobman.combatlogx.manager.CombatManager.tag(CombatManager.java:65)
at combatlogx.expansion.mob.tagger.listener.ListenerDamage.checkTag(ListenerDamage.java:200)
at combatlogx.expansion.mob.tagger.listener.ListenerDamage.onDamage(ListenerDamage.java:77)
at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor159.execute(Unknown Source)
at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77)
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:131)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:630)
at org.bukkit.craftbukkit.event.CraftEventFactory.call

Reproduction Steps

The error shows on startup.

Expected behaviour

Kept spamming the console.

Screenshots / Videos

No response

latest log file (if applicable)

No response

CombatLogX Version

v11.5.0.0.1242

Anything else?

No response

@Scratchycarl Scratchycarl added the Bug An issue that is not supposed to happen label Oct 27, 2024
@Olivoz
Copy link
Contributor

Olivoz commented Oct 27, 2024

This has already been fixed in beta builds. If you do not want to update disable the inventory closing feature of the Cheat Prevention expansion.

Related to #837, #839, #847, #851, #852, #855, #856, #857 and #863

@Scratchycarl
Copy link
Author

Got it, thanks. My players are reporting that they are getting tagged for fall damage. How can I fix that? Thanks a lot!

@Olivoz
Copy link
Contributor

Olivoz commented Oct 27, 2024

Depending on your needs remove or configure the Damage Tagger expansion. For smaller questions like this I recommend joining our discord or using the discussions tab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An issue that is not supposed to happen
Projects
None yet
Development

No branches or pull requests

2 participants