Skip to content

Console log spam caused by unresolved references in Sable (Create Aeronautics dependency) #1404

Description

@WiperIvan

Description

When running a dedicated server with Sable (installed as a dependency of Create Aeronautics), the console gets flooded with repeated log messages.

The server itself continues to work normally, but the amount of spam completely fills the console, making it impossible to read logs or type commands.

Expected behavior

Sable should not continuously print the same error/warning if it is non-fatal.

Actual behavior

The same messages are printed continuously (multiple times per second), effectively making the console unusable.

How to reproduce
Install Create Aeronautics.
Install its required Sable version.
Start a dedicated server.
Observe the console.
The spam begins immediately and never stops.
Environment
Minecraft:
NeoForge:
Sable:
Create:
Create Aeronautics:
Java:
Operating System:
Server software: Vanilla / Pterodactyl (if applicable)
Additional information

I investigated the issue and it appears to originate from Sable itself. Removing Sable completely eliminates the console spam, while reinstalling it immediately brings the issue back.

From the logs, it looks like Sable repeatedly tries to resolve or access something that is unavailable, then continuously logs the failure instead of suppressing repeated messages or handling the condition gracefully.

I can provide the full latest.log if needed.

Game Log

https://mclo.gs/b4cuGjf

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions