Keeps crashing when exporting as GM room files

Tiled crashes every single time I export as a GameMaker room file. But this only happens when I build a map using a tileset using the type Collection of Images . When I tried to export as room file with a newly open window or when I build a map using a tileset using the type Based on Tileset Image, it get exported without any problem.

I’ve tried both 32bit and 64bit versions. I’m using the latest version of Tiled(0.18.1)

Please help me out with this. This is my first time using Tiled too.

Hmm, it shouldn’t crash of course, but image collection tilesets are currently not supported yet by the GMX plugin. I’ll look into adding support for this (or at least fixing the crash) in the next patch release (0.18.2).

1 Like

I’ve added support for image collection tilesets to the GameMaker 1.4 room export:

https://github.com/bjorn/tiled/commit/bab42b5cdc0ec8ddef7c24c74bfe7ef12abfe5d6

The change will be in the upcoming Tiled 0.18.2 release.

1 Like