Haggle1996 / RevolutionPack

Revolution Pack for Minecraft 1.7.10
16 stars 17 forks source link

pack crashes at startup #95

Closed Louis-DeVos closed 8 years ago

Louis-DeVos commented 9 years ago

here's the crash report:

---- Minecraft Crash Report ---- // Ouch. That hurt :(

Time: 9/14/15 6:04 PM Description: Initializing game

com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 3 column 1 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) at com.google.gson.Gson.fromJson(Gson.java:803) at com.google.gson.Gson.fromJson(Gson.java:768) at com.google.gson.Gson.fromJson(Gson.java:717) at com.google.gson.Gson.fromJson(Gson.java:689) at net.ilexiconn.jurassicraft.JurassiCraft.init(JurassiCraft.java:85) 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:532) at sun.reflect.GeneratedMethodAccessor5.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:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) 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:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) 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) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 3 column 1 at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165) ... 41 more

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head -- Stacktrace: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) at com.google.gson.Gson.fromJson(Gson.java:803) at com.google.gson.Gson.fromJson(Gson.java:768) at com.google.gson.Gson.fromJson(Gson.java:717) at com.google.gson.Gson.fromJson(Gson.java:689) at net.ilexiconn.jurassicraft.JurassiCraft.init(JurassiCraft.java:85) 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:532) at sun.reflect.GeneratedMethodAccessor5.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:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) 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:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) 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)

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_45, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 3371894560 bytes (3215 MB) / 4762107904 bytes (4541 MB) up to 8520204288 bytes (8125 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:-OmitStackTraceInFastThrow -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xms4608M -Xmx8192M -XX:MetaspaceSize=256M 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.1448 185 mods loaded, 185 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCH mcp{9.05} Minecraft Coder Pack UCH FML{7.10.99.99} Forge Mod Loader UCH Forge{10.13.4.1448} Minecraft Forge UCH AppleMilkCore{1.1.0} AppleMilkCore UCH appliedenergistics2-core{rv2-stable-10} AppliedEnergistics2 Core UCH Aroma1997Core{1.0.2.14} Aroma1997Core UCH bettersleepingcore{1.0} Better Sleeping Core UCH CodeChickenCore{1.0.6.44} CodeChicken Core UCH ivtoolkit{IvToolkit} 1.2 UCH Micdoodlecore{} Micdoodle8 Core UCH MobiusCore{1.2.5} MobiusCore UCH NotEnoughItems{1.0.4.107} Not Enough Items UCH OpenComputers|Core{1.5.17.33} OpenComputers (Core) UCH PlayerAPI{1.4} Player API UCH PotionExtensionCore{1.7.10-1.1.0} PotionExtensionCore UCH ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core UCH OpenModsCore{0.8} OpenModsCore UCH {000} CoFH ASM UCH {0} DragonAPI ASM Data Initialization UCH debug{1.0} debug UCH bspkrsCore{6.16} bspkrsCore UCH StartingInventory{1.7.10.r03} StartingInventory UCH act{0.0.2a_1.7.10} AdminCommandsToolbox UCH appliedenergistics2{rv2-stable-10} Applied Energistics 2 UCH AdvancedSystemsManager{0.1.13} Advanced Systems Manager UCH bdlib{1.9.2.104} BD Lib UCH ae2stuff{0.4.3.47} AE2 Stuff UCH DCsAppleMilk{1.7.10_2.8e} Apple&Milk&Tea! UCH Baubles{1.0.1.10} Baubles UCH Thaumcraft{4.2.3.5} Thaumcraft UCH Botania{r1.7-221} [Botania](Botania r1.7-221.jar) UCH amtgen{1.4.2} AMT Generators UCH animalsPlus{1.2} Animals+ UCH AppleCore{1.1.0} AppleCore UCH DCsNEIPluginAMT{1.7.10_1.0a} NEIPluginForAMT UCH Aroma1997CoreHelper{1.0.2.14} Aroma1997Core|Helper UCH AromaBackup{0.0.0.5} AromaBackup UCH CoFHCore{1.7.10R3.0.4B1} CoFH Core UCH asielib{0.4.2} asielib UCH ATG{0.10.0} Alternate Terrain Generation UCH Waila{1.5.10} Waila UCH Automagy{0.26.3} Automagy UCH bettersleeping{1.7.10-1.0.25} Better Sleeping UCH BiblioCraft{1.11.0} BiblioCraft UCH Mantle{1.7.10-0.3.2.jenkins188} Mantle UCH Natura{2.2.0} Natura UCH BiomesOPlenty{2.1.0} Biomes O' Plenty UCH BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition UCH BuildCraft|Core{7.0.21} BuildCraft UCH Forestry{3.6.5.23} Forestry for Minecraft UCH BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition UCH BiblioWoodsNatura{1.5} BiblioWoods Natura Edition UCH bigtrees{1.7.2b} The BigTrees Mod UCH BinnieCore{2.0-pre14} Binnie Core UCH Botany{2.0-pre14} Botany UCH ExtraBees{2.0-pre14} Extra Bees UCH ExtraTrees{2.0-pre14} Extra Trees UCH Genetics{2.0-pre14} Genetics UCH BuildCraft|Silicon{7.0.21} BC Silicon UCH BuildCraft|Factory{7.0.21} BC Factory UCH BuildCraft|Builders{7.0.21} BC Builders UCH BuildCraft|Energy{7.0.21} BC Energy UCH BuildCraft|Robotics{7.0.21} BC Robotics UCH BuildCraft|Transport{7.0.21} BC Transport UCH BuildCraft|Compat{7.0.11} BuildCraft Compat UCH eureka{3.0.2} Eureka UCH bcadditions{2.2.2} BuildCraft Additions UCH CarpentersBlocks{3.3.7} [Carpenter's Blocks](Carpenter's Blocks v3.3.7 - MC 1.7.10.jar) UCH Railcraft{9.7.0.0} Railcraft UCH TwilightForest{2.3.7} The Twilight Forest UCH ForgeMultipart{1.2.0.345} Forge Multipart UCH chisel{2.9.0.3} Chisel UCH ChiselFacades{1.7.10-2.12-chiselteam} Chisel Facades UCH Ztones{1.7.10} Ztones UCH chiseltones{@VERSION@} Chisel Tones UCH ThermalFoundation{1.7.10R1.2.0} Thermal Foundation UCH funkylocomotion{1.0} Funky Locomotion UCH ExtraUtilities{1.2.11} Extra Utilities UCH ImmersiveEngineering{0.5.4} Immersive Engineering UCH TConstruct{1.7.10-1.8.7.build979} Tinkers' Construct UCH DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V8g.jar) UCH ChromatiCraft{1.0} [ChromatiCraft](ChromatiCraft 1.7.10 V8g.jar) UCH BuildMod{v1.0} [Build Mod](coroutil-1.1.3 for MC v1.7.10.jar) UCH CoroPets{v1.0} [CoroPets](coroutil-1.1.3 for MC v1.7.10.jar) UCH CoroAI{v1.0} [CoroAI](coroutil-1.1.3 for MC v1.7.10.jar) UCH ExtendedRenderer{v1.0} [Extended Renderer](coroutil-1.1.3 for MC v1.7.10.jar) UCH ConfigMod{v1.0} [Extended Mod Config](coroutil-1.1.3 for MC v1.7.10.jar) UCH menagerie{1.0} menagerie UCH PTRModelLib{1.0.0} PTRModelLib UCH props{2.1.1} Decocraft UCH eirairc{2.8.256} EiraIRC UCH RotaryCraft{1.0} [RotaryCraft](RotaryCraft 1.7.10 V8g.jar) UCH ElectriCraft{1.0} [ElectriCraft](ElectriCraft 1.7.10 V8f.jar) UCH endercore{1.7.10-0.0.1.17_alpha} EnderCore UCH EnderIO{1.7.10-2.3.0.407_beta} Ender IO UCH EnderZoo{1.7.10-1.0.15.32} Ender Zoo UCH enhancedportals{3.0.12} EnhancedPortals UCH ExpandedRedstone{1.0} [Expanded Redstone](ExpandedRedstone 1.7.10 V8a.jar) UCH extracells{2.2.73} Extra Cells 2 UCH farseek{1.0.8} Farseek UCH FastCraft{1.21} FastCraft UCH flansmod{4.10.0} [Flan's Mod](Flans Mod-1.7.10-4.10.1.jar) UCH FlatSigns{2.1.0.19} Flat Signs UCH fognerf{1.7.10-0.3} Fog Nerf UCH ThaumicTinkerer{unspecified} Thaumic Tinkerer UCH ForbiddenMagic{1.7.10-0.57} [Forbidden Magic](Forbidden Magic-1.7.10-0.57.jar) UCH GalacticraftCore{3.0.11} Galacticraft Core UCH GalacticraftMars{3.0.11} Galacticraft Planets UCH GardenContainers{1.7.10-1.6.8} Garden Containers UCH GardenCore{1.7.10-1.6.8} Garden Core UCH GardenStuff{1.7.10-1.6.8} Garden Stuff UCH GardenTrees{1.7.10-1.6.8} Garden Trees UCH gendustry{1.6.0.125} GenDustry UCH GrimoireOfGaia{1.0.0} Grimoire of Gaia 3 UCH headcrumbs{1.6.0} Headcrumbs UCH HelpFixer{1.0.7} HelpFixer UCH HardcoreQuesting{The Journey (4.2.4)} [Hardcore Questing Mode](HQM-The Journey %284.2.4%29.jar) UCH iChunUtil{4.2.2} iChunUtil UCH immersiveintegration{0.5.2} Immersive Integration UCH ImmibisCore{59.1.1} Immibis Core UCH inpure|core{1.7.10R1.0.0B9} INpureCore UCH integratedcircuits{1.7.10-0.9r36.182} Integrated Circuits UCH inventorytweaks{1.59-dev-156-af3bc68} Inventory Tweaks UCH IronChest{6.0.62.742} Iron Chest UCH JABBA{1.2.1} JABBA UCH journeymap{@JMVERSION@} JourneyMap UCH jcanimation{1.2.4} JCAnimationAPI UCH llibrary{0.3.4-1.7.10} LLibrary UCE jurassicraft{1.4.5} JurassiCraft UCH LogisticsPipes{0.9.2.46} Logistics Pipes UCH LunatriusCore{1.1.2.21} LunatriusCore UCH malisiscore{1.7.10-0.12.9} MalisisCore UCH malisisdoors{1.7.10-1.10} Malisis' Doors UCH Mekanism{8.1.7} Mekanism UCH MekanismGenerators{8.1.7} MekanismGenerators UCH MineTweaker3{3.0.9B} MineTweaker 3 UCH modtweaker2{0.9.2} Mod Tweaker 2 UCH NEIAddons{1.12.12.37} NEI Addons UCH NEIAddons|Developer{1.12.12.37} NEI Addons: Developer Tools UCH NEIAddons|AppEng{1.12.12.37} NEI Addons: Applied Energistics 2 UCH NEIAddons|Botany{1.12.12.37} NEI Addons: Botany UCH NEIAddons|Forestry{1.12.12.37} NEI Addons: Forestry UCH NEIAddons|CraftingTables{1.12.12.37} NEI Addons: Crafting Tables UCH NEIAddons|ExNihilo{1.12.12.37} NEI Addons: Ex Nihilo UCH neiintegration{1.0.12} NEI Integration UCH OpenMods{0.8} OpenMods UCH OpenBlocks{1.4.4} OpenBlocks UCH RedLogic{59.1.11} RedLogic UCH OpenComputers{1.5.17.33} OpenComputers UCH openmodularturrets{2.1.4-183} Open Modular Turrets UCH harvestcraft{1.7.10j} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10j.jar) UCH plantmegapack{4.27} Plant Mega Pack UCH pressure{1.2.4.121} Pressure Pipes UCH RandomThings{2.2.4} Random Things UCH ReactorCraft{1.0} [ReactorCraft](ReactorCraft 1.7.10 V8f.jar) UCH reccomplex{0.9.6.3} [Recurrent Complex](RecurrentComplex-0.9.6.3 %281%29.jar) UCH RefinedRelocation{1.0.8b} Refined Relocation UCH Roguelike{1.3.6.3} Roguelike Dungeons UCH SpecialAI{1.1.1} Special AI UCH SpiceOfLife{1.2.4} The Spice of Life UCH Stackie{1.6.0.36} Stackie UCH statues{2.1.4} Statues UCH stefinusguns{0.5.2} [New Stefinus Guns](Stefinus Guns-0.5.2.jar) UCH StevesWorkshop{0.5.1} Steve's Workshop UCH StorageDrawers{1.7.10-1.6.0} Storage Drawers UCH StorageDrawersBop{1.7.10-1.0.2} Storage Drawers: Biomes O' Plenty Pack UCH StorageDrawersForestry{1.7.10-1.0.3} Storage Drawers: Forestry Pack UCH StorageDrawersNatura{1.7.10-1.0.3} Storage Drawers: Natura Pack UCH streams{0.1.4} Streams UCH tcnodetracker{1.1.2} TC Node Tracker UCH thaumcraftgates{1.4.1} Thaumcraft Gates UCH thaumcraftneiplugin{@VERSION@} Thaumcraft NEI Plugin UCH thaumicenergistics{0.8.10.10} Thaumic Energistics UCH ThaumicHorizons{1.1.5} Thaumic Horizons UCH TiCTooltips{1.2.5} TiC Tooltips UCH VoidMonster{1.0} [Void Monster](VoidMonster 1.7.10 V8a.jar) UCH WailaHarvestability{1.1.2} [Waila Harvestability](WailaHarvestability-mc1.7.x-1.1.2 %281%29.jar) UCH wailaplugins{MC1.7.10-0.1.2-21} WAILA Plugins UCH ZAMod{v1.9.5} Zombie Awareness UCH zyinhud{1.3.9} Zyin's HUD UCH McMultipart{1.2.0.345} Minecraft Multipart Plugin UCH denseores{1.0} Dense Ores UCH HungerOverhaul{1.7.10-1.0.0.jenkins75} Hunger Overhaul UCH IguanaTweaksTConstruct{1.7.10-2.1.5.140} Iguana Tinker Tweaks UCH ForgeMicroblock{1.2.0.345} Forge Microblocks GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 355.82' Renderer: 'GeForce GTX 970/PCIe/SSE2' OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED] Class transformer null safety: all safe AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291 CoFHCore: -[1.7.10]3.0.4B1-309 Mantle Environment: Environment healthy. ThermalFoundation: -[1.7.10]1.2.0-102 TConstruct Environment: Environment healthy. List of loaded APIs: * AppleCoreAPI (1.1.0) from AppleCore-mc1.7.10-1.1.0.jar * AppleMilkTeaAPI|appliance (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|charge (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|charm (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|core (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|edibles (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|energy (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|events (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|plants (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|potion (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * AppleMilkTeaAPI|recipe (2.8) from AppleMilkTea2-1.7.10_2.8e.jar * appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar * asielibAPI (1.1) from AsieLib-1.7.10-0.4.2.jar * asielibAPI|chat (1.0) from AsieLib-1.7.10-0.4.2.jar * asielibAPI|tile (1.0) from AsieLib-1.7.10-0.4.2.jar * asielibAPI|tool (1.1) from AsieLib-1.7.10-0.4.2.jar * Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar * bcadditionsAPI (2.1.1) from BuildcraftAdditions-1.7.10-2.2.2.jar * bettersleeping|api (1.1) from BetterSleeping-1.7.10-1.0.25.jar * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1359-universal.jar * BotaniaAPI (62) from Botania r1.7-221.jar * BuildCraftAPI|blocks (1.0) from buildcraft-7.0.21.jar * BuildCraftAPI|blueprints (1.3) from buildcraft-7.0.21.jar * BuildCraftAPI|boards (2.0) from buildcraft-7.0.21.jar * BuildCraftAPI|core (1.0) from extrautilities-1.2.11.jar * BuildCraftAPI|crops (1.1) from buildcraft-7.0.21.jar * BuildCraftAPI|events (1.0) from buildcraft-7.0.21.jar * BuildCraftAPI|facades (1.1) from buildcraft-7.0.21.jar * BuildCraftAPI|filler (4.0) from buildcraft-7.0.21.jar * BuildCraftAPI|fuels (2.0) from buildcraft-7.0.21.jar * BuildCraftAPI|gates (4.1) from buildcraft-7.0.21.jar * BuildCraftAPI|items (1.0) from Railcraft_1.7.10-9.7.0.0.jar * BuildCraftAPI|library (2.0) from buildcraft-7.0.21.jar * BuildCraftAPI|power (1.3) from buildcraft-7.0.21.jar * BuildCraftAPI|recipes (3.0) from buildcraft-7.0.21.jar * BuildCraftAPI|robotics (2.1) from buildcraft-7.0.21.jar * BuildCraftAPI|statements (1.1) from buildcraft-7.0.21.jar * BuildCraftAPI|tablet (1.0) from buildcraft-7.0.21.jar * BuildCraftAPI|tiles (1.1) from Railcraft_1.7.10-9.7.0.0.jar * BuildCraftAPI|tools (1.0) from extrautilities-1.2.11.jar * BuildCraftAPI|transport (4.0) from Railcraft_1.7.10-9.7.0.0.jar * CarpentersBlocks|API (3.3.7) from Carpenter's Blocks v3.3.7 - MC 1.7.10.jar * ChiselAPI (0.1.1) from Chisel-2.9.0.3.jar * ChiselAPI|Carving (0.1.1) from Chisel-2.9.0.3.jar * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.0.3.jar * CoFHAPI (1.7.10R1.0.1) from buildcraft-7.0.21.jar * CoFHAPI|block (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHAPI|core (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHAPI|energy (1.7.10R1.0.2) from forestry_1.7.10-3.6.5.23.jar * CoFHAPI|fluid (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHAPI|inventory (1.7.10R1.0.12) from EnderIO-1.7.10-2.3.0.407_beta.jar * CoFHAPI|item (1.7.10R1.0.12) from EnderIO-1.7.10-2.3.0.407_beta.jar * CoFHAPI|modhelpers (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHAPI|tileentity (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHAPI|transport (1.7.10R1.0.1) from buildcraft-compat-7.0.11.jar * CoFHAPI|world (1.7.10R1.1.0) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|audio (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|gui (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|gui|container (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|gui|element (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|gui|slot (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|inventory (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|render (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|render|particle (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|util (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|util|helpers (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|util|position (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|world (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CoFHLib|world|feature (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-309.jar * CSLib|API (1.0) from Decocraft-2.1.1_1.7.10.jar * EiraIRC|API (1.0) from eirairc-mc1.7.10-2.8.256.jar * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.3.0.407_beta.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.3.0.407_beta.jar * EnderIOAPI|Teleport (0.0.2) from EnderIO-1.7.10-2.3.0.407_beta.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.3.0.407_beta.jar * ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.5.23.jar * ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.5.23.jar * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.11.333.jar * GardenCoreAPI (1.0.0) from GardenStuff-1.7.10-1.6.8.jar * gendustryAPI (2.2.0) from gendustry-1.6.0.125-mc1.7.10.jar * IC2API (1.0) from Railcraft_1.7.10-9.7.0.0.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.5.4.jar * inpure|api (1.7) from INpureCore-[1.7.10]1.0.0B9-62.jar * integratedcircuits|API (0.1) from integratedcircuits-1.7.10-0.9r36.182.jar * MekanismAPI|core (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|energy (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|gas (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|infuse (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|laser (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|reactor (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|recipe (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|transmitter (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * MekanismAPI|util (8.0.0) from Mekanism-1.7.10-8.1.7.252.jar * minechemAPI (1.7.10R1) from DragonAPI 1.7.10 V8g.jar * OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar * OpenComputersAPI|Component (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|Core (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|Driver (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|Driver|Item (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|Event (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|FileSystem (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|Internal (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|Machine (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|Manual (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|Network (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * OpenComputersAPI|Prefab (5.5.4) from OpenComputers-MC1.7.10-1.5.17.33-universal.jar * pressureAPI (1.2.4.121) from pressure-1.2.4.121-mc1.7.10.jar * RailcraftAPI|bore (1.0.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|carts (1.5.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|core (1.4.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.5.4.jar * RailcraftAPI|electricity (1.6.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|events (1.0.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|fuel (1.0.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|helpers (1.1.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|items (1.0.0) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|locomotive (1.0.1) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|signals (1.3.4) from Railcraft_1.7.10-9.7.0.0.jar * RailcraftAPI|tracks (2.0.0) from Railcraft_1.7.10-9.7.0.0.jar * RefinedRelocationAPI (1.0.0) from RefinedRelocation-1.7.10-1.0.8b-haggle1996.jar * StorageDrawersAPI (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.0.jar * StorageDrawersAPI|config (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.0.jar * StorageDrawersAPI|event (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.0.jar * StorageDrawersAPI|inventory (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.0.jar * StorageDrawersAPI|pack (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.0.jar * StorageDrawersAPI|registry (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.0.jar * StorageDrawersAPI|render (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.0.jar * StorageDrawersAPI|storage (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.0.jar * StorageDrawersAPI|storage-attribute (1.7.10-1.2.0) from StorageDrawers-1.7.10-1.6.0.jar * Thaumcraft|API (4.2.2.0) from Railcraft_1.7.10-9.7.0.0.jar * WailaAPI (1.2) from Waila-1.5.10_1.7.10.jar Stencil buffer state: Function set: GL30, pool: forge, bits: 8 Launched Version: 1.7.10 LWJGL: 2.9.1 OpenGL: GeForce GTX 970/PCIe/SSE2 GL version 4.5.0 NVIDIA 355.82, NVIDIA Corporation 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: [Unity-Complete-1.2.0.zip, RotaryCraft-Unity-Final.zip]
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)
Haggle1996 commented 9 years ago

Looked like to have a corrupted config file. Reinstall the pack.

-----Original Message----- From: "louisdv123" notifications@github.com Sent: ‎9/‎14/‎2015 10:09 AM To: "Haggle1996/RevolutionPack" RevolutionPack@noreply.github.com Subject: [RevolutionPack] pack crashes at startup (#95)

here's the crash report: ---- Minecraft Crash Report ---- // Ouch. That hurt :( Time: 9/14/15 6:04 PM Description: Initializing game com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 3 column 1 at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) at com.google.gson.Gson.fromJson(Gson.java:803) at com.google.gson.Gson.fromJson(Gson.java:768) at com.google.gson.Gson.fromJson(Gson.java:717) at com.google.gson.Gson.fromJson(Gson.java:689) at net.ilexiconn.jurassicraft.JurassiCraft.init(JurassiCraft.java:85) 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:532) at sun.reflect.GeneratedMethodAccessor5.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:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) 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:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) 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) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 3 column 1 at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:374) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:165) ... 41 more A detailed walkthrough of the error, its code path and all known details is as follows: -- Head -- Stacktrace: at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:176) at com.google.gson.Gson.fromJson(Gson.java:803) at com.google.gson.Gson.fromJson(Gson.java:768) at com.google.gson.Gson.fromJson(Gson.java:717) at com.google.gson.Gson.fromJson(Gson.java:689) at net.ilexiconn.jurassicraft.JurassiCraft.init(JurassiCraft.java:85) 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:532) at sun.reflect.GeneratedMethodAccessor5.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:212) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) 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:119) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) 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) -- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_45, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 3371894560 bytes (3215 MB) / 4762107904 bytes (4541 MB) up to 8520204288 bytes (8125 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:-OmitStackTraceInFastThrow -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xms4608M -Xmx8192M -XX:MetaspaceSize=256M 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.1448 185 mods loaded, 185 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCH mcp{9.05} Minecraft Coder Pack UCH FML{7.10.99.99} Forge Mod Loader UCH Forge{10.13.4.1448} Minecraft Forge UCH AppleMilkCore{1.1.0} AppleMilkCore UCH appliedenergistics2-core{rv2-stable-10} AppliedEnergistics2 Core UCH Aroma1997Core{1.0.2.14} Aroma1997Core UCH bettersleepingcore{1.0} Better Sleeping Core UCH CodeChickenCore{1.0.6.44} CodeChicken Core UCH ivtoolkit{IvToolkit} 1.2 UCH Micdoodlecore{} Micdoodle8 Core UCH MobiusCore{1.2.5} MobiusCore UCH NotEnoughItems{1.0.4.107} Not Enough Items UCH OpenComputers|Core{1.5.17.33} OpenComputers (Core) UCH PlayerAPI{1.4} Player API UCH PotionExtensionCore{1.7.10-1.1.0} PotionExtensionCore UCH ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core UCH OpenModsCore{0.8} OpenModsCore UCH {000} CoFH ASM UCH {0} DragonAPI ASM Data Initialization UCH debug{1.0} debug UCH bspkrsCore{6.16} bspkrsCore UCH StartingInventory{1.7.10.r03} StartingInventory UCH act{0.0.2a_1.7.10} AdminCommandsToolbox UCH appliedenergistics2{rv2-stable-10} Applied Energistics 2 UCH AdvancedSystemsManager{0.1.13} Advanced Systems Manager UCH bdlib{1.9.2.104} BD Lib UCH ae2stuff{0.4.3.47} AE2 Stuff UCH DCsAppleMilk{1.7.10_2.8e} Apple&Milk&Tea! UCH Baubles{1.0.1.10} Baubles UCH Thaumcraft{4.2.3.5} Thaumcraft UCH Botania{r1.7-221} Botania UCH amtgen{1.4.2} AMT Generators UCH animalsPlus{1.2} Animals+ UCH AppleCore{1.1.0} AppleCore UCH DCsNEIPluginAMT{1.7.10_1.0a} NEIPluginForAMT UCH Aroma1997CoreHelper{1.0.2.14} Aroma1997Core|Helper UCH AromaBackup{0.0.0.5} AromaBackup UCH CoFHCore{1.7.10R3.0.4B1} CoFH Core UCH asielib{0.4.2} asielib UCH ATG{0.10.0} Alternate Terrain Generation UCH Waila{1.5.10} Waila UCH Automagy{0.26.3} Automagy UCH bettersleeping{1.7.10-1.0.25} Better Sleeping UCH BiblioCraft{1.11.0} BiblioCraft UCH Mantle{1.7.10-0.3.2.jenkins188} Mantle UCH Natura{2.2.0} Natura UCH BiomesOPlenty{2.1.0} Biomes O' Plenty UCH BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition UCH BuildCraft|Core{7.0.21} BuildCraft UCH Forestry{3.6.5.23} Forestry for Minecraft UCH BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition UCH BiblioWoodsNatura{1.5} BiblioWoods Natura Edition UCH bigtrees{1.7.2b} The BigTrees Mod UCH BinnieCore{2.0-pre14} Binnie Core UCH Botany{2.0-pre14} Botany UCH ExtraBees{2.0-pre14} Extra Bees UCH ExtraTrees{2.0-pre14} Extra Trees UCH Genetics{2.0-pre14} Genetics UCH BuildCraft|Silicon{7.0.21} BC Silicon UCH BuildCraft|Factory{7.0.21} BC Factory UCH BuildCraft|Builders{7.0.21} BC Builders UCH BuildCraft|Energy{7.0.21} BC Energy UCH BuildCraft|Robotics{7.0.21} BC Robotics UCH BuildCraft|Transport{7.0.21} BC Transport UCH BuildCraft|Compat{7.0.11} BuildCraft Compat UCH eureka{3.0.2} Eureka UCH bcadditions{2.2.2} BuildCraft Additions UCH CarpentersBlocks{3.3.7} Carpenter's Blocks UCH Railcraft{9.7.0.0} Railcraft UCH TwilightForest{2.3.7} The Twilight Forest UCH ForgeMultipart{1.2.0.345} Forge Multipart UCH chisel{2.9.0.3} Chisel UCH ChiselFacades{1.7.10-2.12-chiselteam} Chisel Facades UCH Ztones{1.7.10} Ztones UCH chiseltones{@VERSION@} Chisel Tones UCH ThermalFoundation{1.7.10R1.2.0} Thermal Foundation UCH funkylocomotion{1.0} Funky Locomotion UCH ExtraUtilities{1.2.11} Extra Utilities UCH ImmersiveEngineering{0.5.4} Immersive Engineering UCH TConstruct{1.7.10-1.8.7.build979} Tinkers' Construct UCH DragonAPI{1.0} DragonAPI UCH ChromatiCraft{1.0} ChromatiCraft UCH BuildMod{v1.0} Build Mod UCH CoroPets{v1.0} CoroPets UCH CoroAI{v1.0} CoroAI UCH ExtendedRenderer{v1.0} Extended Renderer UCH ConfigMod{v1.0} Extended Mod Config UCH menagerie{1.0} menagerie UCH PTRModelLib{1.0.0} PTRModelLib UCH props{2.1.1} Decocraft UCH eirairc{2.8.256} EiraIRC UCH RotaryCraft{1.0} RotaryCraft UCH ElectriCraft{1.0} ElectriCraft UCH endercore{1.7.10-0.0.1.17_alpha} EnderCore UCH EnderIO{1.7.10-2.3.0.407_beta} Ender IO UCH EnderZoo{1.7.10-1.0.15.32} Ender Zoo UCH enhancedportals{3.0.12} EnhancedPortals UCH ExpandedRedstone{1.0} Expanded Redstone UCH extracells{2.2.73} Extra Cells 2 UCH farseek{1.0.8} Farseek UCH FastCraft{1.21} FastCraft UCH flansmod{4.10.0} Flan's Mod UCH FlatSigns{2.1.0.19} Flat Signs UCH fognerf{1.7.10-0.3} Fog Nerf UCH ThaumicTinkerer{unspecified} Thaumic Tinkerer UCH ForbiddenMagic{1.7.10-0.57} Forbidden Magic UCH GalacticraftCore{3.0.11} Galacticraft Core UCH GalacticraftMars{3.0.11} Galacticraft Planets UCH GardenContainers{1.7.10-1.6.8} Garden Containers UCH GardenCore{1.7.10-1.6.8} Garden Core UCH GardenStuff{1.7.10-1.6.8} Garden Stuff UCH GardenTrees{1.7.10-1.6.8} Garden Trees UCH gendustry{1.6.0.125} GenDustry UCH GrimoireOfGaia{1.0.0} Grimoire of Gaia 3 UCH headcrumbs{1.6.0} Headcrumbs UCH HelpFixer{1.0.7} HelpFixer UCH HardcoreQuesting{The Journey (4.2.4)} Hardcore Questing Mode UCH iChunUtil{4.2.2} iChunUtil UCH immersiveintegration{0.5.2} Immersive Integration UCH ImmibisCore{59.1.1} Immibis Core UCH inpure|core{1.7.10R1.0.0B9} INpureCore UCH integratedcircuits{1.7.10-0.9r36.182} Integrated Circuits UCH inventorytweaks{1.59-dev-156-af3bc68} Inventory Tweaks UCH IronChest{6.0.62.742} Iron Chest UCH JABBA{1.2.1} JABBA UCH journeymap{@JMVERSION@} JourneyMap UCH jcanimation{1.2.4} JCAnimationAPI UCH llibrary{

[The entire original message is not included.]

Louis-DeVos commented 9 years ago

still doesn't work

Louis-DeVos commented 9 years ago

gives me the same crash report

Haggle1996 commented 9 years ago

Try deleting the Jurassicraft.cfg file from the \config folder. Also, I noticed you have some unusual startup arguments for the pack:

JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:-OmitStackTraceInFastThrow -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xms4608M -Xmx8192M -XX:MetaspaceSize=256M

I would reset your arguments to default and then try running the pack. Note the minimum memory size should be set at 512M and the maximum no more than 4162M for single player -- we've had random bad behaviors when packs are set to 4G or more in single player. 2560M is plenty for most players in SSP.

Louis-DeVos commented 9 years ago

it worked when i completely removed jurrasicraft is it needed to play the modpack and if so do you know a fix

Haggle1996 commented 9 years ago

Jurassicraft is not critical to the pack in any way. You may have a corrupted version of the mod in your cache from another pack. You can try downloading the mod manually from curse.com. The pack uses the latest non 2.0 release

-----Original Message----- From: "louisdv123" notifications@github.com Sent: ‎9/‎14/‎2015 12:14 PM To: "Haggle1996/RevolutionPack" RevolutionPack@noreply.github.com Cc: "Haggle1996" haggle1996@gmail.com Subject: Re: [RevolutionPack] pack crashes at startup (#95)

it worked when i completely removed jurrasicraft is it needed to play the modpack and if so do you know a fix — Reply to this email directly or view it on GitHub.

Louis-DeVos commented 9 years ago

i manually downloaded and added it but it didn't work looks like no jurrasicraft for me :(

Haggle1996 commented 8 years ago

Okay, I remember what caused this issue in the past...there was a corrupted version of LLibrary published a while back. While the non-corrupted one is included in my pack, if another pack had downloaded the corrupted version, it will cause this pack to crash. For safety, I recommend you delete the contents of your atlauncher/downloads folder (this is the mod cache folder), then reinstall the instance of the pack. Alternatively, you can try downloading the latest LLibrary for 1.7 from curseforge (assuming its the mod causing the issue) and replacing the version in the folder. Hope this helps.