Skip to content

Version 1.2.1 crashes on server startup #292

@azutake

Description

@azutake

Environment

Details

The server starts normally with v1.2.0-hotfix1, but crashes when attempting to start version 1.2.1.

After investigating by building the code myself, I believe the issue may be caused by the build being compiled with Java 21, which is incompatible with this Forge version.

Reason for this hypothesis

The crash report shows:

java.lang.NoClassDefFoundError: com/cleanroommc/groovyscript/IncompatibleJavaException

However, the NoClassDefFoundError occurs before the onConstruction method executes, not during the execution of the handleJavaVersionException method itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions