bscotch / stitch

Tools and apps for GameMaker development: a CLI for pipeline development, a VSCode extension for coding, and more.
Other
119 stars 13 forks source link

Can't start game through F5 #187

Closed NyakoFox closed 11 months ago

NyakoFox commented 11 months ago

Despite having v2023.8.2.108 installed, it doesn't seem to work for me.

image

image

This happens on multiple projects.

Looking into releases-summary.json, it looks like runtime version 2023.8.2.152 is grouped with IDE version 2023.8.2.106, where 2023.8.2.108 is nowhere to be seen.

adam-coster commented 11 months ago

Looks like an attempt to optimize made it possible for some IDE entries to end up unpaired with any runtime (only happens to exactly two of all of the IDE versions, so that's weird!)

The RSS feeds don't actually specify which runtime is paired with which IDE, so I just assign the one that was published the closest to the same time. This issue seemed to have something to do with a few IDE versions best matching with the same runtime version, which my previous logic didn't account for.

Should be resolved in v1.55.10