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

Sequence contains no elements (System.Core) #268

Open
majorek31 opened this issue Oct 9, 2023 · 2 comments
Open

Sequence contains no elements (System.Core) #268

majorek31 opened this issue Oct 9, 2023 · 2 comments

Comments

@majorek31
Copy link

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

@KN4CK3R
Copy link
Member

KN4CK3R commented Oct 9, 2023

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

@majorek31
Copy link
Author

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.

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

2 participants