Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Saving File #60

Closed
waffle911 opened this issue Jul 4, 2015 · 1 comment
Closed

Error Saving File #60

waffle911 opened this issue Jul 4, 2015 · 1 comment

Comments

@waffle911
Copy link

Encountered in both Chrome and Safari. After showing MegaMan running for a good long while, it comes back with:
Uncaught RangeError: Maximum call stack size exceeded
(http://apps.coursevector.com/minerva/js/parsers/SOLWriterWorker.js:2)

Does this whether or not I've actually modified a loaded .sol file.
Possibly related to file size. It has no trouble working with .sol files of 1.19 KB and 10.07 KB, but it just won't save a 67.06 KB file. The .air version of Minerva 3.5 previously handled these files without complaint, but I need to be able to add to arrays, which it doesn't do.

@waffle911
Copy link
Author

Tried in Firefox and it works. Apparently it has a higher stack size limit than Safari and Chrome, and that smaller stack size in those browsers was causing or at least contributing to the problem. Unless there's room for optimization, it seems Firefox is the only option for dealing with large files on this web-based version of Minerva.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant