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

[BUG] Consistent Error on Game Load #38

Open
Sierra0001 opened this issue Jul 7, 2022 · 1 comment
Open

[BUG] Consistent Error on Game Load #38

Sierra0001 opened this issue Jul 7, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Sierra0001
Copy link

Describe the bug
A red error on game load that consistently appears on game load.

To Reproduce
Steps to reproduce the behavior:

  1. Load the game up with the mod list: https://rentry.co/8qhxm

Expected behavior
Normal start-up with no red errors.

Logs

Screenshots
image

Environment (please complete the following information):

  • RimWorld Version 1.3.3389
  • OS: W11

Additional context
Exception filling window for Verse.EditWindow_Log: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.Queue`1+Enumerator[T].MoveNext () [0x00013] in :0
at (wrapper dynamic-method) Verse.EditWindow_Log.Verse.EditWindow_Log.DoMessagesListing_Patch1(Verse.EditWindow_Log,UnityEngine.Rect)
at Verse.EditWindow_Log.DoWindowContents (UnityEngine.Rect inRect) [0x00195] in <81af9f8a18324e17b286924a43555a7c>:0
at (wrapper dynamic-method) Verse.Window.Verse.Window.InnerWindowOnGUI_Patch0(Verse.Window,int)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
(wrapper dynamic-method) Verse.Window:Verse.Window.InnerWindowOnGUI_Patch0 (Verse.Window,int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

Mouse position stack is not empty. There were more calls to BeginScrollView than EndScrollView. Fixing.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch4 (string)
Verse.Widgets:EnsureMousePositionStackEmpty ()
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
(wrapper dynamic-method) Verse.Root_Entry:Verse.Root_Entry.Update_Patch0 (Verse.Root_Entry)

@Sierra0001 Sierra0001 added the bug Something isn't working label Jul 7, 2022
@kbatbouta
Copy link
Owner

Is this bug still happening?

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

No branches or pull requests

2 participants