Thanks very much!
The attached dumps are almost entirely made up of the following bugcheck WDF_VIOLATION (10d).
The Kernel-Mode Driver Framework was notified that Windows detected an error
in a framework-based driver
In all of your dumps, it's pointing to the culprit MijXfilt.sys on the stack, etc, which is the MotioninJoy simulate Xbox 360 controller (virtual Xinput device) driver: http://www.motioninjoy.com/blog/moti...-xinput-device
In the *10d dumps, the process at the time of the crash is also very consistent, which is DS3_Tool.exe.
To my knowledge, using this specific driver rather than the official drivers is not recommended... I've seen MijXfilt.sys tons in the past in cases of analysis. Remove this driver and install the official driver:
http://www.microsoft.com/hardware/en...-00004#support
As far as I know, removing MotioninJoy via add / remover programs uninstall list doesn't work and the driver still remains, so you must uninstall it via the uninstall list, AND THEN navigate to c:\windows\system32\drivers and delete MijXfilt.sys.
Regards,
Patrick