10-15-2017, 08:59 AM
Hi,
I am currently facing an irritating error. I am trying to get a very minimal programm working. If I use the assets from the code samples it works fine, but if I create my own assets using tiled I always get an error at run time:
I have narrowed down to the tileset. When I use for example the smw_foreground.tsx from the samples it works fine, but if I use the tileset I created myself I always get this error.
Any suggestions?
I am currently facing an irritating error. I am trying to get a very minimal programm working. If I use the assets from the code samples it works fine, but if I create my own assets using tiled I always get an error at run time:
Code:
*** Error in `./widlw': double free or corruption (out): 0x0000556c04fb2f40 ***
I have narrowed down to the tileset. When I use for example the smw_foreground.tsx from the samples it works fine, but if I use the tileset I created myself I always get this error.
Any suggestions?