1.0.2: Crash On Start Up

  • This section is closed. Please do bug reports over at the FTB GitHub repos.
  • FTB will be shutting down this forum by the end of July. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Landonian

New Member
Jul 29, 2019
7
0
0
Version:
1.0.2

What is the bug:
I start up the launcher as always, and click launch for the DireWolf20 Modpack. However the Minecraft window pops up, it crashes before it can get to the Mojang Screen. No matter if I clear up RAM or restart my computer it always happens.

Here is the text from the FTB Command Prompt Window (I really don't know what its called...) http://pastebin.com/vLBn5BME

Mod & Version:


Paste.feed-the-beast.com log:


Can it be repeated:


Known Fix:
 

Trisscar

New Member
Jul 29, 2019
974
0
0
So this is the relevant bit, do any mods or blocks mentioned within look familiar?:

[15:27:31] [CoFHUpdater/WARN] [RedstoneArsenal]: Update check for Redstone Arsenal failed.
java.io.FileNotFoundException: https://raw.githubusercontent.com/CoFH/RedstoneArsenal/master/VERSION
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.7.0_67]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.7.0_67]
at java.net.URL.openStream(Unknown Source) ~[?:1.7.0_67]
at cofh.mod.updater.UpdateCheckThread.run(UpdateCheckThread.java:44) [UpdateCheckThread.class:?]
[15:27:31] [Client thread/INFO] [Mantle-STDERR]: [vswe.stevescarts.Blocks.ModBlocks]: Failed to create block (BlockDistributor)
java.lang.IllegalArgumentException: Duplicate id: distributor
at net.minecraft.tileentity.TileEntity.func_145826_a(TileEntity.java:43)
at cpw.mods.fml.common.registry.GameRegistry.registerTileEntity(GameRegistry.java:275)
at vswe.stevescarts.Blocks.ModBlocks.init(ModBlocks.java:83)
at vswe.stevescarts.StevesCarts.preInit(StevesCarts.java:87)
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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.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:118)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
 

Landonian

New Member
Jul 29, 2019
7
0
0
I took GammaGoblin's advice, and I really have no further plans of using 1.02 since it is a little buggy anyways but thank you for your interest!
 

Slye_Fox

New Member
Jul 29, 2019
14
0
0
Code:
[15:27:31] [Client thread/INFO] [Mantle-STDERR]: [vswe.stevescarts.Blocks.ModBlocks]: Failed to create block (BlockDistributor)
java.lang.IllegalArgumentException: Duplicate id: distributor

Well there's your problem.
Do you have 2 copies of Steve's Carts?