Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. 2019-10-16T11:20:51 21.161 EXC Cannot call Invoke or BeginInvoke on a control until the window handle is created
  2. InvalidOperationException: Cannot call Invoke or BeginInvoke on a control until the window handle is created
  3. at System.Windows.Forms.Control.FindControlToInvokeOn () [0x00030] in <6528e4a6660e47ef95c4a290865951bf>:0
  4. at System.Windows.Forms.Control.BeginInvokeInternal (System.Delegate method, System.Object[] args) [0x00000] in <6528e4a6660e47ef95c4a290865951bf>:0
  5. at System.Windows.Forms.Control.BeginInvoke (System.Delegate method, System.Object[] args) [0x00000] in <6528e4a6660e47ef95c4a290865951bf>:0
  6. at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.BeginInvoke(System.Delegate,object[])
  7. at WinFormConnection.AddLine (System.String _text, System.Drawing.Color _color) [0x00027] in <8b5a46853564470b97b41fd5a3f7ed68>:0
  8. at WinFormConnection.SendLog (System.String _text, System.String _trace, UnityEngine.LogType _type) [0x00039] in <8b5a46853564470b97b41fd5a3f7ed68>:0
  9. at (wrapper remoting-invoke-with-check) WinFormConnection.SendLog(string,string,UnityEngine.LogType)
  10. at WinFormInstance.SendLog (System.String _text, System.String _trace, UnityEngine.LogType _type) [0x0000b] in <8b5a46853564470b97b41fd5a3f7ed68>:0
  11. at SdtdConsole.LogCallback (System.String _msg, System.String _trace, UnityEngine.LogType _type) [0x00018] in <8b5a46853564470b97b41fd5a3f7ed68>:0
  12. UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object)
  13. UnityEngine.DebugLogHandler:LogException(Exception, Object)
  14. UnityEngine.Logger:LogException(Exception, Object)
  15. UnityEngine.Debug:LogException(Exception)
  16. Logger:masterLogException(Exception)
  17. Logger:Exception(Exception)
  18. Log:Exception(Exception)
  19. SdtdConsole:LogCallback(String, String, LogType)
  20. Logger:SendToLogListeners(String, String, LogType)
  21. Logger:masterLogStandalone(String, String, LogType)
  22. Logger:masterLogError(String, Object)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement