-
Bug
-
Resolution: Duplicate
-
None
-
1.17 Pre-release 4
-
None
-
Windows 10 Home 21H1
java version "16.0.1" 2021-04-20
Java(TM) SE Runtime Environment (build 16.0.1+9-24)
Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing)
-
Unconfirmed
-
(Unassigned)
When a server is started up and a world folder already exists with ONLY a data packs folder inside, and inside a data pack (specifically tested using the CavesAndCliffsPreview data pack from pre4), the server fails to start and causes an error: Encountered an unexpected exception z: Exception initializing level. After this initial crash, some other files are created in the world folder and starting the server again seems to be fine... but that shouldn't be happening.
To reproduce:
- Create server.properties with a world folder name set
- Create the world folder manually
- Create a datapacks folder manually
- Insert the CavesAndCliffsPreview data pack into the datapacks folder (Should look like: SERVER_FOLDER\world_name\datapacks\CavesAndCliffsPreview.zip)
- Start server
- Encountered an unexpected exception z: Exception initializing level
- Run server again
- Runs fine (I think)
OR - Download .zip file provided ("Raw server folder without jar.zip") which has everything except the 1.17pre4 server.jar
- Run server
- See crash
- Run server again
- Runs fine (I think)
What should happen:
Repeat steps 1-5
Server starts up and loads data pack just fine first time.
- duplicates
-
MC-225707 Caves and Cliffs Datapacks Server Error
- Resolved