View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002204 | Industrial-Craft² | general / other | public | 2017-06-14 09:23 | 2017-07-10 13:34 |
Reporter | Arkyo | Assigned To | Player | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Java SE 8u131 x64 | OS | Windows | OS Version | 10 Creators |
Fixed in Version | Builds for MC 1.10.x | ||||
Summary | 0002204: [1.10.2]IC2 crash,even crash log isn't generated. | ||||
Description | I added IC2 to my modpack then it crashed. I remove it & it goes again. Modpack:https://github.com/Arkyo/BigBangMods/tree/1.10.2-v0.4.0.3 Crash @ Phase 5/7 immediately when loading IC2 java -Xmx5G -Xmn2G IC 2.6.234 | ||||
Additional Information | Forge 12.18.3.2316 | ||||
Tags | No tags attached. | ||||
Minecraft Version | 1.10.2 | ||||
|
I can't even get it to load without IC2 - exactly like the branch. Problem 1: "The mod dendrology (Ancient Trees) requires mods [koresample] to be available" Problem 2: Optifine's reflection code chokes on "java.lang.NoClassDefFoundError: bxl", implying a problem with runtime deobfuscation. All with just the mods from github and forge 2254. |
|
ok lemme check it out thanks Hmm seems I have KoreSample in my %AppData% but not github,my fault And i think OptiFine deobf not working is because incompatible with my Forge? I tried b4 and OptiFine has released a patch for the issue |
|
Even if I run only Forge and IC2 still crashes |
|
It should be able to produce a crash report if it's in alone, or at least something coming up in the log file. |
|
Unfortunately nope.I would like to give you the log if I could but I can't.It doesn't generate one even alone. |
|
There is always a log file. Logging starts well before even scanning the mods folder. |
|
You mean when I press the play button,the latest.log? |
|
No, the log files are in the logs folder in your game directory, next to the mods folder. latest.log and fml-client-latest.log are relevant on the client, but only if there was actually a problem in the last run of the game. |
|
I know lol \logs\latest.log However usually when mods crash they will have a crash log in \crash-reports\ But launcher didn't generate it when ic2 crashes Anyway when I'm free I'll try get you a log |
|
There's also fml-client-latest.log (client/sp) or fml-server-latest.log (dedicated server). latest.log doesn't always receive all important information, neither do the fml ones -> I need both. Also keep in mind that they get overwritten with every launch. |
|
K I'll send fml-client and fml-server,both latest when I'm free |
|
I also need latest.log, not just the fml ones. |
|
Sure |
|
|
|
Uploading Erm.. fml-client-latest.log hasn't been modified by Forge when crasing IC2.. my latest fcl.log is on 2nd July |
|
[19:22:14] [Client thread/ERROR]: 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. [19:22:14] [Client thread/FATAL]: 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:213) [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:45) [TileEntityRecycler.class:?] at ic2.core.IC2.modsLoaded(IC2.java:421) [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:616) [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:243) [LoadController.class:?] at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221) [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:145) [LoadController.class:?] at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:810) [Loader.class:?] at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:334) [FMLClientHandler.class:?] at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:520) [bcx.class:?] at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351) [bcx.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:?] |
|
Change the end of line 63 in the config file from IC2:blockScaffold to IC2:scaffold |
|
%AppData%\.minecraft\config\ic2.ini Case-Sensitive *Fixed,thx |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-06-14 09:23 | Arkyo | New Issue | |
2017-06-14 15:29 | Player | Note Added: 0005304 | |
2017-06-14 15:29 | Player | Assigned To | => Player |
2017-06-14 15:29 | Player | Status | new => feedback |
2017-06-15 04:35 | Arkyo | Note Added: 0005305 | |
2017-06-15 04:35 | Arkyo | Status | feedback => assigned |
2017-06-15 04:39 | Arkyo | Note Edited: 0005305 | |
2017-06-15 04:45 | Arkyo | Note Edited: 0005305 | |
2017-06-18 08:10 | Arkyo | Note Added: 0005309 | |
2017-06-18 12:03 | Chocohead | Note Added: 0005311 | |
2017-06-18 12:44 | Arkyo | Note Added: 0005312 | |
2017-06-18 13:21 | Player | Note Added: 0005313 | |
2017-06-26 14:19 | Arkyo | Note Added: 0005324 | |
2017-06-26 19:08 | Player | Note Added: 0005325 | |
2017-06-30 10:48 | Arkyo | Note Added: 0005339 | |
2017-06-30 10:57 | Player | Note Added: 0005340 | |
2017-06-30 10:59 | Arkyo | Note Added: 0005341 | |
2017-06-30 11:01 | Player | Note Added: 0005342 | |
2017-06-30 11:02 | Arkyo | Note Added: 0005343 | |
2017-07-06 11:23 | Arkyo | File Added: latest.log | |
2017-07-06 11:23 | Arkyo | Note Added: 0005357 | |
2017-07-06 11:26 | Arkyo | Note Edited: 0005357 | |
2017-07-06 11:27 | Arkyo | Note Added: 0005358 | |
2017-07-06 15:43 | Chocohead | Note Added: 0005359 | |
2017-07-07 02:32 | Arkyo | Note Added: 0005364 | |
2017-07-10 13:34 | Chocohead | Status | assigned => resolved |
2017-07-10 13:34 | Chocohead | Fixed in Version | => Builds for MC 1.10.x |
2017-07-10 13:34 | Chocohead | Resolution | open => fixed |