Points in Focus Photography

Fixing Frozen Wacom Tablets in Windows

For about as long as I’ve been using Wacom tablets, I’ve encountered a rather rare phenomena where my tablet (which I also use as my mouse) will crash and burn causing my mouse to freeze. Other than this occurring in both Lightroom (2 and now 3) and Photoshop, and with both the pen and mouse, there’s no rhyme or reason to it. The following describes the source of the problem (as far as I can tell) and the solution I’ve come up with for use in Windows XP, Vista and 7.

In Windows XP, the fix is as simple as restarting the Tablet service though the Services control panel. In fact it was easy enough, and the OS insecure enough, that a simple CMD script could do it as well.

net stop tabletservicewacom
net start tabletservicewacom

It was tedious enough that I use to have that in a cmd script file, but I could call from the hot-key application I used. However, it could also be called from a simple shortcut or though one of the media/shortcut keys on most modern keyboards.

Windows Vista and Windows 7 change that. The new privilege system means that you can’t simply restart a service without some form of privilege escalation, even for admin users. In addition, the separation of privileges has apparently prompted Wacom to introduce a “Wacom_TabletUser” process that appears to interface that user’s settings with the system-level tablet driver.

Unfortunately when the system’s “Wacom_Tablet.exe” (the process behind the TabletServiceWacom service) crashes the user process doesn’t. At this point, simply restarting the tablet service leaves the orphaned user process blocking communicate and the tablet frozen.

The solution is to stop the TabletServiceWacom service, kill the the Wacom_TabletUser.exe process, and restart the tablet service.

The trick is scripting that so it can be done without having to navigate the OS with a keyboard. UAC is what makes this complicated.

Option 1: Use the Elevate Power Toy and a CMD script.

The elevate command isn’t built into Windows. You’ll need to download it from here. Installation is straightforward enough, extract the EXE that’s provided, and install the “ElevateCommand.inf”.

The commands needed are show below. Copy and paste the following into a text file and change the extension to “.cmd” and you’re good to go.

elevate net stop "TabletServicWacom"
taskkill /F /IM "Wacom_tabletuser.exe"
elevate net start "TabletServiceWacom"

Running this will cause a UAC prompt to appear, and then reset the tablet driver.

Option 2: Use AutoHotkey to do this on a hot-key shortcut.

Actually there’s two options here, one is to run the cmd script from option 1 via a hot-key, though that’s not nearly as elegant if you ask me.

The second alternative is to download this compiled AutoHotkey script and execute it as a hot-key action. The script is compiled to require administrator privileges and will generate a UAC prompt.

Of course there’s one more option, you could always reboot when the tablet driver craps out. This was what I was doing until just recently, and it’s horribly annoying if you ask me so I don’t really count it as much of an option.

Comments

Peter Kelly

In all the web, this tiny snippet in this ‘corner’ you have provided has to rate as one of the most useful I’ve ever come across!

When one has splashed out almost £2000 on a Wacom Cintiq, having it stop every few hours or so and needing a reboot is ludicrous and you have come up with a solution.

Indeed, it might even be worth suggesting to Wacom that they could compile this into their software so that when the system detects the Tablet not responding this kicks in automatically. Seeing as they don’t appear to have tried resolving the issue which has been going on for some years!!

    V. J. Franke  | admin

    I’m glad I could help.

    Also, if you haven’t make sure you’re running the latest drivers. I found that I had considerably fewer issues with my tablet (Intous 3) with the the 6.1.6-7 drivers than previous ones. Unfortunately, I don’t know how that translates to Cintiq driver numbers or if that would even help.

    Cheers.

james vanderkeyl

I cant believe I found this and was able to fix the pen not working on my Cintiq 21ux
Thnaks so much.. It was driving me crazy that my pen would stop working and that I would have to reboot.. Thanks to clever people like this on the internet that solutions can be found.

Shanti

Thanks, this is a life saver for productivity. It’s now January 2012 and the latest drivers are still crashing on my new Cintiq 21ux. I wonder if they are even trying to fix this, it used to happen less on my old Intuos3 years ago.

davey

Nice one, thanks very much!

Makiwa

Great stuff, Thanks! I started having this problem barely 3 months after spending nearly R32000 ($4000)on the Cintiq 21UX (Here in South Africa). Glad to have discovered your site, I wonder if the guys at Wacom even know about this fix.

Leave a Reply

Basic Rules:
  • All comments are moderated.
  • Abusive, inflamatory, and/or "troll" posts will not be published.
  • Links to online retailrs (eg., Amazon, Ali Express, EBay, etc.) either directly, or indirectly through 3rd party URL shorternrs, will be removed form your post.
  • Extremely long comments (>1000 words) may be blocked by the spam filters automatically.
  • If your comment doesn't show up, it may have been eaten by the spam filters; sorry about that.
  • See the Terms of Use/Privacy Policy for more details.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.


Follow me on twitter for updates on when new comments and articles are posted.

Email Notice Details: By checking the above checkbox, you are agreeing to recieve one email at the email address provided with this comment, for the sole purpose of notifing you that the article author has been reseponded to your comment.

Our cookie and privacy policy. Dismiss