lemons
lemons
TIPThe Iris Project
Created by lemons on 5/28/2023 in #iris-issues
Hypixel: Reloading pipeline on dimension change
Playing Hypixel seems to change world twice when switching lobbies. First it changes to the nether, then back to the overworld, even when both lobbies are in the overworld. On lobby switch:
[01:38:35] [Render thread/INFO]: Reloading pipeline on dimension change: OVERWORLD => NETHER
[01:38:35] [Render thread/INFO]: Destroying pipeline OVERWORLD
[01:38:35] [Render thread/INFO]: Creating pipeline for dimension NETHER
[01:38:35] [Render thread/INFO]: Starting custom uniform resolving
[01:38:35] [Render thread/INFO]: Reloading pipeline on dimension change: OVERWORLD => NETHER
[01:38:35] [Render thread/INFO]: Destroying pipeline OVERWORLD
[01:38:35] [Render thread/INFO]: Creating pipeline for dimension NETHER
[01:38:35] [Render thread/INFO]: Starting custom uniform resolving
followed by
[01:38:35] [Render thread/INFO]: Stopping worker threads
[01:38:35] [Render thread/INFO]: Started 12 worker threads
[01:38:35] [Render thread/INFO]: Stopping worker threads
[01:38:35] [Render thread/INFO]: Started 12 worker threads
[01:38:35] [Render thread/INFO]: Reloading pipeline on dimension change: NETHER => OVERWORLD
[01:38:35] [Render thread/INFO]: Destroying pipeline NETHER
[01:38:35] [Render thread/INFO]: Creating pipeline for dimension OVERWORLD
[01:38:35] [Render thread/INFO]: Starting custom uniform resolving
[01:38:35] [Render thread/INFO]: Stopping worker threads
[01:38:35] [Render thread/INFO]: Started 12 worker threads
[01:38:35] [Render thread/INFO]: Stopping worker threads
[01:38:35] [Render thread/INFO]: Started 12 worker threads
[01:38:35] [Render thread/INFO]: Reloading pipeline on dimension change: NETHER => OVERWORLD
[01:38:35] [Render thread/INFO]: Destroying pipeline NETHER
[01:38:35] [Render thread/INFO]: Creating pipeline for dimension OVERWORLD
[01:38:35] [Render thread/INFO]: Starting custom uniform resolving
Are there any workarounds for this? It's causing a 2-3s freeze when it restarts the pipeline twice.
11 replies