Upon hitting the play button, game goes to the forge loader and when it gets to step 2/7 the screen freezes stops responding and wont resolve. when i close it the following is displayed in the game output:
[10:13:11] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:13:11] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:13:11] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[10:13:12] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[10:13:12] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_71, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_71
[10:13:13] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:13] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[10:13:14] [main/INFO] [FML]: [AppEng] Core Init
[10:13:14] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:15] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:19] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:19] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_U_C1.jar
[10:13:19] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:19] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:13:19] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[10:13:20] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Lazarus%20Draigon/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_U_C1.jar
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[10:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:23] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:13:23] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:13:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_71]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_71]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_71]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_71]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_71]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:108) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[10:13:24] [main/INFO] [FML]: MC located at: C:\Users\Lazarus Draigon\AppData\Roaming\.minecraft
[10:13:24] [main/INFO] [FML]: AMCore >> Located Optifine
[10:13:24] [main/INFO] [FML]: AMCore >> Located Thaumcraft
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/INFO] [Aroma1997Core]: Finished data injection.
[10:13:24] [main/INFO] [Aroma1997Core]: Finished data injection.
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:13:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:26] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[10:13:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[10:13:26] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[10:13:26] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[10:13:27] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
[10:13:27] [main/INFO] [STDOUT]: [TMIForgeTransformer:transform:18]: [TMI] Rewriting class bex / net.minecraft.client.gui.inventory.GuiContainer
[10:13:27] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[10:13:27] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[10:13:27] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.world.World
[10:13:33] [main/INFO]: Setting user: lazarusdraigon
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[10:13:41] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
[OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
[10:13:41] [Client thread/INFO]: LWJGL Version: 2.9.1
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_U_C1
[OptiFine] Wed Feb 03 10:13:45 MST 2016
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.8.0_71, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: Intel(R) G45/G43 Express Chipset, version 2.1.0 - Build 8.15.10.2869, Intel
[OptiFine] OpenGL Version: 2.1
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 4096x4096
[OptiFine] Checking for new version
[10:13:46] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_U_C1, enabling compatibility features
[OptiFine] Version found: D1
[10:13:46] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// But it works on my machine.
Time: 2/3/16 10:13 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
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 7 (amd64) version 6.1
Java Version: 1.8.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 69674120 bytes (66 MB) / 199655424 bytes (190 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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:
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) G45/G43 Express Chipset'
[10:13:46] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[10:13:46] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
[10:13:46] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[10:13:46] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[10:13:47] [Client thread/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[10:13:47] [Client thread/INFO] [FML]: [AppEng] Core Init
[10:13:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for TooManyItems. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:55) [EventBus.class:?]
at TMIForgeContainer.<init>(TMIForgeContainer.java:35) [TMIForgeContainer.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_71]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_71]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_71]
at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_71]
at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_71]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340) [Loader.class:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_71]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[10:13:48] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[10:13:48] [Client thread/INFO] [FML]: Searching C:\Users\Lazarus Draigon\AppData\Roaming\.minecraft\mods for mods
[10:13:48] [Client thread/INFO] [FML]: Also searching C:\Users\Lazarus Draigon\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[10:14:20] [Client thread/WARN] [Aroma1997CoreHelper]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2.16
[10:14:20] [Client thread/WARN] [Aroma1997sDimension]: Mod Aroma1997sDimension is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[10:14:31] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.7.37
[10:14:31] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.12
[10:14:54] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[10:14:54] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[10:14:54] [Client thread/INFO] [FML]: Found mod(s) [harvestcraft] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[10:15:01] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:15:03] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, ThE-core, TooManyItems, <CoFH ASM>, arsmagica2, AnimationAPI, appliedenergistics2, Aroma1997CoreHelper, Aroma1997sDimension, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, CoFHCore, eplus, EnderIO, EnderStorage, ExtraTiC, ExtraUtilities, Mantle, Metallurgy, MetallurgyCore, me, AencEx, harvestcraft, TConstruct, Thaumcraft, thaumicenergistics, ThermalExpansion, ThermalFoundation, chunkbase_villageinfo_ssp, Waila, WailaHarvestability, Baubles] at CLIENT
[10:15:03] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, ThE-core, TooManyItems, <CoFH ASM>, arsmagica2, AnimationAPI, appliedenergistics2, Aroma1997CoreHelper, Aroma1997sDimension, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, CoFHCore, eplus, EnderIO, EnderStorage, ExtraTiC, ExtraUtilities, Mantle, Metallurgy, MetallurgyCore, me, AencEx, harvestcraft, TConstruct, Thaumcraft, thaumicenergistics, ThermalExpansion, ThermalFoundation, chunkbase_villageinfo_ssp, Waila, WailaHarvestability, Baubles] at SERVER
[10:15:08] [Client thread/ERROR] [Mantle]: [Environment Checks] Optifine detected. This may cause issues due to base edits or ASM usage.
[10:15:08] [Client thread/INFO] [TConstruct]: Preparing to take over the world
[10:15:09] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
[10:15:09] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft/client/renderers/entity/RenderGolemBase)
[10:15:10] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Mantle, FMLFileResourcePack:Metallurgy 4, FMLFileResourcePack:Metallurgy Core, FMLFileResourcePack:More Enchantments, FMLFileResourcePack:AencEx, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Village Info (SSP), FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Baubles
[10:15:10] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[10:15:10] [Client thread/INFO] [FML]: Found 337 ObjectHolder annotations
[10:15:10] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[10:15:10] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[10:15:11] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[10:15:11] [Client thread/INFO] [Aroma1997Core]: Logger initialized.
[10:15:11] [Client thread/INFO] [Aroma1997Core]: Finished Pre-initialization.
[10:15:12] [Client thread/INFO] [FML]: Ars Magica >> Extending Potions Array
[10:15:12] [Client thread/INFO] [FML]: Ars Magica >> injecting potions starting from index 32
[10:15:13] [Client thread/INFO] [FML]: AMCore >> Altering definition of am2.armor.ItemMageHood to be thaumcraft compatible.
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment magic_resist to ID 100 (configured currently as 100)
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment soulbound to ID 101 (configured currently as 101)
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_phy
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_drn
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fall
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_exp
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fire
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_frst
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_mage
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_litn
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mn_reg
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: bn_red
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: soulbnd
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fl_lure
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_xp
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: pp_ore
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_gog
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: tc_nrv
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: step_up
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: run_spd
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dispel
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fallprot
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fireprot
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: freedom
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: healing
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: hungerup
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: highjump
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lifesave
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lightstep
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: minespd
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: recoil
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: swimspd
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrbrth
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrwalk
[10:15:15] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
[10:15:16] [Client thread/INFO] [AE2-CORE]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[10:15:16] [Client thread/INFO] [AE2-CORE]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/IC2
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
[10:15:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/block/networking/BlockCableBus
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BuildCraftCore integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/powered/powersink/IC2
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BuildCraftCore integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PIC2Power
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface li.cil.oc.api.network.Environment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface li.cil.oc.api.network.SidedEnvironment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2POpenComputers
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface pneumaticCraft.api.tileentity.ISidedPneumaticMachine from appeng/parts/p2p/PartP2PPressure because PneumaticCraft integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PPressure
[10:15:18] [Client thread/INFO] [AE2:C]: Starting AE2 VersionChecker
[10:15:18] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 3506ms )
[10:15:18] [Client thread/INFO] [Aroma1997CoreHelper]: Helping Aroma1997Core
Dxdiag:
------------------
System Information
------------------
Time of this report: 2/3/2016, 10:41:20
Machine name: FRANZHOPPER
Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.151230-0600)
Language: English (Regional Setting: English)
System Manufacturer: Dell Inc.
System Model: Inspiron 560
BIOS: Default System BIOS
Processor: Pentium(R) Dual-Core CPU E5500 @ 2.80GHz (2 CPUs), ~2.8GHz
Memory: 12288MB RAM
Available OS Memory: 12252MB RAM
Page File: 3676MB used, 20827MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 64bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Input Tab: No problems found.
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7601.19091
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7601.19091
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7601.19091
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.03.0000.0000
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.19091
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7601.19091
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7601.19091
ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,12.10.0000.30328
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.19091
PCM,0x00200000,1,1,quartz.dll,6.06.7601.19091
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.19091
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.19091
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.19091
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.19091
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.19091
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.19091
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.19091
WDM Streaming Capture Devices:
Realtek HD Audio Front Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Plantronics C320-M,0x00200000,3,2,ksproxy.ax,6.01.7601.19091
WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Plantronics C320-M,0x00200000,3,2,ksproxy.ax,6.01.7601.19091
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0
Upon hitting the play button, game goes to the forge loader and when it gets to step 2/7 the screen freezes stops responding and wont resolve. when i close it the following is displayed in the game output:
[10:13:11] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[10:13:11] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[10:13:12] [main/INFO] [FML]: Forge Mod Loader version 7.99.40.1614 for Minecraft 1.7.10 loading
[10:13:12] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_71, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_71
[10:13:13] [main/WARN] [FML]: The coremod am2.preloader.AM2PreloaderContainer does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:13] [main/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[10:13:14] [main/INFO] [FML]: [AppEng] Core Init
[10:13:14] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:15] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:19] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:19] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.10_HD_U_C1.jar
[10:13:19] [main/WARN] [FML]: The coremod thaumcraft.codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[10:13:19] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:13:19] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[10:13:20] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[10:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class optifine.OptiFineForgeTweaker
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: acceptOptions
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: injectIntoClassLoader
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ClassTransformer
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine URL: file:/C:/Users/Lazarus%20Draigon/AppData/Roaming/.minecraft/mods/OptiFine_1.7.10_HD_U_C1.jar
[10:13:20] [main/INFO] [STDOUT]: [optifine.OptiFineClassTransformer:dbg:179]: OptiFine ZIP file: [email protected]
[10:13:20] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:23] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[10:13:23] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[10:13:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:23] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/ERROR] [LaunchWrapper]: A critical problem occurred registering the ASM transformer class am2.preloader.AccessTransformers
java.lang.IllegalArgumentException: resource AM2_at.cfg not found.
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:148) ~[guava-17.0.jar:?]
at com.google.common.io.Resources.getResource(Resources.java:229) ~[guava-17.0.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.readMapFile(AccessTransformer.java:118) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at cpw.mods.fml.common.asm.transformers.AccessTransformer.<init>(AccessTransformer.java:101) ~[forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at am2.preloader.AccessTransformers.<init>(AccessTransformers.java:10) ~[AccessTransformers.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_71]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_71]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_71]
at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_71]
at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_71]
at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:108) [forge-1.7.10-10.13.4.1614-1.7.10.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[10:13:24] [main/INFO] [FML]: MC located at: C:\Users\Lazarus Draigon\AppData\Roaming\.minecraft
[10:13:24] [main/INFO] [FML]: AMCore >> Located Optifine
[10:13:24] [main/INFO] [FML]: AMCore >> Located Thaumcraft
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/INFO] [Aroma1997Core]: Finished data injection.
[10:13:24] [main/INFO] [Aroma1997Core]: Finished data injection.
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:24] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[10:13:25] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[10:13:26] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[10:13:26] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[10:13:26] [main/INFO] [STDOUT]: [optifine.OptiFineForgeTweaker:dbg:49]: OptiFineForgeTweaker: getLaunchArguments
[10:13:26] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[10:13:27] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.entity.EntityPlayerSP
[10:13:27] [main/INFO] [STDOUT]: [TMIForgeTransformer:transform:18]: [TMI] Rewriting class bex / net.minecraft.client.gui.inventory.GuiContainer
[10:13:27] [main/INFO] [AE2-CORE]: func_146977_a(Lnet/minecraft/inventory/Slot;)V - Transformed
[10:13:27] [main/INFO] [AE2-CORE]: func_146977_a_original(Lnet/minecraft/inventory/Slot;)V - New Method
[10:13:27] [main/INFO] [FML]: AMCore >> Altering definition of net.minecraft.world.World
[10:13:33] [main/INFO]: Setting user: lazarusdraigon
[OptiFine] (Reflector) Class not present: ModLoader
[OptiFine] (Reflector) Class not present: net.minecraft.src.FMLRenderAccessLibrary
[OptiFine] (Reflector) Class not present: LightCache
[OptiFine] (Reflector) Class not present: BlockCoord
[10:13:41] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.EntityRenderer
[OptiFine] (Reflector) Class not present: net.minecraftforge.fml.client.SplashProgress
[10:13:41] [Client thread/INFO]: LWJGL Version: 2.9.1
[OptiFine]
[OptiFine] OptiFine_1.7.10_HD_U_C1
[OptiFine] Wed Feb 03 10:13:45 MST 2016
[OptiFine] OS: Windows 7 (amd64) version 6.1
[OptiFine] Java: 1.8.0_71, Oracle Corporation
[OptiFine] VM: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
[OptiFine] LWJGL: 2.9.1
[OptiFine] OpenGL: Intel(R) G45/G43 Express Chipset, version 2.1.0 - Build 8.15.10.2869, Intel
[OptiFine] OpenGL Version: 2.1
[OptiFine] OpenGL Fancy fog: Not available (GL_NV_fog_distance)
[OptiFine] Maximum texture size: 4096x4096
[OptiFine] Checking for new version
[10:13:46] [Client thread/INFO] [FML]: Forge Mod Loader has detected optifine OptiFine_1.7.10_HD_U_C1, enabling compatibility features
[OptiFine] Version found: D1
[10:13:46] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// But it works on my machine.
Time: 2/3/16 10:13 AM
Description: Loading screen debug info
This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR
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 7 (amd64) version 6.1
Java Version: 1.8.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 69674120 bytes (66 MB) / 199655424 bytes (190 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
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:
GL info: ' Vendor: 'Intel' Version: '2.1.0 - Build 8.15.10.2869' Renderer: 'Intel(R) G45/G43 Express Chipset'
[10:13:46] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[10:13:46] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1614 Initialized
[10:13:46] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[10:13:46] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[10:13:47] [Client thread/INFO] [FML]: AMCore initializing...stand back! I'm going to try MAGIC!
[10:13:47] [Client thread/INFO] [FML]: [AppEng] Core Init
[10:13:48] [Client thread/ERROR] [FML]: Unable to determine registrant mod for TooManyItems. This is a critical error and should be impossible
java.lang.Throwable
at cpw.mods.fml.common.eventhandler.EventBus.register(EventBus.java:55) [EventBus.class:?]
at TMIForgeContainer.<init>(TMIForgeContainer.java:35) [TMIForgeContainer.class:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [?:1.8.0_71]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_71]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) [?:1.8.0_71]
at java.lang.reflect.Constructor.newInstance(Unknown Source) [?:1.8.0_71]
at java.lang.Class.newInstance(Unknown Source) [?:1.8.0_71]
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:340) [Loader.class:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:489) [Loader.class:?]
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480) [bao.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878) [bao.class:?]
at net.minecraft.client.main.Main.main(SourceFile:148) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_71]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_71]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_71]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[10:13:48] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[10:13:48] [Client thread/INFO] [FML]: Searching C:\Users\Lazarus Draigon\AppData\Roaming\.minecraft\mods for mods
[10:13:48] [Client thread/INFO] [FML]: Also searching C:\Users\Lazarus Draigon\AppData\Roaming\.minecraft\mods\1.7.10 for mods
[10:14:20] [Client thread/WARN] [Aroma1997CoreHelper]: Mod Aroma1997CoreHelper is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.0.2.16
[10:14:20] [Client thread/WARN] [Aroma1997sDimension]: Mod Aroma1997sDimension is missing the required element 'version' and no fallback can be found. Substituting '1.0'.
[10:14:31] [Client thread/WARN] [EnderStorage]: Mod EnderStorage is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.4.7.37
[10:14:31] [Client thread/WARN] [ExtraUtilities]: Mod ExtraUtilities is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version 1.2.12
[10:14:54] [Client thread/INFO] [FML]: Forge Mod Loader has identified 43 mods to load
[10:14:54] [Client thread/INFO] [FML]: Found mod(s) [ExtraUtilities] containing declared API package baubles.api (owned by Baubles) without associated API reference
[10:14:54] [Client thread/INFO] [FML]: Found mod(s) [harvestcraft] containing declared API package thaumcraft.api (owned by Thaumcraft) without associated API reference
[10:15:01] [Client thread/INFO] [FML]: FML has found a non-mod file CodeChickenLib-1.7.10-1.1.3.138-universal.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
[10:15:03] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, ThE-core, TooManyItems, <CoFH ASM>, arsmagica2, AnimationAPI, appliedenergistics2, Aroma1997CoreHelper, Aroma1997sDimension, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, CoFHCore, eplus, EnderIO, EnderStorage, ExtraTiC, ExtraUtilities, Mantle, Metallurgy, MetallurgyCore, me, AencEx, harvestcraft, TConstruct, Thaumcraft, thaumicenergistics, ThermalExpansion, ThermalFoundation, chunkbase_villageinfo_ssp, Waila, WailaHarvestability, Baubles] at CLIENT
[10:15:03] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, AM2-Preloader, appliedenergistics2-core, Aroma1997Core, CodeChickenCore, ThE-core, TooManyItems, <CoFH ASM>, arsmagica2, AnimationAPI, appliedenergistics2, Aroma1997CoreHelper, Aroma1997sDimension, BuildCraft|Builders, BuildCraft|Transport, BuildCraft|Energy, BuildCraft|Silicon, BuildCraft|Robotics, BuildCraft|Core, BuildCraft|Factory, CoFHCore, eplus, EnderIO, EnderStorage, ExtraTiC, ExtraUtilities, Mantle, Metallurgy, MetallurgyCore, me, AencEx, harvestcraft, TConstruct, Thaumcraft, thaumicenergistics, ThermalExpansion, ThermalFoundation, chunkbase_villageinfo_ssp, Waila, WailaHarvestability, Baubles] at SERVER
[10:15:08] [Client thread/ERROR] [Mantle]: [Environment Checks] Optifine detected. This may cause issues due to base edits or ASM usage.
[10:15:08] [Client thread/INFO] [TConstruct]: Preparing to take over the world
[10:15:09] [Client thread/INFO] [FML]: AMCore >> Altering definition of net.minecraft.client.renderer.entity.RendererLivingEntity
[10:15:09] [Client thread/INFO] [ThE-Core]: Transforming Class (thaumcraft/client/renderers/entity/RenderGolemBase)
[10:15:10] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Ars Magica 2, FMLFileResourcePack:AnimationAPI, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Aroma1997Core|Helper, FMLFileResourcePack:Aroma1997's Dimensional World, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BC Transport, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Factory, FMLFileResourcePack:CoFH Core, FMLFileResourcePack:Enchanting Plus, FMLFileResourcePack:Ender IO, FMLFileResourcePack:EnderStorage, FMLFileResourcePack:ExtraTiC, FMLFileResourcePack:Extra Utilities, FMLFileResourcePack:Mantle, FMLFileResourcePack:Metallurgy 4, FMLFileResourcePack:Metallurgy Core, FMLFileResourcePack:More Enchantments, FMLFileResourcePack:AencEx, FMLFileResourcePack:Pam's HarvestCraft, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Thaumcraft, FMLFileResourcePack:Thaumic Energistics, FMLFileResourcePack:Thermal Expansion, FMLFileResourcePack:Thermal Foundation, FMLFileResourcePack:Village Info (SSP), FMLFileResourcePack:Waila, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:Baubles
[10:15:10] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[10:15:10] [Client thread/INFO] [FML]: Found 337 ObjectHolder annotations
[10:15:10] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[10:15:10] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[10:15:11] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[10:15:11] [Client thread/INFO] [Aroma1997Core]: Logger initialized.
[10:15:11] [Client thread/INFO] [Aroma1997Core]: Finished Pre-initialization.
[10:15:12] [Client thread/INFO] [FML]: Ars Magica >> Extending Potions Array
[10:15:12] [Client thread/INFO] [FML]: Ars Magica >> injecting potions starting from index 32
[10:15:13] [Client thread/INFO] [FML]: AMCore >> Altering definition of am2.armor.ItemMageHood to be thaumcraft compatible.
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment magic_resist to ID 100 (configured currently as 100)
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Attempting to set enchantment soulbound to ID 101 (configured currently as 101)
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Successfully registered enchanment!
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_phy
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_drn
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fall
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_exp
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_fire
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_frst
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_mage
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dr_litn
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mn_reg
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: bn_red
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: soulbnd
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fl_lure
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_xp
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: pp_ore
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: mg_gog
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: tc_nrv
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: step_up
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: run_spd
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: dispel
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fallprot
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: fireprot
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: freedom
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: healing
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: hungerup
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: highjump
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lifesave
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: lightstep
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: minespd
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: recoil
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: swimspd
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrbrth
[10:15:14] [Client thread/INFO] [FML]: Ars Magica 2 >> Registered imbuement: wtrwalk
[10:15:15] [Client thread/INFO] [AE2:C]: Pre Initialization ( started )
[10:15:16] [Client thread/INFO] [AE2-CORE]: func_145841_b(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[10:15:16] [Client thread/INFO] [AE2-CORE]: func_145839_a(Lnet/minecraft/nbt/NBTTagCompound;)V - Transformed
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/tile/powersink/IC2 because IC2 integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/IC2
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface Reika.RotaryCraft.API.Interfaces.Transducerable from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Method Tick_RotaryCraft from appeng/tile/powersink/RotaryCraft because RotaryCraft integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/RotaryCraft
[10:15:16] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/tile/powersink/RedstoneFlux because RF integration is enabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface mekanism.api.energy.IStrictEnergyAcceptor from appeng/tile/powersink/MekJoules because Mekanism integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/tile/powersink/MekJoules
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Interface powercrystals.minefactoryreloaded.api.rednet.connectivity.IRedNetConnection from appeng/block/networking/BlockCableBus because MFR integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Removing Method getConnectionType from appeng/block/networking/BlockCableBus because MFR integration is disabled.
[10:15:16] [Client thread/INFO] [AE2-CORE]: Updated appeng/block/networking/BlockCableBus
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/quartz/ToolQuartzWrench because BuildCraftCore integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.ISpecialElectricItem from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.item.IElectricItemManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Method getManager from appeng/items/tools/powered/powersink/IC2 because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/items/tools/powered/powersink/IC2
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyContainerItem from appeng/items/tools/powered/powersink/RedstoneFlux because RFItem integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.tools.IToolWrench from appeng/items/tools/ToolNetworkTool because BuildCraftCore integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/misc/PartStorageBus because BuildCraftTransport integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface buildcraft.api.transport.IPipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Method overridePipeConnection from appeng/parts/p2p/PartP2PItems because BuildCraftTransport integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySink from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface ic2.api.energy.tile.IEnergySource from appeng/parts/p2p/PartP2PIC2Power because IC2 integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PIC2Power
[10:15:17] [Client thread/INFO] [AE2-CORE]: Allowing Interface cofh.api.energy.IEnergyReceiver from appeng/parts/p2p/PartP2PRFPower because RF integration is enabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface li.cil.oc.api.network.Environment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface li.cil.oc.api.network.SidedEnvironment from appeng/parts/p2p/PartP2POpenComputers because OpenComputers integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2POpenComputers
[10:15:17] [Client thread/INFO] [AE2-CORE]: Removing Interface pneumaticCraft.api.tileentity.ISidedPneumaticMachine from appeng/parts/p2p/PartP2PPressure because PneumaticCraft integration is disabled.
[10:15:17] [Client thread/INFO] [AE2-CORE]: Updated appeng/parts/p2p/PartP2PPressure
[10:15:18] [Client thread/INFO] [AE2:C]: Starting AE2 VersionChecker
[10:15:18] [Client thread/INFO] [AE2:C]: Pre Initialization ( ended after 3506ms )
[10:15:18] [Client thread/INFO] [Aroma1997CoreHelper]: Helping Aroma1997Core
Dxdiag:
------------------
System Information
------------------
Time of this report: 2/3/2016, 10:41:20
Machine name: FRANZHOPPER
Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.151230-0600)
Language: English (Regional Setting: English)
System Manufacturer: Dell Inc.
System Model: Inspiron 560
BIOS: Default System BIOS
Processor: Pentium(R) Dual-Core CPU E5500 @ 2.80GHz (2 CPUs), ~2.8GHz
Memory: 12288MB RAM
Available OS Memory: 12252MB RAM
Page File: 3676MB used, 20827MB available
Windows Dir: C:\Windows
DirectX Version: DirectX 11
DX Setup Parameters: Not found
User DPI Setting: Using System DPI
System DPI Setting: 96 DPI (100 percent)
DWM DPI Scaling: Disabled
DxDiag Version: 6.01.7601.17514 64bit Unicode
------------
DxDiag Notes
------------
Display Tab 1: No problems found.
Sound Tab 1: No problems found.
Sound Tab 2: No problems found.
Input Tab: No problems found.
--------------------
DirectX Debug Levels
--------------------
Direct3D: 0/4 (retail)
DirectDraw: 0/4 (retail)
DirectInput: 0/5 (retail)
DirectMusic: 0/5 (retail)
DirectPlay: 0/9 (retail)
DirectSound: 0/5 (retail)
DirectShow: 0/6 (retail)
---------------
Display Devices
---------------
Card name: Intel(R) G45/G43 Express Chipset
Manufacturer: Intel Corporation
Chip type: Intel(R) 4 Series Express Chipset Family
DAC type: Internal
Device Key: Enum\PCI\VEN_8086&DEV_2E22&SUBSYS_04391028&REV_03
Display Memory: 1695 MB
Dedicated Memory: 64 MB
Shared Memory: 1631 MB
Current Mode: 1920 x 1080 (32 bit) (60Hz)
Monitor Name: HP 2159 Series Wide LCD Monitor
Monitor Model: HP 2159
Monitor Id: HWP282A
Native Mode: 1920 x 1080(p) (60.000Hz)
Output Type: HD15
Driver Name: igdumd64.dll,igd10umd64.dll,igdumdx32,igd10umd32
Driver File Version: 8.15.0010.2869 (English)
Driver Version: 8.15.10.2869
DDI Version: 10
Driver Model: WDDM 1.1
Driver Attributes: Final Retail
Driver Date/Size: 7/4/2015 11:21:10, 6549504 bytes
WHQL Logo'd: Yes
WHQL Date Stamp:
Device Identifier: {D7B78E66-6D62-11CF-AD78-3324A3C2C535}
Vendor ID: 0x8086
Device ID: 0x2E22
SubSys ID: 0x04391028
Revision ID: 0x0003
Driver Strong Name: oem48.inf:IntelGfx.NTamd64.6.0:iEGL0:8.15.10.2869:pci\ven_8086&dev_2e22
Rank Of Driver: 00E62001
Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C
Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
{BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
{335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
{5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
D3D9 Overlay: Supported
DXVA-HD: Supported
DDraw Status: Enabled
D3D Status: Enabled
AGP Status: Enabled
-------------
Sound Devices
-------------
Description: Headset Earphone (Plantronics C320-M)
Default Sound Playback: Yes
Default Voice Playback: Yes
Hardware ID: USB\VID_047F&PID_C01F&REV_0115&MI_00
Manufacturer ID: 65535
Product ID: 65535
Type: WDM
Driver Name: USBAUDIO.sys
Driver Version: 6.01.7601.18208 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 7/12/2013 03:40:58, 109824 bytes
Other Files:
Driver Provider: Microsoft
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No
Description: Speakers / Headphones (Realtek High Definition Audio)
Default Sound Playback: No
Default Voice Playback: No
Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0887&SUBSYS_10280439&REV_1002
Manufacturer ID: 1
Product ID: 100
Type: WDM
Driver Name: RTKVHD64.sys
Driver Version: 6.00.0001.7512 (English)
Driver Attributes: Final Retail
WHQL Logo'd: Yes
Date and Size: 7/4/2015 11:11:42, 4464344 bytes
Other Files:
Driver Provider: Realtek Semiconductor Corp.
HW Accel Level: Basic
Cap Flags: 0xF1F
Min/Max Sample Rate: 100, 200000
Static/Strm HW Mix Bufs: 1, 0
Static/Strm HW 3D Bufs: 0, 0
HW Memory: 0
Voice Management: No
EAX(tm) 2.0 Listen/Src: No, No
I3DL2(tm) Listen/Src: No, No
Sensaura(tm) ZoomFX(tm): No
---------------------
Sound Capture Devices
---------------------
Description: Headset Microphone (Plantronics C320-M)
Default Sound Capture: Yes
Default Voice Capture: Yes
Driver Name: USBAUDIO.sys
Driver Version: 6.01.7601.18208 (English)
Driver Attributes: Final Retail
Date and Size: 7/12/2013 03:40:58, 109824 bytes
Cap Flags: 0x1
Format Flags: 0xFFFFF
-------------------
DirectInput Devices
-------------------
Device Name: Mouse
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Keyboard
Attached: 1
Controller ID: n/a
Vendor/Product ID: n/a
FF Driver: n/a
Device Name: Kensington U+P Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x047D, 0x2043
FF Driver: n/a
Device Name: Kensington U+P Keyboard
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x047D, 0x2043
FF Driver: n/a
Device Name: Plantronics C320-M
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x047F, 0xC01F
FF Driver: n/a
Device Name: Plantronics C320-M
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x047F, 0xC01F
FF Driver: n/a
Device Name: Plantronics C320-M
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x047F, 0xC01F
FF Driver: n/a
Poll w/ Interrupt: No
-----------
USB Devices
-----------
+ USB Root Hub
| Vendor/Product ID: 0x8086, 0x3A37
| Matching Device ID: usb\root_hub
| Service: usbhub
| Driver: usbhub.sys, 11/26/2013 18:41:37, 343040 bytes
| Driver: usbd.sys, 11/26/2013 18:41:03, 7808 bytes
----------------
Gameport Devices
----------------
------------
PS/2 Devices
------------
+ HID Keyboard Device
| Vendor/Product ID: 0x047D, 0x2043
| Matching Device ID: hid_device_system_keyboard
| Service: kbdhid
| Driver: kbdhid.sys, 11/20/2010 20:23:47, 33280 bytes
| Driver: kbdclass.sys, 7/13/2009 18:48:04, 50768 bytes
|
+ Terminal Server Keyboard Driver
| Matching Device ID: root\rdp_kbd
| Upper Filters: kbdclass
| Service: TermDD
| Driver: i8042prt.sys, 7/13/2009 16:19:57, 105472 bytes
| Driver: kbdclass.sys, 7/13/2009 18:48:04, 50768 bytes
|
+ HID-compliant mouse
| Vendor/Product ID: 0x0461, 0x4D22
| Matching Device ID: hid_device_system_mouse
| Service: mouhid
| Driver: mouhid.sys, 7/13/2009 17:00:20, 31232 bytes
| Driver: mouclass.sys, 7/13/2009 18:48:27, 49216 bytes
|
+ Terminal Server Mouse Driver
| Matching Device ID: root\rdp_mou
| Upper Filters: mouclass
| Service: TermDD
| Driver: termdd.sys, 11/20/2010 20:23:47, 63360 bytes
| Driver: sermouse.sys, 7/13/2009 17:00:20, 26624 bytes
| Driver: mouclass.sys, 7/13/2009 18:48:27, 49216 bytes
------------------------
Disk & DVD/CD-ROM Drives
------------------------
Drive: C:
Free Space: 109.9 GB
Total Space: 703.0 GB
File System: NTFS
Model: WDC WD7501AAES-75W7A0 ATA Device
Drive: I:
Free Space: 5.5 GB
Total Space: 12.3 GB
File System: NTFS
Model: WDC WD7501AAES-75W7A0 ATA Device
Drive: D:
Model: PLDS DVD+-RW DH-16AAS ATA Device
Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 20:23:47, 147456 bytes
--------------
System Devices
--------------
Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C
Device ID: PCI\VEN_8086&DEV_3A3C&SUBSYS_04391028&REV_00\3&11583659&0&D7
Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:11, 53248 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:11, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:37, 343040 bytes
Name: Intel(R) ICH10 Family 6 Port SATA AHCI Controller - 3A22
Device ID: PCI\VEN_8086&DEV_3A22&SUBSYS_04391028&REV_00\3&11583659&0&FA
Driver: C:\Windows\system32\DRIVERS\msahci.sys, 6.01.7601.17514 (English), 11/20/2010 20:23:47, 31104 bytes
Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 18:45:46, 48720 bytes
Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 18:52:21, 24128 bytes
Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.18231 (English), 8/4/2013 19:25:45, 155584 bytes
Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A
Device ID: PCI\VEN_8086&DEV_3A3A&SUBSYS_04391028&REV_00\3&11583659&0&EF
Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:11, 53248 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:11, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:37, 343040 bytes
Name: Intel(R) ICH10R LPC Interface Controller - 3A16
Device ID: PCI\VEN_8086&DEV_3A16&SUBSYS_04391028&REV_00\3&11583659&0&F8
Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 18:48:27, 15424 bytes
Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A38
Device ID: PCI\VEN_8086&DEV_3A38&SUBSYS_04391028&REV_00\3&11583659&0&D1
Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:06, 30720 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:11, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:37, 343040 bytes
Name: Intel(R) G45/G43 Express Chipset
Device ID: PCI\VEN_8086&DEV_2E23&SUBSYS_04391028&REV_03\3&11583659&0&11
Driver: n/a
Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A37
Device ID: PCI\VEN_8086&DEV_3A37&SUBSYS_04391028&REV_00\3&11583659&0&D0
Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:06, 30720 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:11, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:37, 343040 bytes
Name: Intel(R) G45/G43 Express Chipset
Device ID: PCI\VEN_8086&DEV_2E22&SUBSYS_04391028&REV_03\3&11583659&0&10
Driver: C:\Windows\system32\DRIVERS\igdkmd64.sys, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 10629408 bytes
Driver: C:\Windows\system32\igdumd64.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 6549504 bytes
Driver: C:\Windows\system32\igd10umd64.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:09, 4722176 bytes
Driver: C:\Windows\system32\igkrng500.bin, 2/11/2011 19:15:08, 982240 bytes
Driver: C:\Windows\system32\igcompkrng500.bin, 2/11/2011 19:15:08, 439308 bytes
Driver: C:\Windows\system32\igfcg500m.bin, 2/11/2011 19:15:08, 92356 bytes
Driver: C:\Windows\SysWow64\igkrng500.bin, 2/11/2011 19:15:08, 982240 bytes
Driver: C:\Windows\SysWow64\igcompkrng500.bin, 2/11/2011 19:15:08, 439308 bytes
Driver: C:\Windows\SysWow64\igfcg500m.bin, 2/11/2011 19:15:08, 92356 bytes
Driver: C:\Windows\system32\iglhxs64.vp, 7/4/2015 11:21:12, 5448 bytes
Driver: C:\Windows\system32\iglhxo64.vp, 2/11/2011 18:35:00, 60015 bytes
Driver: C:\Windows\system32\iglhxc64.vp, 2/11/2011 18:35:00, 60226 bytes
Driver: C:\Windows\system32\iglhxg64.vp, 2/11/2011 18:35:00, 60254 bytes
Driver: C:\Windows\system32\iglhxa64.vp, 2/11/2011 18:35:00, 1090 bytes
Driver: C:\Windows\system32\iglhxa64.cpa, 2/11/2011 18:35:00, 1991936 bytes
Driver: C:\Windows\system32\iglhcp64.dll, 1.05.0002.0001 (English), 2/11/2011 18:35:00, 188416 bytes
Driver: C:\Windows\system32\iglhsip64.dll, 1.05.0002.0001 (English), 2/11/2011 18:35:00, 206336 bytes
Driver: C:\Windows\SysWow64\igdumd32.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 4896768 bytes
Driver: C:\Windows\SysWow64\igdumdx32.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 571904 bytes
Driver: C:\Windows\SysWow64\igfxdv32.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 228864 bytes
Driver: C:\Windows\SysWow64\igd10umd32.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:09, 4338688 bytes
Driver: C:\Windows\SysWow64\iglhcp32.dll, 1.05.0002.0001 (English), 2/11/2011 18:35:00, 147456 bytes
Driver: C:\Windows\SysWow64\iglhsip32.dll, 1.05.0002.0001 (English), 2/11/2011 18:35:00, 208896 bytes
Driver: C:\Windows\system32\difx64.exe, 1.02.0000.0000 (English), 7/4/2015 11:21:08, 154656 bytes
Driver: C:\Windows\system32\hccutils.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:08, 108544 bytes
Driver: C:\Windows\system32\igfxsrvc.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 61952 bytes
Driver: C:\Windows\system32\igfxsrvc.exe, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 511008 bytes
Driver: C:\Windows\system32\igfxpph.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 244224 bytes
Driver: C:\Windows\system32\igfxcpl.cpl, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 122368 bytes
Driver: C:\Windows\system32\igfxdev.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 272384 bytes
Driver: C:\Windows\system32\igfxdo.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 142336 bytes
Driver: C:\Windows\system32\igfxtray.exe, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 163360 bytes
Driver: C:\Windows\system32\hkcmd.exe, 8.15.0010.2869 (English), 7/4/2015 11:21:08, 387616 bytes
Driver: C:\Windows\system32\igfxress.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 830464 bytes
Driver: C:\Windows\system32\igfxpers.exe, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 418336 bytes
Driver: C:\Windows\system32\igfxTMM.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 380416 bytes
Driver: C:\Windows\system32\gfxSrvc.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:08, 119808 bytes
Driver: C:\Windows\system32\GfxUI.exe, 8.15.0010.2869 (English), 7/4/2015 11:21:08, 3158560 bytes
Driver: C:\Windows\system32\GfxUI.exe.config, 7/4/2015 11:21:08, 259 bytes
Driver: C:\Windows\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 7/4/2015 11:21:10, 4096 bytes
Driver: C:\Windows\system32\igfxext.exe, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 224800 bytes
Driver: C:\Windows\system32\igfxexps.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 27648 bytes
Driver: C:\Windows\SysWow64\igfxexps32.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 23552 bytes
Driver: C:\Windows\system32\igfxrara.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 86528 bytes
Driver: C:\Windows\system32\igfxrchs.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 83968 bytes
Driver: C:\Windows\system32\igfxrcht.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 83968 bytes
Driver: C:\Windows\system32\igfxrdan.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 87040 bytes
Driver: C:\Windows\system32\igfxrdeu.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 88064 bytes
Driver: C:\Windows\system32\igfxrenu.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 87552 bytes
Driver: C:\Windows\system32\igfxresn.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 88576 bytes
Driver: C:\Windows\system32\igfxrfin.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 87552 bytes
Driver: C:\Windows\system32\igfxrfra.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 88576 bytes
Driver: C:\Windows\system32\igfxrheb.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 86528 bytes
Driver: C:\Windows\system32\igfxrita.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 88064 bytes
Driver: C:\Windows\system32\igfxrjpn.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 84992 bytes
Driver: C:\Windows\system32\igfxrkor.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 84992 bytes
Driver: C:\Windows\system32\igfxrnld.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 88064 bytes
Driver: C:\Windows\system32\igfxrnor.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 87552 bytes
Driver: C:\Windows\system32\igfxrplk.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 88064 bytes
Driver: C:\Windows\system32\igfxrptb.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 87552 bytes
Driver: C:\Windows\system32\igfxrptg.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 88064 bytes
Driver: C:\Windows\system32\igfxrrus.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 88064 bytes
Driver: C:\Windows\system32\igfxrsky.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 88064 bytes
Driver: C:\Windows\system32\igfxrslv.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 87552 bytes
Driver: C:\Windows\system32\igfxrsve.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 87552 bytes
Driver: C:\Windows\system32\igfxrtha.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 87040 bytes
Driver: C:\Windows\system32\igfxrcsy.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:10, 87552 bytes
Driver: C:\Windows\system32\igfxrell.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 88576 bytes
Driver: C:\Windows\system32\igfxrhun.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 87552 bytes
Driver: C:\Windows\system32\igfxrtrk.lrc, 8.15.0010.2869 (English), 7/4/2015 11:21:11, 87552 bytes
Driver: C:\Windows\system32\Gfxres.ar-SA.resources, 7/4/2015 11:21:08, 139909 bytes
Driver: C:\Windows\system32\Gfxres.cs-CZ.resources, 7/4/2015 11:21:08, 118745 bytes
Driver: C:\Windows\system32\Gfxres.da-DK.resources, 7/4/2015 11:21:08, 114261 bytes
Driver: C:\Windows\system32\Gfxres.de-DE.resources, 7/4/2015 11:21:08, 122709 bytes
Driver: C:\Windows\system32\Gfxres.el-GR.resources, 7/4/2015 11:21:08, 178407 bytes
Driver: C:\Windows\system32\Gfxres.es-ES.resources, 7/4/2015 11:21:08, 122927 bytes
Driver: C:\Windows\system32\Gfxres.en-US.resources, 7/4/2015 11:21:08, 110211 bytes
Driver: C:\Windows\system32\Gfxres.fi-FI.resources, 7/4/2015 11:21:08, 118697 bytes
Driver: C:\Windows\system32\Gfxres.fr-FR.resources, 7/4/2015 11:21:08, 120800 bytes
Driver: C:\Windows\system32\Gfxres.he-IL.resources, 7/4/2015 11:21:08, 133746 bytes
Driver: C:\Windows\system32\Gfxres.hu-HU.resources, 7/4/2015 11:21:08, 119616 bytes
Driver: C:\Windows\system32\Gfxres.it-IT.resources, 7/4/2015 11:21:08, 125558 bytes
Driver: C:\Windows\system32\Gfxres.ja-JP.resources, 7/4/2015 11:21:08, 136401 bytes
Driver: C:\Windows\system32\Gfxres.ko-KR.resources, 7/4/2015 11:21:08, 123230 bytes
Driver: C:\Windows\system32\Gfxres.nb-NO.resources, 7/4/2015 11:21:08, 114852 bytes
Driver: C:\Windows\system32\Gfxres.nl-NL.resources, 7/4/2015 11:21:08, 119586 bytes
Driver: C:\Windows\system32\Gfxres.pl-PL.resources, 7/4/2015 11:21:08, 118409 bytes
Driver: C:\Windows\system32\Gfxres.pt-BR.resources, 7/4/2015 11:21:08, 120366 bytes
Driver: C:\Windows\system32\Gfxres.pt-PT.resources, 7/4/2015 11:21:08, 119067 bytes
Driver: C:\Windows\system32\Gfxres.ru-RU.resources, 7/4/2015 11:21:08, 165395 bytes
Driver: C:\Windows\system32\Gfxres.sk-SK.resources, 7/4/2015 11:21:08, 118058 bytes
Driver: C:\Windows\system32\Gfxres.sl-SI.resources, 7/4/2015 11:21:08, 114372 bytes
Driver: C:\Windows\system32\Gfxres.sv-SE.resources, 7/4/2015 11:21:08, 119360 bytes
Driver: C:\Windows\system32\Gfxres.th-TH.resources, 7/4/2015 11:21:08, 189552 bytes
Driver: C:\Windows\system32\Gfxres.tr-TR.resources, 7/4/2015 11:21:08, 121173 bytes
Driver: C:\Windows\system32\Gfxres.zh-CN.resources, 7/4/2015 11:21:08, 102883 bytes
Driver: C:\Windows\system32\Gfxres.zh-TW.resources, 7/4/2015 11:21:08, 104044 bytes
Driver: C:\Windows\system32\ig4icd64.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:09, 15546880 bytes
Driver: C:\Windows\SysWow64\ig4icd32.dll, 8.15.0010.2869 (English), 7/4/2015 11:21:09, 11405824 bytes
Driver: C:\Windows\system32\igfxCoIn_v2869.dll, 1.02.0030.0000 (English), 7/4/2015 11:21:12, 90112 bytes
Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A36
Device ID: PCI\VEN_8086&DEV_3A36&SUBSYS_04391028&REV_00\3&11583659&0&EA
Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:06, 30720 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:11, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:37, 343040 bytes
Name: Intel(R) ICH10 Family PCI Express Root Port 3 - 3A44
Device ID: PCI\VEN_8086&DEV_3A44&SUBSYS_04391028&REV_00\3&11583659&0&E2
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 20:23:47, 184704 bytes
Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A35
Device ID: PCI\VEN_8086&DEV_3A35&SUBSYS_04391028&REV_00\3&11583659&0&E9
Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:06, 30720 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:11, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:37, 343040 bytes
Name: Intel(R) 4 Series Chipset Processor to I/O Controller - 2E20
Device ID: PCI\VEN_8086&DEV_2E20&SUBSYS_04391028&REV_03\3&11583659&0&00
Driver: n/a
Name: Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40
Device ID: PCI\VEN_8086&DEV_3A40&SUBSYS_04391028&REV_00\3&11583659&0&E0
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 20:23:47, 184704 bytes
Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A34
Device ID: PCI\VEN_8086&DEV_3A34&SUBSYS_04391028&REV_00\3&11583659&0&E8
Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:06, 30720 bytes
Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:11, 325120 bytes
Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.18328 (English), 11/26/2013 18:41:37, 343040 bytes
Name: Intel(R) 82801 PCI Bridge - 244E
Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_04391028&REV_90\3&11583659&0&F0
Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 20:23:47, 184704 bytes
Name: High Definition Audio Controller
Device ID: PCI\VEN_8086&DEV_3A3E&SUBSYS_04391028&REV_00\3&11583659&0&D8
Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 20:23:47, 122368 bytes
Name: Intel(R) ICH10 Family SMBus Controller - 3A30
Device ID: PCI\VEN_8086&DEV_3A30&SUBSYS_04391028&REV_00\3&11583659&0&FB
Driver: n/a
Name: Realtek PCIe GBE Family Controller
Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_04391028&REV_03\4&CE42100&0&00E2
Driver: n/a
------------------
DirectShow Filters
------------------
DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.19091
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.19091
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.19091
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7601.19091
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7601.19091
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.19091
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.19091
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7601.19091
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7601.19091
ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.03.0000.0000
ffdshow DXVA Video Decoder,0xff800002,2,1,ffdshow.ax,1.03.0000.0000
ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.03.0000.0000
ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.03.0000.0000
DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.19091
LAV Splitter,0x00800004,1,1,LAVSplitter.ax,0.60.0001.0000
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.19091
Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.19091
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.19091
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.17037
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.19091
CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.19091
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.19091
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
ATI MPEG File Writer,0x00200000,1,0,atimpenc64.dll,12.10.0000.30328
AMD Video Decoder,0x00200000,1,2,atimpenc64.dll,12.10.0000.30328
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.19091
MPC FLV Splitter,0x00600000,1,1,FLVSplitter.ax,1.06.0002.4902
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.19091
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.19091
DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.19091
Haali Media Splitter,0x00800001,0,1,splitter.x64.ax,1.11.0287.0023
Haali Media Splitter (AR),0x00400000,1,1,splitter.x64.ax,1.11.0287.0023
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.19091
ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,12.10.0000.30328
AMD MJPEG Decoder,0x00200000,1,1,atimpenc64.dll,12.10.0000.30328
ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.19091
Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.19091
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.19091
Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.19091
AMD Video Encoder,0x00200000,1,1,atimpenc64.dll,12.10.0000.30328
Haali Video Renderer,0x00200000,1,0,dxr.x64.dll,
ATI MPEG Multiplexer,0x00200000,2,1,atimpenc64.dll,12.10.0000.30328
VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.19091
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
AMD Video Scaler Filter,0x00200000,1,1,atimpenc64.dll,12.10.0000.30328
Haali Simple Media Splitter,0x00200000,0,1,splitter.x64.ax,1.11.0287.0023
DirectVobSub,0x00200000,2,1,VSFilter.dll,3.00.0000.0211
DirectVobSub (auto-loading version),0x00800002,2,1,VSFilter.dll,3.00.0000.0211
DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.19091
Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
Overlay Mixer2,0x00200000,1,1,,
Haali Matroska Muxer,0x00200000,1,0,splitter.x64.ax,1.11.0287.0023
RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.19091
WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.03.0000.0000
LAV Splitter Source,0x00800004,0,1,LAVSplitter.ax,0.60.0001.0000
SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.19091
Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.19091
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
MPC FLV Source,0x00600000,0,0,FLVSplitter.ax,1.06.0002.4902
StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.19091
NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.19091
MPC CDXA Reader,0x00600000,0,1,cdxareader.ax,1.07.0003.0000
Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.19091
MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.19091
Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.19091
File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.19091
ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.03.0000.0000
AMD Video Rotation Filter,0x00200000,1,1,atimpenc64.dll,12.10.0000.30328
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7601.23285
StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.19091
File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.19091
File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.19091
Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
LAV Audio Decoder,0x00800003,1,1,LAVAudio.ax,0.60.0001.0000
LAV Video Decoder,0x00800003,1,1,LAVVideo.ax,0.60.0001.0000
Haali Video Sink,0x00200000,1,0,splitter.x64.ax,1.11.0287.0023
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.19091
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.19091
WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7601.19091
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7601.19091
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7601.19091
DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.03.0000.0000
MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.19091
Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7601.19091
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7601.19091
ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,12.10.0000.30328
IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.19091
PCM,0x00200000,1,1,quartz.dll,6.06.7601.19091
Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.19091
GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.19091
CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.19091
CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.19091
MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.19091
Audio Capture Sources:
Headset Microphone (Plantronics,0x00200000,0,0,qcap.dll,6.06.7601.17514
PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.19091
Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.19091
WDM Streaming Capture Devices:
Realtek HD Audio Front Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Plantronics C320-M,0x00200000,3,2,ksproxy.ax,6.01.7601.19091
WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Plantronics C320-M,0x00200000,3,2,ksproxy.ax,6.01.7601.19091
BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.19091
Audio Renderers:
Headset Earphone (Plantronics C,0x00200000,1,0,quartz.dll,6.06.7601.19091
Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.19091
Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.19091
DirectSound: Headset Earphone (Plantronics C320-M),0x00200000,1,0,quartz.dll,6.06.7601.19091
DirectSound: Speakers / Headphones (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.19091
Speakers / Headphones (Realtek ,0x00200000,1,0,quartz.dll,6.06.7601.19091
---------------
EVR Power Information
---------------
Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
Quality Flags: 2576
Enabled:
Force throttling
Allow half deinterlace
Allow scaling
Decode Power Usage: 100
Balanced Flags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 50
PowerFlags: 1424
Enabled:
Force throttling
Allow batching
Force half deinterlace
Force scaling
Decode Power Usage: 0
attatched pic has list of mods
corrected but no impact same issue still exists
java stops responding
removed the following mods and it successfully loaded up:
CoFh Core
Thermal Foundation
and Thermal Expansion
all are the most up to date versions as is forge. any ideas why these would mess up?