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

Out of memory exception after updating to 2.3.1 #119

Closed
sleepyspider1 opened this issue Jan 13, 2022 · 3 comments
Closed

Out of memory exception after updating to 2.3.1 #119

sleepyspider1 opened this issue Jan 13, 2022 · 3 comments
Labels

Comments

@sleepyspider1
Copy link

VS2017 Pro
Project: Unreal 4
It started doing this immediately after updating to 2.3.1.
I have attached activitylog.xml and .args.json in a zip file in the hopes you can reproduce it on your end.

The frame window contains the following message after a long visual studio hang:

An exception was encountered while constructing the content of this frame.  This information is also logged in "C:\Users\tseiler\AppData\Roaming\Microsoft\VisualStudio\15.0_bcd16563\ActivityLog.xml".

Exception details:
System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
   at Microsoft.VisualStudio.Shell.Interop.IVsShell5.LoadPackageWithContext(Guid& packageGuid, Int32 reason, Guid& context)
   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.GetPackage()
   at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()
)

BugData01.zip

@Irame
Copy link
Collaborator

Irame commented Jan 14, 2022

Thanks for the detailed report, I'll try to reproduce the issue and give you feedback as soon as possible.

@Irame Irame added the bug label Jan 14, 2022
@meo9979
Copy link

meo9979 commented Jan 14, 2022

Hello. I had the same OOM while loading a solution that has over 330 projects. I looked at sleepyspider1's ActivityLog.xml and it's the same as what I had (sadly my log has been overwriten).

Just wanted to let you know that I did get & build the code from this pull request #118 from mg-jesp fork and it fixes my issues, so this must be related to the dialog box (which I never saw pop-up).

@Irame
Copy link
Collaborator

Irame commented Jan 19, 2022

I removed the dialog which indirectly caused this error while we are working on a better solution to the problem. See v2.3.2 (also available in the marketplace).

@Irame Irame closed this as completed Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants