Game crashing when entering Gaia portal
e4710765 opened this issue ยท 5 comments
Versions ("Latest" is NOT a version):
- Minecraft: [1.15.2] (required)
- Forge: [31.2.47] (required)
- Gaia Dimension: [1.2.3] (required)
Crash Report
(Attach via Gist. This is required. Failure to do so will result in immediate closure of the issue)
https://gist.github.com/e4710765/fc59a2808e7f2e288ef00e5c98b8ddfa
To Reproduce:
Steps to reproduce the behaviour. This is required for easier diagnosis:
- Go to 'Gaia portal'
- Right click on 'Glint and Gold'
- Enter in Gaia dimension
4.can't see nothing but black, then the server crashed
Additional context
Modpacks : Craft to Exile [Dissonance]
Version : CrafttoExile-Dissonance-2.8.0b-SERVER
https://www.curseforge.com/minecraft/modpacks/crafttoexiledissonance/files
The cause appears to be made by the server watchdog, which is forced to crash the server if it detects a tick taking too long. In order to prevent this, you will need to go into the server properties and set the watchdog timer to -1 (disabled).
Not sure if that makes sense...
The Server Watchdog is designed to stop a server if it thinks a tick is taking too long to elapse, which is set to 60 seconds. In the case of modded, it might not be long enough, especially when a pack gets big enough and you switch dimensions.
In order to prevent this, you need to go into server.properties
, find the max-tick-time
value to -1 (disabled).
If this is a single player world, there might be something else at play, considering that you mention the screen "turns black".