Nothing is ever simple
13 years ago
So I bought a new computer. The old one was on its last legs and I wanted to do some gaming and bust out Photoshop's cooler features. It works great, with the itsy little bitty problem that it's making my Wacom drivers selfdestruct. I'm lucky to get twenty minutes of drawing in before it goes dead and I have to reinstall/reboot.
Anyone else getting this problem? I'm using a cintiq 21ux with Windows 7.
Anyone else getting this problem? I'm using a cintiq 21ux with Windows 7.
something about windows sevesn touch sensitive stuff overrides my inteous four
http://jfixbi.wordpress.com/2011/06.....7-vista-or-xp/
Just disable the 'Tablet PC Input Service' in Services. Start -> run -> services.msc
Find Tablet PC Input Service, open the properties, set it to Disabled. Then stop the service if it's still running.
Try downloading the fix at msdn (search ".net fix msdn")
if that works then great - otherwise you will need to manually fix it - aka, reinstall windows :{
Good luck!
unfortunately it is possible that a previous driver/application is interfering with the tablet driver which is the problem. Reinstalling the .Net frameworks will force Windows to "re-organize" the installed drivers/applications hopefully in a way that nothing is interfering.
so two options:
1) repair .Net framework
2) use default windows tablet driver by disabling third party driver support for the device under device properties
1)
important: if this is for work have your programmers/technicians fix this for you - it's not "user friendly" since it's only expected developers would need this fix. Usually only high-end software uses the most recent framework hence if it's corrupted 99% of people won't ever notice so only people programming new applications or users of boutique software should have this problem.
official:
http://support.microsoft.com/kb/306160
unofficial but from a widely trusted source:
http://blogs.msdn.com/b/astebner/ar.....ows-vista.aspx
***If this doesn't work then there is a fundamental problem between the applications installed on your machine (for example one is overwriting a register from the other) and you should contact your programmers/technician :{