I’m receiving the following error:
roughly 1 week ago I bundled the same project and that version can run completely fine.
I increased the Max Instances in the collection area to the max value of 32765, no luck there:
Locally running from the IDE, there is no error or issue - this is only appearing when I try to load a collection that facilitates the main gameplay - the ability to load collections of an intro screen and main menu are working just fine. Pulling an earlier version of the code and bundling it, I get the same error despite that version being before the point I saw the bundled package working.
I cut away a ton of the project and still get the error, at a certain point if I removed a bunch of the require calls or scripts/lua files I was able to get the program to not have the issue anymore. I can’t tell if it’s because I initialized a save file multiple times or if there’s just too many files. Here’s the neutered version of the program:
If i need to I can put in the full project. any insight would be appreciated, this is driving me nuts trying to figure out what’s wrong.