[SOLVED] Execution suddenly crashes when starting debug

I have been working on a game for many months and storing compressed archives of the project folder. Today as I was working, when I started the debugger, Defold crashes before executing my code.

In an attempt to figure this out, I opened an archived project that worked fine, and it crashes the same way. I can launch some other projects successfully. I was launching my game successfully yesterday. I’m so confused!

I even tried restarting my computer and downloading the latest build.

Looks like an error with Defold Screenshot extension?

I tested https://github.com/britzl/defold-screenshot on Windows and got the same error.

Here’s a fix

I think the extension was updated too early for 191 by mistake.

If you use an older release it should work for 190

Thanks, you two!