Troubleshooting
If you have a problem starting Aseprite (e.g. it starts and closes inmediately), you can try:
- Reset your preferences
- Use the debug option, this generates a
Aseprite-v1.2-DebugOutput.txt
file - Windows only: Check if the last line of the generated
Aseprite-v1.2-DebugOutput.txt
file says:PEN: Wintab library loaded
. If that is the case, try disabling Wintab. - In other case, contact us at
support@aseprite.org with the
Aseprite-v1.2-DebugOutput.txt
file.
You might also try to find your problem on:
Crash/Data Lost
In case of crash, you might be able to recover some sprites.
Tablet Problems
In case your tablet (or the pressure of your tablet) doesn't work, please check the tablet page.
macOS Rendering Problems
Aseprite uses an asynchronous rendering on macOS (CALayer's drawsAsynchronously). Since Aseprite v1.2.20 you can disable this in case that you have some problems e.g. black rectangles in the screen (anyway the performance will drop significantly if you are using a color profile like Display P3).
To disable this:
- Close Aseprite
- Open
aseprite.ini
file in the preferences folder -
Search the
[general]
section and add this optionosx_async_view = false
[general] osx_async_view = false
- Save the file and start Aseprite
SEE ALSO