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

Repeated IllegalPluginAccessException on Server Shutdown with Orebfuscator Plugin #338

Closed
DimaSergeew opened this issue Dec 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@DimaSergeew
Copy link

DimaSergeew commented Dec 2, 2023

Description

The server consistently encounters an IllegalPluginAccessException during shutdown. This issue arises specifically with the Orebfuscator plugin version 5.4.2-b274. The error indicates that the plugin attempts to register a task while it is disabled. The server operates normally until the shutdown process initiates, at which point these exceptions are repeatedly logged.

Reproduction Steps

  1. Start the server with Orebfuscator plugin version 5.4.2-b274 installed.
  2. Operate the server normally.
  3. Initiate server shutdown.
  4. Observe the logged errors during the shutdown process.

Expected Behaviour

The server should shut down without encountering IllegalPluginAccessExceptions, and the Orebfuscator plugin should not attempt to register new tasks during or after the shutdown process.

Orebfuscator Dump

dump-2023-12-02_10.23.04.json

Extra Details

  • Minecraft Server Version: [specify your server version, e.g., 1.20]
  • CraftBukkit Version: v1_20_R2
  • Error Log: [Include the error log snippet you provided, or attach the full log file if possible]
  • Log error: https://mclo.gs/fGBZoIv
@DimaSergeew DimaSergeew added the bug Something isn't working label Dec 2, 2023
@Ingrim4
Copy link
Member

Ingrim4 commented Dec 2, 2023

Should be fixed with the latest dev build (https://github.com/Imprex-Development/orebfuscator/actions/runs/6991822743).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants