I just updated my game to v. 1.0.7, and now I am getting an error while loading the world and I get stuck in the loading process.
No error log, but this is what the Launcher Console says
Is there any reason why this is happening? Please help
No error log, but this is what the Launcher Console says
Code:
[INFO] 2012-11-20 21:25:26 [INFO] [ForgeModLoader] Loading dimension 0 (Copy of FTW(b)) (bcb@282cf2ae)
[INFO] 2012-11-20 21:25:26 [INFO] [ForgeModLoader] Loading dimension 7 (Copy of FTW(b)) (bcb@282cf2ae)
[INFO] 2012-11-20 21:25:26 [INFO] [STDOUT] Cache loaded. Size = 430
[INFO] 2012-11-20 21:25:26 [INFO] [STDOUT] Readded hashes, hash size = 430
[INFO] 2012-11-20 21:25:26 [INFO] [STDOUT] [Portal Gun 1.4.2v0.3] Portal data does not exist for dimension 7!
[INFO] 2012-11-20 21:25:26 [INFO] [ForgeModLoader] Loading dimension 1 (Copy of FTW(b)) (bcb@282cf2ae)
[INFO] 2012-11-20 21:25:26 [INFO] [STDOUT] [Portal Gun 1.4.2v0.3] Portal data does not exist for dimension 1!
[INFO] 2012-11-20 21:25:26 [INFO] [ForgeModLoader] Loading dimension -1 (Copy of FTW(b)) (bcb@282cf2ae)
[INFO] 2012-11-20 21:25:26 [INFO] [STDOUT] [Portal Gun 1.4.2v0.3] Portal data does not exist for dimension -1!
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] java.lang.IllegalArgumentException: Failed to register dimension for id 0, One is already registered
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:66)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at xcompwiz.mystcraft.MystcraftEventHandler.registerDimensions(MystcraftEventHandler.java:50)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at xcompwiz.mystcraft.MystcraftEventHandler.handleWorldLoadEvent(MystcraftEventHandler.java:37)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_60_MystcraftEventHandler_handleWorldLoadEvent_Load.invoke(.dynamic)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at bcb.a(IntegratedServer.java:66)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at bcb.c(IntegratedServer.java:87)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at fp.run(SourceFile:818)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] java.lang.IllegalArgumentException: Failed to unregister dimension for id 10; No provider registered
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraftforge.common.DimensionManager.unregisterDimension(DimensionManager.java:82)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at xcompwiz.mystcraft.MystcraftEventHandler.unregisterDimensions(MystcraftEventHandler.java:57)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at xcompwiz.mystcraft.MystcraftEventHandler.handleSaveUnloadEvent(MystcraftEventHandler.java:44)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler_61_MystcraftEventHandler_handleSaveUnloadEvent_Unload.invoke(.dynamic)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraftforge.event.EventBus.post(EventBus.java:103)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.k(MinecraftServer.java:417)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at bcb.k(IntegratedServer.java:218)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:542)
[INFO] 2012-11-20 21:25:26 [INFO] [STDERR] at fp.run(SourceFile:818)
Is there any reason why this is happening? Please help