Create

Create

86M Downloads

Crash when generating new world

PapaDimitri opened this issue · 2 comments

commented

Describe the Bug

Trying to create new world crashes the game

Reproduction Steps

  1. Open minecraft
  2. Create new world

Expected Result

Shows "preparing for world generation" then "saving world" and crash

Screenshots and Videos

No response

Crash Report or Log

https://gist.github.com/PapaDimitri/907049fb8570694d8161a3c5efdcbb5e

Operating System

Windows 10

Mod Version

0.5.1b

Minecraft Version

1.19.2

Forge Version

43.2.4

Other Mods

In crash log

Additional Context

No response

commented

The crash is caused by Supplementaries, as told in the first line of the stack strace:

at net.mehvahdjukaar.supplementaries.integration.CreateCompat.setup(CreateCompat.java) ~[supplementaries-1.19.2-2.2.46.jar%23370!/:?] {re:classloading}

They might not have updated their compatibility to Create 0.5.1, or you don't have a recent-enough version of Supplementaries. The crash is not Create's responsibility either way.

commented

Oh... Thanks man :)