-
Notifications
You must be signed in to change notification settings - Fork 239
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
Non-consistent out of memory exception #573
Comments
What was the operation, what game? |
Deltarune chapter 2, |
This appears to only occur on "AnyCPU" when running in Visual Studio |
And apparently only occurs for some people, as I've been unable to reproduce it even after two hours of trying. |
Use on real hardware not in VM |
I can confirm that this is an issue, as I always get this error when saving. (I'm on Windows 10, running right off the hardware.) |
It's still relevant. That's because assemblies for scripts can't be unloaded from memory (at least there's no way that I would aware of), see this issue - dotnet/roslyn#41722 The only way to somehow reduce memory consumption is to call |
Yeah, |
I ran UndertaleModTool 7 times, performing the same operation once in the command box, and then attempted to save, and it only successfully saved once.
The text was updated successfully, but these errors were encountered: