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

CollectionModified exception in new drag cube system #146

Closed
JonnyOThan opened this issue May 10, 2023 · 4 comments
Closed

CollectionModified exception in new drag cube system #146

JonnyOThan opened this issue May 10, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@JonnyOThan
Copy link
Contributor

noticed this when looking at someone else’s logs. Not sure if it’s serious but figured I’d open this for investigation.

[EXC 20:24:42.578] InvalidOperationException: Collection was modified; enumeration operation may not execute.
	System.ThrowHelper.ThrowInvalidOperationException (System.ExceptionResource resource) (at <9577ac7a62ef43179789031239ba8798>:0)
	System.Collections.Generic.List`1+Enumerator[T].MoveNextRare () (at <9577ac7a62ef43179789031239ba8798>:0)
	System.Collections.Generic.List`1+Enumerator[T].MoveNext () (at <9577ac7a62ef43179789031239ba8798>:0)
	KSPCommunityFixes.Performance.DragCubeGeneration+<RenderDragCubesOnCopy>d__21.MoveNext () (at <0d4923dd57ad48cfb66dc63094990ea9>:0)

Full log here: https://discord.com/channels/542919794081660929/931305615228305428/1105561653573062748

(sorry for the discord link but I’m on my phone. I’ll try and get the file uploaded directly later)

@JonnyOThan JonnyOThan changed the title CollectionModifiedException in new drag cube system CollectionModified exception in new drag cube system May 10, 2023
@gotmachine
Copy link
Contributor

Thanks for forwarding, however the discord link doesn't seem to be valid, and that would really help to know at which point this happen exactly.

@gotmachine gotmachine added the bug Something isn't working label May 10, 2023
@JonnyOThan
Copy link
Contributor Author

JonnyOThan commented May 10, 2023

Here's the full log.
KSP (20).log

@gotmachine
Copy link
Contributor

Thanks. This is a silly mistake on my side, will push a fix ASAP.

gotmachine added a commit that referenced this issue May 10, 2023
@gotmachine
Copy link
Contributor

Should be fixed in 1.28.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants