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

"This schematic format is not recognised or supported" since latest update #4478

Open
2 tasks done
Geitenijs opened this issue Aug 12, 2024 · 6 comments
Open
2 tasks done
Labels
Approved A project maintainer or developer has reproduced this issue Bug Something isn't working Priority This issue has priority over backburner issues and should be fixed as soon as possible. Regression Something changed how it works in an unintended way

Comments

@Geitenijs
Copy link

Server Implementation

Paper

Server Version

1.21.1

Describe the bug

Without any modifications to my setup or schematics, after updating from 1.20.6 and P2 7.3.8 to 1.21.1 and P2 7.3.9 I'm getting the following error during startup. I'm running the latest version of FAWE (#879) if that matters.

To Reproduce

See description.

Expected behaviour

No error, schematic was working just fine before the update.

Screenshots / Videos

Schematics.zip

Error log (if applicable)

https://paste.gg/p/anonymous/45fb6cf8663e48289ce5c1a2a46a51f8

Plot Debugpaste

https://athion.net/ISPaster/paste/view/c12821b1857841e899885a398f35d21a

PlotSquared Version

7.3.9-Premium

Checklist

Anything else?

No response

@Geitenijs Geitenijs added the Requires Testing This is a new issue which needs to be approved before labeled with "bug" label Aug 12, 2024
@PierreSchwang
Copy link
Member

I see, makes sense. FAWE updated the default schematic format to Sponge v3 whereas your schematic(s) were most likely generated with v2. The current implementation has the format statically set (and now statically set to v3). That should be dynamically be determined by isFormat checks.

@PierreSchwang PierreSchwang added Bug Something isn't working Priority This issue has priority over backburner issues and should be fixed as soon as possible. Approved A project maintainer or developer has reproduced this issue Regression Something changed how it works in an unintended way and removed Requires Testing This is a new issue which needs to be approved before labeled with "bug" labels Aug 12, 2024
@Bobcat00
Copy link

Bobcat00 commented Aug 12, 2024

I'm seeing the same thing. I don't use schematics, so I assume it's PlotSquared's own schematic for world/road generation.

EDIT: I simply generated a new road schematic and it's OK now.

@PierreSchwang
Copy link
Member

@Geitenijs Might it be possible, that you've updated FAWE in the same process of updating PS and your server?

@Geitenijs
Copy link
Author

@PierreSchwang Yeah I did! I updated all relevant plugins to their latest version today.

@PierreSchwang
Copy link
Member

Will most likely correlate to #4460

The underlying change is the schematic rework - PS statically writes sponge v1 / v2 schematics but often with the wrong extension which might be the root cause. Needs quite a few larger updates to get it running again with supporting the older formats.

@Bryson0518
Copy link

This problem is happening on my server as well however I am using a template for the pathway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved A project maintainer or developer has reproduced this issue Bug Something isn't working Priority This issue has priority over backburner issues and should be fixed as soon as possible. Regression Something changed how it works in an unintended way
Projects
None yet
Development

No branches or pull requests

4 participants