ParadiseSS13 / Paradise

Paradise Station's GitHub main repository.
https://www.paradisestation.org/forum
GNU Affero General Public License v3.0
407 stars 1.21k forks source link

Delta fails to render under webmap #17243

Closed AffectedArc07 closed 2 years ago

AffectedArc07 commented 2 years ago
thread 'main' panicked at 'assertion failed: `(left == right)`
  left: `"version = "`,
 right: `"version = 4.0"`', crates/dreammaker/src/dmi.rs:357:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Unsure when it started happening, beginning my dive now.

AffectedArc07 commented 2 years ago

Turns out the version of DMM tools that MDB uses is so out of date it cant even compute the sides, and doesnt error.

Task failed successfully?

AffectedArc07 commented 2 years ago

assert_eq!(lines.next().unwrap(), &format!("version = {}", VERSION));

One of the DMIs used for an icon on delta is invalid.

S34NW commented 2 years ago

got an idea which one?

AffectedArc07 commented 2 years ago

got an idea which one?

Nope but I can find out