McJtyMods / RFTools

A set of blocks and items to help with RF in general. Currently contains a Dimension Builder, Teleportation System, Shield System, RF monitor, an RF network debug tool and an automatic crafter
MIT License
227 stars 88 forks source link

RFTools won't launch after removing Waila (and Waila plugins) #360

Closed fishmealx closed 8 years ago

fishmealx commented 8 years ago

RFTools 3.5.0, mcjtylib 1.6.1. I deleted the configs for RFTools and McJtyLib, launched the game without the 2 mods (it worked), then relaunched with the mods, and the error returned. It originally occurred with an earlier version of RFTools, but updating didn't fix it.

Waila related mods that were recently removed: Waila 1.5.10 Waila Events 1.0.0 Waila Harvestability 1.1.2 Waila Plugins 0.1.2-21 Wawla 1.3.1

---- Minecraft Crash Report ---- // I'm sorry, Dave.

Time: 10/19/15 8:24 PM Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: mcjty/wailasupport/WailaCompatibility at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:559) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243) at net.minecraft.client.Minecraft.func_71384_a(Unknown Source) at net.minecraft.client.Minecraft.func_99999_d(Unknown Source) 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:483) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) Caused by: java.lang.NoClassDefFoundError: mcjty/wailasupport/WailaCompatibility at mcjty.rftools.RFTools.preInit(RFTools.java:155) 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:483) 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:483) 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:483) 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) ... 10 more Caused by: java.lang.ClassNotFoundException: mcjty.wailasupport.WailaCompatibility at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 37 more Caused by: java.lang.NoClassDefFoundError: mcp/mobius/waila/api/IWailaDataProvider at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:760) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ... 39 more Caused by: java.lang.ClassNotFoundException: mcp.mobius.waila.api.IWailaDataProvider at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 43 more

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

-- System Details -- Details: Minecraft Version: 1.7.10 Operating System: Windows 8.1 (amd64) version 6.3 Java Version: 1.8.0_25, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 605291392 bytes (577 MB) / 1703796736 bytes (1624 MB) up to 4268163072 bytes (4070 MB) JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4g -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn256M 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 202 mods loaded, 201 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 appliedenergistics2-core{rv2-stable-10} AppliedEnergistics2 Core UCH Aroma1997Core{1.0.2.16} Aroma1997Core UCH CodeChickenCore{1.0.4.29} CodeChicken Core UCH MCVanillaTweaks{1.0} Mariculture - Vanilla Tweaks UCH Micdoodlecore{} Micdoodle8 Core UCH NotEnoughItems{1.0.3.74} Not Enough Items UCH OpenComputers|Core{1.5.18.36} OpenComputers (Core) UCH OpenEye{0.6} OpenEye 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 debug{1.0} debug UCH battlegear2{1.7.10} Mine & Blade Battlegear 2 - Bullseye UCH bspkrsCore{6.16} bspkrsCore UCH ArmorStatusHUD{1.28} ArmorStatusHUD UCH DamageIndicatorsMod{3.2.3} Damage Indicators UCH StatusEffectHUD{1.27} StatusEffectHUD UCH Treecapitator{1.7.10} Treecapitator UCH appliedenergistics2{rv2-stable-10} Applied Energistics 2 UCH bdlib{1.9.3.107} BD Lib UCH ae2stuff{0.4.3.47} AE2 Stuff UCH AnimationAPI{1.2.4} AnimationAPI UCH AppleCore{1.1.0} AppleCore UCH ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships UCH Aroma1997CoreHelper{1.0.2.16} Aroma1997Core|Helper UCH Aroma1997sDimension{1.0} Aroma1997's Dimensional World UCH AromaBackup{0.0.0.5} AromaBackup UCH Baubles{1.0.1.10} Baubles UCH Artifacts{1.1.3} Artifacts UCH asielib{0.3.4} asielib UCH aura{unspecified} Aura Cascade UCH thebombzenapi{2.4.2} ThebombzenAPI UCH autoswitch{5.1.1} AutoSwitch UCH BetterChests{1.1.1.9} BetterChests UCH betterrecords{1.7.10-1.1.9} Better Records UCH BiblioCraft{1.11.2} BiblioCraft UCH BiomesOPlenty{2.1.0} Biomes O' Plenty UCH BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition UCH HardcoreEnderExpansion{1.8.4} [Hardcore Ender Expansion](HardcoreEnderExpansion MC-1.7.10 v1.8.4.jar) UCH IC2{2.2.781-experimental} IndustrialCraft 2 UCH CoFHCore{1.7.10R3.0.4B1} CoFH Core UCH BuildCraft|Core{7.1.9} BuildCraft UCH Forestry{3.6.11.2} Forestry for Minecraft UCH BiblioWoodsForestry{1.7} BiblioWoods Forestry Edition UCH ThermalFoundation{1.7.10R1.2.0} Thermal Foundation UCH ThermalExpansion{1.7.10R4.0.3B1} Thermal Expansion UCH BigReactors{0.4.3A} Big Reactors 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 qmunitylib{1.0} QmunityLib UCH bluepower{0.2.962} Blue Power UCH Thaumcraft{4.2.3.5} Thaumcraft UCH Botania{r1.7-224} [Botania](Botania r1.7-224.jar) UCH BrandonsCore{1.0.0.7} Brandon's Core UCH BuildCraft|Builders{7.1.9} BC Builders UCH BuildCraft|Transport{7.1.9} BC Transport UCH BuildCraft|Energy{7.1.9} BC Energy UCH BuildCraft|Silicon{7.1.9} BC Silicon UCH BuildCraft|Robotics{7.1.9} BC Robotics UCH BuildCraft|Factory{7.1.9} BC Factory UCH CarpentersBlocks{3.3.7} [Carpenter's Blocks](Carpenter's Blocks v3.3.7 - MC 1.7.10.jar) UCH ChickenChunks{1.3.4.16} ChickenChunks UCH TwilightForest{2.3.7} The Twilight Forest UCH ForgeMultipart{1.2.0.345} Forge Multipart UCH chisel{2.9.2.8} Chisel UCH ComputerCraft{1.74} ComputerCraft UCH EnderStorage{1.4.5.27} EnderStorage UCH MineFactoryReloaded{1.7.10R2.8.0} MineFactory Reloaded UCH OpenComputers{1.5.18.36} OpenComputers UCH CompactMachines{1.7.10-1.20} Compact Machines UCH compactstorage{v2.0.0a} CompactStorage UCH PTRModelLib{1.0.0} PTRModelLib UCH props{2.1.1} Decocraft UCH DescriptionTags{1.0} Description Tags UCH Ding{MC1.7.10} Ding UCH DraconicEvolution{1.0.1c} Draconic Evolution UCH DragonMounts{r41-1.7.10} Dragon Mounts UCH eplus{3.0.2-d} Enchanting Plus UCH enchantview{4.1.0} EnchantView UCH Enchiridion{1.1} Enchiridion UCH endercore{1.7.10-0.1.0.25_beta} EnderCore UCH GalacticraftCore{3.0.11} Galacticraft Core UCH Mekanism{8.1.7} Mekanism UCH EnderIO{1.7.10-2.2.8.381} Ender IO UCH enhancedportals{3.0.12} EnhancedPortals UCH extrabuttons{1.7.10.1} ExtraButtons UCH extracells{2.2.73} Extra Cells 2 UCH ExtraUtilities{1.2.11} Extra Utilities UCH harvestcraft{1.7.10j} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10j.jar) UCH ImmersiveEngineering{0.5.4} Immersive Engineering UCH Mantle{1.7.10-0.3.2.jenkins184} Mantle UCH TConstruct{1.7.10-1.8.7.build979} Tinkers' Construct UCH ExtraTiC{1.4.5} ExtraTiC UCH farseek{1.0.10} Farseek UCH FastCraft{1.21} FastCraft UCH FlatSigns{2.1.0.19} Flat Signs UCH fossil{1.7.10 Build 7.2.1} Fossils and Archeology Revival UCH GalacticraftMars{3.0.11} Galacticraft Planets UCH RedstoneArsenal{1.7.10R1.1.1} Redstone Arsenal UCH ThaumicTinkerer{unspecified} Thaumic Tinkerer UCH MagicBees{1.7.10-2.3.6} Magic Bees UCH gendustry{1.6.0.125} GenDustry UCH advgenerators{0.9.18.113} Advanced Generators UCH Growthcraft{1.7.10-2.3.0} Growthcraft UCH Growthcraft|Bamboo{1.7.10-2.3.0} Growthcraft Bamboo UCH Growthcraft|Cellar{1.7.10-2.3.0} Growthcraft Cellar UCH Growthcraft|Apples{1.7.10-2.3.0} Growthcraft Apples UCH Growthcraft|Bees{1.7.10-2.3.0} Growthcraft Bees UCH Growthcraft|Grapes{1.7.10-2.3.0} Growthcraft Grapes UCH Growthcraft|Hops{1.7.10-2.3.0} Growthcraft Hops UCH Growthcraft|Rice{1.7.10-2.3.0} Growthcraft Rice UCH Growthcraft|Fishtrap{1.7.10-2.3.0} Growthcraft Fishtrap UCH iChunUtil{4.2.2} iChunUtil UCH Hats{4.0.1} Hats UCH inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks UCH journeymap{@JMVERSION@} JourneyMap UCH LunatriusCore{1.1.2.21} LunatriusCore UCH Mariculture{1.7.10-1.2.4.2a} Mariculture UCH MariTech{1.0} Marine Technlogy UCH RadixCore{2.0.3} RadixCore UCH MCA{1.7.10-5.0.7.2} Minecraft Comes Alive UCH MekanismGenerators{8.1.7} MekanismGenerators UCH MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} MFR Compat: Applied Energistics UCH MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} MFR Compat: Atum UCH MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} MFR Compat: BackTools UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} MFR Compat: BuildCraft UCH MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} MFR Compat: Chococraft UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} MFR Compat: ExtraBiomes UCH MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} MFR Compat: Forestry UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} MFR Compat: ForgeMicroblock UCH MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} MFR Compat: IC2 UCH MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} MFR Compat: Mystcraft UCH MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} MFR Compat ProjectRed UCH MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} MFR Compat: Railcraft UCH MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} MFR Compat: Sufficient Biomes UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} MFR Compat: Thaumcraft UCH MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} MFR Compat: Thermal Expansion UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} MFR Compat: Tinkers' Construct UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} MFR Compat: TwilightForest UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} MFR Compat: Vanilla UCH MTRM{1.0} MineTweakerRecipeMaker UCH Morph{0.9.2} Morph UCH Morpheus{1.7.10-1.6.10} Morpheus UCH MutantCreatures{1.4.9} Mutant Creatures UCH NEIAddons{1.12.11.36} NEI Addons UCH NEIAddons|Developer{1.12.11.36} NEI Addons: Developer Tools UCH NEIAddons|AppEng{1.12.11.36} NEI Addons: Applied Energistics 2 UCH NEIAddons|Botany{1.12.11.36} NEI Addons: Botany UCH NEIAddons|Forestry{1.12.11.36} NEI Addons: Forestry UCH NEIAddons|CraftingTables{1.12.11.36} NEI Addons: Crafting Tables UCH NEIAddons|ExNihilo{1.12.11.36} NEI Addons: Ex Nihilo UCH neiintegration{1.0.12} NEI Integration UCH NetherOres{1.7.10R2.3.0} Nether Ores UCH NodalMechanics{1.7.10R1.0} NodalMechanics UCH neresources{0.1.0.106} Not Enough Resources UCH Oceancraft{1.4.1} Oceancraft UCH OpenMods{0.8} OpenMods UCH OpenBlocks{1.4.4} OpenBlocks UCH OpenPeripheralCore{1.2} OpenPeripheralCore UCH OpenPeripheral{0.4} OpenPeripheralAddons UCH OpenPeripheralIntegration{0.3} OpenPeripheralIntegration UCH origin{6.0.0} Origin UCH clayspawn{1.7.10a} [Pam's Clay Spawn](Pam's Clay Spawn 1.7.10a.jar) UCH Progression{0.4.1} Progression UCH RandomThings{2.2.4} Random Things UCE rftools{3.50} RFTools UCH Roguelike{1.3.6.3} Roguelike Dungeons UCH runicdungeons{1.1.5c} Runic Dungeons UCH SimpleLabels{@VERSION@} SimpleLabels UCH simplyjetpacks{1.5.1} Simply Jetpacks UCH SolarFlux{1.7.10-0.8b} Solar Flux UCH SSR{rc3} Soul Shards Reborn 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 tcnodetracker{1.1.2} TC Node Tracker UCH thaumcraftneiplugin{@VERSION@} Thaumcraft NEI Plugin UCH thaumicenergistics{0.8.10.10} Thaumic Energistics UCH thaumicexpansion{3.0.0} Thaumic Expansion UCH erebus{0.3a} Erebus UCH ThermalDynamics{1.7.10R1.1.0} Thermal Dynamics UCH TiCTooltips{1.2.5} TiC Tooltips UCH TMechworks{0.2.14.100} Tinkers' Mechworks UCH warpbook{2.0.null} Warp Book UCH witchery{0.24.1} Witchery UCH WR-CBE|Core{1.4.1.9} WR-CBE Core UCH WR-CBE|Addons{1.4.1.9} WR-CBE Addons UCH WR-CBE|Logic{1.4.1.9} WR-CBE Logic UCH McMultipart{1.2.0.345} Minecraft Multipart Plugin UCH MrTJPCoreMod{1.1.0.31} MrTJPCore UCH denseores{1.0} Dense Ores UCH FMPIntegration{1.0} FMPIntegration UCH HungerOverhaul{1.7.10-1.0.0.jenkins75} Hunger Overhaul UCH ForgeMicroblock{1.2.0.345} Forge Microblocks UD asielibcore{} AsieLib CoreMod GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.3.12618 Compatibility Profile Context 13.251.9001.1001' Renderer: 'AMD Radeon HD 7640G' OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[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-308 ThermalFoundation: -[1.7.10]1.2.0-102 ThermalExpansion: -[1.7.10]4.0.3B1-218 MineFactoryReloaded: -[1.7.10]2.8.0-104 Mantle Environment: Environment healthy. TConstruct Environment: Environment healthy. RedstoneArsenal: -[1.7.10]1.1.1-89 NetherOres: -[1.7.10]2.3.0-12 ThermalDynamics: -[1.7.10]1.1.0-161 List of loaded APIs: * API_NEK (1.0.0) from Origin-1.7.10-6.0.0.jar * AppleCoreAPI (1.1.0) from AppleCore-mc1.7.10-1.1.0.jar * appliedenergistics2|API (rv2) from appliedenergistics2-rv2-stable-10.jar * BattlePlayer (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar * Baubles|API (1.0.1.10) from ThermalFoundation-[1.7.10]1.2.0-102.jar * BiomesOPlentyAPI (1.0.0) from BiomesOPlenty-1.7.10-2.1.0.1396-universal.jar * bluepowerAPI (1.0) from BluePower-1.7.10-0.2.962-universal.jar * BotaniaAPI (64) from Botania r1.7-224.jar * BuildCraftAPI|blocks (1.0) from buildcraft-7.1.9.jar * BuildCraftAPI|blueprints (1.5) from buildcraft-7.1.9.jar * BuildCraftAPI|boards (2.0) from buildcraft-7.1.9.jar * BuildCraftAPI|core (1.0) from extrautilities-1.2.11.jar * BuildCraftAPI|crops (1.1) from buildcraft-7.1.9.jar * BuildCraftAPI|events (2.0) from buildcraft-7.1.9.jar * BuildCraftAPI|facades (1.1) from buildcraft-7.1.9.jar * BuildCraftAPI|filler (4.0) from buildcraft-7.1.9.jar * BuildCraftAPI|fuels (2.0) from buildcraft-7.1.9.jar * BuildCraftAPI|gates (4.1) from buildcraft-7.1.9.jar * BuildCraftAPI|items (1.1) from buildcraft-7.1.9.jar * BuildCraftAPI|library (2.0) from buildcraft-7.1.9.jar * BuildCraftAPI|lists (1.0) from buildcraft-7.1.9.jar * BuildCraftAPI|power (1.3) from buildcraft-7.1.9.jar * BuildCraftAPI|recipes (3.0) from buildcraft-7.1.9.jar * BuildCraftAPI|robotics (3.0) from buildcraft-7.1.9.jar * BuildCraftAPI|statements (1.1) from buildcraft-7.1.9.jar * BuildCraftAPI|tablet (1.0) from buildcraft-7.1.9.jar * BuildCraftAPI|tiles (1.2) from buildcraft-7.1.9.jar * BuildCraftAPI|tools (1.0) from EnhancedPortals_1.7.10-universal-3.0.12.jar * BuildCraftAPI|transport (4.1) from buildcraft-7.1.9.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.2.8.jar * ChiselAPI|Carving (0.1.1) from Chisel-2.9.2.8.jar * ChiselAPI|Rendering (0.1.1) from Chisel-2.9.2.8.jar * CoFHAPI (1.7.10R1.0.2) from EnhancedPortals_1.7.10-universal-3.0.12.jar * CoFHAPI|block (1.7.10R1.0.13B1) from extrautilities-1.2.11.jar * CoFHAPI|core (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHAPI|energy (1.7.10R1.0.2) from RandomThings-2.2.4.jar * CoFHAPI|fluid (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHAPI|inventory (1.7.10R1.0.3) from EnderIO-1.7.10-2.2.8.381.jar * CoFHAPI|item (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHAPI|modhelpers (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHAPI|tileentity (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHAPI|transport (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHAPI|world (1.7.10R1.0.13) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|audio (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|gui (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|gui|container (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|gui|element (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|gui|element|listbox (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|gui|slot (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|inventory (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|render (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|render|particle (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|util (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|util|helpers (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|util|position (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|world (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * CoFHLib|world|feature (1.7.10R1.0.4B1) from CoFHCore-[1.7.10]3.0.4B1-308.jar * compactstorage (v2.0.0a) from compactstorage-1.7.10-release-2.1.0-lts.18-universal.jar * ComputerCraft|API (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|FileSystem (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Lua (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Media (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Peripheral (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Permissions (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Redstone (1.74) from ComputerCraft1.74.jar * ComputerCraft|API|Turtle (1.74) from ComputerCraft1.74.jar * CSLib|API (1.0) from Decocraft-2.1.1_1.7.10.jar * DraconicEvolution|API (1.0) from Draconic-Evolution-1.7.10-1.0.1c.jar * DualWield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar * EnderIOAPI (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * EnderIOAPI|Redstone (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * EnderIOAPI|Tools (0.0.2) from EnderIO-1.7.10-2.2.8.381.jar * ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.11.2.jar * ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.11.2.jar * Galacticraft API (1.0) from GalacticraftCore-1.7-3.0.11.333.jar * GameAnalyticsAPI (1.1) from AuraCascade-552.jar * gendustryAPI (2.2.0) from gendustry-1.6.0.125-mc1.7.10.jar * GrowthcraftAPI|Bees (2.0) from growthcraft-1.7.10-2.3.0-complete_development-build1.jar * GrowthcraftAPI|Cellar (2.0) from growthcraft-1.7.10-2.3.0-complete_development-build1.jar * GrowthcraftAPI|Core (2.0) from growthcraft-1.7.10-2.3.0-complete_development-build1.jar * GrowthcraftAPI|FishTrap (2.0) from growthcraft-1.7.10-2.3.0-complete_development-build1.jar * Heraldry (alpha) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar * IC2API (1.0) from industrialcraft-2-2.2.781-experimental.jar * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.5.4.jar * McJtyLib (1.6.1) from mcjtylib-1.6.1.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 * neresources|API (1.0) from NotEnoughResources-1.7.10-0.1.0.106.jar * OpenBlocks|API (1.0) from OpenBlocks-1.7.10-1.4.4.jar * OpenComputersAPI|Component (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|Core (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|Driver (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|Driver|Item (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|Event (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|FileSystem (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|Internal (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|Machine (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|Manual (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|Network (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenComputersAPI|Prefab (5.6.2) from OpenComputers-MC1.7.10-1.5.18.36-universal.jar * OpenPeripheralApi (3.3.1) from OpenPeripheralCore-1.7.10-1.2.jar * Quiver (0.2) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar * RailcraftAPI|crafting (1.0.0) from ImmersiveEngineering-0.5.4.jar * Shield (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar * Thaumcraft|API (4.2.2.0) from runicdungeons-1.1.5c.jar * Weapons (0.1) from 1.7.10-MB_Battlegear2-Bullseye-1.0.8.1.jar Stencil buffer state: Function set: GL30, pool: forge, bits: 8

McJty commented 8 years ago

Known issue and already fixed for next version. For now RFTools requires WAILA to be present.