I play on a private server with my friend. We have tons of mods, and the server runs smoothly. We added Twilight Forest mod, and it seemed fine. My friend got into the dimension, but mine crashed. This is the error message:
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 3/19/16 7:59 AM
Description: Ticking screen
java.lang.IllegalArgumentException: Could not get provider type for dimension 7, does not exist
at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148)
at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:302)
at net.minecraft.world.WorldProvider.func_76570_a(WorldProvider.java:160)
at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:54)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148)
at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:302)
at net.minecraft.world.WorldProvider.func_76570_a(WorldProvider.java:160)
at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:54)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
-- Affected screen --
Details:
Screen name: net.minecraft.client.multiplayer.GuiConnecting
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
The twilight forest you have is for 1.7.2, update and if it still crashes check the configs for any mods with dimensions and make sure they all have a different ID, most mods with dimensions let you change them in the config file.
when I downloaded it, it said 1.7.2 works for 1.7.10. And like I mentioned, my friend has the same download on our server and it works for him. How do I change the id? When I join the server it says in the chat that I do need to change the ID, but i'm not sure how to. thanks.
In the .minecraft folder, where the mods folder is, look for a folder labeled "config". Open it and you should a bunch of .cfg files, look for one that would look something like "twilightforest.cfg". Open it and scroll around until you find a dimensions section of it, and change the ID of the dimension to whatever number you like. If this doesnt help just search a video on youtube and you should be able to fix it.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I play on a private server with my friend. We have tons of mods, and the server runs smoothly. We added Twilight Forest mod, and it seemed fine. My friend got into the dimension, but mine crashed. This is the error message:
---- Minecraft Crash Report ----// This doesn't make any sense!
Time: 3/19/16 7:59 AM
Description: Ticking screen
java.lang.IllegalArgumentException: Could not get provider type for dimension 7, does not exist
at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148)
at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:302)
at net.minecraft.world.WorldProvider.func_76570_a(WorldProvider.java:160)
at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:54)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.common.DimensionManager.getProviderType(DimensionManager.java:148)
at net.minecraftforge.common.DimensionManager.createProviderFor(DimensionManager.java:302)
at net.minecraft.world.WorldProvider.func_76570_a(WorldProvider.java:160)
at net.minecraft.client.multiplayer.WorldClient.<init>(WorldClient.java:54)
at net.minecraft.client.network.NetHandlerPlayClient.func_147282_a(NetHandlerPlayClient.java:238)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:70)
at net.minecraft.network.play.server.S01PacketJoinGame.func_148833_a(SourceFile:13)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
at net.minecraft.client.multiplayer.GuiConnecting.func_73876_c(SourceFile:78)
-- Affected screen --
Details:
Screen name: net.minecraft.client.multiplayer.GuiConnecting
Stacktrace:
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1661)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 389825432 bytes (371 MB) / 813576192 bytes (775 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 48 mods loaded, 48 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCHIJA NotEnoughItems{1.0.3.74} [Not Enough Items] (Not-Enough-Items-1.7.10.jar)
UCHIJA Backpack{2.0.1} [Backpack] (Backpacks-Mod.jar)
UCHIJA chocolateQuest{1.0} [Chocolate Quest] (Better-Dungeons-Mod-1.7.10.jar)
UCHIJA Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar)
UCHIJA Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-Mod-1.7.10.jar)
UCHIJA betterstorage{0.9.2.107} [BetterStorage] (Better-Storage-Mod-1.7.10.jar)
UCHIJA BiblioCraft{1.11.2} [BiblioCraft] (BiblioCraft-Mod-1.7.10.jar)
UCHIJA BiomesOPlenty{2.0.2} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.0.2.897-universal.jar)
UCHIJA BuildCraft|Core{7.1.6} [BuildCraft] (BuildCraft-Mod-1.7.10.jar)
UCHIJA BuildCraft|Builders{7.1.6} [BC Builders] (BuildCraft-Mod-1.7.10.jar)
UCHIJA BuildCraft|Transport{7.1.6} [BC Transport] (BuildCraft-Mod-1.7.10.jar)
UCHIJA BuildCraft|Energy{7.1.6} [BC Energy] (BuildCraft-Mod-1.7.10.jar)
UCHIJA BuildCraft|Silicon{7.1.6} [BC Silicon] (BuildCraft-Mod-1.7.10.jar)
UCHIJA BuildCraft|Robotics{7.1.6} [BC Robotics] (BuildCraft-Mod-1.7.10.jar)
UCHIJA BuildCraft|Factory{7.1.6} [BC Factory] (BuildCraft-Mod-1.7.10.jar)
UCHIJA CarpentersBlocks{3.2.5} [Carpenter's Blocks] (Carpenters-Blocks-Mod-1.7.10.zip)
UCHIJA cfm{3.4.8} [ยง9MrCrayfish's Furniture Mod] (cfm-3.4.8-mc1.7.10.jar)
UCHIJA chisel{1.5.6b} [Chisel] (Chisel-Mod-1.7.10.jar)
UCHIJA DamageIndicatorsMod{3.2.0} [Damage Indicators] (Damage-Indicators-Mod-1.7.10.jar)
UCHIJA props{1.10} [Decocraft] (Decocraft-1.10_1.7.2and1.7.10.jar.zip)
UCHIJA MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v6.3.1.zip)
UCHIJA dungeonpack{1.7.10-1.0} [Dungeon Pack] (Dungeon-Pack-Mod-1.7.10.jar)
UCHIJA farlanders{1.2b} [The Farlanders] (Farlanders-Mod-1.7.10.jar)
UCHIJA flansmod{4.10.0} [Flan's Mod] (Flans Mod-1.7.10-4.10.0.jar)
UCHIJA harvestcraft{1.7.10d} [Pam's HarvestCraft] (HarvestCraft-Mod-1.7.10.jar)
UCHIJA iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar)
UCHIJA Hats{4.0.1} [Hats] (Hats-Mod-1.7.10.jar)
UCHIJA journeymap{5.1.3} [JourneyMap] (JourneyMap-Mod-1.7.10-Unlimited.jar)
UCHIJA lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar)
UCHIJA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-Mod-1.7.10.jar)
UCHIJA RadixCore{2.1.1} [RadixCore] (RadixCore-1.7.10-2.1.1-universal.jar)
UCHIJA MCA{1.7.10-5.1.1.2} [Minecraft Comes Alive] (MCA-1.7.10-5.1.1.2-universal.jar)
UCHIJA Morph{0.9.0} [Morph] (Morphing-Mod-1.7.10.jar)
UCHIJA OreSpawn{1.7.10.20.3} [OreSpawn] (Ore-Spawn-Mod-1.7.10.zip)
UCHIJA AS_Ruins{15.4} [Ruins Spawning System] (Ruins-1.7.10.jar)
UCHIJA SC0_SpaceCore{0.7.14} [SpaceCore] (SpaceCore-1.7.10.jar)
UCHIJA Sync{4.0.0} [Sync] (Sync-Mod-1.7.10.jar)
UCHIJA TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-Mod-1.7.10.jar)
UCHIJA TMechworks{0.2.15.106} [Tinkers' Mechworks] (Tinkers-Mechworks-Mod-1.7.10.jar)
UCHIJA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJA Treecapitator{1.7.10} [Treecapitator] (Tree-Capitator-Mod-1.7.10.jar)
UCHIJA TwilightForest{2.2.3} [The Twilight Forest] (Twilight-Forest-Mod-1.7.2.jar)
UCHIJA AS_UpdateCheck{1.1.7} [AtomicStryker Update Check Mod] (UpdateCheckerMod-1.7.10.jar)
UCHIJA SC0_UsefulPets{1.2.3} [Useful Pets] (Useful-Pets-Mod-1.7.10.jar)
GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4331' Renderer: 'Intel(R) HD Graphics 5500'
Mantle Environment: Environment healthy.
Can anybody help?
The twilight forest you have is for 1.7.2, update and if it still crashes check the configs for any mods with dimensions and make sure they all have a different ID, most mods with dimensions let you change them in the config file.
when I downloaded it, it said 1.7.2 works for 1.7.10. And like I mentioned, my friend has the same download on our server and it works for him. How do I change the id? When I join the server it says in the chat that I do need to change the ID, but i'm not sure how to. thanks.
In the .minecraft folder, where the mods folder is, look for a folder labeled "config". Open it and you should a bunch of .cfg files, look for one that would look something like "twilightforest.cfg". Open it and scroll around until you find a dimensions section of it, and change the ID of the dimension to whatever number you like. If this doesnt help just search a video on youtube and you should be able to fix it.