Gaspar Capello

Results 50 issues of Gaspar Capello

Some users reported that they are unable to launch Aseprite through Steam due to an error "Aseprite is corrupted and cannot be opened... At the moment, a workaround is to...

bug
medium priority
macos

Crash in render.cpp line 137 ``` if (m_blendMode == BlendMode::SRC) { return src; } else if (m_blendMode == BlendMode::DST_OVER) { if (dst != m_maskColor) return dst; else return src; }...

critical priority
we cannot reproduce it
time-3
crash report

When running a custom script and then pressing ctrl+z to undo, or selecting undo from the edit tab, Aseprite crashes. Undoing from the edit history changes the language to gibberish...

bug
medium priority
scripting

At the moment '{title}' key word on filename's Export file dialog, results on no replacing. The file name will include '{title}' string in the filename. - [ ] 1. Recommendation:...

feature
low priority
time-2

Prior to this fix, any additional external files or directories within the Extension's directory tree, break the subdirectory removal iteration, resulting in empty subdirectories and a console error.

It's hard to me explain it with a few words, so I attach the action sequence to reproduce the bug: 1. Starting with a RGBA sprite with a mask color...

bug
medium priority
time-3

Even if mask color is present in the palette: In case of mask color isn't present the default behavior is: Proposal behavior of INDEXED conversion: - The editor must review...

feature
low priority
time-2

__Background:__ Octree mapping is used to generate a well-known color organization: by knowing the RGB number a color represents, we know where to look in the color map without having...

feature
medium priority
ui
logic
time-5