
Server Crash NullPointerException TrainSeparationCondition station().name
Arginou57 opened this issue ยท 0 comments
Version:
- Minecraft Version: [1.20.1]
- Forge Version [47.3.12]
- Mod Version [createrailwaysnavigator-forge-1.20.1-beta-0.7.2]
Describe the bug
Instant server Crash while createRailwaysNavigator trying to find station
https://hastebin.com/share/gafiqojiru.php
To Reproduce
Steps to reproduce the behavior:
The bug appear randomly, not knowing the exact source of lag / problem
Expected behavior
๐ Problem Identified:
The error occurs due to a NullPointerException in the Create Railways Navigator mod (createrailwaysnavigator-forge-1.20.1-beta-0.7.2.jar). The issue is found in the TrainSeparationCondition class, specifically at line 113, where the code attempts to access station().name, but station() returns null.
This indicates that the mod expects a valid train station in the separation logic, but it does not find one, leading to a crash.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
โ Additional Notes:
The issue appears during the server tick loop, meaning it happens during normal server operations rather than at startup.
If the mod relies on persistent train station data, corrupted or missing station entries could be the root cause.