Skip to main content

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

You can follow my answer from that topic and let me know what the JS error is

Sorry, I should have been more specific. By "bringing up the dev console" I meant that I followed the instructions in your post from the other topic to pull it up on load. It shows no errors.

(1 edit)

I did some debugging. Looks like there are some cases where ui_Theme.add does not always call then(), so nothing else can load. This is caused by a missing theme, which I didn't notice in the past because GMEdit used to gracefully fallback to the default theme in this case.

I know how to fix this now, but may I recommend adding an else { then(); } to line 907 of app-stater.js? That would restore GMEdit's ability to gracefully handle a missing theme.

Added that for the new release - cheers!