Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I am as of yet working on it. Unfortunately there's a certain cost to trying to port a big extension onto an unstable version of a program, such as the runtime hard crashing with no signs of error or debugger taking 2 minutes and 8GB RAM to even start up:

(1 edit)

what with "red" versions? They may have some additional fixes already.

I usually test on "red" after noting that beta is broken (and before reporting a bug), but I've not had luck with any of my recent issues being already resolved there. With some help I found that:
A. The hard crash is a bug with string() not detecting a cyclic array reference under specific circumstances.
B. The contributing factor is this - despite there being no write accessors in use, a copy of array is made, causing all kinds of chaos. Doesn't reproduce on an empty project easily. Very cursed.

I'm facing some cursed problems too, even without extensions at all. Hope they'll get rid of this stuff

That's why it's beta.