Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for this tool it seems really useful! I'm getting an error:
"Process failed with exit code: - 1073741819"
when I try to run it on my own images, but it works fine with the sample ones, do you know what could cause that?

Hi,
Since the SDF generation works correctly with the sample texture I provided, but crashes when using a custom texture, this likely means the input image does not meet the requirements expected by the tool.

I was not able to reproduce the same issue on my side, but please verify the following:

Texture requirements

  • Format: PNG
  • Resolution: Square (power of two recommended)
  • Bit depth: 8-bit
  • Color: RGB (no alpha)
  • File path: Simple path (avoid special characters and long paths)
  • Filename: Simple alphabetical name (even a single letter is fine)

Let me know if the issue persists.

oh i think they were 16 bit and had alpha channels, thanks!