From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../crash-2016-02-08_20.02.14-client.txt | 150 --------------------- 1 file changed, 150 deletions(-) delete mode 100644 eclipse/crash-reports/crash-2016-02-08_20.02.14-client.txt (limited to 'eclipse/crash-reports/crash-2016-02-08_20.02.14-client.txt') diff --git a/eclipse/crash-reports/crash-2016-02-08_20.02.14-client.txt b/eclipse/crash-reports/crash-2016-02-08_20.02.14-client.txt deleted file mode 100644 index e166511..0000000 --- a/eclipse/crash-reports/crash-2016-02-08_20.02.14-client.txt +++ /dev/null @@ -1,150 +0,0 @@ ----- Minecraft Crash Report ---- -// I let you down. Sorry :( - -Time: 08.02.16 20:02 -Description: Initializing game - -java.lang.IllegalArgumentException: No enum constant ihl.metallurgy.constants.ElectricConductor.Fuckupium - at java.lang.Enum.valueOf(Enum.java:236) - at ihl.metallurgy.constants.ElectricConductor.valueOf(ElectricConductor.java:1) - at ihl.metallurgy.constants.ElectricConductor.getResistivity(ElectricConductor.java:40) - at ihl.utils.IHLUtils.getUninsulatedWire(IHLUtils.java:871) - at ihl.IHLModConfig.processModificator(IHLModConfig.java:411) - at ihl.IHLModConfig.loadRecipeConfig(IHLModConfig.java:248) - at ihl.IHLModConfig.loadRecipeConfig(IHLModConfig.java:546) - at ihl.IHLModConfig.loadRecipeModificators(IHLModConfig.java:592) - at ihl.IHLMod.postInit(IHLMod.java:983) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) - at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) - at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) - at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) - at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) - at com.google.common.eventbus.EventBus.post(EventBus.java:275) - at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) - at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) - at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) - at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) - at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) - at com.google.common.eventbus.EventBus.post(EventBus.java:275) - at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) - at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742) - at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) - at net.minecraft.client.Minecraft.startGame(Minecraft.java:552) - at net.minecraft.client.Minecraft.run(Minecraft.java:878) - at net.minecraft.client.main.Main.main(SourceFile:148) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) - at net.minecraft.launchwrapper.Launch.main(Launch.java:28) - at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) - at GradleStart.main(Unknown Source) - - -A detailed walkthrough of the error, its code path and all known details is as follows: ---------------------------------------------------------------------------------------- - --- Head -- -Stacktrace: - at java.lang.Enum.valueOf(Enum.java:236) - at ihl.metallurgy.constants.ElectricConductor.valueOf(ElectricConductor.java:1) - at ihl.metallurgy.constants.ElectricConductor.getResistivity(ElectricConductor.java:40) - at ihl.utils.IHLUtils.getUninsulatedWire(IHLUtils.java:871) - at ihl.IHLModConfig.processModificator(IHLModConfig.java:411) - at ihl.IHLModConfig.loadRecipeConfig(IHLModConfig.java:248) - at ihl.IHLModConfig.loadRecipeConfig(IHLModConfig.java:546) - at ihl.IHLModConfig.loadRecipeModificators(IHLModConfig.java:592) - at ihl.IHLMod.postInit(IHLMod.java:983) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) - at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) - at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) - at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) - at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) - at com.google.common.eventbus.EventBus.post(EventBus.java:275) - at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) - at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) - at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) - at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) - at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) - at com.google.common.eventbus.EventBus.post(EventBus.java:275) - at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) - at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742) - at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) - at net.minecraft.client.Minecraft.startGame(Minecraft.java:552) - --- Initialization -- -Details: -Stacktrace: - at net.minecraft.client.Minecraft.run(Minecraft.java:878) - at net.minecraft.client.main.Main.main(SourceFile:148) - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.lang.reflect.Method.invoke(Method.java:606) - at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) - at net.minecraft.launchwrapper.Launch.main(Launch.java:28) - at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) - at GradleStart.main(Unknown Source) - --- System Details -- -Details: - Minecraft Version: 1.7.10 - Operating System: Linux (amd64) version 3.19.0-49-generic - Java Version: 1.7.0_80, Oracle Corporation - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation - Memory: 508376376 bytes (484 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB) - JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M - 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.1564 9 mods loaded, 9 mods active - States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored - UCHIJ mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) - UCHIJ FML{7.10.99.99} [Forge Mod Loader] (forgeBin-1.7.10-10.13.4.1564-1.7.10.jar) - UCHIJ Forge{10.13.4.1564} [Minecraft Forge] (forgeBin-1.7.10-10.13.4.1564-1.7.10.jar) - UCHIJ NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-dev.jar) - UCHIJ CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) - UCHIJ gregapi{GT6-MC1710} [Greg-API] (gregtech_1.7.10-6.00.62-dev.jar) - UCHIJ IC2{2.2.790-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.790-experimental-dev.jar) - UCHIE ihl{0.591} [IHL Tools & Machines for IC2V2] (bin) - UCHIJ gregtech{GT6-MC1710} [GregTech] (gregtech_1.7.10-6.00.62-dev.jar) - GL info: ' Vendor: 'X.Org' Version: '3.0 Mesa 10.5.9' Renderer: 'Gallium 0.4 on AMD SUMO' - Launched Version: 1.7.10 - LWJGL: 2.9.1 - OpenGL: Gallium 0.4 on AMD SUMO GL version 3.0 Mesa 10.5.9, X.Org - GL Caps: Using GL 1.3 multitexturing. -Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported. -Anisotropic filtering is supported and maximum anisotropy is 16. -Shaders are available because OpenGL 2.1 is supported. - - Is Modded: Definitely; Client brand changed to 'fml,forge' - Type: Client (map_client.txt) - Resource Packs: [] - Current Language: English (US) - Profiler Position: N/A (disabled) - Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used - Anisotropic Filtering: Off (1) \ No newline at end of file -- cgit v1.2.3