i was running my brdb world optimizer (which uses @keen escarp 's brdb rust library under the hood) and came across this unpleasant surprise:
Error: Schema(Wrapped("BRSavedBrickChunkIndexSoA", Wrapped("ChunkOffsets", Wrapped("0", Wrapped("IntVector", Wrapped("Y", RmpMarkerReadError(Custom { kind: InvalidData, error: "Unexpected marker for integer" })))))))
this seems pretty bad and, while i dont know exactly what this error means, it looks to me, on the surface, like a chunk index corruption.
help? (and please fix)