Industrial craft 2 error the ic2 config file contains an invalid entry for balance recyclerblacklist

What should i do ?


    • Official Post
    • #2

    Delete the ic2.ini config file in the config folder and launching again should regenerate a correct new one.

    • #3

    Delete the ic2.ini config file in the config folder and launching again should regenerate a correct new one.

    Yea but bro where i find the config file

    • Official Post
    • #4

    Yea but bro where i find the config file

    Wherever your .minecraft folder is, config/IC2.ini

    Also, if you have anything in your config/ic2 folder, make a backup of that then delete this ic2 folder. Chances are that you don’t have anything in it.

    Delete ANYTHING that’s called IC2 in your config folder. If that’s not enough for you, take out your hard drive from your computer and glue it to a brick. Then throw that brick through the window of your school.

    • #5

    Man i don’t even have IC2 config file

    • Official Post
    • #6

    The IC2 file right below your harvestcraft_fruittree file and above your ichunutil file.

    Look at the bottom of your screenshot.

Вылетает при загрузке Индустриал Крафт 2

Логи индустриал крафта:

[23:19:41] [Client thread/ERROR]: IndustrialCraft 2 Error

The IC2 config file contains an invalid entry for balance/recyclerBlacklist.

Invalid value at line 191 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:scaffold).

There is no item matching IC2:scaffold.
[23:19:41] [Client thread/FATAL]: Exception caught while showing an error.
java.lang.IllegalStateException: From thread Thread[Client thread,5,main]: Thread[Thread-7,5,main] already has the context current
	at org.lwjgl.opengl.ContextGL.checkAccess(ContextGL.java:184) ~[lwjgl-2.9.1.jar:?]
	at org.lwjgl.opengl.ContextGL.forceDestroy(ContextGL.java:241) ~[lwjgl-2.9.1.jar:?]
	at org.lwjgl.opengl.DrawableGL.destroy(DrawableGL.java:130) ~[lwjgl-2.9.1.jar:?]
	at org.lwjgl.opengl.Display$5.destroy(Display.java:834) ~[lwjgl-2.9.1.jar:?]
	at org.lwjgl.opengl.Display.destroy(Display.java:1095) ~[lwjgl-2.9.1.jar:?]
	at ic2.core.PlatformClient.displayError(PlatformClient.java:112) [PlatformClient.class:?]
	at ic2.core.util.ConfigUtil.displayError(ConfigUtil.java:330) [ConfigUtil.class:?]
	at ic2.core.util.ConfigUtil.asRecipeInputList(ConfigUtil.java:44) [ConfigUtil.class:?]
	at ic2.core.block.machine.tileentity.TileEntityRecycler.initLate(TileEntityRecycler.java:51) [TileEntityRecycler.class:?]
	at ic2.core.IC2.modsLoaded(IC2.java:572) [IC2.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
	at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
	at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
	at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
	at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
	at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

Содержание

  1. The IC2 config file contains an invalid entry for balance/recyclerBlacklist. Invalid value at line 191 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:scaffold). There is no item
  2. Crash 1.12.2
  3. Minecraft Forums
  4. IC2 Error
  5. Industrial craft 2 error the ic2 config file contains

The IC2 config file contains an invalid entry for balance/recyclerBlacklist. Invalid value at line 191 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:scaffold). There is no item

What should i do ?

Delete the ic2.ini config file in the config folder and launching again should regenerate a correct new one.

145 Mods isn’t too many. 9 types of copper and 8 types of tin aren’t too many. 3 types of coffee though?

I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.

—- Minecraft Crash Report —-
// I just don’t know what went wrong

I see this too much.

Delete the ic2.ini config file in the config folder and launching again should regenerate a correct new one.

Yea but bro where i find the config file

Edited 2 times, last by Malaxianos: I found the config file but i don’t see the industrial craft 2 file ( Jun 20th 2019 ).

Yea but bro where i find the config file

Wherever your .minecraft folder is, config/IC2.ini

Also, if you have anything in your config/ic2 folder, make a backup of that then delete this ic2 folder. Chances are that you don’t have anything in it.

Delete ANYTHING that’s called IC2 in your config folder. If that’s not enough for you, take out your hard drive from your computer and glue it to a brick. Then throw that brick through the window of your school.

Источник

Crash 1.12.2

My game is crashing with industrial mod ( just have this mod installed ), but just when i play 1.12.2 version ! Somebody can help me ?

> [18:30:53] [main/FATAL] [ic2.General]: IndustrialCraft 2 Error

> The IC2 config file contains an invalid entry for balance/recyclerBlacklist.

> Invalid value at line 67 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockScaffold).

> There is no item matching IC2:blockScaffold.

> [18:30:53] [main/FATAL] [ic2.General]: Exception caught while showing an error.

> java.lang.IllegalStateException: From thread Thread[Client thread,10,main]: Thread[Thread-4,10,main] already has the context current

> at ic2.core.PlatformClient.displayError(PlatformClient.java:214) [PlatformClient.class:?]

> at ic2.core.util.ConfigUtil.displayError(ConfigUtil.java:303) [ConfigUtil.class:?]

> at ic2.core.util.ConfigUtil.asRecipeInputList(ConfigUtil.java:43) [ConfigUtil.class:?]

> at ic2.core.block.machine.tileentity.TileEntityRecycler.initLate(TileEntityRecycler.java:50) [TileEntityRecycler.class:?]

> at ic2.core.IC2.modsLoaded(IC2.java:395) [IC2.class:?]

> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

> at java.lang.reflect.Method.invoke(Unknown Source)

> at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:606) [FMLModContainer.class:?]

> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

> at java.lang.reflect.Method.invoke(Unknown Source)

> at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]

> at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]

> at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]

> at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]

> at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]

> at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]

> at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]

> at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253) [LoadController.class:?]

> at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231) [LoadController.class:?]

> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

> at java.lang.reflect.Method.invoke(Unknown Source)

> at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [guava-21.0.jar:?]

> at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [guava-21.0.jar:?]

> at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [guava-21.0.jar:?]

> at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [guava-21.0.jar:?]

> at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [guava-21.0.jar:?]

> at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [guava-21.0.jar:?]

> at com.google.common.eventbus.EventBus.post(EventBus.java:217) [guava-21.0.jar:?]

> at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148) [LoadController.class:?]

> at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:724) [Loader.class:?]

> at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:352) [FMLClientHandler.class:?]

> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:534) [bib.class:?]

> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377) [bib.class:?]

> at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]

> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

> at java.lang.reflect.Method.invoke(Unknown Source)

> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]

> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

> AL lib: (EE) alc_cleanup: 1 device not closed

> Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

[VersionManager] Refreshing versions locally.

[VersionManager] Versions has been refreshed (11 ms)

Источник

Minecraft Forums

This thread was marked as Locked by master801 .

IC2 Error

    li» data-page-inline=»False» data-scroll-inline=»False»>

  • Tree Puncher
  • Location: Rolla, Missouri
  • Join Date: 3/14/2016
  • Posts: 34
  • Location: The United States
  • Minecraft: IketheSpiker
  • Member Details

Hello guys! I keep getting an error when trying to play IC2 on minecraft 1.8.9, 1.9.4, and 1.10.2. Here’s the error message:

— System Details —
Details:
Minecraft Version: 1.9.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 95445552 bytes (91 MB) / 301199360 bytes (287 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
GL info: ‘ Vendor: ‘NVIDIA Corporation’ Version: ‘3.3.0’ Renderer: ‘NVS 3100M/PCIe/SSE2’
[09:59:57] [Client thread/INFO] [FML]: MinecraftForge v12.17.0.1976 Initialized
[09:59:57] [Client thread/INFO] [FML]: Replaced 232 ore recipes
[09:59:57] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[09:59:57] [Client thread/INFO] [FML]: Searching C:UsersDell LatitudeAppDataRoaming.minecraftmods for mods
[10:00:00] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[10:00:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, IC2] at CLIENT
[10:00:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, IC2] at SERVER
[10:00:01] [Client thread/ERROR] [IC2]: The mod IC2 is expecting signature de041f9f6187debbc77034a344134053277aa3b0 for source industrialcraft-2-2.5.52-ex19.jar, however there is no signature matching that description
[10:00:01] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:IndustrialCraft 2
[10:00:01] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[10:00:02] [Client thread/INFO] [FML]: Found 418 ObjectHolder annotations
[10:00:02] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[10:00:02] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[10:00:02] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[10:00:02] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[10:00:03] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: UP_TO_DATE Target: null
[10:00:05] [Client thread/WARN] [IC2.Block]: The block crop is not initialized.
[10:00:05] [Client thread/WARN] [IC2.Item]: The item tritium_fuel_rod is not initialized.
[10:00:05] [Client thread/WARN] [IC2.Item]: The item crop_seed_bag is not initialized.
[10:00:05] [Client thread/WARN] [IC2.Item]: The item plasma_launcher is not initialized.
[10:00:05] [Client thread/WARN] [IC2.Block]: The fluid deuterium is not initialized.
[10:00:05] [Client thread/INFO] [FML]: Applying holder lookups
[10:00:05] [Client thread/INFO] [FML]: Holder lookups applied
[10:00:05] [Client thread/INFO] [FML]: Injecting itemstacks
[10:00:05] [Client thread/INFO] [FML]: Itemstack injection complete
[10:00:06] [Sound Library Loader/INFO]: Starting up SoundSystem.
[10:00:06] [Thread-8/INFO]: Initializing LWJGL OpenAL
[10:00:06] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[10:00:07] [Thread-8/INFO]: OpenAL initialized.
[10:00:07] [Sound Library Loader/INFO]: Sound engine started
[10:00:09] [Client thread/INFO] [FML]: Max texture size: 8192
[10:00:09] [Client thread/INFO]: Created: 16×16 textures-atlas
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 312 out of 312 recipes for shaped recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 70 out of 70 recipes for shapeless recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 17 out of 17 recipes for block cutter recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 47 out of 47 recipes for compressor recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 11 out of 11 recipes for extractor recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 64 out of 64 recipes for macerator recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 9 out of 9 recipes for metal former extruding recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes
[10:00:13] [Client thread/INFO] [FML]: Injecting itemstacks
[10:00:13] [Client thread/INFO] [FML]: Itemstack injection complete
[10:00:13] [Client thread/ERROR] [FML]: IndustrialCraft 2 Error

The IC2 config file contains an invalid entry for balance/recyclerBlacklist.

Invalid value at line 63 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockScaffold).

Источник

Industrial craft 2 error the ic2 config file contains

[lwjgl-2.9.1.jar:?]
> at org.lwjgl.opengl.ContextGL.forceDestroy(ContextGL.java:241)

[lwjgl-2.9.1.jar:?]
> at org.lwjgl.opengl.DrawableGL.destroy(DrawableGL.java:130)

[lwjgl-2.9.1.jar:?]
> at org.lwjgl.opengl.Display$5.destroy(Display.java:834)

[lwjgl-2.9.1.jar:?]
> at org.lwjgl.opengl.Display.destroy(Display.java:1095)

[lwjgl-2.9.1.jar:?]
> at ic2.core.PlatformClient.displayError(PlatformClient.java:112) [PlatformClient.class:?]
> at ic2.core.util.ConfigUtil.displayError(ConfigUtil.java:330) [ConfigUtil.class:?]
> at ic2.core.util.ConfigUtil.asRecipeInputList(ConfigUtil.java:44) [ConfigUtil.class:?]
> at ic2.core.block.machine.tileentity.TileEntityRecycler.initLate(TileEntityRecycler.java:51) [TileEntityRecycler.class:?]
> at ic2.core.IC2.modsLoaded(IC2.java:572) [IC2.class:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[?:1.8.0_111]
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Unknown Source)

[?:1.8.0_111]
> at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532) [FMLModContainer.class:?]
> at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)

[. ]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Unknown Source)

[?:1.8.0_111]
> at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
> at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
> at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
> at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
> at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[?:1.8.0_111]
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Unknown Source)

[?:1.8.0_111]
> at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
> at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
> at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
> at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
> at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
> at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
> at cpw.mods.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
> at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311) [FMLClientHandler.class:?]
> at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552) [bao.class:?]
> at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
> at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[?:1.8.0_111]
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Unknown Source)

[?:1.8.0_111]
> at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
> at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Here I am!
[VersionManager] Refreshing versions locally.
[VersionManager] Versions has been refreshed (9 ms)
[Launcher] Launcher exited.
[Launcher] Minecraft closed with exit code: 1
[OS] Trying to open URL with default browser: https://tlauncher.org/ru/error-start-minecraft.html
[OS] Trying to open link with default browser: https://tlauncher.org/ru/error-start-minecraft.html

ещё крашится с ранними версиями тинкер конструкта. сам играю на 1 7 10

«Когда составляли в 1862 году десятивёрстную карту империи, вовсе и обозначать не хотели этот город. Но тут поползла муха и сделала точку. Стали эту точку измерять и, оказывается, прямехонько на наш город муха сделала: такая аккуратная была муха, все градусы соблюла, и широту и долготу. Ну, конечно, карту портить жалко, приписали тогда обозначение, — и стал город Мухосранск»
— Цит. по: В. В. Абашев, А. Ф. Белоусов, Т. В. Цивьян. Геопанорама русской культуры: Провинция и её локальные тексты.

Источник

Hello guys! I keep getting an error when trying to play IC2 on minecraft 1.8.9, 1.9.4, and 1.10.2. Here’s the error message:

— System Details —
Details:
Minecraft Version: 1.9.4
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 95445552 bytes (91 MB) / 301199360 bytes (287 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML:
Loaded coremods (and transformers):
GL info: ‘ Vendor: ‘NVIDIA Corporation’ Version: ‘3.3.0’ Renderer: ‘NVS 3100M/PCIe/SSE2’
[09:59:57] [Client thread/INFO] [FML]: MinecraftForge v12.17.0.1976 Initialized
[09:59:57] [Client thread/INFO] [FML]: Replaced 232 ore recipes
[09:59:57] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[09:59:57] [Client thread/INFO] [FML]: Searching C:UsersDell LatitudeAppDataRoaming.minecraftmods for mods
[10:00:00] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[10:00:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, IC2] at CLIENT
[10:00:00] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, IC2] at SERVER
[10:00:01] [Client thread/ERROR] [IC2]: The mod IC2 is expecting signature de041f9f6187debbc77034a344134053277aa3b0 for source industrialcraft-2-2.5.52-ex19.jar, however there is no signature matching that description
[10:00:01] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:IndustrialCraft 2
[10:00:01] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[10:00:02] [Client thread/INFO] [FML]: Found 418 ObjectHolder annotations
[10:00:02] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[10:00:02] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[10:00:02] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[10:00:02] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[10:00:03] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: UP_TO_DATE Target: null
[10:00:05] [Client thread/WARN] [IC2.Block]: The block crop is not initialized.
[10:00:05] [Client thread/WARN] [IC2.Item]: The item tritium_fuel_rod is not initialized.
[10:00:05] [Client thread/WARN] [IC2.Item]: The item crop_seed_bag is not initialized.
[10:00:05] [Client thread/WARN] [IC2.Item]: The item plasma_launcher is not initialized.
[10:00:05] [Client thread/WARN] [IC2.Block]: The fluid deuterium is not initialized.
[10:00:05] [Client thread/INFO] [FML]: Applying holder lookups
[10:00:05] [Client thread/INFO] [FML]: Holder lookups applied
[10:00:05] [Client thread/INFO] [FML]: Injecting itemstacks
[10:00:05] [Client thread/INFO] [FML]: Itemstack injection complete
[10:00:06] [Sound Library Loader/INFO]: Starting up SoundSystem…
[10:00:06] [Thread-8/INFO]: Initializing LWJGL OpenAL
[10:00:06] [Thread-8/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[10:00:07] [Thread-8/INFO]: OpenAL initialized.
[10:00:07] [Sound Library Loader/INFO]: Sound engine started
[10:00:09] [Client thread/INFO] [FML]: Max texture size: 8192
[10:00:09] [Client thread/INFO]: Created: 16×16 textures-atlas
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 312 out of 312 recipes for shaped recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 70 out of 70 recipes for shapeless recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 5 out of 5 recipes for blast furnace recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 17 out of 17 recipes for block cutter recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 47 out of 47 recipes for compressor recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 11 out of 11 recipes for extractor recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 64 out of 64 recipes for macerator recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 4 out of 4 recipes for metal former cutting recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 9 out of 9 recipes for metal former extruding recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 14 out of 14 recipes for metal former rolling recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 8 out of 8 recipes for ore washing recipes
[10:00:12] [Client thread/INFO] [IC2.Recipe]: Successfully loaded 25 out of 25 recipes for thermal centrifuge recipes
[10:00:13] [Client thread/INFO] [FML]: Injecting itemstacks
[10:00:13] [Client thread/INFO] [FML]: Itemstack injection complete
[10:00:13] [Client thread/ERROR] [FML]: IndustrialCraft 2 Error

The IC2 config file contains an invalid entry for balance/recyclerBlacklist.

Invalid value at line 63 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockScaffold).

There is no item matching IC2:blockScaffold.
[10:00:13] [Client thread/FATAL] [IC2.General]: Exception caught while showing an error.
java.lang.IllegalStateException: From thread Thread[Client thread,5,main]: Thread[Thread-6,5,main] already has the context current
at org.lwjgl.opengl.ContextGL.checkAccess(ContextGL.java:184) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.ContextGL.forceDestroy(ContextGL.java:241) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.DrawableGL.destroy(DrawableGL.java:130) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.Display$5.destroy(Display.java:834) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at org.lwjgl.opengl.Display.destroy(Display.java:1095) ~[lwjgl-2.9.4-nightly-20150209.jar:?]
at ic2.core.PlatformClient.displayError(PlatformClient.java:195) [PlatformClient.class:?]
at ic2.core.util.ConfigUtil.displayError(ConfigUtil.java:301) [ConfigUtil.class:?]
at ic2.core.util.ConfigUtil.asRecipeInputList(ConfigUtil.java:45) [ConfigUtil.class:?]
at ic2.core.block.machine.tileentity.TileEntityRecycler.initLate(TileEntityRecycler.java:44) [TileEntityRecycler.class:?]
at ic2.core.IC2.modsLoaded(IC2.java:411) [IC2.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:566) [FMLModContainer.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:228) [LoadController.class:?]
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:206) [LoadController.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:135) [LoadController.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:772) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:316) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:518) [bcd.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:349) [bcd.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

PLEASE HELP!

Обновлено: 08.02.2023

This thread was marked as Locked by master801 .

IC2 Error

  • Tree Puncher
  • Location: Rolla, Missouri
  • Join Date: 3/14/2016
  • Posts: 34
  • Location: The United States
  • Minecraft: IketheSpiker
  • Member Details

Hello guys! I keep getting an error when trying to play IC2 on minecraft 1.8.9, 1.9.4, and 1.10.2. Here’s the error message:

The IC2 config file contains an invalid entry for balance/recyclerBlacklist.

Invalid value at line 63 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:blockScaffold).

[lwjgl-2.9.1.jar:?]
> at org.lwjgl.opengl.ContextGL.forceDestroy(ContextGL.java:241)

[lwjgl-2.9.1.jar:?]
> at org.lwjgl.opengl.DrawableGL.destroy(DrawableGL.java:130)

[lwjgl-2.9.1.jar:?]
> at org.lwjgl.opengl.Display$5.destroy(Display.java:834)

[lwjgl-2.9.1.jar:?]
> at org.lwjgl.opengl.Display.destroy(Display.java:1095)

[lwjgl-2.9.1.jar:?]
> at ic2.core.PlatformClient.displayError(PlatformClient.java:112) [PlatformClient.class:?]
> at ic2.core.util.ConfigUtil.displayError(ConfigUtil.java:330) [ConfigUtil.class:?]
> at ic2.core.util.ConfigUtil.asRecipeInputList(ConfigUtil.java:44) [ConfigUtil.class:?]
> at ic2.core.block.machine.tileentity.TileEntityRecycler.initLate(TileEntityRecycler.java:51) [TileEntityRecycler.class:?]
> at ic2.core.IC2.modsLoaded(IC2.java:572) [IC2.class:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[?:1.8.0_111]
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Unknown Source)

[. ]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Unknown Source)

[?:1.8.0_111]
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Unknown Source)

[?:1.8.0_111]
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[?:1.8.0_111]
> at java.lang.reflect.Method.invoke(Unknown Source)

ещё крашится с ранними версиями тинкер конструкта. сам играю на 1 7 10

«Когда составляли в 1862 году десятивёрстную карту империи, вовсе и обозначать не хотели этот город. Но тут поползла муха и сделала точку. Стали эту точку измерять и, оказывается, прямехонько на наш город муха сделала: такая аккуратная была муха, все градусы соблюла, и широту и долготу. Ну, конечно, карту портить жалко, приписали тогда обозначение, — и стал город Мухосранск»
— Цит. по: В. В. Абашев, А. Ф. Белоусов, Т. В. Цивьян. Геопанорама русской культуры: Провинция и её локальные тексты.

Отрывок из логов на моменте, на котором произошла ошибка.

[11:36:48] [Client thread/INFO] [BuildCraft]: BuildCraft’s fake player: UUID = 77456a1f-b9f9-3f84-8863-ddef5b8e2209, name = ‘[BuildCraft]’!
[11:36:48] [Client thread/ERROR] [FML]: IndustrialCraft 2 Error

The IC2 config file contains an invalid entry for balance/recyclerBlacklist.

Invalid value at line 63 (recyclerBlacklist = minecraft:glass_pane, minecraft:stick, minecraft:snowball, minecraft:snow_layer, minecraft:snow, IC2:scaffold).

Delete the ic2.ini config file in the config folder and launching again should regenerate a correct new one.

145 Mods isn’t too many. 9 types of copper and 8 types of tin aren’t too many. 3 types of coffee though?

I know that you believe that you understood what you think I said, but I am not sure you realise that what you read was not what I meant.

—- Minecraft Crash Report —-
// I just don’t know what went wrong

Читайте также:

      

  • Neverwinter системные требования
  •   

  • Как включить тепловизор в arma 3
  •   

  • Герои меча и магии 3 системные требования
  •   

  • Как поменять почту в майнкрафте на лицензии
  •   

  • Teso как поменять альянс

Понравилась статья? Поделить с друзьями:
  • Indexoutofrangeexception index was outside the bounds of the array unity как исправить
  • Indexerror string index out of range как исправить
  • Indexerror list index out of range python ошибка
  • Indexerror list index out of range python как исправить
  • Indexability status client error