ReClass.NET icon indicating copy to clipboard operation
ReClass.NET copied to clipboard

Sequence contains no elements (System.Core)

Open majorek31 opened this issue 2 years ago • 2 comments

rc.zip when i open my reclass file i get error i've mentioned in title.

majorek31 avatar Oct 09 '23 15:10 majorek31

Your file contains an enum without values. Do you know how you created that? I found no way to do that with the ui.

KN4CK3R avatar Oct 09 '23 15:10 KN4CK3R

my reclass crashed when i added value to enum, so that may have caused the problem. By now i 've fixed this by running reclass under visual studio debugger and after it hit breakpoint on "var enumsElement = document.Root.Element(XmlEnumsElement);" line changed 'enumsElement' to nullptr, that allowed me to load, and then 'Save as' my file, it's working for now.

majorek31 avatar Oct 09 '23 16:10 majorek31