Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Hey, that tickles! Hehehe!
- Time: 23-7-9 下午2:46
- Description: Initializing game
- java.lang.NullPointerException: Initializing game
- at club.someoneice.sitdown.SitDownDude.readBlockFromDatalist(SitDownDude.java:48)
- at club.someoneice.sitdown.SitDownDude.preInit(SitDownDude.java:69)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
- at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- 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(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- 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(FMLClientHandlerMixin.java:243)
- at net.minecraft.client.Minecraft.func_71384_a(MinecraftMixin.java:480)
- at net.minecraft.client.Minecraft.func_99999_d(MinecraftMixin.java:878)
- at net.minecraft.client.main.Main.main(SourceFile:148)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
- at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Stacktrace:
- at club.someoneice.sitdown.SitDownDude.readBlockFromDatalist(SitDownDude.java:48)
- at club.someoneice.sitdown.SitDownDude.preInit(SitDownDude.java:69)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
- at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- 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(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- 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(FMLClientHandlerMixin.java:243)
- at net.minecraft.client.Minecraft.func_71384_a(MinecraftMixin.java:480)
- -- Initialization --
- Details:
- Stacktrace:
- at net.minecraft.client.Minecraft.func_99999_d(MinecraftMixin.java:878)
- at net.minecraft.client.main.Main.main(SourceFile:148)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- 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 10 (amd64) version 10.0
- Java Version: 1.8.0_281, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 652623360 bytes (622 MB) / 1207959552 bytes (1152 MB) up to 2449473536 bytes (2336 MB)
- JVM Flags: 11 total; -Xmx2324m -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32m -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:-DontCompileHugeMethods -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
- 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.1614 139 mods loaded, 139 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] (minecraft.jar)
- UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
- UCH Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
- UCH appliedenergistics2-core{rv3-beta-6} [Applied Energistics 2 Core] (minecraft.jar)
- UCH CodeChickenCore{1.1.6} [CodeChicken Core] (minecraft.jar)
- UCH InputFix{1.7.10-v5} [InputFix] (minecraft.jar)
- UCH NotEnoughItems{2.3.19-GTNH} [NotEnoughItems] (NotEnoughItems-1.7.10-2.3.19-GTNH.jar)
- UCH OpenEye{0.8} [OpenEye] (OpenEye-1.7.10-0.8.jar)
- UCH OpenModsCore{0.10.1} [OpenModsCore] (minecraft.jar)
- UCH <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
- UCH adventure_backport_core{2.0.1-alpha} [Adventure Backport Core] (minecraft.jar)
- UCH golemtweaks{1.0} [Golem Tweaks] (1.7.10-Golem+Tweaks-1.0.jar)
- UCH bspkrsCore{6.16} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.16.jar)
- UCH ArmorStatusHUD{1.28} [ArmorStatusHUD] ([1.7.10]ArmorStatusHUD-client-1.28.jar)
- UCH StatusEffectHUD{1.27} [StatusEffectHUD] ([1.7.10]StatusEffectHUD-client-1.27.jar)
- UCH CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
- UCH ActuallyAdditions{1.7.10-r21} [Actually Additions] (ActuallyAdditions-1.7.10-r21.jar)
- UCH adventure_backport{2.0-alpha} [Adventure Backport] (adventure_backport-2.0.1-alpha.jar)
- UCH appliedenergistics2{rv3-beta-6} [Applied Energistics 2] (appliedenergistics2-rv3-beta-6.jar)
- UCH ae2fc{g92699c9} [AE2 Fluid Crafting] (ae2fc-1.7.10-g92699c9.jar)
- UCH aobdbb{1.0.6} [Another One Bites The Dust: Berry Bushes] (AOBDBB-1.0.6.jar)
- UCH aobdoc{1.0.5} [Another One Bites The Dust: Ore Chunks] (AOBDOC-1.0.5.jar)
- UCH Apocalypse{0.0.7} [Apocalypse] (Apocalypse-1.7.10-0.0.7.jar)
- UCH falsepatternlib{0.11.4} [FalsePatternLib] (falsepatternlib-mc1.7.10-0.11.4.jar)
- UCH archaicfix{0.3.5} [ArchaicFix] (archaicfix-mc1.7.10-0.3.5.jar)
- UCH asmc{1.0.2} [§dASMC] (ASMC-1.7.10-1.0.2.jar)
- UCH bis{3.1.6} [Back in Slime Mod] (Back+In+Slime-1.7.10-3.1.6.jar)
- UCH betterquesting{3.0.328} [Better Questing] (BetterQuesting-3.0.328.jar)
- UCH Baubles{2.1.2} [Baubles Backwards Compat] (BaublesExpanded-2.1.2.jar)
- UCH ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
- UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
- UCH thermaltinkering{1.0} [Thermal Tinkering] (ThermalTinkering-1.7.10-1.2.1.jar)
- UCH ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
- UCH BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
- UCH VillageNames{4.4.3} [§6Village Names] (VillageNames-1.7.10-4.4.3.jar)
- UCH spongemixins{2.0.1} [UniMixins: SpongeMixins] (!!unimixins-all-1.7.10-0.1.11.jar)
- UCH bugtorch{Beta-1.2.0-2-g31985ed.dirty} [BugTorch] (bugtorch-1.2.0.jar)
- UCH campfirebackport{1.7.10-1.10} [Campfire Backport] (campfirebackport-1.7.10-1.10.jar)
- UCH ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
- UCH chisel{2.9.2.8} [Chisel] (Chisel-2.9.2.8-1.7.10.jar)
- UCH controlling{1.7.10-1.0.0.4} [Controlling] (Controlling-1.7.10-1.0.0.4.jar)
- UCH crashguard{0.4.0} [CrashGuard] (crashguard-mc1.7.10-0.4.0.jar)
- UCH CustomMainMenu{1.9.2} [Custom Main Menu] (CustomMainMenu-MC1.7.10-1.9.2.jar)
- UCH Ding{MC1.7.10v2} [Ding] (Ding-MC1.7.10v2.jar)
- UCH dmod{1.0.3.4} [D-Mod] (DMod-1.7.10-1.0.3.4.jar)
- UCH BrandonsCore{1.0.0.12} [Brandon's Core] (BrandonsCore-1.0.0.12.jar)
- UCH DraconicEvolution{1.0.2h} [Draconic Evolution] (Draconic-Evolution-1.7.10-1.0.2h.jar)
- UCH IC2{2.2.828-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.828-experimental_2.jar)
- UCH draconicplus{1.3R} [DraconicMinus-] (DraconicMinus-1.3.jar)
- UCH elephantfix{1.0.0} [Elephant Fix] (ElephantFix-Forge-1.7.10-1.0.0-mixinless.jar)
- UCH Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
- UCH endercore{1.7.10-0.2.0.39_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.39_beta.jar)
- UCH EnderIO{1.7.10-2.3.1.10_beta.0} [Ender IO] (EnderIO-1.7.10-2.3.1.10_beta.0.jar)
- UCH MineTweaker3{3.0.10} [MineTweaker 3] (MineTweaker3-1.7.10-3.0.10B.jar)
- UCH etfuturum{2.4.6} [§5§oEt Futurum Requiem] (Et_Futurum_Requiem-2.4.6.jar)
- UCH exnihilo{1.38-53} [Ex Nihilo] (Ex-Nihilo-1.38-53.jar)
- UCH RedstoneArsenal{1.7.10R1.1.2} [Redstone Arsenal] (RedstoneArsenal-[1.7.10]1.1.2-92.jar)
- UCH ExtraUtilities{1.2.12} [Extra Utilities] (extrautilities-1.7.10-1.2.12.jar)
- UCH ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
- UCH TConstruct{1.7.10-1.8.8.build988} [Tinkers' Construct] (TConstruct-1.7.10-1.8.8.jar)
- UCH exastris{MC1.7.10-1.16-36} [Ex Astris] (Ex-Astris-MC1.7.10-1.16-36.jar)
- UCH excompressum{1.2.0} [Ex Compressum] (excompressum-mc1.7.10-1.2.0.jar)
- UCH extracells{2.3.9} [Extra Cells 2] (ExtraCells-1.7.10-2.3.9b188.jar)
- UCH harvestcraft{1.7.10j} [Pam's HarvestCraft] (Pam's+HarvestCraft+1.7.10Lb.jar)
- UCH ExtraTiC{1.4.6} [ExtraTiC] (ExtraTiC-1.7.10-1.4.6.jar)
- UCH falsetweaks{2.5.5} [FalseTweaks] (falsetweaks-mc1.7.10-2.5.5.jar)
- UCH Forestry{4.2.16.64} [Forestry for Minecraft] (forestry_1.7.10-4.2.16.64.jar)
- UCH FTBL{1.0.18.2} [FTBLib] (FTBLib-1.7.10-1.0.18.3.jar)
- UCH FTBU{1.0.18.2} [FTBUtilities] (FTBUtilities-1.7.10-1.0.18.3.jar)
- UCH immersiveintegration{0.6.8} [Immersive Integration] (immersiveintegration-0.6.8.jar)
- UCH inventorytweaks{1.58-147-645ca10} [Inventory Tweaks] (InventoryTweaks-1.58-147.jar)
- UCH jecalculation{3.8.5} [Just Enough Calculation] (JustEnoughCalculation-1.7.10-3.8.5.jar)
- UCH Lockdown{2.0.0} [Lockdown] (Lockdown-1.7.2-2.0.0-universal.jar)
- UCH love_wolf{1.0} [Love me love my wolf] (LoveMeLoveMyWolf-1.1.jar)
- UCH Mekanism{9.1.1} [Mekanism] (Mekanism-1.7.10-9.1.1.1031.jar)
- UCH magicalcrops{4.0.0_PUBLIC_BETA_4b} [Magical Crops: Core] (magicalcrops-4.0.0_PUBLIC_BETA_5-1.7.10.jar)
- UCH MTRM{1.0} [MineTweakerRecipeMaker] (MineTweakerRecipeMaker-1.7.10-1.1.0.11.jar)
- UCH modernsplash{@VERSION@} [ModernSplash] (modernsplash-1.7.10-1.2.1-d88da6a.dirty.jar)
- UCH modtweaker2{0.9.6} [Mod Tweaker 2] (ModTweaker2-0.9.6.jar)
- UCH moreplates{1.2.0.2} [More Plates] (moreplates-1.2.0.2+mc1.7.10.jar)
- UCH MouseTweaks{2.4.4} [Mouse Tweaks] (MouseTweaks-2.4.4-mc1.7.10.jar)
- UCH NEIAddons{1.12.14.40} [NEI Addons] (neiaddons-1.12.14.40-mc1.7.10.jar)
- UCH NEIAddons|Developer{1.12.14.40} [NEI Addons: Developer Tools] (neiaddons-1.12.14.40-mc1.7.10.jar)
- UCH NEIAddons|AppEng{1.12.14.40} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.14.40-mc1.7.10.jar)
- UCH NEIAddons|Botany{1.12.14.40} [NEI Addons: Botany] (neiaddons-1.12.14.40-mc1.7.10.jar)
- UCH NEIAddons|Forestry{1.12.14.40} [NEI Addons: Forestry] (neiaddons-1.12.14.40-mc1.7.10.jar)
- UCH NEIAddons|CraftingTables{1.12.14.40} [NEI Addons: Crafting Tables] (neiaddons-1.12.14.40-mc1.7.10.jar)
- UCH NEIAddons|ExNihilo{1.12.14.40} [NEI Addons: Ex Nihilo] (neiaddons-1.12.14.40-mc1.7.10.jar)
- UCH neieasysearch{0.8.11} [NEI Easy Search] (neieasysearch-1.7.10-0.8.11.jar)
- UCH neiintegration{1.1.2} [NEI Integration] (NEIIntegration-MC1.7.10-1.1.2.jar)
- UCH neodymium{0.1.8.4} [Neodymium] (neodymium-1.7.10-0.1.8.4+nomixin.jar)
- UCH netherlicious{3.2.8} [§6Netherlicious] (netherlicious-3.2.8.jar)
- UCH neenergistics{@VERSION@} [NotEnoughEnergistics] (NotEnoughEnergistics-1.7.10-1.4.2.jar)
- UCH notenoughpets{2.3.4} [§eNot Enough Pets] (NotEnoughPets-1.7.10-2.3.4.jar)
- UCH notfine{alpha-19-4-g4477cd6.dirty} [NotFine] (notfine-alpha-20.jar)
- UCH nova_craft{1.1} [§3NovaCraft§5] (NovaCraft V1.1 (1.7.10).jar)
- UCH packguard{2.3.0} [PackGuard] (PackGuard-1.7.10-2.3.0d.jar)
- UCH PneumaticCraft{1.12.7-152} [PneumaticCraft] (PneumaticCraft-1.7.10-1.12.7-152-universal.jar)
- UCH scriptblock{1.0} [scriptblock] (ScriptBlock-1.1.jar)
- UCH simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
- UCH sittable{1.0.0} [Sittable] (Sittable-Forge-1.7.10-1.0.0.jar)
- UCE sit_down{1.0} [Sit Down Dude!] (SitDownDude-1.7.10-1.0.jar)
- UCH AppleCore{3.1.1} [AppleCore] (AppleCore-mc1.7.10-3.1.1.jar)
- UCH SpiceOfLife{1.3.11} [The Spice of Life] (SpiceOfLife-mc1.7.10-1.3.11.jar)
- UCH bq_standard{3.0.181} [Standard Expansion] (StandardExpansion-3.0.181.jar)
- UCH StorageDrawers{1.7.10-1.10.9} [Storage Drawers] (StorageDrawers-1.7.10-1.10.9.jar)
- UCH ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)
- UCH ThermalSmeltery{1.0} [Thermal Smeltery] (ThermalSmeltery-1.3.1.4.jar)
- UCH thirstmod{1.8.14} [Thirst Mod] (thirstmod-1.8.14.jar)
- UCH TiCTooltips{1.2.5} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.2.5.jar)
- UCH Torcherino{2.2s} [Torcherino] (Torcherino-1.7.10-2.2s.jar)
- UCH treeGrowingSimulator{0.0.3} [Tree Growing Simulator 2014] (TreeGrowingSimulator2014-MC1.7.10-0.0.3-22.jar)
- UCH WailaHarvestability{1.1.4} [Waila Harvestability] (WailaHarvestability-mc1.7.10-1.1.4.jar)
- UCH wailaplugins{MC1.7.10-0.2.0-25} [WAILA Plugins] (WAILAPlugins-MC1.7.10-0.2.0-25.jar)
- UCH wawla{1.3.1} [What Are We Looking At] (Wawla-1.0.5.120.jar)
- UCH ovo{0.1.2} [With Json] (WithJson-1.7.10-0.1.2.jar)
- UCH unimixins{0.1.11} [UniMixins] (!!unimixins-all-1.7.10-0.1.11.jar)
- UCH unimixins-mixin{0.1.11} [UniMixins: Mixin (UniMix)] (!!unimixins-all-1.7.10-0.1.11.jar)
- UCH unimixins-compat{0.1.11} [UniMixins: Compatibility] (!!unimixins-all-1.7.10-0.1.11.jar)
- UCH mixingasm{0.2.2} [UniMixins: Mixingasm] (!!unimixins-all-1.7.10-0.1.11.jar)
- UCH gtnhmixins{2.1.13} [UniMixins: GTNHMixins] (!!unimixins-all-1.7.10-0.1.11.jar)
- UCH mixinbooterlegacy{1.2.1} [UniMixins: MixinBooterLegacy] (!!unimixins-all-1.7.10-0.1.11.jar)
- UCH gasstation{0.5.1} [UniMixins: GasStation] (!!unimixins-all-1.7.10-0.1.11.jar)
- UCH mixinextras{0.1.11} [UniMixins: MixinExtras] (!!unimixins-all-1.7.10-0.1.11.jar)
- UCH WorldEngine{1.1710.0} [WorldEngine] (1.7.10-ASJCore-1.2.2.2.jar)
- UCH asjpatcher{1.0} [asjpatcher] (1.7.10-ASJCore-1.2.2.2.jar)
- UCH Baubles|Expanded{2.1.2} [Baubles Expanded] (BaublesExpanded-2.1.2.jar)
- UCH McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
- UCH NotEnoughCodecs{0.4} [NotEnoughCodecs] (NotEnoughCodecs-1.7.10-0.4.jar)
- UCH OpenMods{0.10.1} [OpenMods] (OpenModsLib-1.7.10-0.10.1.jar)
- UCH pineapple_psychic{1.1.1} [PineapplePsychic] (pineapplepsychic-0.1.2.jar)
- UCH pieapple_tags{1.0} [pieapple_tags] (PineappleTag-1.2.jar)
- UCH ResourceLoader{1.3} [Resource Loader] (ResourceLoader-MC1.7.10-1.3.jar)
- UCH wanionlib{1.7.10-1.8} [WanionLib] (WanionLib-1.7.10-1.8.jar)
- UCH aobd{2.9.2} [Another One Bites The Dust] (AOBD-2.9.2.jar)
- UCH HungerOverhaul{1.7.10-1.0.0.jenkins75} [Hunger Overhaul] (HungerOverhaul-1.7.10-1.0.0.jar)
- UCH IguanaTweaksTConstruct{1.7.10-2.1.6.163} [Iguana Tinker Tweaks] (IguanaTinkerTweaks-1.7.10-2.1.6.jar)
- UCH UniDict{1.7.10-2.9.2} [UniDict] (UniDict-1.7.10-2.9.2.jar)
- UCH ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
- GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.24' Renderer: 'GeForce 840M/PCIe/SSE2'
- OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[player_damage_hook:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
- Class transformer null safety: found misbehaving transformers: me.guichaguri.betterfps.transformers.MathTransformer(me.guichaguri.betterfps.transformers.MathTransformer@5c1e1a16) returned non-null result: 0,me.guichaguri.betterfps.transformers.EventTransformer(me.guichaguri.betterfps.transformers.EventTransformer@50154f13) returned non-null result: 0
- CoFHCore: -[1.7.10]3.1.4-329
- AE2 Version: beta rv3-beta-6 for Forge 10.13.4.1448
- ThermalFoundation: -[1.7.10]1.2.6-118
- Mantle Environment: Environment healthy.
- ThermalExpansion: -[1.7.10]4.1.5-248
- RedstoneArsenal: -[1.7.10]1.1.2-92
- TConstruct Environment: Environment healthy.
- ThermalDynamics: -[1.7.10]1.2.1-172
- EnderIO: Found the following problem(s) with your installation:
- * The RF API that is being used (1.7.10R1.0.2 from <unknown>) differes from that that is reported as being loaded (1.7.10R1.0.13 from EnderIO-1.7.10-2.3.1.10_beta.0.jar).
- It is a supported version, but that difference may lead to problems.
- * An unknown AE2 API is installed (rv3 from appliedenergistics2-rv3-beta-6.jar).
- Ender IO was build against API version rv2 and may or may not work with a newer version.
- This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
- Stencil buffer state: Function set: GL30, pool: forge, bits: 8
- Mixins in Stacktrace:
- cpw.mods.fml.common.LoadController:
- mixin.mixinbooterlegacy.json:LoadControllerMixin from mod (unknown)
- net.minecraft.client.Minecraft:
- mixins.crashguard.json:client.MinecraftMixin from mod crashguard
- mixins.modernsplash.json:MinecraftMixin from mod modernsplash
- mixins.archaicfix.json:client.lighting.MixinMinecraft from mod archaicfix
- mixins.archaicfix.json:client.core.MixinMinecraft from mod archaicfix
- mixins.falsetweaks.json:client.profiler.MinecraftMixin from mod falsetweaks
- cpw.mods.fml.client.FMLClientHandler:
- mixins.archaicfix.json:client.core.MixinFMLClientHandler from mod archaicfix
- mixins.modernsplash.json:FMLClientHandlerMixin from mod modernsplash
- Launched Version: R1.7.10's 1.17
- LWJGL: 2.9.1
- OpenGL: GeForce 840M/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.24, 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: []
- Current Language: 简体中文 (中国)
- Profiler Position: N/A (disabled)
- Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement