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

Error while using console commands while Auto Store is present. #105

Open
Diana-Winter opened this issue Apr 11, 2024 · 2 comments
Open

Comments

@Diana-Winter
Copy link

Latest patch 0.217.46

TypeLoadException: Failure has occurred while loading a type.
at (wrapper dynamic-method) Terminal.DMDTerminal::InputText(Terminal)
at Terminal.SendInput () [0x00013] in :0
at UnityEngine.Events.InvokableCall.Invoke () [0x00010] in :0
at UnityEngine.Events.UnityEvent1[T0].Invoke (T0 arg0) [0x00049] in <ab14d35a27c043688812ae199c64b5aa>:0 at GUIFramework.GuiInputField.onInputSubmit (System.String text) [0x00019] in <1c0bbb94c86e42bb92d9376327e3b555>:0 at UnityEngine.Events.InvokableCall1[T1].Invoke (T1 args0) [0x00010] in :0
at UnityEngine.Events.UnityEvent1[T0].Invoke (T0 arg0) [0x00025] in <ab14d35a27c043688812ae199c64b5aa>:0 at TMPro.TMP_InputField.SendOnSubmit () [0x0000e] in <99900a1f9e2a471c8b46c2c560e4eba9>:0 at TMPro.TMP_InputField.OnUpdateSelected (UnityEngine.EventSystems.BaseEventData eventData) [0x0006a] in <99900a1f9e2a471c8b46c2c560e4eba9>:0 at UnityEngine.EventSystems.ExecuteEvents.Execute (UnityEngine.EventSystems.IUpdateSelectedHandler handler, UnityEngine.EventSystems.BaseEventData eventData) [0x00000] in <a01fe238487248d39ba352ec152ec890>:0 at UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.ExecuteEvents+EventFunction1[T1] functor) [0x00067] in :0
UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
UnityEngine.Logger:LogException(Exception, Object)
UnityEngine.Debug:LogException(Exception)
UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
UnityEngine.InputSystem.UI.InputSystemUIInputModule:ProcessNavigation(NavigationModel&)
UnityEngine.InputSystem.UI.InputSystemUIInputModule:Process()
UnityEngine.EventSystems.EventSystem:Update()

TMP_Input can't handle null eventData in curren package. Can be ignored atm though. Exception: Failure has occurred while loading a type.

@Kherae
Copy link

Kherae commented Apr 13, 2024

having this issue without any other mods.

@cwwood0322
Copy link

Still breaks Console commands, I downloaded today and had to disable due to this error breaking the console.

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

3 participants