TallWorlds / CubicChunks

MIT License
36 stars 7 forks source link

Crash? Crash. #33

Closed ajthemacboy closed 9 years ago

ajthemacboy commented 9 years ago

Here's the report, it happens when I create a new world: http://pastebin.com/89bZ6Ad8

cuchaz commented 9 years ago

What version of Tall Worlds Mod are you using? What Version of M3L are you using? Posting your log would help too.

I should really hack the crash reports to include these things...

wordandahalf commented 9 years ago

@cuchaz It seems if you use M3L v0.3 & TWM it crashes with that error. (To solve, uninstall M3L v0.3, and install M3L v0.2)

cuchaz commented 9 years ago

Again, what version of Tall Worlds Mod? If you're mismatching versions between TWM and M3L, that probably won't work.

mikesmiffy128 commented 9 years ago

Actually, looking at the current TWM build.gradle, the M3L dependency is 0.2 rather than 0.3, and the error thrown relates to binary compatibility (I think), so there was probably a breaking change in M3L. This could be considered an M3L bug I guess, depending on whether backwards compatibility is something you care about at this point.

Edit: Made sentences make sense. I should stop replying on mobile.

Barteks2x commented 9 years ago

Latest version required M3L 0.3 (it's 0.2 in build.gradle because until recently 0.3 wasn't available in maven repository). Previous beta release of TWM won't work with new M3L (compatibility breaking changes, Cuchaz added 2 methid to some interface which aren't implemented in older version). I don't think backwards compatibility (or any compatibility at all, except what is required to actually run it) is Cuchaz's priority in this development stage.

cuchaz commented 9 years ago

Yup. Backwards compatibility is not a goal at this point. These are 0.x releases.