Solved Dwolf20, Twilight Forest Entry Client Crash

  • 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

Conpen

New Member
Jul 29, 2019
7
0
0
Whenever anybody on my server attempts to jump into the TF portal, we freeze for a few seconds before getting a cobblestone screen and eventually a crash log (Found below).

My friend and I both have optifine C3 Ultra installed, and I have had to edit the player.dat files to get us back to the overworld, because each time we join the server after the crash we would crash again. These crashes are purely client-side, the server shows a few lines of java exceptions and generic.reason disconnect message for us.

My server has Dynmap and Rei's Minimap Forge login-message plugins installed. Our overworld map is carried in from Dwolf V3, and TF dimension is set to Dimension 45 in the config because of Mystcraft conflicts after updating to V5.

Thanks for your support!
 

Attachments

  • crash-2013-02-03_11.15.10-client.txt
    18 KB · Views: 108

Velotican

New Member
Jul 29, 2019
799
0
0
The problem is probably Dynmap as you're using a non-standard Twilight Forest dimension ID. I'm not very familiar with Dynmap but perhaps it needs to be pointed to the correct dimension provider somehow? The error you've got is what happens when Forge looks for a custom dimension handler and can't find it.

First disable the Dynmap plugin and see if you still get the crash. If you don't, then perhaps the plugin is misconfigured.
 

Conpen

New Member
Jul 29, 2019
7
0
0
Thanks for the reply, I removed dynmap.zip from the mods folder (I believe that is the proper way to disable a mod/plugin), but I still receive the same error. I'll try with the loginmessage plugin disabled, but I doubt that could be the cause.
 

Velotican

New Member
Jul 29, 2019
799
0
0
If the crash isn't being caused by Dynmap then maybe it's TF or Mystcraft. Try changing their ProviderIDs in the config so that they're different to each other. The goal is to let Forge detect the dimension managers correctly.
 

Conpen

New Member
Jul 29, 2019
7
0
0
I looked in both the configs and found a provider ID option for Mystcraft, and I changed it from 9 to 10. No option in the TF config for provider IDs, and the crash still occurs with same error. Thanks for all the help you've done so far, I hope we can find a solution.