Quantcast
Channel: Intel® Software - Debug Solutions User Forum
Viewing all 183 articles
Browse latest View live

Debugger unable to display array contained in derived type

$
0
0

Hello,

I did post this some time ago on the Intel Visual Fortran forum, but I go no answer so far. I hope I will have more success on this forum.

Since months debugging has been a hell because of a bug in the Intel Compiler and/or debugger integration: basically most (but not all) arrays are displayed with the length 0 in the debugger, and their content cannot be shown. The bug happens with allocatable arrays, pointers or static arrays. Of course it makes debugging pretty impossible, and I have to use WRITE statements... For instance the debugger shows me this:

whereas the array ARR has the size 2!

I finally succeeded to reproduce the bug with a simple program:

PROGRAM Console
  USE m1
  IMPLICIT NONE
  TYPE(TypeBase) :: ObjectBase
  TYPE(TypeExt)  :: ObjectExt
  WRITE(*,*) 'Set a breakpoint here => debugger shows ObjectBase%Arr with length 0!!!'
END PROGRAM

and the module M1 is:

MODULE M1
  IMPLICIT NONE
  PRIVATE
  TYPE, PUBLIC :: TypeBase
    REAL :: Arr(2) = 0.0
  CONTAINS
    PROCEDURE :: AFunction
  END TYPE
  TYPE, PUBLIC, EXTENDS(TypeBase) :: TypeExt
  END TYPE
CONTAINS
FUNCTION AFunction(this) RESULT(Res)
  CLASS(TypeBase), INTENT(IN) :: this
  TYPE(TypeBase)  :: Res
END FUNCTION
END MODULE

As you can see it needs a tricky combination:

  • If you comment the declaration of the variable ObjectExt in the program, it works as expected (debugger displays correct length and content)
  • If the function AFunction is not type bound anymore, it works as expected
  • If AFunction is made a subroutine, it works as expected
  • If one removes the type extension, it works as expected

So it seems that using a combination of type-bound functions and type extension prevents the debugger (or the Fortran expression evaluator FEE) to show the length and content of arrays contained in derived types. I tried to play with debugger options in Visual Studio, and also with compiler settings, without success.

I am using Visual Studio 2015. I had the problem with the VS 2015 Update 2, and now Update 3, and with both Intel Visual Fortran 2016 and 2017.

Zone: 


sample_decode erro~~help me~

$
0
0

thanks,

      i use the sdk to decode h264. when i run the sample_decode whith the parameter "./sample_decode h264 -i test.264 -rgb4 -o out.rgb"

will get an error when the program over, and i take an breakpoint to trace it. it occur in

mfxstatus MFXVideoSession::Close(void) {

     mfxStatus mfxRes = MFXCLose(m_session):m_session = (mfxSession)0;

     return mfxRes;

  but ,if no paramets "-rgb4" this error will never occur, please help me ,thanks very much!
 

 system :Windows 10

visual stdio 2012

Error: A build error occurred. Check the build log.

$
0
0

Hi, I have problem when  I try to build my app with Intel XDK, I wannt to build my app as Android. what could the problem and how I fix it? I still beginner for this. this is the build log.

 

 

 

Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.38BBen.pl / Cordova-plugin-dispositivo"
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.38BBen.pl / Cordova-plugin-dispositivo" => "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-dispositivo "
Llamando plugman.install el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-dispositivo" para la plataforma "Android
Instalación "cordova-plugin-dispositivo" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Instalar comienzo para "Cordova-plugin-dispositivo" en android.
Instalar completa para Cordova-plugin-dispositivo en android.
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.DDWr30.pl / Cordova-plugin-inappbrowser"
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.DDWr30.pl / Cordova-plugin-inappbrowser" => "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-inappbrowser "
Llamando plugman.install el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-inappbrowser" para la plataforma "Android
Instalación "cordova-plugin-inappbrowser" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Instalar comienzo para "Cordova-plugin-inappbrowser" en android.
Instalar completa para Cordova-plugin-inappbrowser en android.
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.aIwNOb.pl / Cordova-plugin-splashscreen"
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.aIwNOb.pl / Cordova-plugin-splashscreen" => "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-splashscreen "
Llamando plugman.install el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-pantalla de bienvenida" para la plataforma "Android
Instalación "cordova-plugin-pantalla de bienvenida" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Instalar comienzo para "Cordova-plugin-pantalla de bienvenida" en android.
Instalar completa para Cordova-plugin-splashscreen en android.
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.6dfxtE.pl / Cordova-plugin-barra de estado"
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.6dfxtE.pl / Cordova-plugin-barra de estado" => "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-barra de estado "
Llamando plugman.install el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-barra de estado" para la plataforma "Android
Instalación "cordova-plugin-barra de estado" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Instalar comienzo para "Cordova-plugin-barra de estado" en android.
Instalar completa para Cordova-plugin-barra de estado en android.
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.Q7wTvK.pl / com.appodeal.plugin"
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.Q7wTvK.pl / com.appodeal.plugin" => "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / com.appodeal.plugin "
Llamando plugman.install el plug-in "... / / / / construye / build.2016-10-09.20-40-17.klzhvg.tmp cordova_project plugins com.appodeal.plugin" para la plataforma "Android
Instalación "com.appodeal.plugin" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Instalar el inicio de "com.appodeal.plugin" en android.
Actualización de archivos de generación desde el plugin de Android contenía <marco>
Instalar completa para com.appodeal.plugin en android.
Actualización de archivos de generación desde el plugin de Android contenía <marco>
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.AtJzlv.pl / Cordova-plugin-extras-google-play -servicios"
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.AtJzlv.pl / Cordova-plugin-extras-google-play-servicios" = > "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-extras-google-play-services"
Llamando plugman.install el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-extras-google-play-servicios" para la plataforma "Android
Instalación "cordova-plugin-extras-google-play-servicios" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Instalar comienzo para "Cordova-plugin-extras-google-play-servicios" en Android.
Actualización de archivos de generación desde el plugin de Android contenía <marco>
Instalar completa para Cordova-plugin-extras-google-play-servicios en Android.
Actualización de archivos de generación desde el plugin de Android contenía <marco>
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.aPHTja.pl / Cordova-plugin-ad-AdMob SDK "
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.aPHTja.pl / Cordova-plugin-ad-AdMob SDK" => " ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-ad-AdMob SDK "
Llamando plugman.install el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-ad-AdMob SDK" para la plataforma "Android
Instalación "cordova-plugin-ad-AdMob SDK" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Dependencias detectadas, iteración a través de ellos ...
Plugin de dependencia "cordova-plugin-extras-google-play-servicios" ya leídos, utilizando esa versión.
plug-in "dependiente Cordova-plugin-extras-google-play-servicios" ya instalados en android.
Instalar comienzo para "Cordova-plugin-ad-AdMob SDK" en android.
Instalar completa para Cordova-plugin-ad-AdMob SDK de Android.
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.RFYuCh.pl / Cordova-plugin-ad-admob"
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.RFYuCh.pl / Cordova-plugin-ad-admob" => ".. ./builds/build.2016-10-09.20-40-17.klzhvg.tmp/cordova_project/plugins/cordova-plugin-ad-admob "
Llamando plugman.install el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-ad-admob" para la plataforma "Android
Instalación "cordova-plugin-ad-admob" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Dependencias detectadas, iteración a través de ellos ...
Plugin de dependencia "cordova-plugin-ad-AdMob SDK" ya leídos, utilizando esa versión.
plug-in dependiente "cordova-plugin-ad-AdMob SDK" ya instalado en Android.
Instalar comienzo para "Cordova-plugin-ad-admob" en android.
Instalar completa para Cordova-plugin-ad-admob en android.
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.dNqQZM.pl / Cordova-plugin-lista blanca"
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.dNqQZM.pl / Cordova-plugin-lista blanca" => "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-lista blanca "
Llamando plugman.install el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-lista blanca" para la plataforma "Android
Instalación "cordova-plugin-lista blanca" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Instalar comienzo para "Cordova-plugin-lista blanca" en android.
Instalar completa para Cordova-plugin-lista blanca en android.

               Este plugin sólo es aplicable para las versiones de Córdoba-android superior a 4,0. Si tiene una versión anterior plataforma, que no repita este plugin necesario ya que la lista blanca se construirá en.

La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Llamando plugman.fetch el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.b31mMW.pl / Cordova-plugin-cruce de peatones en vista web"
Copiado plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cachedPlugins.bZ4wr9.tmp / cache.b31mMW.pl / Cordova-plugin-cruce de peatones en vista web" => ".. ./builds/build.2016-10-09.20-40-17.klzhvg.tmp/cordova_project/plugins/cordova-plugin-crosswalk-webview "
Llamando plugman.install el plug-in "... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plugins / Cordova-plugin-cruce de peatones en vista web" para la plataforma "Android
Instalación "cordova-plugin-cruce de peatones en vista web" para android
comando de marcha: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Comando finalizado con código de error 0: ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / Córdoba / versión
Instalar comienzo para "Cordova-plugin-cruce de peatones en vista web" en android.
Actualización de archivos de generación desde el plugin de Android contenía <marco>
Instalar completa para Cordova-plugin-cruce de peatones en vista web en android.
Actualización de archivos de generación desde el plugin de Android contenía <marco>
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataforma de s / Android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Comprobación config.xml para plataformas guardados que no se han añadido al proyecto
La comprobación de algún complemento añadido al proyecto que no se han instalado en la plataforma Android
No se encontraron diferencias entre los plugins añaden a proyectar e instalado en la plataforma Android. Continuo...
La generación de config.xml de valores predeterminados para la plataforma "Android"
Escribió a cabo a nombre de la aplicación Android "ponle_cerebro_a_pena"
Escribió Android nombre del paquete de "com.Stark.G"
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / icon.png
la imagen de la copia ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / peaportada96x96.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / icon.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-tierra-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-IPAP / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-LDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-MDPI / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xhdpi / screen.png
Suprimido ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-xxhdpi / screen.png
pantallas de inicio: [{ "src": "PackageAssets / package-activos / penaportada720x960.png", "densidad": "Puerto-xhdpi", "plataforma": null, "ancho": 720, "altura": 960}]
la imagen de la copia ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / PackageAssets / package-activos / penaportada720x960.png a ... / construye / build.2016-10-09.20 -40-17.klzhvg.tmp / cordova_project / plataformas / android / res / dibujable-puerto-xhdpi / screen.png
proyecto actualizado correctamente
Comprobación config.xml para los plugins guardados que no se han añadido al proyecto
************* Procesar el archivo config.xml principal (after_prepare) *****************
App Directory = [... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project]
Procesará y actualizar los siguientes archivos de configuración:
    Config.xml = [... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / config.xml]
Los espacios de nombres:
    prefijo / uri '''/'http://www.w3.org/ns/widgets
    prefijo / 'intelxdk' uri / 'http: //xdk.intel.com/ns/v1'
Android Manifest espacios de nombres:
    prefijo / uri 'androide' / 'http: //schemas.android.com/apk/res/android'
Nombre de la aplicación es [ponle_cerebro_a_pena]
Actualización de nombre de la aplicación plena de [ponle_cerebro_a_pena]
la preferencia de procesamiento android-minSdkVersion [14]
la preferencia de procesamiento android-targetSdkVersion [23]
la preferencia de procesamiento android-installLocation [preferExternal]
Permisos de preferencias de procesamiento
La actualización de la versionCode
La actualización del nombre de la versión
depurable procesamiento
Añadido [{http://schemas.android.com/apk/res/android}debuggable] con [falsa]
Los valores de configuración de archivos de procesamiento
Ahorro de config.xml para [... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / config.xml]
************* Terminado de procesar el archivo config.xml principal (after_prepare) *****************
ANDROID_HOME = ... / android-sdk /
JAVA_HOME = / usr / lib / jvm / java-8-oracle-amd64
La descarga de http://services.gradle.org/distributions/gradle-2.2.1-all.zip
.................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. ..............................
Descomprimir /home/builduser/.gradle/wrapper/dists/gradle-2.2.1-all/2m8005s69iu8v0oiejfej094b/gradle-2.2.1-all.zip a /home/builduser/.gradle/wrapper/dists/gradle-2.2.1 -todas / 2m8005s69iu8v0oiejfej094b
Establecer permisos de ejecución para: /home/builduser/.gradle/wrapper/dists/gradle-2.2.1-all/2m8005s69iu8v0oiejfej094b/gradle-2.2.1/bin/gradle
descargar https://repo1.maven.org/maven2/com/android/tools/build/gradle/1.5.0/gradle-1.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/gradle-core/1.5.0/gradle-core-1.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder/1.5.0/builder-1.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint/24.5.0/lint-24.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/databinding/compilerCommon/1.0-rc5/compilerCommon-1.0-rc5.pom
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1.pom
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-parent/5.2.1/proguard-parent-5.2.1.pom
descargar https://repo1.maven.org/maven2/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.pom
descargar https://repo1.maven.org/maven2/org/jacoco/org.jacoco.build/0.7.4.201502262128/org.jacoco.build-0.7.4.201502262128.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder-model/1.5.0/builder-model-1.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder-test-api/1.5.0/builder-test-api-1.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/sdklib/24.5.0/sdklib-24.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/sdk-common/24.5.0/sdk-common-24.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/common/24.5.0/common-24.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/manifest-merger/24.5.0/manifest-merger-24.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/ddms/ddmlib/24.5.0/ddmlib-24.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/jack/jack-api/0.9.0/jack-api-0.9.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/jill/jill-api/0.9.0/jill-api-0.9.0.pom
descargar https://repo1.maven.org/maven2/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom
descargar https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
descargar https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
descargar https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom
descargar https://repo1.maven.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.pom
descargar https://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
descargar https://repo1.maven.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
descargar https://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
descargar https://repo1.maven.org/maven2/org/antlr/antlr/3.5.2/antlr-3.5.2.pom
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint-checks/24.5.0/lint-checks-24.5.0.pom
descargar https://repo1.maven.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.pom
descargar https://repo1.maven.org/maven2/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom
descargar https://repo1.maven.org/maven2/com/google/guava/guava/17.0/guava-17.0.pom
descargar https://repo1.maven.org/maven2/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom
descargar https://repo1.maven.org/maven2/com/android/databinding/baseLibrary/1.0-rc5/baseLibrary-1.0-rc5.pom
descargar https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
descargar https://repo1.maven.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom
descargar https://repo1.maven.org/maven2/org/apache/apache/13/apache-13.pom
descargar https://repo1.maven.org/maven2/com/tunnelvisionlabs/antlr4/4.5/antlr4-4.5.pom
descargar https://repo1.maven.org/maven2/com/tunnelvisionlabs/antlr4-master/4.5/antlr4-master-4.5.pom
descargar https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom
descargar https://repo1.maven.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom
descargar https://repo1.maven.org/maven2/org/apache/apache/9/apache-9.pom
descargar https://repo1.maven.org/maven2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-base/5.2.1/proguard-base-5.2.1.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
descargar https://repo1.maven.org/maven2/com/android/tools/layoutlib/layoutlib-api/24.5.0/layoutlib-api-24.5.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/dvlib/24.5.0/dvlib-24.5.0.pom
descargar https://repo1.maven.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom
descargar https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.pom
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1.1/httpcomponents-client-4.1.1.pom
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.pom
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
descargar https://repo1.maven.org/maven2/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
descargar https://repo1.maven.org/maven2/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint-api/24.5.0/lint-api-24.5.0.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.pom
descargar https://repo1.maven.org/maven2/com/tunnelvisionlabs/antlr4-runtime/4.5/antlr4-runtime-4.5.pom
descargar https://repo1.maven.org/maven2/com/tunnelvisionlabs/antlr4-annotations/4.5/antlr4-annotations-4.5.pom
descargar https://repo1.maven.org/maven2/com/intellij/annotations/12.0/annotations-12.0.pom
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
descargar https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
descargar https://repo1.maven.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom
descargar https://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom
descargar https://repo1.maven.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
descargar https://repo1.maven.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom
descargar https://repo1.maven.org/maven2/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.pom
descargar https://repo1.maven.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.1/org.abego.treelayout.core-1.0.1.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/gradle/1.5.0/gradle-1.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/gradle-core/1.5.0/gradle-core-1.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder/1.5.0/builder-1.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint/24.5.0/lint-24.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/transform-api/1.5.0/transform-api-1.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/databinding/compilerCommon/1.0-rc5/compilerCommon-1.0-rc5.jar
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-gradle/5.2.1/proguard-gradle-5.2.1.jar
descargar https://repo1.maven.org/maven2/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder-model/1.5.0/builder-model-1.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder-test-api/1.5.0/builder-test-api-1.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/sdklib/24.5.0/sdklib-24.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/sdk-common/24.5.0/sdk-common-24.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/common/24.5.0/common-24.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/manifest-merger/24.5.0/manifest-merger-24.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/ddms/ddmlib/24.5.0/ddmlib-24.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/jack/jack-api/0.9.0/jack-api-0.9.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/jill/jill-api/0.9.0/jill-api-0.9.0.jar
descargar https://repo1.maven.org/maven2/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar
descargar https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
descargar https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar
descargar https://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
descargar https://repo1.maven.org/maven2/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint-checks/24.5.0/lint-checks-24.5.0.jar
descargar https://repo1.maven.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.4.2/ecj-4.4.2.jar
descargar https://repo1.maven.org/maven2/com/android/tools/annotations/24.5.0/annotations-24.5.0.jar
descargar https://repo1.maven.org/maven2/com/google/guava/guava/17.0/guava-17.0.jar
descargar https://repo1.maven.org/maven2/com/android/databinding/baseLibrary/1.0-rc5/baseLibrary-1.0-rc5.jar
descargar https://repo1.maven.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar
descargar https://repo1.maven.org/maven2/com/tunnelvisionlabs/antlr4/4.5/antlr4-4.5.jar
descargar https://repo1.maven.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar
descargar https://repo1.maven.org/maven2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-base/5.2.1/proguard-base-5.2.1.jar
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
descargar https://repo1.maven.org/maven2/com/android/tools/layoutlib/layoutlib-api/24.5.0/layoutlib-api-24.5.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/dvlib/24.5.0/dvlib-24.5.0.jar
descargar https://repo1.maven.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
descargar https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jar
descargar https://repo1.maven.org/maven2/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar
descargar https://repo1.maven.org/maven2/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint-api/24.5.0/lint-api-24.5.0.jar
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar
descargar https://repo1.maven.org/maven2/com/tunnelvisionlabs/antlr4-runtime/4.5/antlr4-runtime-4.5.jar
descargar https://repo1.maven.org/maven2/com/tunnelvisionlabs/antlr4-annotations/4.5/antlr4-annotations-4.5.jar
descargar https://repo1.maven.org/maven2/com/intellij/annotations/12.0/annotations-12.0.jar
descargar https://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
descargar https://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
descargar https://repo1.maven.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
descargar https://repo1.maven.org/maven2/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.jar
descargar https://repo1.maven.org/maven2/org/abego/treelayout/org.abego.treelayout.core/1.0.1/org.abego.treelayout.core-1.0.1.jar
nulo
org.xwalk: xwalk_core_library: 19+
descargar https://repo1.maven.org/maven2/com/android/tools/build/gradle/1.0.0/gradle-1.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder/1.0.0/builder-1.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint/24.0.0/lint-24.0.0.pom
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.pom
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-parent/5.1/proguard-parent-5.1.pom
descargar https://repo1.maven.org/maven2/com/android/tools/sdk-common/24.0.0/sdk-common-24.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/common/24.0.0/common-24.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder-test-api/1.0.0/builder-test-api-1.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/ddms/ddmlib/24.0.0/ddmlib-24.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/manifest-merger/24.0.0/manifest-merger-24.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder-model/1.0.0/builder-model-1.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/sdklib/24.0.0/sdklib-24.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint-checks/24.0.0/lint-checks-24.0.0.pom
descargar https://repo1.maven.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.2.2/ecj-4.2.2.pom
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.pom
descargar https://repo1.maven.org/maven2/com/android/tools/layoutlib/layoutlib-api/24.0.0/layoutlib-api-24.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/dvlib/24.0.0/dvlib-24.0.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint-api/24.0.0/lint-api-24.0.0.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/external/lombok/lombok-ast/0.2.2/lombok-ast-0.2.2.pom
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom
descargar https://repo1.maven.org/maven2/com/android/tools/build/gradle/1.0.0/gradle-1.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder/1.0.0/builder-1.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint/24.0.0/lint-24.0.0.jar
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-gradle/5.1/proguard-gradle-5.1.jar
descargar https://repo1.maven.org/maven2/com/android/tools/sdk-common/24.0.0/sdk-common-24.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/common/24.0.0/common-24.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder-test-api/1.0.0/builder-test-api-1.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/ddms/ddmlib/24.0.0/ddmlib-24.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/manifest-merger/24.0.0/manifest-merger-24.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/build/builder-model/1.0.0/builder-model-1.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/sdklib/24.0.0/sdklib-24.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint-checks/24.0.0/lint-checks-24.0.0.jar
descargar https://repo1.maven.org/maven2/org/eclipse/jdt/core/compiler/ecj/4.2.2/ecj-4.2.2.jar
descargar https://repo1.maven.org/maven2/net/sf/proguard/proguard-base/5.1/proguard-base-5.1.jar
descargar https://repo1.maven.org/maven2/com/android/tools/layoutlib/layoutlib-api/24.0.0/layoutlib-api-24.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/dvlib/24.0.0/dvlib-24.0.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/lint/lint-api/24.0.0/lint-api-24.0.0.jar
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar
descargar https://repo1.maven.org/maven2/com/android/tools/external/lombok/lombok-ast/0.2.2/lombok-ast-0.2.2.jar
descargar https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
descargar https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/19.49.514.5/xwalk_core_library-19.49.514.5.pom
descargar https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library/19.49.514.5/xwalk_core_library-19.49.514.5.aar
: Prefabricados ARRIBA AL DÍA
: PreArmv7ReleaseBuild ARRIBA AL DÍA
: checkArmv7ReleaseManifest
: PreX86ReleaseBuild ARRIBA AL DÍA
: CordovaLib: prefabricados ARRIBA AL DÍA
: CordovaLib: preReleaseBuild ARRIBA AL DÍA
: CordovaLib: compileReleaseNdk ARRIBA AL DÍA
: CordovaLib: compileLint
: CordovaLib: copyReleaseLint ARRIBA AL DÍA
: CordovaLib: mergeReleaseProguardFiles
: CordovaLib: packageReleaseRenderscript ARRIBA AL DÍA
: CordovaLib: checkReleaseManifest
: CordovaLib: prepareReleaseDependencies
: CordovaLib: compileReleaseRenderscript
: CordovaLib: generateReleaseResValues
: CordovaLib: generateReleaseResources
: CordovaLib: packageReleaseResources
: CordovaLib: compileReleaseAidl
: CordovaLib: generateReleaseBuildConfig
: CordovaLib: generateReleaseAssets ARRIBA AL DÍA
: CordovaLib: mergeReleaseAssets
: CordovaLib: processReleaseManifest
: CordovaLib: processReleaseResources
: CordovaLib: generateReleaseSources
: CordovaLib: compileReleaseJavaWithJavacNote: Algunos archivos de entrada usan o anulan una API en desuso.
Nota: Vuelva a compilar con -Xlint: desaprobación para más detalles.

: CordovaLib: processReleaseJavaRes ARRIBA AL DÍA
: CordovaLib: transformResourcesWithMergeJavaResForRelease
: CordovaLib: transformClassesAndResourcesWithSyncLibJarsForRelease
: CordovaLib: mergeReleaseJniLibFolders
: CordovaLib: transformNative_libsWithMergeJniLibsForRelease
: CordovaLib: transformNative_libsWithSyncJniLibsForRelease
: CordovaLib: bundleRelease
: Com.appodeal.plugin: guepardo-móvil: prefabricados ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: preReleaseBuild ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: compileReleaseNdk ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: compileLint
: Com.appodeal.plugin: guepardo-móvil: copyReleaseLint ARRIBA AL DÍA
com.appodeal.plugin: guepardo-móviles: mergeReleaseProguardFiles
: Com.appodeal.plugin: guepardo-móvil: packageReleaseRenderscript ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: checkReleaseManifest
: Com.appodeal.plugin: guepardo-móvil: preReleaseUnitTestBuild ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: prepareAndroidCordovaLibUnspecifiedReleaseLibrary
com.appodeal.plugin: guepardo-móviles: prepareReleaseDependencies
: Com.appodeal.plugin: guepardo-móvil: compileReleaseRenderscript
com.appodeal.plugin: guepardo-móviles: generateReleaseResValues
com.appodeal.plugin: guepardo-móviles: generateReleaseResources
com.appodeal.plugin: guepardo-móviles: packageReleaseResources
: Com.appodeal.plugin: guepardo-móvil: compileReleaseAidl
: Com.appodeal.plugin: guepardo-móvil: generateReleaseBuildConfig
: Com.appodeal.plugin: guepardo-móvil: generateReleaseAssets ARRIBA AL DÍA
com.appodeal.plugin: guepardo-móviles: mergeReleaseAssets
com.appodeal.plugin: guepardo-móviles: mergeReleaseResources
: Com.appodeal.plugin: guepardo-móvil: processReleaseManifest
com.appodeal.plugin: guepardo-móviles: processReleaseResources
com.appodeal.plugin: guepardo-móviles: generateReleaseSources
: Com.appodeal.plugin: guepardo-móvil: compileReleaseJavaWithJavac
: Com.appodeal.plugin: guepardo-móvil: processReleaseJavaRes ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: transformResourcesWithMergeJavaResForRelease
: Com.appodeal.plugin: guepardo-móvil: transformClassesAndResourcesWithSyncLibJarsForRelease
com.appodeal.plugin: guepardo-móviles: mergeReleaseJniLibFolders
: Com.appodeal.plugin: guepardo-móvil: transformNative_libsWithMergeJniLibsForRelease
: Com.appodeal.plugin: guepardo-móvil: transformNative_libsWithSyncJniLibsForRelease
: Com.appodeal.plugin: guepardo-móvil: bundleRelease
: com.appodeal.plugin: UNITY-anuncios: prefabricados ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: preReleaseBuild ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: compileReleaseNdk ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: compileLint
: com.appodeal.plugin: UNITY-anuncios: copyReleaseLint ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: mergeReleaseProguardFiles
: com.appodeal.plugin: UNITY-anuncios: packageReleaseRenderscript ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: checkReleaseManifest
: com.appodeal.plugin: UNITY-anuncios: preReleaseUnitTestBuild ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: prepareAndroidCordovaLibUnspecifiedReleaseLibrary
: com.appodeal.plugin: UNITY-anuncios: prepareReleaseDependencies
: com.appodeal.plugin: UNITY-anuncios: compileReleaseRenderscript
: com.appodeal.plugin: UNITY-anuncios: generateReleaseResValues
: com.appodeal.plugin: UNITY-anuncios: generateReleaseResources
: com.appodeal.plugin: UNITY-anuncios: packageReleaseResources
: com.appodeal.plugin: UNITY-anuncios: compileReleaseAidl
: com.appodeal.plugin: UNITY-anuncios: generateReleaseBuildConfig
: Com.appodeal.plugin: UNITY-anuncios: generateReleaseAssets ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: mergeReleaseAssets
: com.appodeal.plugin: UNITY-anuncios: mergeReleaseResources
: com.appodeal.plugin: UNITY-anuncios: processReleaseManifest
: com.appodeal.plugin: UNITY-anuncios: processReleaseResources
: com.appodeal.plugin: UNITY-anuncios: generateReleaseSources
: com.appodeal.plugin: UNITY-anuncios: compileReleaseJavaWithJavac
: Com.appodeal.plugin: UNITY-anuncios: processReleaseJavaRes ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: transformResourcesWithMergeJavaResForRelease
: com.appodeal.plugin: UNITY-anuncios: transformClassesAndResourcesWithSyncLibJarsForRelease
: com.appodeal.plugin: UNITY-anuncios: mergeReleaseJniLibFolders
: com.appodeal.plugin: UNITY-anuncios: transformNative_libsWithMergeJniLibsForRelease
: com.appodeal.plugin: UNITY-anuncios: transformNative_libsWithSyncJniLibsForRelease
: com.appodeal.plugin: UNITY-anuncios: bundleRelease
: prepareAndroidComAppodealPluginCheetahMobileUnspecifiedReleaseLibrary
: prepareAndroidComAppodealPluginUnityAdsUnspecifiedReleaseLibrary
: prepareAndroidCordovaLibUnspecifiedReleaseLibrary
: PreArmv7DebugBuild ARRIBA AL DÍA
: PreX86DebugBuild ARRIBA AL DÍA
: CordovaLib: preDebugBuild ARRIBA AL DÍA
: CordovaLib: compileDebugNdk ARRIBA AL DÍA
: CordovaLib: copyDebugLint ARRIBA AL DÍA
: CordovaLib: mergeDebugProguardFiles
: CordovaLib: packageDebugRenderscript ARRIBA AL DÍA
: CordovaLib: checkDebugManifest
: CordovaLib: prepareDebugDependencies
: CordovaLib: compileDebugRenderscript
: CordovaLib: generateDebugResValues
: CordovaLib: generateDebugResources
: CordovaLib: packageDebugResources
: CordovaLib: compileDebugAidl
: CordovaLib: generateDebugBuildConfig
: CordovaLib: generateDebugAssets ARRIBA AL DÍA
: CordovaLib: mergeDebugAssets
: CordovaLib: processDebugManifest
: CordovaLib: processDebugResources
: CordovaLib: generateDebugSources
: CordovaLib: compileDebugJavaWithJavacNote: Algunos archivos de entrada usan o anulan una API en desuso.
Nota: Vuelva a compilar con -Xlint: desaprobación para más detalles.

: CordovaLib: processDebugJavaRes ARRIBA AL DÍA
: CordovaLib: transformResourcesWithMergeJavaResForDebug
: CordovaLib: transformClassesAndResourcesWithSyncLibJarsForDebug
: CordovaLib: mergeDebugJniLibFolders
: CordovaLib: transformNative_libsWithMergeJniLibsForDebug
: CordovaLib: transformNative_libsWithSyncJniLibsForDebug
: CordovaLib: bundleDebug
: Com.appodeal.plugin: guepardo-móvil: preDebugBuild ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: compileDebugNdk ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: copyDebugLint ARRIBA AL DÍA
com.appodeal.plugin: guepardo-móviles: mergeDebugProguardFiles
: Com.appodeal.plugin: guepardo-móvil: packageDebugRenderscript ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: checkDebugManifest
: Com.appodeal.plugin: guepardo-móvil: preDebugAndroidTestBuild ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: preDebugUnitTestBuild ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: prepareAndroidCordovaLibUnspecifiedDebugLibrary
com.appodeal.plugin: guepardo-móviles: prepareDebugDependencies
: Com.appodeal.plugin: guepardo-móvil: compileDebugRenderscript
com.appodeal.plugin: guepardo-móviles: generateDebugResValues
com.appodeal.plugin: guepardo-móviles: generateDebugResources
com.appodeal.plugin: guepardo-móviles: packageDebugResources
: Com.appodeal.plugin: guepardo-móvil: compileDebugAidl
: Com.appodeal.plugin: guepardo-móvil: generateDebugBuildConfig
: Com.appodeal.plugin: guepardo-móvil: generateDebugAssets ARRIBA AL DÍA
com.appodeal.plugin: guepardo-móviles: mergeDebugAssets
com.appodeal.plugin: guepardo-móviles: mergeDebugResources
: Com.appodeal.plugin: guepardo-móvil: processDebugManifest
com.appodeal.plugin: guepardo-móviles: processDebugResources
com.appodeal.plugin: guepardo-móviles: generateDebugSources
: Com.appodeal.plugin: guepardo-móvil: compileDebugJavaWithJavac
: Com.appodeal.plugin: guepardo-móvil: processDebugJavaRes ARRIBA AL DÍA
: Com.appodeal.plugin: guepardo-móvil: transformResourcesWithMergeJavaResForDebug
: Com.appodeal.plugin: guepardo-móvil: transformClassesAndResourcesWithSyncLibJarsForDebug
com.appodeal.plugin: guepardo-móviles: mergeDebugJniLibFolders
: Com.appodeal.plugin: guepardo-móvil: transformNative_libsWithMergeJniLibsForDebug
: Com.appodeal.plugin: guepardo-móvil: transformNative_libsWithSyncJniLibsForDebug
: Com.appodeal.plugin: guepardo-móvil: bundleDebug
: com.appodeal.plugin: UNITY-anuncios: preDebugBuild ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: compileDebugNdk ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: copyDebugLint ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: mergeDebugProguardFiles
: com.appodeal.plugin: UNITY-anuncios: packageDebugRenderscript ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: checkDebugManifest
: com.appodeal.plugin: UNITY-anuncios: preDebugAndroidTestBuild ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: preDebugUnitTestBuild ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: prepareAndroidCordovaLibUnspecifiedDebugLibrary
: com.appodeal.plugin: UNITY-anuncios: prepareDebugDependencies
: com.appodeal.plugin: UNITY-anuncios: compileDebugRenderscript
: com.appodeal.plugin: UNITY-anuncios: generateDebugResValues
: com.appodeal.plugin: UNITY-anuncios: generateDebugResources
: com.appodeal.plugin: UNITY-anuncios: packageDebugResources
: com.appodeal.plugin: UNITY-anuncios: compileDebugAidl
: com.appodeal.plugin: UNITY-anuncios: generateDebugBuildConfig
: Com.appodeal.plugin: UNITY-anuncios: generateDebugAssets ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: mergeDebugAssets
: com.appodeal.plugin: UNITY-anuncios: mergeDebugResources
: com.appodeal.plugin: UNITY-anuncios: processDebugManifest
: com.appodeal.plugin: UNITY-anuncios: processDebugResources
: com.appodeal.plugin: UNITY-anuncios: generateDebugSources
: com.appodeal.plugin: UNITY-anuncios: compileDebugJavaWithJavac
: Com.appodeal.plugin: UNITY-anuncios: processDebugJavaRes ARRIBA AL DÍA
: com.appodeal.plugin: UNITY-anuncios: transformResourcesWithMergeJavaResForDebug
: com.appodeal.plugin: UNITY-anuncios: transformClassesAndResourcesWithSyncLibJarsForDebug
: com.appodeal.plugin: UNITY-anuncios: mergeDebugJniLibFolders
: com.appodeal.plugin: UNITY-anuncios: transformNative_libsWithMergeJniLibsForDebug
: com.appodeal.plugin: UNITY-anuncios: transformNative_libsWithSyncJniLibsForDebug
: com.appodeal.plugin: UNITY-anuncios: bundleDebug
: prepareComAndroidSupportSupportCompat2421Library
: prepareComAndroidSupportSupportCoreUi2421Library
: prepareComAndroidSupportSupportCoreUtils2421Library
: prepareComAndroidSupportSupportFragment2421Library
: prepareComAndroidSupportSupportMediaCompat2421Library
: prepareComAndroidSupportSupportV42421Library
: prepareComGoogleAndroidGmsPlayServicesAds940Library
: prepareComGoogleAndroidGmsPlayServicesAdsLite940Library
: prepareComGoogleAndroidGmsPlayServicesBase940Library
: prepareComGoogleAndroidGmsPlayServicesBasement940Library
: prepareComGoogleAndroidGmsPlayServicesClearcut940Library
: prepareComGoogleAndroidGmsPlayServicesDrive940Library
: prepareComGoogleAndroidGmsPlayServicesGames940Library
: prepareComGoogleAndroidGmsPlayServicesGass940Library
: prepareComGoogleAndroidGmsPlayServicesPlus940Library
: prepareComGoogleAndroidGmsPlayServicesTasks940Library
: prepareOrgXwalkXwalk_core_library19495145Library
prepareArmv7ReleaseDependencies:
: compileArmv7ReleaseAidl
: compileArmv7ReleaseRenderscript
: generateArmv7ReleaseBuildConfig
: GenerateArmv7ReleaseAssets ARRIBA AL DÍA
mergeArmv7ReleaseAssets:
: createXwalkCommandLineFileArmv7Release
generateArmv7ReleaseResValues:
generateArmv7ReleaseResources:
mergeArmv7ReleaseResources:
: ProcessArmv7ReleaseManifest ... / construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / AndroidManifest.xml: 68: 9-184 error:
	actividad Elemento # com.google.android.gms.ads.AdActivity en AndroidManifest.xml: 68: 9-184 duplicado con el elemento declarado en AndroidManifest.xml: 23: 9-233
... / Construye / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / AndroidManifest.xml de error:
	Error en la validación, saliendo


Ver http://g.co/androidstudio/manifest-merger para obtener más información acerca de la fusión de manifiesto.

: ProcessArmv7ReleaseManifest FALLIDA

FALLO: Cuerpo fallado con una excepción.

* Qué salió mal:
Error de ejecución de tarea ": processArmv7ReleaseManifest '.> Manifiesto fusión falló con múltiples errores, consulte los registros

* Tratar:
Ejecutar con --stacktrace opción para obtener el seguimiento de la pila. Ejecutar con --info u opción --debug para obtener una mayor producción de registro.

CONSTRUCCIÓN FALLIDA

Tiempo total: 1 min 17.076 segs
De error: Código de error 1 para el comando: ... / builds / build.2016-10-09.20-40-17.klzhvg.tmp / cordova_project / plataformas / android / gradlew con args: cdvBuildRelease, -B, ... / construye /build.2016-10-09.20-40-17.klzhvg.tmp/cordova_project/platforms/android/build.gradle,--no-daemon,-Pandroid.useDeprecatedNdk=true

Easy access to variables in modules

$
0
0

Hello world,

I have been searching around and I have come so far as to find that one can have access to module variables in the watch window through modulename::variable, which helps.

Is it possible to get this as a mouse-over as well? We have a large code base with legacy code so it happens that one has to debug unfamiliar code. It is very useful to be able to glance through variables to see what they contain. It is possible to use the watch window, but it takes much longer time.

I am also having trouble debugging when in a contained subroutine. I have to jump across the stack to maybe get access to a variable which should be in scope, ex:

module my_module

use statements
use more, only: statements

integer, allocatable :: shared_values(:,:)

!some code doing something
call a_contained_routine()

contains

subroutine a_contained_routine()
!variables

call suba()
call subb()

end subroutine

subroutine suba()
!variables

where (shared_values<0) shared_values=0
end subroutine

subroutine subb()
!do smtn
end subroutine

end module

In such a setup I would have troubles debugging the values in shared_values and often have to introduce a local copy just to see the contents. Code is always executed as expected, I just have trouble seeing it.

Regards, Knut

PS: Currently using Visual Studio 2013 for debugging, code is compiled with Intel Fortran 14.0.2.176 build 20140130. I also have Parallel Studio XE 2016 with ifort 16.0 build 20151021 but our code does not compile with an internal compiler error so I have not tried debugging with the latest and greatest.

Intel Premier Support Legacy Status Update

Motherboard for SVT CCA

$
0
0

 

      Does SVT CCA work with any newer desktop/server motherboard (e.g. DELL/HP/Lenovo etc..) that takes  6th Gen Core i7 CPU ? 

     If not,  can anyone suggest some desktop motherboard options from INTEL or third party that work with SVT CCA to DCI debug? Any form factor is fine.

 

 

 

Zone: 

Thread Topic: 

Question

Bluetooth Option Missing Windows 10 [HELP]

$
0
0

I am trying to use Bluetooth on my Windows 10 Laptop and the option is no where to be found.

Not sure if this will help you but here's a ton of information about my computer:

------------------
System Information
------------------
      Time of this report: 12/17/2016, 16:18:25
             Machine name: DESKTOP-S6ADRMU
               Machine Id: {A795394E-82CA-4888-A40B-54704EB67C03}
         Operating System: Windows 10 Home 64-bit (10.0, Build 14393) (14393.rs1_release_inmarket.161208-2252)
                 Language: English (Regional Setting: English)
      System Manufacturer: Hewlett-Packard
             System Model: HP 15 Notebook PC
                     BIOS: F.36
                Processor: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (4 CPUs), ~2.2GHz
                   Memory: 6144MB RAM
      Available OS Memory: 6060MB RAM
                Page File: 3896MB used, 3815MB available
              Windows Dir: C:\WINDOWS
          DirectX Version: DirectX 12
      DX Setup Parameters: Not found
         User DPI Setting: Using System DPI
       System DPI Setting: 96 DPI (100 percent)
          DWM DPI Scaling: Disabled
                 Miracast: Available, with HDCP
Microsoft Graphics Hybrid: Not Supported
           DxDiag Version: 10.00.14393.0000 64bit Unicode

------------
DxDiag Notes
------------
      Display Tab 1: The file igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igd12umd64.dll is not digitally signed, which means that it has not been tested by Microsoft's Windows Hardware Quality Labs (WHQL).  You may be able to get a WHQL logo'd driver from the hardware manufacturer.
        Sound Tab 1: No problems found.
        Sound Tab 2: The file vrtaucbl.sys is not digitally signed, which means that it has not been tested by Microsoft's Windows Hardware Quality Labs (WHQL).  You may be able to get a WHQL logo'd driver from the hardware manufacturer.
        Sound Tab 3: 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) HD Graphics 5500
       Manufacturer: Intel Corporation
          Chip type: Intel(R) HD Graphics Family
           DAC type: Internal
        Device Type: Full Device
         Device Key: Enum\PCI\VEN_8086&DEV_1616&SUBSYS_2336103C&REV_09
      Device Status: 0180200A [DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER] 
Device Problem Code: No Problem
Driver Problem Code: Unknown
     Display Memory: 3157 MB
   Dedicated Memory: 128 MB
      Shared Memory: 3029 MB
       Current Mode: 1366 x 768 (32 bit) (60Hz)
       Monitor Name: Generic PnP Monitor
      Monitor Model: unknown
         Monitor Id: SDC4651
        Native Mode: 1366 x 768(p) (59.987Hz)
        Output Type: Internal
       Monitor Name: Dell ST2410(HDMI)
      Monitor Model: DELL ST2410
         Monitor Id: DELA05D
        Native Mode: 1920 x 1080(p) (60.000Hz)
        Output Type: HDMI
        Driver Name: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igd12umd64.dll
Driver File Version: 20.19.0015.4539 (English)
     Driver Version: 20.19.15.4539
        DDI Version: 12
     Feature Levels: 11_1,11_0,10_1,10_0,9_3,9_2,9_1
       Driver Model: WDDM 2.0
Graphics Preemption: Triangle
 Compute Preemption: Thread group
           Miracast: Supported
Hybrid Graphics GPU: Integrated
     Power P-states: Not Supported
  Driver Attributes: Final Retail
   Driver Date/Size: 10/13/2016 6:00:00 PM, 39161656 bytes
        WHQL Logo'd: No
    WHQL Date Stamp: None
  Device Identifier: {D7B78E66-5556-11CF-3762-3903B5C2D935}
          Vendor ID: 0x8086
          Device ID: 0x1616
          SubSys ID: 0x2336103C
        Revision ID: 0x0009
 Driver Strong Name: oem41.inf:5f63e53468b7076c:iBDWM_w10:20.19.15.4539:pci\ven_8086&dev_1616
     Rank Of Driver: 00D12001
        Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C 
        DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeVC1_D2010  DXVA2_ModeWMV9_IDCT  DXVA2_ModeVC1_IDCT  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeH264_VLD_Stereo_Progressive_NoFGT  DXVA2_ModeH264_VLD_Stereo_NoFGT  DXVA2_ModeH264_VLD_Multiview_NoFGT  DXVA2_ModeHEVC_VLD_Main  DXVA2_ModeHEVC_VLD_Main10  
   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
           MPO Caps: Not Supported
        MPO Stretch: Not Supported
    MPO Media Hints: Not Supported
        MPO Formats: Not Supported

-------------
Sound Devices
-------------
            Description: Speakers (Realtek High Definition Audio)
 Default Sound Playback: Yes
 Default Voice Playback: Yes
            Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0282&SUBSYS_103C2336&REV_1000
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: RTKVHD64.sys
         Driver Version: 6.00.0001.7335 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 9/2/2014 12:00:00 AM, 4264536 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

            Description: Line 1 (Virtual Audio Cable)
 Default Sound Playback: No
 Default Voice Playback: No
            Hardware ID: EuMusDesign_VAC_WDM
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: vrtaucbl.sys
         Driver Version: 4.14.0000.6428 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: No
          Date and Size: 5/30/2014 12:00:00 AM, 110368 bytes
            Other Files: 
        Driver Provider: EuMus Design
         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: DELL ST2410 (Intel(R) Display Audio)
 Default Sound Playback: No
 Default Voice Playback: No
            Hardware ID: HDAUDIO\FUNC_01&VEN_8086&DEV_2808&SUBSYS_80860101&REV_1000
        Manufacturer ID: 1
             Product ID: 100
                   Type: WDM
            Driver Name: IntcDAud.sys
         Driver Version: 6.16.0000.3197 (English)
      Driver Attributes: Final Retail
            WHQL Logo'd: Yes
          Date and Size: 5/10/2016 12:00:00 AM, 481768 bytes
            Other Files: 
        Driver Provider: Intel(R) Corporation
         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: Line 1 (Virtual Audio Cable)
  Default Sound Capture: Yes
  Default Voice Capture: Yes
            Driver Name: vrtaucbl.sys
         Driver Version: 4.14.0000.6428 (English)
      Driver Attributes: Final Retail
          Date and Size: 5/31/2014 01:01:26, 110368 bytes
              Cap Flags: 0x1
           Format Flags: 0xFFFFF

            Description: Microphone (Realtek High Definition Audio)
  Default Sound Capture: No
  Default Voice Capture: No
            Driver Name: RTKVHD64.sys
         Driver Version: 6.00.0001.7335 (English)
      Driver Attributes: Final Retail
          Date and Size: 9/2/2014 22:10:04, 4264536 bytes
              Cap Flags: 0x1
           Format Flags: 0xFFFFF

---------------------
Video Capture Devices
Number of Devices: 1
---------------------
           FriendlyName: HP Webcam
               Location: Front
           SymbolicLink: \\?\usb#vid_0c45&pid_6517&mi_00#6&26b1f5a2&0&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\global
           Manufacturer: Microsoft
             HardwareID: USB\VID_0C45&PID_6517&REV_0009&MI_00,USB\VID_0C45&PID_6517&MI_00
             DriverDesc: USB Video Device
         DriverProvider: Microsoft
          DriverVersion: 10.0.14393.82
      DriverDateEnglish: 6/21/2006 00:00:00
    DriverDateLocalized: 6/21/2006 12:00:00 AM
                Service: usbvideo
                  Class: Image
          DevNodeStatus: 180200A[DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
            ContainerId: {00000000-0000-0000-FFFF-FFFFFFFFFFFF}
            ProblemCode: No Problem
  BusReportedDeviceDesc: HP Webcam
                 Parent: USB\VID_0C45&PID_6517\HP_Webcam
      DriverProblemDesc: n/a
           UpperFilters: n/a
           LowerFilters: n/a
                  Stack: \Driver\ksthunk,\Driver\usbvideo,\Driver\ACPI,\Driver\usbccgp
      ContainerCategory: Imaging

-------------------
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: USB Gaming Mouse
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x04D9, 0xA070
        FF Driver: n/a

      Device Name: TESORO Gaming Keyboard
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x195D, 0x2047
        FF Driver: n/a

      Device Name: TESORO Gaming Keyboard
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x195D, 0x2047
        FF Driver: n/a

      Device Name: USB Gaming Mouse
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x04D9, 0xA070
        FF Driver: n/a

      Device Name: TESORO Gaming Keyboard
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x195D, 0x2047
        FF Driver: n/a

      Device Name: TESORO Gaming Keyboard
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x195D, 0x2047
        FF Driver: n/a

      Device Name: TESORO Gaming Keyboard
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x195D, 0x2047
        FF Driver: n/a

      Device Name: TESORO Gaming Keyboard
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x195D, 0x2047
        FF Driver: n/a

      Device Name: USB Gaming Mouse
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x04D9, 0xA070
        FF Driver: n/a

      Device Name: USB Gaming Mouse
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x04D9, 0xA070
        FF Driver: n/a

      Device Name: USB Gaming Mouse
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x04D9, 0xA070
        FF Driver: n/a

      Device Name: HP Wireless Button Driver
         Attached: 1
    Controller ID: 0x0
Vendor/Product ID: 0x0001, 0x0001
        FF Driver: n/a

Poll w/ Interrupt: No

-----------
USB Devices
-----------
+ USB Root Hub (xHCI)
| Vendor/Product ID: 0x8086, 0x9CB1
| Matching Device ID: USB\ROOT_HUB30
| Service: USBHUB3
| Driver: USBHUB3.SYS, 7/16/2016 05:41:55, 535904 bytes

+-+ USB Composite Device
| | Vendor/Product ID: 0x04D9, 0xA070
| | Location: Port_#0001.Hub_#0001
| | Matching Device ID: USB\COMPOSITE
| | Service: usbccgp
| | Driver: usbccgp.sys, 7/16/2016 05:41:55, 169312 bytes
| | 
| +-+ USB Input Device
| | | Vendor/Product ID: 0x04D9, 0xA070
| | | Location: 0000.0014.0000.001.000.000.000.000.000
| | | Matching Device ID: USB\Class_03&SubClass_01
| | | Service: HidUsb
| | | Driver: hidusb.sys, 9/24/2016 23:31:56, 38400 bytes
| | | Driver: hidclass.sys, 10/14/2016 21:55:50, 156672 bytes
| | | Driver: hidparse.sys, 9/24/2016 23:31:56, 40960 bytes
| | | 
| | +-+ HID Keyboard Device
| | | | Vendor/Product ID: 0x04D9, 0xA070
| | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| | | | Service: kbdhid
| | | | Driver: kbdhid.sys, 9/15/2016 10:43:23, 39424 bytes
| | | | Driver: kbdclass.sys, 7/16/2016 05:41:54, 62304 bytes
| | | 
| +-+ USB Input Device
| | | Vendor/Product ID: 0x04D9, 0xA070
| | | Location: 0000.0014.0000.001.000.000.000.000.000
| | | Matching Device ID: USB\Class_03&SubClass_01
| | | Service: HidUsb
| | | Driver: hidusb.sys, 9/24/2016 23:31:56, 38400 bytes
| | | Driver: hidclass.sys, 10/14/2016 21:55:50, 156672 bytes
| | | Driver: hidparse.sys, 9/24/2016 23:31:56, 40960 bytes
| | | 
| | +-+ HID-compliant mouse
| | | | Vendor/Product ID: 0x04D9, 0xA070
| | | | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| | | | Service: mouhid
| | | | Driver: mouhid.sys, 7/16/2016 05:41:54, 32256 bytes
| | | | Driver: mouclass.sys, 7/16/2016 05:41:54, 59232 bytes
| | 
+-+ USB Composite Device
| | Vendor/Product ID: 0x195D, 0x2047
| | Location: Port_#0002.Hub_#0001
| | Matching Device ID: USB\COMPOSITE
| | Service: usbccgp
| | Driver: usbccgp.sys, 7/16/2016 05:41:55, 169312 bytes
| | 
| +-+ USB Input Device
| | | Vendor/Product ID: 0x195D, 0x2047
| | | Location: 0000.0014.0000.002.000.000.000.000.000
| | | Matching Device ID: USB\Class_03&SubClass_01
| | | Service: HidUsb
| | | Driver: hidusb.sys, 9/24/2016 23:31:56, 38400 bytes
| | | Driver: hidclass.sys, 10/14/2016 21:55:50, 156672 bytes
| | | Driver: hidparse.sys, 9/24/2016 23:31:56, 40960 bytes
| | | 
| | +-+ HID Keyboard Device
| | | | Vendor/Product ID: 0x195D, 0x2047
| | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| | | | Service: kbdhid
| | | | Driver: kbdhid.sys, 9/15/2016 10:43:23, 39424 bytes
| | | | Driver: kbdclass.sys, 7/16/2016 05:41:54, 62304 bytes
| | | 
| +-+ USB Input Device
| | | Vendor/Product ID: 0x195D, 0x2047
| | | Location: 0000.0014.0000.002.000.000.000.000.000
| | | Matching Device ID: USB\Class_03&SubClass_01
| | | Service: HidUsb
| | | Driver: hidusb.sys, 9/24/2016 23:31:56, 38400 bytes
| | | Driver: hidclass.sys, 10/14/2016 21:55:50, 156672 bytes
| | | Driver: hidparse.sys, 9/24/2016 23:31:56, 40960 bytes
| | | 
| | +-+ HID-compliant mouse
| | | | Vendor/Product ID: 0x195D, 0x2047
| | | | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
| | | | Service: mouhid
| | | | Driver: mouhid.sys, 7/16/2016 05:41:54, 32256 bytes
| | | | Driver: mouclass.sys, 7/16/2016 05:41:54, 59232 bytes
| | | | 
| | +-+ HID Keyboard Device
| | | | Vendor/Product ID: 0x195D, 0x2047
| | | | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
| | | | Service: kbdhid
| | | | Driver: kbdhid.sys, 9/15/2016 10:43:23, 39424 bytes
| | | | Driver: kbdclass.sys, 7/16/2016 05:41:54, 62304 bytes

----------------
Gameport Devices
----------------

------------
PS/2 Devices
------------
+ Standard PS/2 Keyboard
| Matching Device ID: *PNP0303
| Service: i8042prt
| Driver: i8042prt.sys, 7/16/2016 05:41:54, 114176 bytes
| Driver: kbdclass.sys, 7/16/2016 05:41:54, 62304 bytes

+ Synaptics PS/2 Port TouchPad
| Matching Device ID: acpi\syn1eae
| Upper Filters: SynTP
| Service: i8042prt
| Driver: SynTP.sys, 10/4/2016 23:44:36, 872024 bytes
| Driver: Smb_driver_Intel_Aux.sys, 10/4/2016 23:44:34, 79960 bytes
| Driver: Smb_driver_AMDASF_Aux.sys, 10/4/2016 23:44:34, 76376 bytes
| Driver: SynRMIHID_Aux.sys, 10/4/2016 23:44:34, 74840 bytes
| Driver: SynTPAPI.dll, 10/4/2016 23:44:36, 294488 bytes
| Driver: SynCOM.dll, 10/4/2016 23:44:36, 815200 bytes
| Driver: SynTPRes.dll, 10/4/2016 23:44:38, 19563608 bytes
| Driver: SynTPCpl.dll, 10/4/2016 23:44:36, 4013664 bytes
| Driver: SynCntxt.rtf, 9/2/2016 01:23:24, 12775766 bytes
| Driver: SynZMetr.exe, 10/4/2016 23:44:36, 1912408 bytes
| Driver: SynMood.exe, 10/4/2016 23:44:36, 1935960 bytes
| Driver: SynTPEnh.exe, 10/4/2016 23:44:36, 4264536 bytes
| Driver: Tutorial.exe, 10/4/2016 23:44:36, 1916512 bytes
| Driver: InstNT.exe, 10/4/2016 23:44:36, 339032 bytes
| Driver: SynISDLL.dll, 10/4/2016 23:44:36, 365152 bytes
| Driver: SynUnst.ini, 9/2/2016 01:23:40, 1784278 bytes
| Driver: SynRemoveUserSettings.dat, 12/9/2015 07:46:46, 1315 bytes
| Driver: SynTPHelper.exe, 10/4/2016 23:44:42, 236640 bytes
| Driver: SynTPEnhService.exe, 10/4/2016 23:44:36, 269400 bytes
| Driver: SynPivotRotate.mpg, 12/9/2015 07:46:44, 770663 bytes
| Driver: SynChiralRotate.mpg, 12/9/2015 07:46:36, 382277 bytes
| Driver: SynFlick.mpg, 12/9/2015 07:46:42, 737975 bytes
| Driver: SynPinch.mpg, 12/9/2015 07:46:44, 286463 bytes
| Driver: SynMomentum.mpg, 12/9/2015 07:46:42, 246230 bytes
| Driver: SynLinearVHScroll.mpg, 12/9/2015 07:46:42, 929103 bytes
| Driver: SynChiralVHScroll.mpg, 12/9/2015 07:46:38, 1620778 bytes
| Driver: SynTwoFingerVHScroll.mpg, 12/9/2015 07:46:52, 746464 bytes
| Driver: SynPivotRotate_ChiralRotate.mpg, 12/9/2015 07:46:46, 1142810 bytes
| Driver: SynThreeFingerFlick.mpg, 12/9/2015 07:46:48, 633621 bytes
| Driver: SynThreeFingersDown.mpg, 12/9/2015 07:46:48, 215907 bytes
| Driver: SynTwistRotate.mpg, 12/9/2015 07:46:50, 1826816 bytes
| Driver: SynChiralTwistRotate.mpg, 12/9/2015 07:46:38, 2998272 bytes
| Driver: StaticImg.html, 12/9/2015 07:46:30, 968 bytes
| Driver: StaticImg.png, 12/9/2015 07:46:30, 107143 bytes
| Driver: SynSysDetect.js, 12/9/2015 07:46:46, 1589 bytes
| Driver: Syn2FingerScrolling.wmv, 12/9/2015 07:46:32, 650659 bytes
| Driver: Syn3FingerFlick.wmv, 12/9/2015 07:46:34, 774019 bytes
| Driver: Syn4FingerFlick.wmv, 12/9/2015 07:46:34, 795115 bytes
| Driver: Syn4FFlickVNB.wmv, 12/9/2015 07:46:34, 381040 bytes
| Driver: SynSmartSense.wmv, 9/2/2016 01:23:32, 345343 bytes
| Driver: SynSmartSenseNB.wmv, 12/9/2015 07:46:46, 670555 bytes
| Driver: Syn4FingerFlickUpDown.wmv, 12/9/2015 07:46:36, 1264895 bytes
| Driver: Syn4FingerFlickUpDownNB.wmv, 12/9/2015 07:46:36, 711685 bytes
| Driver: Syn4FingerFlickLeftRight.wmv, 12/9/2015 07:46:36, 1201694 bytes
| Driver: Syn4FingerFlickLeftRightNB.wmv, 12/9/2015 07:46:36, 711655 bytes
| Driver: Syn3FingerPress.wmv, 12/9/2015 07:46:34, 149361 bytes
| Driver: SynEdgeMotion.wmv, 12/9/2015 07:46:40, 790425 bytes
| Driver: SynLinearScrolling.wmv, 12/9/2015 07:46:42, 486299 bytes
| Driver: SynMomentum.wmv, 12/9/2015 07:46:42, 231541 bytes
| Driver: SynMomentumScrolling.wmv, 12/9/2015 07:46:44, 1513885 bytes
| Driver: SynPinchZoom.wmv, 12/9/2015 07:46:44, 361085 bytes
| Driver: SynBlackScreen.wmv, 12/9/2015 07:46:36, 14729 bytes
| Driver: SynPivotRotate.wmv, 12/9/2015 07:46:44, 609629 bytes
| Driver: SynTwistRotate.wmv, 12/9/2015 07:46:50, 535667 bytes
| Driver: SynCoverGesture.wmv, 12/9/2015 07:46:40, 633185 bytes
| Driver: SynChiralRotate.wmv, 12/9/2015 07:46:36, 321969 bytes
| Driver: SynChiralScrolling.wmv, 12/9/2015 07:46:36, 1776645 bytes
| Driver: SynCoastingScrolling.wmv, 12/9/2015 07:46:40, 880823 bytes
| Driver: SynPointing.wmv, 12/9/2015 07:46:46, 89721 bytes
| Driver: SynPalmCheck.wmv, 12/9/2015 07:46:44, 278039 bytes
| Driver: SynSensitivity.wmv, 12/9/2015 07:46:46, 183903 bytes
| Driver: SynWindowConstrained.wmv, 12/9/2015 07:46:52, 250401 bytes
| Driver: SynSlowMotion.wmv, 12/9/2015 07:46:46, 255951 bytes
| Driver: SynConstrainedMotion.wmv, 12/9/2015 07:46:40, 1174655 bytes
| Driver: SynTapping.wmv, 12/9/2015 07:46:48, 67389 bytes
| Driver: SynButtons.wmv, 12/9/2015 07:46:36, 190451 bytes
| Driver: SynTouchStykSelect.wmv, 12/9/2015 07:46:48, 84183 bytes
| Driver: SynTouchStykButton.wmv, 12/9/2015 07:46:48, 95259 bytes
| Driver: SynTouchStykSensitivity.wmv, 12/9/2015 07:46:48, 183909 bytes
| Driver: SynEdgeMotionDragging.wmv, 12/9/2015 07:46:40, 174015 bytes
| Driver: SynEdgeMotionFixedSpeed.wmv, 12/9/2015 07:46:40, 174015 bytes
| Driver: SynEdgeMotionPointing.wmv, 12/9/2015 07:46:42, 157579 bytes
| Driver: SynEdgeMotionPressure.wmv, 12/9/2015 07:46:42, 67539 bytes
| Driver: SynNoButtons.wmv, 12/9/2015 07:46:44, 28715 bytes
| Driver: SynTapZones.wmv, 12/9/2015 07:46:48, 215105 bytes
| Driver: SynLinearHScrolling.wmv, 12/9/2015 07:46:42, 527389 bytes
| Driver: Syn2FingerHScrolling.wmv, 12/9/2015 07:46:32, 626005 bytes
| Driver: SynTapHoldToDrag.wmv, 12/9/2015 07:46:46, 62001 bytes
| Driver: SynTapLockingDrag.wmv, 12/9/2015 07:46:46, 95259 bytes
| Driver: Syn1FingerClickNB.wmv, 12/9/2015 07:46:30, 141143 bytes
| Driver: Syn1FingerClickDrag.wmv, 12/9/2015 07:46:30, 338125 bytes
| Driver: Syn2FingerClickDrag.wmv, 12/9/2015 07:46:30, 471371 bytes
| Driver: Syn2FingerFlickNB.wmv, 12/9/2015 07:46:30, 675403 bytes
| Driver: Syn2FingerFlickLR.wmv, 12/9/2015 07:46:30, 502795 bytes
| Driver: Syn2FingerHScrollingNB.wmv, 12/9/2015 07:46:32, 617787 bytes
| Driver: Syn2FingerScrollingNB.wmv, 12/9/2015 07:46:32, 634223 bytes
| Driver: Syn3FingerFlickNB.wmv, 12/9/2015 07:46:34, 749365 bytes
| Driver: Syn3FingerPressNB.wmv, 12/9/2015 07:46:34, 141143 bytes
| Driver: Syn4FingerFlickNB.wmv, 12/9/2015 07:46:36, 723930 bytes
| Driver: SynButtonsNB.wmv, 12/9/2015 07:46:36, 182233 bytes
| Driver: SynChiralRotateNB.wmv, 12/9/2015 07:46:36, 356580 bytes
| Driver: SynChiralScrollingNB.wmv, 12/9/2015 07:46:36, 2805670 bytes
| Driver: SynCoastingScrollingNB.wmv, 12/9/2015 07:46:40, 1532130 bytes
| Driver: SynCoverGestureNB.wmv, 12/9/2015 07:46:40, 633185 bytes
| Driver: SynEdgeMotionDraggingNB.wmv, 12/9/2015 07:46:40, 172875 bytes
| Driver: SynEdgeMotionFixedSpeedNB.wmv, 12/9/2015 07:46:40, 185120 bytes
| Driver: SynEdgeMotionPointingNB.wmv, 12/9/2015 07:46:42, 160630 bytes
| Driver: SynEdgeMotionPressureNB.wmv, 12/9/2015 07:46:42, 142023 bytes
| Driver: SynLinearHScrollingNB.wmv, 12/9/2015 07:46:42, 919820 bytes
| Driver: SynMomentumScrollingNB.wmv, 12/9/2015 07:46:44, 928929 bytes
| Driver: SynPinchZoomNB.wmv, 12/9/2015 07:46:44, 834947 bytes
| Driver: SynPivotRotateNB.wmv, 12/9/2015 07:46:44, 535667 bytes
| Driver: SynTapHoldToDragNB.wmv, 12/9/2015 07:46:46, 130279 bytes
| Driver: SynTapLockingDragNB.wmv, 12/9/2015 07:46:46, 212515 bytes
| Driver: SynTwistRotateNB.wmv, 12/9/2015 07:46:50, 821920 bytes
| Driver: SynPointingNB.wmv, 12/9/2015 07:46:46, 177285 bytes
| Driver: Syn2FingerMomentumVHScrolling.wmv, 12/9/2015 07:46:32, 895723 bytes
| Driver: Syn2FingerMomentumVHScrollingNB.wmv, 12/9/2015 07:46:32, 1645313 bytes
| Driver: Syn2FingerMomentumVScrolling_win8.wmv, 12/9/2015 07:46:32, 597933 bytes
| Driver: Syn2FingerMomentumVScrollingNB_win8.wmv, 12/9/2015 07:46:32, 586882 bytes
| Driver: Syn2FingerMomentumHScrolling_win8.wmv, 12/9/2015 07:46:32, 575831 bytes
| Driver: Syn2FingerMomentumHScrollingNB_win8.wmv, 12/9/2015 07:46:32, 1079005 bytes
| Driver: Syn2FingerVHCoasting.wmv, 12/9/2015 07:46:34, 1794763 bytes
| Driver: Syn2FingerVHCoastingNB.wmv, 12/9/2015 07:46:34, 2266890 bytes
| Driver: Syn2FingerVCoasting_win8.wmv, 12/9/2015 07:46:34, 919145 bytes
| Driver: Syn2FingerHCoasting_win8.wmv, 12/9/2015 07:46:30, 1003421 bytes
| Driver: Syn2FingerVCoastingNB_win8.wmv, 12/9/2015 07:46:32, 1311690 bytes
| Driver: Syn2FingerHCoastingNB_win8.wmv, 12/9/2015 07:46:30, 1397405 bytes
| Driver: SynMomentumVHScrolling.wmv, 12/9/2015 07:46:44, 1408837 bytes
| Driver: SynMomentumVHScrollingNB.wmv, 12/9/2015 07:46:44, 1774529 bytes
| Driver: SynVHCoasting.wmv, 12/9/2015 07:46:52, 1955445 bytes
| Driver: Syn2FingerHScrolling_win8.wmv, 12/9/2015 07:46:32, 432126 bytes
| Driver: Syn2FingerHScrollingNB_win8.wmv, 12/9/2015 07:46:32, 968800 bytes
| Driver: SynChiralScrolling_win8.wmv, 12/9/2015 07:46:38, 819031 bytes
| Driver: SynChiralScrollingNB_win8.wmv, 12/9/2015 07:46:38, 2805670 bytes
| Driver: SynLinearHScrolling_win8.wmv, 12/9/2015 07:46:42, 376913 bytes
| Driver: SynLinearHScrollingNB_win8.wmv, 12/9/2015 07:46:42, 919820 bytes
| Driver: SynLinearScrolling_win8.wmv, 12/9/2015 07:46:42, 354811 bytes
| Driver: SynLinearScrollingNB_win8.wmv, 12/9/2015 07:46:42, 797370 bytes
| Driver: SynPivotRotate_win8.wmv, 12/9/2015 07:46:46, 498534 bytes
| Driver: SynPivotRotateNB_win8.wmv, 12/9/2015 07:46:46, 870900 bytes
| Driver: SynTwistRotate_win8.wmv, 12/9/2015 07:46:52, 421135 bytes
| Driver: SynTwistRotateNB_win8.wmv, 12/9/2015 07:46:52, 821920 bytes
| Driver: SynEdgePulls.wmv, 12/9/2015 07:46:42, 1247447 bytes
| Driver: Syn4FingerFlick_win8.wmv, 12/9/2015 07:46:36, 598023 bytes
| Driver: Syn4FingerFlickNB_win8.wmv, 12/9/2015 07:46:36, 564870 bytes
| Driver: Syn2FingerScrolling.html, 12/9/2015 07:46:32, 3216 bytes
| Driver: Syn2FingerFlick.html, 12/9/2015 07:46:30, 3212 bytes
| Driver: Syn3FingerFlick.html, 12/9/2015 07:46:34, 3212 bytes
| Driver: Syn4FingerFlick.html, 12/9/2015 07:46:34, 3212 bytes
| Driver: Syn4FingerFlickUpDown.html, 12/9/2015 07:46:36, 3218 bytes
| Driver: Syn4FingerFlickLeftRight.html, 12/9/2015 07:46:34, 3221 bytes
| Driver: Syn3FingerPress.html, 12/9/2015 07:46:34, 3212 bytes
| Driver: SynEdgeMotion.html, 12/9/2015 07:46:40, 3210 bytes
| Driver: SynMomentum.html, 12/9/2015 07:46:42, 3208 bytes
| Driver: SynPinchZoom.html, 12/9/2015 07:46:44, 3209 bytes
| Driver: SynRotating.html, 12/9/2015 07:46:46, 3208 bytes
| Driver: SynTwistRotate.html, 12/9/2015 07:46:50, 3211 bytes
| Driver: SynCoverGesture.html, 12/9/2015 07:46:40, 3212 bytes
| Driver: SynAccessibility.html, 12/9/2015 07:46:36, 3221 bytes
| Driver: SynSmartSense.html, 12/9/2015 07:46:46, 3210 bytes
| Driver: SynButtons.html, 12/9/2015 07:46:36, 3207 bytes
| Driver: SynClicking.html, 12/9/2015 07:46:38, 3208 bytes
| Driver: SynMultiFingerGestures.html, 12/9/2015 07:46:44, 3219 bytes
| Driver: SynPalmCheck.html, 12/9/2015 07:46:44, 3209 bytes
| Driver: SynPointing.html, 12/9/2015 07:46:46, 3208 bytes
| Driver: SynScrolling.html, 12/9/2015 07:46:46, 3209 bytes
| Driver: SynSensitivity.html, 12/9/2015 07:46:46, 3211 bytes
| Driver: SynTapping.html, 12/9/2015 07:46:46, 3207 bytes
| Driver: SynTouchStykButton.html, 12/9/2015 07:46:48, 3215 bytes
| Driver: SynTouchStykSelect.html, 12/9/2015 07:46:48, 3215 bytes
| Driver: SynTouchStykSensitivity.html, 12/9/2015 07:46:48, 3220 bytes
| Driver: SynScrollingVertical.html, 12/9/2015 07:46:46, 3217 bytes
| Driver: SynScrollingHorizontal.html, 12/9/2015 07:46:46, 3219 bytes
| Driver: SynScrollingChiral.html, 12/9/2015 07:46:46, 3215 bytes
| Driver: SynLockingDrags.html, 12/9/2015 07:46:42, 3212 bytes
| Driver: SynEdgePulls.html, 12/9/2015 07:46:42, 3162 bytes
| Driver: Syn2FingerScrolling_win8.wmv, 12/9/2015 07:46:32, 398973 bytes
| Driver: Syn2FingerScrollingNB_win8.wmv, 12/9/2015 07:46:32, 940613 bytes
| Driver: SynTappingNB.wmv, 12/9/2015 07:46:48, 118535 bytes
| Driver: Syn2FingerRightClickNB.wmv, 12/9/2015 07:46:32, 177253 bytes
| Driver: SynVHCoastingNB.wmv, 12/9/2015 07:46:52, 1821565 bytes
| Driver: SynEdgePullsNB.wmv, 12/9/2015 07:46:42, 517951 bytes
| Driver: SynPalmCheckNB.wmv, 12/9/2015 07:46:44, 670557 bytes
| Driver: SynLinearScrollingNB.wmv, 12/9/2015 07:46:42, 797370 bytes
| Driver: SynSensitivityNB.wmv, 12/9/2015 07:46:46, 400455 bytes
| Driver: SynMomentumNB.wmv, 12/9/2015 07:46:44, 319815 bytes
| Driver: SynTapZonesNB.wmv, 12/9/2015 07:46:48, 258590 bytes
| Driver: SynTapZonesNB_win8.wmv, 12/9/2015 07:46:48, 258590 bytes
| Driver: SynEdgeMotionNB.wmv, 12/9/2015 07:46:40, 1360700 bytes
| Driver: SynSlowMotionNB.wmv, 12/9/2015 07:46:46, 517951 bytes
| Driver: SynConstrainedMotionNB.wmv, 12/9/2015 07:46:40, 623675 bytes
| Driver: SynWindowConstrainedNB.wmv, 12/9/2015 07:46:52, 588401 bytes
| Driver: Syn3FHSlide.wmv, 12/9/2015 07:46:34, 243720 bytes
| Driver: Syn3FHSlideNB.wmv, 12/9/2015 07:46:34, 202757 bytes
| Driver: Syn3FTapActionCenter.wmv, 12/9/2015 07:46:34, 108227 bytes
| Driver: Syn3FTapActionCenterNB.wmv, 12/9/2015 07:46:34, 105076 bytes
| Driver: Syn3FTapCortana.wmv, 12/9/2015 07:46:34, 111378 bytes
| Driver: Syn3FTapCortanaNB.wmv, 12/9/2015 07:46:34, 108227 bytes
| Driver: Syn4FTapActionCenter.wmv, 12/9/2015 07:46:36, 111378 bytes
| Driver: Syn4FTapActionCenterNB.wmv, 12/9/2015 07:46:36, 108227 bytes
| Driver: Syn4FTapCortana.wmv, 12/9/2015 07:46:36, 114529 bytes
| Driver: Syn4FTapCortanaNB.wmv, 12/9/2015 07:46:36, 111378 bytes
| Driver: Syn3FClickActionCenterNB.wmv, 12/9/2015 07:46:34, 139737 bytes
| Driver: Syn3FClickCortanaNB.wmv, 12/9/2015 07:46:34, 149190 bytes
| Driver: Syn4FClickActionCenterNB.wmv, 12/9/2015 07:46:34, 158643 bytes
| Driver: Syn4FClickCortanaNB.wmv, 12/9/2015 07:46:34, 164945 bytes
| Driver: Syn3FVSlide.wmv, 9/2/2016 01:23:18, 395018 bytes
| Driver: Syn3FVSlideNB.wmv, 9/2/2016 01:23:18, 363508 bytes
| Driver: dpinst.exe, 10/4/2016 23:44:36, 1074264 bytes
| Driver: SynSmbDrv.ini, 9/2/2016 01:23:32, 6087 bytes
| Driver: SynRMIHID.ini, 9/2/2016 01:23:32, 4228 bytes
| Driver: SynLinearVScroll.mpg, 12/9/2015 07:46:42, 518694 bytes
| Driver: SynWingGesture.wmv, 12/9/2015 07:46:52, 305841 bytes
| Driver: SynWingGesture.html, 12/9/2015 07:46:52, 3164 bytes
| Driver: Syn2FingerTappingNB.wmv, 12/9/2015 07:46:32, 101711 bytes
| Driver: Syn2FingerTapping.html, 12/9/2015 07:46:32, 3214 bytes
| Driver: Syn3FingerTapping.html, 12/9/2015 07:46:34, 3214 bytes
| Driver: Syn4FingerTapping.html, 12/9/2015 07:46:36, 3214 bytes
| Driver: Ckp2FingerScrolling.mpg, 12/9/2015 07:46:28, 382935 bytes
| Driver: Ckp3FingerDown.mpg, 12/9/2015 07:46:28, 153456 bytes
| Driver: Ckp3FingerFlick.mpg, 12/9/2015 07:46:28, 569095 bytes
| Driver: CkpChiralMotion.mpg, 12/9/2015 07:46:28, 420858 bytes
| Driver: CkpClickDrag.mpg, 12/9/2015 07:46:28, 271447 bytes
| Driver: CkpLinearScroll.mpg, 12/9/2015 07:46:28, 427998 bytes
| Driver: CkpLRClick.mpg, 12/9/2015 07:46:28, 284073 bytes
| Driver: CkpMomentum.mpg, 12/9/2015 07:46:28, 328085 bytes
| Driver: CkpPinch.mpg, 12/9/2015 07:46:28, 309339 bytes
| Driver: CkpPivotRotate.mpg, 12/9/2015 07:46:28, 605893 bytes
| Driver: CkpPivotRotate2.mpg, 12/9/2015 07:46:28, 779912 bytes
| Driver: CkpTouchpadDisable.mpg, 12/9/2015 07:46:28, 293736 bytes
| Driver: SynCom.dll, 10/4/2016 23:44:36, 444000 bytes
| Driver: mouclass.sys, 7/16/2016 05:41:54, 59232 bytes
| Driver: i8042prt.sys, 7/16/2016 05:41:54, 114176 bytes
| Driver: SynTPCo41.dll, 10/4/2016 23:44:36, 296536 bytes
| Driver: WdfCoInstaller01011.dll, 10/4/2016 23:44:36, 1813392 bytes

------------------------
Disk & DVD/CD-ROM Drives
------------------------
      Drive: C:
 Free Space: 242.7 GB
Total Space: 687.5 GB
File System: NTFS
      Model: HGST HTS541075A9E680

      Drive: D:
 Free Space: 14.6 GB
Total Space: 26.0 GB
File System: NTFS
      Model: HGST HTS541075A9E680

      Drive: E:
      Model: hp DVDRW  DU8A6SH
     Driver: c:\windows\system32\drivers\cdrom.sys, 10.00.14393.0000 (English), 7/16/2016 05:41:53, 173056 bytes

--------------
System Devices
--------------
     Name: Intel(R) 9 Series Chipset Family SATA AHCI Controller
Device ID: PCI\VEN_8086&DEV_9C83&SUBSYS_2336103C&REV_03\3&11583659&0&FA
   Driver: C:\WINDOWS\system32\DRIVERS\iaStorA.sys, 13.02.0000.1016 (English), 7/14/2014 18:52:04, 670056 bytes

     Name: Intel(R) Management Engine Interface 
Device ID: PCI\VEN_8086&DEV_9CBA&SUBSYS_2336103C&REV_03\3&11583659&0&B0
   Driver: C:\WINDOWS\system32\DRIVERS\TeeDriverx64.sys, 10.00.0030.1054 (English), 9/30/2014 18:47:28, 129312 bytes
   Driver: C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\EN\3f3ca95b-3978-4168-b47b-5444f42d6c89.devicemetadata-ms, 9/30/2014 18:47:28, 938 bytes
   Driver: C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\EN\46a6fdbe-c823-4579-bab6-35f67e01f793.devicemetadata-ms, 9/30/2014 18:47:28, 833 bytes
   Driver: C:\WINDOWS\system32\WdfCoInstaller01011.dll, 1.11.9200.16384 (English), 10/4/2016 23:44:36, 1813392 bytes

     Name: Intel(R) HD Graphics 5500
Device ID: PCI\VEN_8086&DEV_1616&SUBSYS_2336103C&REV_09\3&11583659&0&10
   Driver: C:\WINDOWS\system32\DRIVERS\igdkmd64.sys, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 7948752 bytes
   Driver: C:\WINDOWS\system32\igd10iumd64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:46, 16146824 bytes
   Driver: C:\WINDOWS\system32\igd10idpp64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:46, 289440 bytes
   Driver: C:\WINDOWS\system32\igd11dxva64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:48, 32887384 bytes
   Driver: C:\WINDOWS\system32\igd12umd64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:50, 4179768 bytes
   Driver: C:\WINDOWS\system32\igdumdim64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:56, 39161656 bytes
   Driver: C:\WINDOWS\system32\igdail64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 175616 bytes
   Driver: C:\WINDOWS\system32\igfxcmrt64.dll, 5.00.0000.1148 (English), 10/28/2016 07:03:00, 163280 bytes
   Driver: C:\WINDOWS\system32\igfx11cmrt64.dll, 5.00.0000.1148 (English), 10/28/2016 07:03:00, 162256 bytes
   Driver: C:\WINDOWS\system32\igfxcmjit64.dll, 5.00.0000.1148 (English), 10/28/2016 07:03:00, 1573376 bytes
   Driver: C:\WINDOWS\system32\igdde64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 201896 bytes
   Driver: C:\WINDOWS\system32\IntelCpHDCPSvc.exe, 1.00.0000.0001 (English), 10/28/2016 07:03:00, 429688 bytes
   Driver: C:\WINDOWS\system32\igdusc64.dll, 20.19.0015.4539 (English), 10/28/2016 07:03:00, 6564224 bytes
   Driver: C:\WINDOWS\system32\igc64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:44, 15205392 bytes
   Driver: C:\WINDOWS\system32\igdmd64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:54, 2334520 bytes
   Driver: C:\WINDOWS\SysWow64\igd10iumd32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:46, 12814768 bytes
   Driver: C:\WINDOWS\SysWow64\igd10idpp32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:46, 274520 bytes
   Driver: C:\WINDOWS\SysWow64\igd11dxva32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:46, 34209904 bytes
   Driver: C:\WINDOWS\SysWow64\igd12umd32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:50, 4149368 bytes
   Driver: C:\WINDOWS\SysWow64\igdumdim32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:54, 38218176 bytes
   Driver: C:\WINDOWS\SysWow64\igdail32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 156672 bytes
   Driver: C:\WINDOWS\SysWow64\igdde32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 161208 bytes
   Driver: C:\WINDOWS\SysWow64\igfxcmrt32.dll, 5.00.0000.1148 (English), 10/28/2016 07:03:00, 140072 bytes
   Driver: C:\WINDOWS\SysWow64\igfx11cmrt32.dll, 5.00.0000.1148 (English), 10/28/2016 07:03:00, 140072 bytes
   Driver: C:\WINDOWS\SysWow64\igfxcmjit32.dll, 5.00.0000.1148 (English), 10/28/2016 07:03:00, 1161216 bytes
   Driver: C:\WINDOWS\SysWow64\igdusc32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:58, 5034656 bytes
   Driver: C:\WINDOWS\SysWow64\igc32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:44, 13234008 bytes
   Driver: C:\WINDOWS\SysWow64\igdmd32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:54, 1809208 bytes
   Driver: C:\WINDOWS\SysWow64\iglhcp32.dll, 3.00.0001.0026 (English), 10/28/2016 07:03:00, 184368 bytes
   Driver: C:\WINDOWS\SysWow64\iglhsip32.dll, 9.00.0030.9000 (English), 10/28/2016 07:03:00, 1765424 bytes
   Driver: C:\WINDOWS\SysWow64\IntelCpHeciSvc.exe, 9.00.0031.9015 (English), 10/28/2016 07:03:00, 282744 bytes
   Driver: C:\WINDOWS\system32\iglhxs64.vp, 10/28/2016 07:03:00, 4862 bytes
   Driver: C:\WINDOWS\system32\iglhxo64.vp, 10/28/2016 07:03:00, 40343 bytes
   Driver: C:\WINDOWS\system32\iglhxc64.vp, 10/28/2016 07:03:00, 40316 bytes
   Driver: C:\WINDOWS\system32\iglhxg64.vp, 10/28/2016 07:03:00, 39658 bytes
   Driver: C:\WINDOWS\system32\iglhxo64_dev.vp, 10/28/2016 07:03:00, 40931 bytes
   Driver: C:\WINDOWS\system32\iglhxc64_dev.vp, 10/28/2016 07:03:00, 41296 bytes
   Driver: C:\WINDOWS\system32\iglhxg64_dev.vp, 10/28/2016 07:03:00, 39798 bytes
   Driver: C:\WINDOWS\system32\iglhxa64.vp, 10/28/2016 07:03:00, 1125 bytes
   Driver: C:\WINDOWS\system32\iglhxa64.cpa, 7/25/2015 02:01:22, 2813952 bytes
   Driver: C:\WINDOWS\system32\iglhcp64.dll, 3.00.0001.0026 (English), 10/28/2016 07:03:00, 220448 bytes
   Driver: C:\WINDOWS\system32\iglhsip64.dll, 9.00.0030.9000 (English), 10/28/2016 07:03:00, 1768008 bytes
   Driver: C:\WINDOWS\system32\cp_resources.bin, 7/25/2015 01:59:18, 511260 bytes
   Driver: C:\WINDOWS\system32\difx64.exe, 1.04.0003.0000 (English), 10/28/2016 07:02:40, 156280 bytes
   Driver: C:\WINDOWS\system32\igfxDH.dll, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 739328 bytes
   Driver: C:\WINDOWS\system32\igfxDHLib.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 67072 bytes
   Driver: C:\WINDOWS\system32\igfxDHLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 77824 bytes
   Driver: C:\WINDOWS\system32\igfxDI.dll, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 381440 bytes
   Driver: C:\WINDOWS\system32\igfxDILib.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 11776 bytes
   Driver: C:\WINDOWS\system32\igfxDILibv2_0.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 11776 bytes
   Driver: C:\WINDOWS\system32\igfxLHM.dll, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 2124800 bytes
   Driver: C:\WINDOWS\system32\igfxLHMLib.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 5120 bytes
   Driver: C:\WINDOWS\system32\igfxLHMLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 5120 bytes
   Driver: C:\WINDOWS\system32\igfxSDK.exe, 10/28/2016 07:03:00, 1008248 bytes
   Driver: C:\WINDOWS\system32\igfxSDKLib.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 83456 bytes
   Driver: C:\WINDOWS\system32\igfxSDKLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 94208 bytes
   Driver: C:\WINDOWS\system32\igfxEM.exe, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 335992 bytes
   Driver: C:\WINDOWS\system32\igfxEMLib.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 10240 bytes
   Driver: C:\WINDOWS\system32\igfxEMLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 10/28/2016 07:03:00, 10240 bytes
   Driver: C:\WINDOWS\system32\GfxUIEx.exe, 6.15.0010.4539 (English), 10/28/2016 07:02:40, 448112 bytes
   Driver: C:\WINDOWS\system32\Gfxv4_0.exe, 8.15.0010.4539 (English), 10/28/2016 07:02:40, 949368 bytes
   Driver: C:\WINDOWS\system32\Gfxv4_0.exe.config, 7/25/2015 01:59:22, 935 bytes
   Driver: C:\WINDOWS\system32\Gfxv2_0.exe, 8.15.0010.4539 (English), 10/28/2016 07:02:40, 945784 bytes
   Driver: C:\WINDOWS\system32\Gfxv2_0.exe.config, 7/25/2015 01:59:22, 895 bytes
   Driver: C:\WINDOWS\system32\GfxResources.dll, 8.15.0010.4539 (English), 10/28/2016 07:02:40, 5245440 bytes
   Driver: C:\WINDOWS\system32\MetroIntelGenericUIFramework.dll, 1.00.0000.0000 (English), 10/28/2016 07:03:02, 687616 bytes
   Driver: C:\WINDOWS\system32\igfxCUIServicePS.dll, 10/28/2016 07:03:00, 86016 bytes
   Driver: C:\WINDOWS\system32\igfxCUIService.exe, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 354936 bytes
   Driver: C:\WINDOWS\system32\igfxCPL.cpl, 10/28/2016 07:03:00, 256000 bytes
   Driver: C:\WINDOWS\system32\igfxTray.exe, 10/28/2016 07:03:00, 383096 bytes
   Driver: C:\WINDOWS\system32\igfxDTCM.dll, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 237568 bytes
   Driver: C:\WINDOWS\system32\igfxHK.exe, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 249976 bytes
   Driver: C:\WINDOWS\system32\igfxOSP.dll, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 372736 bytes
   Driver: C:\WINDOWS\system32\DPTopologyApp.exe, 8.15.0010.4539 (English), 10/28/2016 07:02:40, 213624 bytes
   Driver: C:\WINDOWS\system32\DPTopologyApp.exe.config, 7/25/2015 01:59:20, 935 bytes
   Driver: C:\WINDOWS\system32\DPTopologyAppv2_0.exe, 8.15.0010.4539 (English), 10/28/2016 07:02:40, 213112 bytes
   Driver: C:\WINDOWS\system32\DPTopologyAppv2_0.exe.config, 7/25/2015 01:59:20, 895 bytes
   Driver: C:\WINDOWS\system32\igfxext.exe, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 218232 bytes
   Driver: C:\WINDOWS\system32\igfxexps.dll, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 36632 bytes
   Driver: C:\WINDOWS\system32\ColorImageEnhancement.wmv, 7/25/2015 01:58:58, 375173 bytes
   Driver: C:\WINDOWS\system32\ImageStabilization.wmv, 7/25/2015 02:01:22, 403671 bytes
   Driver: C:\WINDOWS\system32\FilmModeDetection.wmv, 7/25/2015 01:59:20, 641530 bytes
   Driver: C:\WINDOWS\SysWow64\igfxexps32.dll, 6.15.0010.4539 (English), 10/28/2016 07:03:00, 35328 bytes
   Driver: C:\WINDOWS\system32\ig8icd64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:42, 13635072 bytes
   Driver: C:\WINDOWS\SysWow64\ig8icd32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:42, 10308608 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\llvm_release_license.txt, 7/25/2015 02:02:00, 1981 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\readme.txt, 7/25/2015 02:02:14, 9788 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\version.ini, 10/28/2016 07:03:08, 34 bytes
   Driver: C:\WINDOWS\SysWow64\Intel_OpenCL_ICD32.dll, 2.00.0002.0000 (English), 10/28/2016 07:03:02, 86528 bytes
   Driver: C:\WINDOWS\SysWow64\IntelOpenCL32.dll, 20.19.0015.4539 (English), 10/28/2016 07:03:00, 301056 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\task_executor32.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:08, 355840 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\OclCpuBackend32.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:06, 7109120 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\intelocl32.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:06, 1391104 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\cpu_device32.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:06, 505344 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8.rtl, 7/25/2015 02:01:58, 1223604 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.o, 7/25/2015 02:01:58, 296664 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.rtl, 7/25/2015 02:01:58, 389300 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9.rtl, 7/25/2015 02:01:56, 1157132 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.o, 7/25/2015 02:01:58, 287436 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.rtl, 7/25/2015 02:01:58, 389180 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9.rtl, 7/25/2015 02:01:58, 785172 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.o, 7/25/2015 02:01:58, 249992 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.rtl, 7/25/2015 02:01:58, 350952 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clang_compiler32.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:06, 225280 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_n8.dll, 3.04.0000.0000 (English), 10/28/2016 07:03:08, 5005312 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_g9.dll, 3.04.0000.0000 (English), 10/28/2016 07:03:08, 5342720 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_s9.dll, 3.04.0000.0000 (English), 10/28/2016 07:03:08, 5220864 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbbmalloc.dll, 4.02.2014.0601 (English), 10/28/2016 07:03:08, 191120 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbb.dll, 4.02.2014.0601 (English), 10/28/2016 07:03:08, 342672 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbb_preview.dll, 4.02.2013.1002 (), 10/28/2016 07:03:08, 338576 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\common\clbltfnshared.rtl, 7/25/2015 02:02:00, 1026520 bytes
   Driver: C:\WINDOWS\system32\Intel_OpenCL_ICD64.dll, 2.00.0002.0000 (English), 10/28/2016 07:03:02, 82432 bytes
   Driver: C:\WINDOWS\system32\IntelOpenCL64.dll, 20.19.0015.4539 (English), 10/28/2016 07:03:00, 398848 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\task_executor64.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:08, 411136 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\OclCpuBackend64.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:06, 9611776 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\intelocl64.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:06, 1610752 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\cpu_device64.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:06, 651776 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8.rtl, 7/25/2015 02:01:58, 1226660 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.o, 7/25/2015 02:01:58, 358288 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.rtl, 7/25/2015 02:01:58, 402580 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9.rtl, 7/25/2015 02:01:56, 1159784 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9_img_cbk.o, 7/25/2015 02:01:56, 347104 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9_img_cbk.rtl, 7/25/2015 02:01:56, 402468 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9.rtl, 7/25/2015 02:01:58, 788292 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.o, 7/25/2015 02:01:58, 294032 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.rtl, 7/25/2015 02:01:58, 364424 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clang_compiler64.dll, 5.02.0000.10094 (English), 10/28/2016 07:03:06, 250368 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_h8.dll, 3.04.0000.0000 (English), 10/28/2016 07:03:08, 5216768 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_e9.dll, 3.04.0000.0000 (English), 10/28/2016 07:03:08, 5727232 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_l9.dll, 3.04.0000.0000 (English), 10/28/2016 07:03:08, 5609984 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbbmalloc.dll, 4.02.2014.0601 (English), 10/28/2016 07:03:08, 231056 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbb.dll, 4.02.2014.0601 (English), 10/28/2016 07:03:08, 421008 bytes
   Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbb_preview.dll, 4.02.2013.1002 (), 10/28/2016 07:03:08, 416400 bytes
   Driver: C:\WINDOWS\SysWow64\IntelOpenCL32.dll, 20.19.0015.4539 (English), 10/28/2016 07:03:00, 301056 bytes
   Driver: C:\WINDOWS\SysWow64\igdbcl32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 371200 bytes
   Driver: C:\WINDOWS\SysWow64\igdrcl32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:54, 4346368 bytes
   Driver: C:\WINDOWS\SysWow64\common_clang32.dll, 4.00.0000.0000 (English), 10/28/2016 07:02:36, 19844096 bytes
   Driver: C:\WINDOWS\SysWow64\igdmcl32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 3954176 bytes
   Driver: C:\WINDOWS\SysWow64\igdfcl32.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 207872 bytes
   Driver: C:\WINDOWS\system32\IntelOpenCL64.dll, 20.19.0015.4539 (English), 10/28/2016 07:03:00, 398848 bytes
   Driver: C:\WINDOWS\system32\igdbcl64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 421888 bytes
   Driver: C:\WINDOWS\system32\igdrcl64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:54, 4911104 bytes
   Driver: C:\WINDOWS\system32\common_clang64.dll, 4.00.0000.0000 (English), 10/28/2016 07:02:38, 29084160 bytes
   Driver: C:\WINDOWS\system32\igdmcl64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 5671424 bytes
   Driver: C:\WINDOWS\system32\igdfcl64.dll, 20.19.0015.4539 (English), 10/28/2016 07:02:52, 248832 bytes
   Driver: C:\WINDOWS\system32\igdclbif.bin, 10/28/2016 07:02:52, 5799386 bytes
   Driver: C:\Program Files\Intel\Media SDK\libmfxhw32.dll, 7.16.0008.0011 (English), 10/28/2016 07:03:02, 9570776 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfxplugin32_hw.dll, 1.16.0008.0011 (English), 10/28/2016 07:03:04, 4534488 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_32.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1414688 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mjpgvd_32.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1332424 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp8vd_32.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1341128 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp9vd_32.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1341128 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h265ve_32.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1428632 bytes
   Driver: C:\Program Files\Intel\Media SDK\h265e_32.vp, 10/28/2016 07:02:40, 63785 bytes
   Driver: C:\Program Files\Intel\Media SDK\he_32.vp, 10/28/2016 07:02:40, 62229 bytes
   Driver: C:\Program Files\Intel\Media SDK\c_32.cpa, 7/25/2015 01:59:18, 846855 bytes
   Driver: C:\Program Files\Intel\Media SDK\cpa_32.vp, 10/28/2016 07:02:40, 993 bytes
   Driver: C:\Program Files\Intel\Media SDK\dev_32.vp, 10/28/2016 07:02:40, 21523 bytes
   Driver: C:\Program Files\Intel\Media SDK\mj_32.vp, 10/28/2016 07:03:06, 57549 bytes
   Driver: C:\Program Files\Intel\Media SDK\libmfxhw64.dll, 7.16.0008.0011 (English), 10/28/2016 07:03:02, 10227952 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfxplugin64_hw.dll, 1.16.0008.0011 (English), 10/28/2016 07:03:04, 4729560 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_64.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1762328 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mjpgvd_64.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1659080 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp8vd_64.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1668808 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp9vd_64.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1669320 bytes
   Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h265ve_64.dll, 7.16.0008.0004 (English), 10/28/2016 07:03:04, 1787608 bytes
   Driver: C:\Program Files\Intel\Media SDK\h265e_64.vp, 10/28/2016 07:02:40, 13485 bytes
   Driver: C:\Program Files\Intel\Media SDK\he_64.vp, 10/28/2016 07:02:40, 12873 bytes
   Driver: C:\Program Files\Intel\Media SDK\c_64.cpa, 7/25/2015 01:59:18, 1519616 bytes
   Driver: C:\Program Files\Intel\Media SDK\cpa_64.vp, 10/28/2016 07:02:40, 993 bytes
   Driver: C:\Program Files\Intel\Media SDK\dev_64.vp, 10/28/2016 07:02:40, 21523 bytes
   Driver: C:\Program Files\Intel\Media SDK\mj_64.vp, 10/28/2016 07:03:06, 12365 bytes
   Driver: C:\WINDOWS\system32\IntelWiDiMCComp64.dll, 6.05.0057.0000 (English), 10/28/2016 07:03:02, 332760 bytes
   Driver: C:\WINDOWS\system32\IntelWiDiUMS64.exe, 6.05.0057.0000 (English), 10/28/2016 07:03:02, 517752 bytes
   Driver: C:\WINDOWS\system32\igfxCoIn_v4539.dll, 1.03.0020.0000 (English), 10/28/2016 07:03:00, 202752 bytes
   Driver: C:\WINDOWS\system32\DisplayAudiox64.cab, 10/28/2016 07:02:40, 831685 bytes

     Name: Intel(R) USB 3.0 eXtensible Host Controller - 1.0 (Microsoft)
Device ID: PCI\VEN_8086&DEV_9CB1&SUBSYS_2336103C&REV_03\3&11583659&0&A0
   Driver: C:\WINDOWS\system32\DRIVERS\USBXHCI.SYS, 10.00.14393.0000 (English), 7/16/2016 05:41:55, 381792 bytes

     Name: High Definition Audio Controller
Device ID: PCI\VEN_8086&DEV_9CA0&SUBSYS_2336103C&REV_03\3&11583659&0&D8
   Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.14393.0000 (English), 7/16/2016 05:41:52, 83456 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.14393.0000 (English), 7/16/2016 05:41:52, 97280 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.14393.0000 (English), 7/16/2016 05:41:52, 366592 bytes

     Name: Realtek PCIe FE Family Controller
Device ID: PCI\VEN_10EC&DEV_8136&SUBSYS_2336103C&REV_07\4&18C599AA&0&00E2
   Driver: C:\WINDOWS\system32\DRIVERS\Rt630x64.sys, 8.35.0716.2014 (English), 7/18/2014 16:31:08, 874712 bytes
   Driver: C:\WINDOWS\system32\RtNicProp64.dll, 1.02.0000.0006 (English), 7/18/2014 16:31:08, 73800 bytes

     Name: PCI-to-PCI Bridge
Device ID: PCI\VEN_8086&DEV_9C9A&SUBSYS_2336103C&REV_E3\3&11583659&0&E5
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.14393.0479 (English), 11/11/2016 04:00:00, 335712 bytes

     Name: High Definition Audio Controller
Device ID: PCI\VEN_8086&DEV_160C&SUBSYS_2336103C&REV_09\3&11583659&0&18
   Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 10.00.14393.0000 (English), 7/16/2016 05:41:52, 83456 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\drmk.sys, 10.00.14393.0000 (English), 7/16/2016 05:41:52, 97280 bytes
   Driver: C:\WINDOWS\system32\DRIVERS\portcls.sys, 10.00.14393.0000 (English), 7/16/2016 05:41:52, 366592 bytes

     Name: PCI-to-PCI Bridge
Device ID: PCI\VEN_8086&DEV_9C94&SUBSYS_2336103C&REV_E3\3&11583659&0&E2
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.14393.0479 (English), 11/11/2016 04:00:00, 335712 bytes

     Name: PCI standard ISA bridge
Device ID: PCI\VEN_8086&DEV_9CC3&SUBSYS_2336103C&REV_03\3&11583659&0&F8
   Driver: C:\WINDOWS\system32\DRIVERS\msisadrv.sys, 10.00.14393.0000 (English), 7/16/2016 05:41:53, 18784 bytes

     Name: Realtek RTL8188EE 802.11 bgn Wi-Fi Adapter
Device ID: PCI\VEN_10EC&DEV_8179&SUBSYS_197D103C&REV_01\4&466F8FF&0&00E5
   Driver: C:\WINDOWS\system32\DRIVERS\rtwlane.sys, 2023.30.0301.2016 (English), 7/16/2016 05:41:50, 5144064 bytes

     Name: PCI-to-PCI Bridge
Device ID: PCI\VEN_8086&DEV_9C92&SUBSYS_2336103C&REV_E3\3&11583659&0&E1
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.14393.0479 (English), 11/11/2016 04:00:00, 335712 bytes

     Name: Intel Device
Device ID: PCI\VEN_8086&DEV_9CA4&SUBSYS_2336103C&REV_03\3&11583659&0&FE
   Driver: n/a

     Name: PCI standard host CPU bridge
Device ID: PCI\VEN_8086&DEV_1604&SUBSYS_2336103C&REV_09\3&11583659&0&00
   Driver: n/a

     Name: PCI-to-PCI Bridge
Device ID: PCI\VEN_8086&DEV_9C90&SUBSYS_2336103C&REV_E3\3&11583659&0&E0
   Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 10.00.14393.0479 (English), 11/11/2016 04:00:00, 335712 bytes

     Name: Synaptics SMBus Driver
Device ID: PCI\VEN_8086&DEV_9CA2&SUBSYS_2336103C&REV_03\3&11583659&0&FB
   Driver: C:\WINDOWS\system32\DRIVERS\Smb_driver_Intel.sys, 19.00.0012.0095 (English), 10/4/2015 09:35:30, 42696 bytes
   Driver: C:\Program Files\Synaptics\SynTP\SynSmbDrv.ini, 9/2/2016 01:23:32, 6087 bytes
   Driver: C:\WINDOWS\system32\WdfCoInstaller01011.dll, 1.11.9200.16384 (English), 10/4/2016 23:44:36, 1813392 bytes

------------------
DirectShow Filters
------------------

DirectShow Filters:
WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,10.00.14393.0000
WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,10.00.14393.0000
WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,10.00.14393.0000
MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,10.00.14393.0000
Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,10.00.14393.0000
WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,10.00.14393.0000
WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,10.00.14393.0000
Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,10.00.14393.0000
Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,10.00.14393.0000
DV Muxer,0x00400000,0,0,qdv.dll,10.00.14393.0000
Color Space Converter,0x00400001,1,1,quartz.dll,10.00.14393.0000
WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.14393.0000
AVI Splitter,0x00600000,1,1,quartz.dll,10.00.14393.0000
VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,10.00.14393.0000
SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,10.00.14393.0206
Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,10.00.14393.0479
AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,10.00.14393.0000
StreamBufferSink,0x00200000,0,0,sbe.dll,10.00.14393.0206
MJPEG Decompressor,0x00600000,1,1,quartz.dll,10.00.14393.0000
MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,10.00.14393.0000
SAMI (CC) Parser,0x00400000,1,1,quartz.dll,10.00.14393.0000
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.14393.0000
MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,10.00.14393.0000
Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,10.00.14393.0000
SBE2FileScan,0x00200000,0,0,sbe.dll,10.00.14393.0206
Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,10.00.14393.0000
Internal Script Command Renderer,0x00800001,1,0,quartz.dll,10.00.14393.0000
MPEG Audio Decoder,0x03680001,1,1,quartz.dll,10.00.14393.0000
DV Splitter,0x00600000,1,2,qdv.dll,10.00.14393.0000
Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,10.00.14393.0000
Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,10.00.14393.0000
ACM Wrapper,0x00600000,1,1,quartz.dll,10.00.14393.0000
Video Renderer,0x00800001,1,0,quartz.dll,10.00.14393.0000
MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,10.00.14393.0206
Line 21 Decoder,0x00600000,1,1,,
Video Port Manager,0x00600000,2,1,quartz.dll,10.00.14393.0000
Video Renderer,0x00400000,1,0,quartz.dll,10.00.14393.0000
VPS Decoder,0x00200000,0,0,WSTPager.ax,10.00.14393.0000
WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.14393.0000
VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,
File writer,0x00200000,1,0,qcap.dll,10.00.14393.0000
Bandisoft MPEG-1 Video Decoder,0xff800001,1,1,bdfilters64.dll,1.00.0005.0016
DVD Navigator,0x00200000,0,3,qdvd.dll,10.00.14393.0000
Overlay Mixer2,0x00200000,1,1,,
Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,10.00.14393.0000
WST Pager,0x00200000,1,1,WSTPager.ax,10.00.14393.0000
MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,10.00.14393.0000
DV Video Decoder,0x00800000,1,1,qdv.dll,10.00.14393.0000
SampleGrabber,0x00200000,1,1,qedit.dll,10.00.14393.0206
Null Renderer,0x00200000,1,0,qedit.dll,10.00.14393.0206
MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,10.00.14393.0000
Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,10.00.14393.0206
StreamBufferSource,0x00200000,0,0,sbe.dll,10.00.14393.0206
Smart Tee,0x00200000,1,2,qcap.dll,10.00.14393.0000
Overlay Mixer,0x00200000,0,0,,
AVI Decompressor,0x00600000,1,1,quartz.dll,10.00.14393.0000
AVI/WAV File Source,0x00400000,0,2,quartz.dll,10.00.14393.0000
Wave Parser,0x00400000,1,1,quartz.dll,10.00.14393.0000
MIDI Parser,0x00400000,1,1,quartz.dll,10.00.14393.0000
Multi-file Parser,0x00400000,1,1,quartz.dll,10.00.14393.0000
File stream renderer,0x00400000,1,1,quartz.dll,10.00.14393.0000
Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,10.00.14393.0000
StreamBufferSink2,0x00200000,0,0,sbe.dll,10.00.14393.0206
AVI Mux,0x00200000,1,0,qcap.dll,10.00.14393.0000
Bandisoft MPEG-1 Audio Decoder,0xff800001,1,1,bdfilters64.dll,1.00.0005.0016
Line 21 Decoder 2,0x00600002,1,1,quartz.dll,10.00.14393.0000
File Source (Async.),0x00400000,0,1,quartz.dll,10.00.14393.0000
File Source (URL),0x00400000,0,1,quartz.dll,10.00.14393.0000
Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,10.00.14393.0000
Enhanced Video Renderer,0x00200000,1,0,evr.dll,10.00.14393.0187
BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,10.00.14393.0000
MPEG Video Decoder,0x40000001,1,1,quartz.dll,10.00.14393.0000

WDM Streaming Tee/Splitter Devices:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.14393.0000

Video Compressors:
WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,10.00.14393.0000
WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,10.00.14393.0000
MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,10.00.14393.0000
DV Video Encoder,0x00200000,0,0,qdv.dll,10.00.14393.0000
MJPEG Compressor,0x00200000,0,0,quartz.dll,10.00.14393.0000

Audio Compressors:
WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,10.00.14393.0000
WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,10.00.14393.0000
IMA ADPCM,0x00200000,1,1,quartz.dll,10.00.14393.0000
PCM,0x00200000,1,1,quartz.dll,10.00.14393.0000
Microsoft ADPCM,0x00200000,1,1,quartz.dll,10.00.14393.0000
GSM 6.10,0x00200000,1,1,quartz.dll,10.00.14393.0000
CCITT A-Law,0x00200000,1,1,quartz.dll,10.00.14393.0000
CCITT u-Law,0x00200000,1,1,quartz.dll,10.00.14393.0000
MP2,0x00200000,1,1,quartz.dll,10.00.14393.0000
MPEG Layer-3,0x00200000,1,1,quartz.dll,10.00.14393.0000

Audio Capture Sources:
Line 1 (Virtual Audio Cable),0x00200000,0,0,qcap.dll,10.00.14393.0000
Microphone (Realtek High Definition Audio),0x00200000,0,0,qcap.dll,10.00.14393.0000

PBDA CP Filters:
PBDA DTFilter,0x00600000,1,1,CPFilters.dll,10.00.14393.0351
PBDA ETFilter,0x00200000,0,0,CPFilters.dll,10.00.14393.0351
PBDA PTFilter,0x00200000,0,0,CPFilters.dll,10.00.14393.0351

Midi Renderers:
Default MidiOut Device,0x00800000,1,0,quartz.dll,10.00.14393.0000

WDM Streaming Capture Devices:
Mic in at front panel (black),0x00200000,1,1,ksproxy.ax,10.00.14393.0000
Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,10.00.14393.0000
Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,10.00.14393.0000
HP Webcam,0x00200000,1,1,ksproxy.ax,10.00.14393.0000
Virtual Cable 1,0x00200000,2,2,ksproxy.ax,10.00.14393.0000

WDM Streaming Rendering Devices:
Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,10.00.14393.0000
Virtual Cable 1,0x00200000,2,2,ksproxy.ax,10.00.14393.0000
Intel(R) Display Audio Output 1,0x00200000,1,1,ksproxy.ax,10.00.14393.0000

BDA Network Providers:
Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.14393.0000
Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.14393.0000
Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.14393.0000
Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,10.00.14393.0000
Microsoft Network Provider,0x00200000,0,1,MSNP.ax,10.00.14393.0000

Video Capture Sources:
HP Webcam,0x00200000,1,1,ksproxy.ax,10.00.14393.0000

Multi-Instance Capable VBI Codecs:
VBI Codec,0x00600000,1,4,VBICodec.ax,10.00.14393.0000

BDA Transport Information Renderers:
BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,10.00.14393.0000
MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,10.00.14393.0000

BDA CP/CA Filters:
Decrypt/Tag,0x00600000,1,1,EncDec.dll,10.00.14393.0351
Encrypt/Tag,0x00200000,0,0,EncDec.dll,10.00.14393.0351
PTFilter,0x00200000,0,0,EncDec.dll,10.00.14393.0351
XDS Codec,0x00200000,0,0,EncDec.dll,10.00.14393.0351

WDM Streaming Communication Transforms:
Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,10.00.14393.0000

Audio Renderers:
Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,10.00.14393.0000
Default DirectSound Device,0x00800000,1,0,quartz.dll,10.00.14393.0000
Default WaveOut Device,0x00200000,1,0,quartz.dll,10.00.14393.0000
DirectSound: Line 1 (Virtual Audio Cable),0x00200000,1,0,quartz.dll,10.00.14393.0000
DirectSound: DELL ST2410 (Intel(R) Display Audio),0x00200000,1,0,quartz.dll,10.00.14393.0000
DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,10.00.14393.0000
Line 1 (Virtual Audio Cable),0x00200000,1,0,quartz.dll,10.00.14393.0000
DELL ST2410 (Intel(R) Display Audio),0x00200000,1,0,quartz.dll,10.00.14393.0000

----------------------------
Preferred DirectShow Filters
----------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]

<media subtype GUID>, [<filter friendly name>, ]<filter CLSID>

MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
{58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
{5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
{44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
{20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject

---------------------------
Media Foundation Transforms
---------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]

<category>:
  <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>

Video Decoders:
  Intel® Hardware M-JPEG Decoder MFT, {00C69F81-0524-48C0-A353-4DD9D54F9A6E}, 0x6, 7, mfx_mft_mjpgvd_64.dll, 7.16.0008.0004
  Intel® Hardware VP8 Decoder MFT, {6D856398-834E-4A89-8EE5-071BB3F58BE4}, 0x6, mfx_mft_vp8vd_64.dll, 7.16.0008.0004
  Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 10.00.14393.0479
  DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 10.00.14393.0000
  Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}, 0x1, hevcdecoder.dll, 10.00.14393.0479
  Intel® Hardware VP8 Sync Decoder MFT, {451E3CB7-2622-4BA5-8E1D-44B3C41D0924}, 0x1, mfx_mft_vp8vd_64.dll, 7.16.0008.0004
  Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 10.00.14393.0000
  Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 10.00.14393.0479
  WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 10.00.14393.0000
  WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 10.00.14393.0000
  MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 10.00.14393.0000
  Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 10.00.14393.0000
  Microsoft WebM MF VP8 Decoder Transform, {E3AAF548-C9A4-4C6E-234D-5ADA374B0000}, 0x1, MSVP9DEC.dll, 10.00.14393.0000
  Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 10.00.14393.0000
Video Encoders:
  Intel® Quick Sync Video H.264 Encoder MFT, {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471}, 0x4, 7, mfx_mft_h264ve_64.dll, 7.16.0008.0004
  H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 10.00.14393.0000
  WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 10.00.14393.0000
  Microsoft MF VPX Encoder Transform, {AEB6C755-2546-4881-82CC-E15AE5EBFF3D}, 0x1, MSVPXENC.dll, 10.00.14393.0206
  H263 Encoder MFT, {BC47FCFE-98A0-4F27-BB07-698AF24F2B38}, 0x1, mfh263enc.dll, 10.00.14393.0000
  WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 10.00.14393.0000
  Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 10.00.14393.0000
  H265 Encoder MFT, {F2F84074-8BCA-40BD-9159-E880F673DD3B}, 0x1, mfh265enc.dll, 10.00.14393.0000
Video Effects:
  Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 10.00.14393.0000
  Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 10.00.14393.0000
  VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 10.00.14393.0206
  Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 10.00.14393.0000
  Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 10.00.14393.0000
Video Processor:
  Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 10.00.14393.0351
Audio Decoders:
  Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, DolbyDecMFT.dll, 10.00.14393.0351
  MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}, 0x1, MSAMRNBDecoder.dll, 10.00.14393.0000
  WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 10.00.14393.0000
  Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 10.00.14393.0206
  A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 10.00.14393.0479
  GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 10.00.14393.0479
  WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 10.00.14393.0000
  Microsoft Opus Audio Decoder MFT, {63E17C10-2D43-4C42-8FE3-8D8B63E46A6A}, 0x1, MSOpusDecoder.dll, 10.00.14393.0000
  Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}, 0x1, MSFlacDecoder.dll, 10.00.14393.0000
  Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 10.00.14393.0206
  WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 10.00.14393.0000
  G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 10.00.14393.0479
  IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 10.00.14393.0479
  MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 10.00.14393.0000
  Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}, 0x1, MSAlacDecoder.dll, 10.00.14393.0000
  ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 10.00.14393.0479
  Dolby TrueHD IEC-61937 converter MFT, {CF5EEEDF-0E92-4B3B-A161-BD0FFE545E4B}, 0x1, mfaudiocnv.dll, 10.00.14393.0479
  DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}, 0x1, mfaudiocnv.dll, 10.00.14393.0479
Audio Encoders:
  LPCM DVD-Audio MFT, {068A8476-9229-4CC0-9D49-2FC699DCD30A}, 0x1, mfaudiocnv.dll, 10.00.14393.0479
  MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 10.00.14393.0479
  Microsoft FLAC Audio Encoder MFT, {128509E9-C44E-45DC-95E9-C255B8F466A6}, 0x1, MSFlacEncoder.dll, 10.00.14393.0000
  WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 10.00.14393.0000
  MS AMRNB Encoder MFT, {2FAE8AFE-04A3-423A-A814-85DB454712B0}, 0x1, MSAMRNBEncoder.dll, 10.00.14393.0000
  Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 10.00.14393.0000
  WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 10.00.14393.0000
  Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 10.00.14393.0000
  Microsoft ALAC Audio Encoder MFT, {9AB6A28C-748E-4B6A-BFFF-CC443B8E8FB4}, 0x1, MSAlacEncoder.dll, 10.00.14393.0000
  Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 10.00.14393.0206
Audio Effects:
  AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 10.00.14393.0000
  Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 10.00.14393.0000
Multiplexers:
  Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 10.00.14393.0206
Others:
  Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 10.00.14393.0479

--------------------------------------------
Media Foundation Enabled Hardware Categories
--------------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]

EnableEncoders = 1
EnableDecoders = 1

-------------------------------------
Media Foundation Byte Stream Handlers
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]

.3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
.am?, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler
.amr, {EFE6208A-0A2C-49FA-8A01-3768B559B6DA}, MF AMRNB Media Source ByteStreamHandler, Preferred
.asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
.dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
.dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
.ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
.flac, {0E41CFB8-0506-40F4-A516-77CC23642D91}, MF FLAC Media Source ByteStreamHandler, Preferred
.m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mk3d, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mka, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mks, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mkv, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
.mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
.mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
.sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
.tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.uvu, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
.vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
.wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
.wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
.wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/MP4A-LATM, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
audio/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
video/vnd.dece.mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
video/x-matroska, {1F9A2C18-D89E-463E-B4F4-BB90152ACC64}, MKV Byte Stream Handler, Preferred
video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred

--------------------------------
Media Foundation Scheme Handlers
--------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]

<URL type>, <handler CLSID>, <brief description>[, Preferred]

file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm Scheme Handler, Preferred
https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
mcrecv:, {FA6D33D4-9405-4BA5-9983-12604AC8E77A}, Miracast Sink Scheme Handler, Preferred
mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred

-------------------------------------
Preferred Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]

<media subtype GUID>, [<transform friendly name>, ]<transform CLSID>

{EB27CEC4-163E-4CA3-8B74-8E25F91B517E}, Dolby TrueHD IEC-61937 converter MFT, {CF5EEEDF-0E92-4B3B-A161-BD0FFE545E4B}
{E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
{A2E58EB7-0FA9-48BB-A40C-FA0E156D0645}, DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}
{7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{73616D72-767A-494D-B478-F29D25DC9037}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
{53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
{43564548-0000-0010-8000-00AA00389B71}, Microsoft H265 Video Decoder MFT, {420A51A3-D605-430C-B4FC-45274FA6C562}
MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
{30395056-0000-0010-8000-00AA00389B71}, Microsoft WebM MF VP8 Decoder Transform, {E3AAF548-C9A4-4C6E-234D-5ADA374B0000}
{30385056-0000-0010-8000-00AA00389B71}, Microsoft WebM MF VP8 Decoder Transform, {E3AAF548-C9A4-4C6E-234D-5ADA374B0000}
MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
{0000F1AC-0000-0010-8000-00AA00389B71}, Microsoft FLAC Audio Decoder MFT, {6B0B3E6B-A2C5-4514-8055-AFE8A95242D9}
{00007361-0000-0010-8000-00AA00389B71}, MS AMRNB Decoder MFT, {265011AE-5481-4F77-A295-ABB6FFE8D63E}
{0000704F-0000-0010-8000-00AA00389B71}, Microsoft Opus Audio Decoder MFT, {63E17C10-2D43-4C42-8FE3-8D8B63E46A6A}
{00006C61-0000-0010-8000-00AA00389B71}, Microsoft ALAC Audio Decoder MFT, {C0CD7D12-31FC-4BBC-B363-7322EE3E1879}
{00002001-0000-0010-8000-00AA00389B71}, DTS IEC-61937 converter MFT, {D035E24C-C877-42D7-A795-2A8A339B472F}
{00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
{00001600-0000-0100-0800-000aa00389b71}, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
{00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
{00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
{00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}
KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}

-------------------------------------
Disabled Media Foundation Transforms
-------------------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]

<transform CLSID>

 

------------------------
Disabled Media Sources
------------------------

[HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]

<media source CLSID>

---------------
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

---------------
Diagnostics
---------------

Windows Error Reporting:
+++ WER0 +++:
Fault bucket , type 0

Event Name: LiveKernelEvent

Response: Not available

Cab Id: 0

 

Problem signature:

P1: ab

P2: 1

P3: 300

P4: 330

P5: 600000005

P6: 10_0_14393

P7: 0_0

P8: 768_1

P9: 

P10: 

 

+++ WER1 +++:
Fault bucket , type 0

Event Name: LiveKernelEvent

Response: Not available

Cab Id: 0

 

Problem signature:

P1: ab

P2: 1

P3: 300

P4: 330

P5: 600000005

P6: 10_0_14393

P7: 0_0

P8: 768_1

P9: 

P10: 

 

+++ WER2 +++:
Fault bucket 116207719397, type 5

Event Name: BEX64

Response: Not available

Cab Id: 0

 

Problem signature:

P1: WpcMon.exe

P2: 10.0.14393.0

P3: 578998a9

P4: ucrtbase.dll

P5: 10.0.14393.0

P6: 578997b5

P7: 000000000006ea1e

P8: c0000409

P9: 0000000000000007

P10: 

 

+++ WER3 +++:
Fault bucket 127698344149, type 5

Event Name: WindowsUpdateFailure3

Response: Not available

Cab Id: 0

 

Problem signature:

P1: 10.0.14393.479

P2: 8024402c

P3: 00000000-0000-0000-0000-000000000000

P4: Scan

P5: 0

P6: 0

P7: 8024500b

P8: UpdateOrchestrator

P9: {9482F4B4-E343-43B6-B170-9A65BC822C77}

P10: 0

 

+++ WER4 +++:
Fault bucket , type 0

Event Name: LiveKernelEvent

Response: Not available

Cab Id: 0

 

Problem signature:

P1: 144

P2: 3003

P3: ffffcf806b1a2838

P4: 40010000

P5: 0

P6: 10_0_14393

P7: 0_0

P8: 768_1

P9: 

P10: 

 

+++ WER5 +++:
Fault bucket 116207719397, type 5

Event Name: BEX64

Response: Not available

Cab Id: 0

 

Problem signature:

P1: WpcMon.exe

P2: 10.0.14393.0

P3: 578998a9

P4: ucrtbase.dll

P5: 10.0.14393.0

P6: 578997b5

P7: 000000000006ea1e

P8: c0000409

P9: 0000000000000007

P10: 

 

+++ WER6 +++:
Fault bucket , type 0

Event Name: WindowsUpdateFailure3

Response: Not available

Cab Id: 0

 

Problem signature:

P1: 10.0.14393.479

P2: 8024402c

P3: 00000000-0000-0000-0000-000000000000

P4: Scan

P5: 0

P6: 0

P7: 8024500b

P8: UpdateOrchestrator

P9: {9482F4B4-E343-43B6-B170-9A65BC822C77}

P10: 0

 

+++ WER7 +++:
Fault bucket , type 0

Event Name: WindowsUpdateFailure3

Response: Not available

Cab Id: 0

 

Problem signature:

P1: 10.0.14393.479

P2: 8024402c

P3: 00000000-0000-0000-0000-000000000000

P4: Scan

P5: 0

P6: 0

P7: 8024500b

P8: UpdateOrchestrator

P9: {9482F4B4-E343-43B6-B170-9A65BC822C77}

P10: 0

 

+++ WER8 +++:
Fault bucket , type 0

Event Name: LiveKernelEvent

Response: Not available

Cab Id: 0

 

Problem signature:

P1: 144

P2: 3003

P3: ffffcf806b1a2838

P4: 40010000

P5: 0

P6: 10_0_14393

P7: 0_0

P8: 768_1

P9: 

P10: 

 

+++ WER9 +++:
Fault bucket , type 0

Event Name: BEX64

Response: Not available

Cab Id: 0

 

Problem signature:

P1: WpcMon.exe

P2: 10.0.14393.0

P3: 578998a9

P4: ucrtbase.dll

P5: 10.0.14393.0

P6: 578997b5

P7: 000000000006ea1e

P8: c0000409

P9: 0000000000000007

P10: 

*ALL HELP IS VERY MUCH APPRECIATED*

Zone: 

Thread Topic: 

Help Me

Intel System Studio for Puma 6 (Cat Mountain)

$
0
0

Hi.

I am searching Intel System Studio which support Puma 6 (Cat Mountain), From site, installed the lastest version (2017.1.045_windows) on Windows 7 PC but could not find proper “Target platform” for Puma6, it seem not support Puma6... I remember older version could support Puma6... Would you please advise how to download the older version to support Puma 6 ?

Best Regards

MS Song

 


Emacs gdb mode not working with gdb-ia

$
0
0

Hi,

when using gdb I normally use it inside Emacs, which provides a nice environment for debugging while in text mode (image attached), but this doesn't seem to work with gdb-ia. When invoking gdb from inside Emacs, I change the name of the gdb executable to gdb-ia, but I get the error:

angelv@carro:~$ Error: you did not specify -i=mi on GDB's command line!

Is there any way to get gdb-ia to play nicely with GDB Emacs mode?

Thanks,

Ángel de Vicente

AttachmentSize
Downloadimage/pngemacs_gdb.png819.41 KB

Why does the debugger (VS2013) keep hanging up ?

$
0
0

This is an issue with VS2013 shell, not VS2010.

We were required to go to this later shell to support newer releases of Fortran, like 17.0

WHAT SOMETIMES HAPPENS IS THE DEBUGGER IS DOING SOME STUFF IN LA-LA-LAND

after a debugging session. And then when I say "stop" or "restart" I get the "blue circle of death."

Meaning that it crashes after 30 seconds or so, and then I cant do another build, compile or anything else.

I get a message that says "debugger may be unstable." The only way to get back into my project is

to exit from VS2013 and start over.

 

Now the hangup can sometimes be avoided if when I close the output window I say CONTINUE from the breakpoint, and that stops the debugger.

As you probably know, closing the output window does generate a breakpoint. But if that is not handled properly, the debugger is still

wandering around in La-la land, and that's where the trouble is.

 

Unfortunately no one takes this seriously, because they say they"cannot duplicate the problem on their system."

So I cant get any help from someone that wants to take a serious look at this issue. Are they just being lazy ?

 

Their is nothing unusual about my setup, since I am using the most up-to-date INTEL CPU and Windows 10.

 

Has anyone else seen this issue ?

failed to build Intel Edison Image using bitbake

$
0
0

i have tried building the Intel Edison Image using bitbake however i encounter an error task1452(home/gridcomm/Downloads/edison-src/linux64/poky/meta/recipes-devtools/gcc/gcc-crossinitial 4.9bb,do_compile)failed with exit code 1.

 

Attaching a debugger to PII processor

$
0
0

Hello,

I am looking for software debuggers, does Intel support any (Debugging on Target) ? I am using Pentium 2 processor and on C++ environment.

Any help is highly appreciated.

Thread Topic: 

How-To

bug screen resolution

$
0
0

Today I observed an issue regarding the screen resolution.

My screen resolution has been 1900x1200 and made a restart of the computer and after that the screen changed to 1024x768 of course I have changed back to 1900x1200 and saw that the screen started floating then changed to 1680x1050 and everything was fine, then made another restart of the computer a line appeared input not supported. Now I don't know how to put at least the 1024x768 screen resolution.

Switched off the pc and started again still the same problem. Maybe there is a command line that could help me to put to a lower resolution.

My OS is Windows 10 and there is no safe mode is only restart option what should i do?

Zone: 

Thread Topic: 

Help Me

gdb-ia crashes when reading symbols from executable (linux)

$
0
0

I am trying to debug a crash in our Fortran / C++ application.

Fortran compiler is
12:17 $ /opt/intel/bin/ifort --version
ifort (IFORT) 15.0.6 20151119
Copyright (C) 1985-2015 Intel Corporation.  All rights reserved.

C++ compiler is:
12:17 $ gcc --version
gcc (Ubuntu 4.9.3-8ubuntu2~14.04) 4.9.3

When I try to run my application under the debugger (either Ubuntu native gdb or gdb-ia), I get the following error:
12:18 $ /opt/intel/bin/gdb-ia ./my-app
No symbol table is loaded.  Use the "file" command.
GNU gdb (GDB) 7.8-8.0.137 *
[...]
Reading symbols from ./grasp-analysis...Segmentation fault (core dumped)

To analyze the problem I ran the gdb-ia debugger under the debugger..., ie:
$ /usr/bin/gdb --args gdb-ia my-application
[...]
Reading symbols from /home/jl/work/eclAM_Grasp/grasp_obj_debug/grasp-analysis...
Program received signal SIGSEGV, Segmentation fault.
strlen () at ../sysdeps/x86_64/strlen.S:106
106    ../sysdeps/x86_64/strlen.S: No such file or directory.
(gdb) bt
#0  strlen () at ../sysdeps/x86_64/strlen.S:106
#1  0x0000000000687cab in add_partial_symbol ()
#2  0x0000000000687eaf in add_partial_module ()
#3  0x000000000068736a in scan_partial_symbols ()
#4  0x00000000006859e2 in process_psymtab_comp_unit_reader ()
#5  0x0000000000684d1a in init_cutu_and_read_dies ()
#6  0x0000000000685e82 in process_psymtab_comp_unit ()
#7  0x0000000000686b0b in dwarf2_build_psymtabs_hard ()
#8  0x00000000006818ce in dwarf2_build_psymtabs ()
#9  0x0000000000555ce5 in read_psyms ()
#10 0x00000000005e46c5 in require_partial_symbols ()
#11 0x00000000005ea4a9 in read_symbols ()
#12 0x00000000005ea9eb in syms_from_objfile_1 ()
#13 0x00000000005eaa2e in syms_from_objfile ()
#14 0x00000000005eac2c in symbol_file_add_with_addrs ()
#15 0x00000000005eae21 in symbol_file_add_from_bfd ()
#16 0x00000000005eae7c in symbol_file_add ()
#17 0x00000000005eaf09 in symbol_file_add_main_1 ()
#18 0x00000000005eaeb7 in symbol_file_add_main ()
#19 0x000000000061fc4b in catch_command_errors_const ()
#20 0x0000000000620cf2 in captured_main ()
#21 0x000000000061bea2 in catch_errors ()
#22 0x0000000000621075 in gdb_main ()
#23 0x000000000047190f in main ()

Are there any known bug fixes for this error?
Thanks in advance,
Jacob.

backtrace is empty from usefull info

$
0
0

Hi all,

I'm running a large MPI job of the WRF model application (720 cores), compiled using Intel 2015u1 (15.0.1) and the MVAPICH2 MPI library.

When compiling in debug mode I'm using the following switches :

-g -O0 -fno-inline -no-ip -traceback -fpe0 -check noarg_temp_created,bounds,format,output_conversion,pointers,uninit -ftrapuv -unroll0 -u

I'm running until I have an exception overflow : error (72): floating overflow

However, the traceback of the output file form the specific core is empty with no useful info.

Any ideas on how to proceed in locating the problematic specific line of code ?

 

Thank you,

Jacob

 

 


gdb-ia crashes when reading symbols from executable (linux)

$
0
0

I am trying to debug a crash in our Fortran / C++ application.

Fortran compiler is
12:17 $ /opt/intel/bin/ifort --version
ifort (IFORT) 15.0.6 20151119
Copyright (C) 1985-2015 Intel Corporation.  All rights reserved.

C++ compiler is:
12:17 $ gcc --version
gcc (Ubuntu 4.9.3-8ubuntu2~14.04) 4.9.3

When I try to run my application under the debugger (either Ubuntu native gdb or gdb-ia), I get the following error:
12:18 $ /opt/intel/bin/gdb-ia ./my-app
No symbol table is loaded.  Use the "file" command.
GNU gdb (GDB) 7.8-8.0.137 *
[...]
Reading symbols from ./grasp-analysis...Segmentation fault (core dumped)

To analyze the problem I ran the gdb-ia debugger under the debugger..., ie:
$ /usr/bin/gdb --args gdb-ia my-application
[...]
Reading symbols from /home/jl/work/eclAM_Grasp/grasp_obj_debug/grasp-analysis...
Program received signal SIGSEGV, Segmentation fault.
strlen () at ../sysdeps/x86_64/strlen.S:106
106    ../sysdeps/x86_64/strlen.S: No such file or directory.
(gdb) bt
#0  strlen () at ../sysdeps/x86_64/strlen.S:106
#1  0x0000000000687cab in add_partial_symbol ()
#2  0x0000000000687eaf in add_partial_module ()
#3  0x000000000068736a in scan_partial_symbols ()
#4  0x00000000006859e2 in process_psymtab_comp_unit_reader ()
#5  0x0000000000684d1a in init_cutu_and_read_dies ()
#6  0x0000000000685e82 in process_psymtab_comp_unit ()
#7  0x0000000000686b0b in dwarf2_build_psymtabs_hard ()
#8  0x00000000006818ce in dwarf2_build_psymtabs ()
#9  0x0000000000555ce5 in read_psyms ()
#10 0x00000000005e46c5 in require_partial_symbols ()
#11 0x00000000005ea4a9 in read_symbols ()
#12 0x00000000005ea9eb in syms_from_objfile_1 ()
#13 0x00000000005eaa2e in syms_from_objfile ()
#14 0x00000000005eac2c in symbol_file_add_with_addrs ()
#15 0x00000000005eae21 in symbol_file_add_from_bfd ()
#16 0x00000000005eae7c in symbol_file_add ()
#17 0x00000000005eaf09 in symbol_file_add_main_1 ()
#18 0x00000000005eaeb7 in symbol_file_add_main ()
#19 0x000000000061fc4b in catch_command_errors_const ()
#20 0x0000000000620cf2 in captured_main ()
#21 0x000000000061bea2 in catch_errors ()
#22 0x0000000000621075 in gdb_main ()
#23 0x000000000047190f in main ()

Are there any known bug fixes for this error?
Thanks in advance,
Jacob.

JTAG BSDL File For Pentium-M Pocessor?

$
0
0

I'm looking to interface with a Pentium-M processor through the debug port using JTAG communication. Unfortunately, I cannot find a BSDL file which will accommodate the processor I am using (LE80536GC0332M SL8U8). Anybody know if this is available?

Thread Topic: 

Question

gdb-ia crashes when reading symbols from executable (linux)

$
0
0

I am trying to debug a crash in our Fortran / C++ application.

Fortran compiler is
12:17 $ /opt/intel/bin/ifort --version
ifort (IFORT) 15.0.6 20151119
Copyright (C) 1985-2015 Intel Corporation.  All rights reserved.

C++ compiler is:
12:17 $ gcc --version
gcc (Ubuntu 4.9.3-8ubuntu2~14.04) 4.9.3

When I try to run my application under the debugger (either Ubuntu native gdb or gdb-ia), I get the following error:
12:18 $ /opt/intel/bin/gdb-ia ./my-app
No symbol table is loaded.  Use the "file" command.
GNU gdb (GDB) 7.8-8.0.137 *
[...]
Reading symbols from ./grasp-analysis...Segmentation fault (core dumped)

To analyze the problem I ran the gdb-ia debugger under the debugger..., ie:
$ /usr/bin/gdb --args gdb-ia my-application
[...]
Reading symbols from /home/jl/work/eclAM_Grasp/grasp_obj_debug/grasp-analysis...
Program received signal SIGSEGV, Segmentation fault.
strlen () at ../sysdeps/x86_64/strlen.S:106
106    ../sysdeps/x86_64/strlen.S: No such file or directory.
(gdb) bt
#0  strlen () at ../sysdeps/x86_64/strlen.S:106
#1  0x0000000000687cab in add_partial_symbol ()
#2  0x0000000000687eaf in add_partial_module ()
#3  0x000000000068736a in scan_partial_symbols ()
#4  0x00000000006859e2 in process_psymtab_comp_unit_reader ()
#5  0x0000000000684d1a in init_cutu_and_read_dies ()
#6  0x0000000000685e82 in process_psymtab_comp_unit ()
#7  0x0000000000686b0b in dwarf2_build_psymtabs_hard ()
#8  0x00000000006818ce in dwarf2_build_psymtabs ()
#9  0x0000000000555ce5 in read_psyms ()
#10 0x00000000005e46c5 in require_partial_symbols ()
#11 0x00000000005ea4a9 in read_symbols ()
#12 0x00000000005ea9eb in syms_from_objfile_1 ()
#13 0x00000000005eaa2e in syms_from_objfile ()
#14 0x00000000005eac2c in symbol_file_add_with_addrs ()
#15 0x00000000005eae21 in symbol_file_add_from_bfd ()
#16 0x00000000005eae7c in symbol_file_add ()
#17 0x00000000005eaf09 in symbol_file_add_main_1 ()
#18 0x00000000005eaeb7 in symbol_file_add_main ()
#19 0x000000000061fc4b in catch_command_errors_const ()
#20 0x0000000000620cf2 in captured_main ()
#21 0x000000000061bea2 in catch_errors ()
#22 0x0000000000621075 in gdb_main ()
#23 0x000000000047190f in main ()

Are there any known bug fixes for this error?
Thanks in advance,
Jacob.

looking for (hw-) debugging solution for PII

$
0
0

Hi, I'm looking for an idea for this Problem:

  • Pentium2 CPU running under windows 2K on a standart mainboard
  • the software drives many serial an can bus interfaces
  • the software works well for 5 or 10 hours
  • I get a bluescreen/reboot of the computer
  • all logging Files of the software don't show a faulty situation
  • It's not a hardware problem. I got the same problem with "new" hardware from my stock

I need an idea, howto locate the bug in the driver or software. Can anyone help?

Regards

Gerd

Intel Debugger

$
0
0

Hello,

I use Gentoo. So installed the package dev-lang/idb. But when I start the programm it starts loading something with the information "Debugger startup..." and stays there.

So any ideas? 

Is there a official repository where I can download other Versions of idb?

THX

Viewing all 183 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>