Skip to content

1.7.10 Forge crash log detected as Vanilla #150

@wlhlm

Description

@wlhlm

We are using mclo.gs for GTNH via BetterCrashes. The service helps us a ton for pack development. Thank you!

One (minor cosmetic) issue we see is with crash logs: they all seem to get detected as vanilla crash logs even though we are running Forge on MC 1.7.10.

Example log

Poking around, it looks like codex-minecraft checks the logs for:

->addPattern("/^\tIs Modded: Definitely; Server brand changed to '(?:fml,)?forge'/im"),

The 1.7.10 logs seem to be indented with spaces rather than tabs, so that's why that regex doesn't trigger. The Forge crash log in tests is for MC 1.10.2, so somewhere between 1.7.10 and 1.10.2 the crashlog indent was switched from spaces to tabs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions