Problem Client crashes on entering Twilight Forest and on reconnect

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

sood

New Member
Jul 29, 2019
1
0
0
Getting this client-side error while running a server with Direwolf20 pack when entering Twilight Forest:
Code:
java.lang.IllegalArgumentException: Could not get provider type for dimension 60, does not exist
at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:108)
at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:228)
at aaq.a(WorldProvider.java:208)
at ayp.<init>(WorldClient.java:60)
at ayh.a(NetClientHandler.java:307)
at dw.a(Packet1Login.java:119)
at cg.b(TcpConnection.java:458)
at ayh.d(NetClientHandler.java:240)
at ayk.c(GuiConnecting.java:49)
at net.minecraft.client.Minecraft.l(Minecraft.java:1537)
at net.minecraft.client.Minecraft.J(Minecraft.java:846)
at net.minecraft.client.Minecraft.run(Minecraft.java:771)
at java.lang.Thread.run(Unknown Source)

Problem occurs for anyone who enters the portal until, for example, their player data is edited to remove them from the Twilight Forest dimension.

Changed the dimension ID via Twilight Forest's config to 60 to prevent a conflict with an existing Mystcraft dimension of ID 7. Works fine in SSP with default configs.


Modpack is Direwolf20 5.01 for MC 1.4.7. The only additional mod I have added is Dynmap.
The server is a local server running on my desktop.
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Code:
java.lang.IllegalArgumentException: Could not get provider type for dimension 60, does not exist
There is something wrong with the twilightforest dimension. You changed it 60, although he can't find it there by the looks.