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

Injector Issue #16

Closed
1 task done
Robert9157 opened this issue Mar 12, 2024 · 4 comments · Fixed by #18
Closed
1 task done

Injector Issue #16

Robert9157 opened this issue Mar 12, 2024 · 4 comments · Fixed by #18
Assignees

Comments

@Robert9157
Copy link

Module

Core (Standard Users)

Plugin Version

1.2.0

Server Version

1.20.4

Issue Details

pl.mrstudios.deathrun.libraries.commons-inject.exception.InjectConstructorException: Could not find any constructor annotated with @Inject in class pl.mrstudios.deathrun.libraries.litecommands.bukkit.TabCompletePaperAsync.
        at pl.mrstudios.deathrun.libraries.commons-inject.Injector.inject(Injector.java:24) ~[deathrun-core-1.2.0.jar:?]
        at pl.mrstudios.deathrun.plugin.Bootstrap.lambda$onEnable$2(Bootstrap.java:153) ~[deathrun-core-1.2.0.jar:?]
        at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?]
        at pl.mrstudios.deathrun.plugin.Bootstrap.onEnable(Bootstrap.java:153) ~[deathrun-core-1.2.0.jar:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:188) ~[paper-1.20.4.jar:git-Paper-450]
        at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[paper-1.20.4.jar:git-Paper-450]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[paper-api-1.20.4-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.20.4.jar:git-Paper-450]
        at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:550) ~[paper-1.20.4.jar:git-Paper-450]
        at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:671) ~[paper-1.20.4.jar:git-Paper-450]
        at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:431) ~[paper-1.20.4.jar:git-Paper-450]
        at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:309) ~[paper-1.20.4.jar:git-Paper-450]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1131) ~[paper-1.20.4.jar:git-Paper-450]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319) ~[paper-1.20.4.jar:git-Paper-450]
        at java.lang.Thread.run(Thread.java:840) ~[?:?]
        








server version: git-Paper-450 (MC: 1.20.4)

Confirmation

  • I agree to follow this project Contributing & Issues rules.
@SfenKer
Copy link
Member

SfenKer commented Mar 14, 2024

Resolved problem with listener registration, changes will be published into 1.2.1 hotfix.

@Robert9157
Copy link
Author

The plugin runs with the hotfix version, however I am encountering an immediate client disconnect problem now. I'll make a new issue for it. Cheers.

@SfenKer
Copy link
Member

SfenKer commented Mar 14, 2024

this is caused because protocolsidebar is not supporting 1.20.4 yet

@Robert9157
Copy link
Author

this is caused because protocolsidebar is not supporting 1.20.4 yet

Ah, so a known issue. I won't make an issue then, but I hope support will be implemented soon

@SfenKer SfenKer changed the title [BUG] pl.mrstudios.deathrun.libraries.commons-inject.exception.InjectConstructorException: Could not find any constructor annotated with @Inject in class pl.mrstudios.deathrun.libraries.litecommands.bukkit.TabCompletePaperAsync. Injector Issue Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants