Skip to content

[Problem] Sourcescamble extension doesn't always work reliably #912

@A1mDev

Description

@A1mDev

Description:

  • When the gamedata file contains typos or is read incorrectly, the extension does not display any errors. All internal checks pass, and a patch/unpatch operation may be performed, giving a false impression that everything is fine. This can significantly slow down development and testing.

Steps to reproduce:

  1. Create or modify a gamedata file with an invalid section or typo.

  2. Load the extension and apply the patch.

  3. Observe that no errors are logged, and the patch appears to be applied.

Expected behavior:

  • The extension should detect malformed or invalid sections.

  • Errors or warnings should be displayed to alert the user.

  • Patches should not be applied if the gamedata is invalid.

Additional context / Note:

  • Once PR is merged, the extension will need to be updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions