Skip to content

Commit

Permalink
Add screenshot to disable wintab driver from Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Sep 8, 2018
1 parent 5351734 commit fa133b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions wintab.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

`WinTab32.dll` is a library/DLL/API used to communicate with your
stylus/tablet (Wacom, etc.). Sometimes, when we load this DLL the
program just hangs. We don't know why this happen, but there are few
users experimenting this (maybe a buggy `WinTab32.dll`, or maybe a
buggy Aseprite).
program just hangs or doesn't work properly. We don't know why this
happen, but there are few users experimenting this (maybe a buggy
`WinTab32.dll`, or maybe a buggy Aseprite).

Sometimes the problem is solved reinstalling the driver, sometimes the
problem persists. In these cases you can execute Aseprite with
`--disable-wintab` parameter (available since Aseprite v1.2):
problem persists. As a first attempt, if you can execute Aseprite
correctly, you can disable the driver going to *Edit > Preferences > Experimental*:

![Don't load the WinTab driver](wintab/disable-wintab.png)

If you cannot even start the program, you can execute Aseprite with
the `--disable-wintab` parameter (available since Aseprite v1.2):

"C:\Program Files\Aseprite\Aseprite.exe" --disable-wintab

Expand Down
Binary file added wintab/disable-wintab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fa133b9

Please sign in to comment.