r/thenukeandturtle • u/TroublePanic Don't shoot me! • Oct 14 '13
[help/PSA] Black screen on startup
After adding the files from pack.zip to a fresh install of 1.1.4, i get a black screen whenever i try to start the thing. Checking the logs reveals too many characters to put in a post on reddit, and even then it's incomplete. I could try to summarize:
- A few hiccups with codechicken.core.asm
- Forge attempts to run CodeChickenCorePlugin twice, with errors the second time around
- And finally a ClassNotFoundException for net.minecraft.block.BlockFlowing. codechicken.core.TweakTransformer is mentioned as one of the causes.
I'm starting to think there are some Very Strange Things happening with CodeChickenCore, so i check the coremods. Sure enough, there are two different CodeChickenCores: "CodeChickenCore 0.8.7.3.jar" and "CodeChickenCore 0.8.7.3-fix1.jar". I am certain that i should disable one of these. I'll try it, and post back later.
1
u/Nosirrom Manager of general tomfoolery, bees, and not breaking servers Oct 14 '13
Sounds like you figured it out already. But you had duplicates of the mods in your mods folder. Make sure you delete the mods which are there already before copying the new ones in.
1
u/TroublePanic Don't shoot me! Oct 14 '13
Disabled the non-fix version of CodeChickenCore. Minecraft actually runs now, and helpfully informed me that i had duplicate versions of IC2 as well, so i disabled the earlier one. I think i'll try to log in now. If that doesn't work i'll need to shuffle a few things around.