This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar) | |
LibLoader (# LibLoader.jar) | |
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar) | |
DCLoadingPlugin (DummyCoreUnofficial-2.4.112.4.jar) | |
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) | |
CoreMod (TickProfiler-1.12-0.0.6.jar) | |
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.10.1-1.12.2.jar) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20.08 14:52:27 [Server] Server thread/INFO [minecraft/DedicatedServer]: There are 0/200 players online: | |
20.08 14:52:27 [Server] Server thread/INFO [minecraft/DedicatedServer]: | |
20.08 14:55:28 [Server] Server thread/INFO [minecraft/DedicatedServer]: There are 0/200 players online: | |
20.08 14:55:28 [Server] Server thread/INFO [minecraft/DedicatedServer]: | |
20.08 14:58:29 [Server] Server thread/INFO [minecraft/DedicatedServer]: There are 0/200 players online: | |
20.08 14:58:29 [Server] Server thread/INFO [minecraft/DedicatedServer]: | |
20.08 14:58:58 [Server] User Authenticator #2/INFO [minecraft/NetHandlerLoginServer]: UUID of player Jason_Anaminus is afe8dc76-929f-480c-bed7-954a49c2204c | |
20.08 14:58:58 [Server] Netty Epoll Server IO #10/INFO [FML]: Client protocol version 2 | |
20.08 14:58:58 [Server] Netty Epoll Server IO #10/INFO [FML]: Client attempting to join with 172 mods : [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],universalmo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NullPointerException | |
at forestry.factory.gadgets.TileWorktable$RecipeBridge.getRecipe(TileWorktable.java:56) | |
at forestry.factory.gadgets.TileWorktable.setRecipe(TileWorktable.java:360) | |
at forestry.factory.gui.ContainerWorktable.updateRecipe(ContainerWorktable.java:90) | |
at forestry.factory.gui.ContainerWorktable.<init>(ContainerWorktable.java:61) | |
at forestry.factory.GuiHandlerFactory.getServerGuiElement(GuiHandlerFactory.java:120) | |
at forestry.core.GuiHandler.getServerGuiElement(GuiHandler.java:65) | |
at cpw.mods.fml.common.network.NetworkRegistry.openRemoteGui(NetworkRegistry.java:308) | |
at cpw.mods.fml.common.network.FMLNetworkHandler.openGui(FMLNetworkHandler.java:352) | |
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2396) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This mod finally fixes the worst issue of 1.12.2 | |
The Iron Nugget... | |
It simply rotates the nugget 90 degrees anti-clockwise so it FITS WITH EVERY OTHER NUGGET!!! UGH! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[SMAPI] An error occured in the base update loop: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. | |
Parameter name: index | |
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) | |
at StardewValley.AnimatedSprite.animateOnce(GameTime time) | |
at StardewValley.NPC.update(GameTime time, GameLocation location) | |
at StardewValley.GameLocation.updateEvenIfFarmerIsntHere(GameTime time, Boolean ignoreWasUpdatedFlush) | |
at StardewValley.Game1.UpdateLocations(GameTime time) | |
at StardewValley.Game1.Update(GameTime gameTime) | |
at StardewModdingAPI.Framework.SGame.Update(GameTime gameTime) in C:\source\_Stardew\SMAPI\src\SMAPI\Framework\SGame.cs:line 594 | |
[SMAPI] An error occured in the base update loop: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
EnderCorePlugin (EnderCore-1.12.2-0.5.18.jar) | |
Contact their authors BEFORE contacting forge | |
// Don't do that. | |
Time: 4/11/18 7:50 PM | |
Description: There was a severe problem during mod loading that has caused the game to fail |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[03:07:33] [Netty Client IO #2/ERROR]: NetworkDispatcher exception | |
java.lang.IllegalStateException: The object net.minecraftforge.oredict.ShapedOreRecipe@359675fe (name buildcraftcompat:pipe_item_propolis_colorless) is being added too late. | |
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:316) ~[ForgeRegistry.class:?] | |
at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:275) ~[ForgeRegistry.class:?] | |
at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:108) ~[ForgeRegistry.class:?] | |
at buildcraft.compat.module.forestry.pipe.ForestryPipes.addPipeRecipe(ForestryPipes.java:76) ~[ForestryPipes.class:?] | |
at buildcraft.compat.module.forestry.pipe.ForestryPipes.registerRecipes(ForestryPipes.java:59) ~[ForestryPipes.class:?] | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1046_ForestryPipes_registerRecipes_RegistryEvent.invoke(.dynamic) ~[?:?] | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[AS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18.02 19:00:03 [Multicraft] Starting server! | |
18.02 19:00:03 [Multicraft] Loaded config for "Forge 1.12.2" | |
18.02 19:00:03 [Multicraft] Updating eula.txt file | |
18.02 19:00:03 [Server] INFO Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 | |
18.02 19:00:05 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
18.02 19:00:05 [Server] main/INFO [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
18.02 19:00:05 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
18.02 19:00:05 [Server] INFO 2018-02-18 19:00:05,982 main WARN Disabling terminal, you're running in an unsupported environment. | |
18.02 19:00:06 [Server] main/INFO [FML]: Forge Mod Loader version 14.23.2.2615 for Minecraft 1.12.2 loading | |
18.02 19:00:06 [Server] main/INFO [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18.02 19:00:03 [Multicraft] Starting server! | |
18.02 19:00:03 [Multicraft] Loaded config for "Forge 1.12.2" | |
18.02 19:00:03 [Multicraft] Updating eula.txt file | |
18.02 19:00:03 [Server] INFO Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 | |
18.02 19:00:05 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
18.02 19:00:05 [Server] main/INFO [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
18.02 19:00:05 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker | |
18.02 19:00:05 [Server] INFO 2018-02-18 19:00:05,982 main WARN Disabling terminal, you're running in an unsupported environment. | |
18.02 19:00:06 [Server] main/INFO [FML]: Forge Mod Loader version 14.23.2.2615 for Minecraft 1.12.2 loading | |
18.02 19:00:06 [Server] main/INFO [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) | |
MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.1.134.jar) | |
OpenModsCorePlugin (OpenModsLib-1.12.2-0.11.5.jar) | |
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar) | |
AstralCore (astralsorcery-1.12.2-1.8.5.jar) | |
LittlePatchingLoader (LittleTiles v1.5.0-pre70 mc1.12.2.jar) | |
CreativePatchingLoader (CreativeCore v1.9.16 mc1.12.2.jar) |
NewerOlder