forked from Creators-of-Create/Create
-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
type: crashIssue where the game crashesIssue where the game crashes
Description
Context
Description
The game crashes when loading into any world (new or existing) when using Create with the latest version of Xaero's World Map due to a missing class reference in the Xaero compatibility layer.
Crash Log
java.lang.NoClassDefFoundError: xaero/map/gui/ScreenBase
at com.simibubi.create.compat.trainmap.XaeroTrainMap.isMapOpen(XaeroTrainMap.java:127)
at net.minecraft.class_437.handler$flk000$create$xaeroPauseScreenOverride(class_437.java:4662)
Caused by: java.lang.ClassNotFoundException: xaero.map.gui.ScreenBaseSteps to Reproduce
- Install Create 6.0.8.1+build.1744-mc1.20.1
- Install Xaero's World Map 1.40.2
- Launch the game (menu loads fine)
- Attempt to load into any world (new or existing)
- Game crashes during world loading
Environment
- Minecraft Version: 1.20.1
- Create Version: 6.0.8.1+build.1744-mc1.20.1
- Xaero's World Map Version: 1.40.2
- Loader: Fabric 0.18.4
Additional Context
The crash occurs specifically in the Xaero compatibility layer, suggesting the ScreenBase class may have been moved or renamed in the newer version of Xaero's World Map.
Crash Report
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: crashIssue where the game crashesIssue where the game crashes