Advertisement
Guest User

Raccoon meat crash

a guest
Apr 5th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.17 KB | None | 0 0
  1. Running on 64 bit Windows with 8 GB RAM
  2. Version: v1.12.14 (Stable)05/04/2020 22:00:26: Critical error occurred
  3. Newtonsoft.Json.JsonSerializationException: Error converting value "Cooking" to type 'Vintagestory.GameContent.EnumFirepitModel'. Path 'useFirepitModel', line 20, position 30. ---> System.ArgumentException: Requested value 'Cooking' was not found.
  4. at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
  5. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
  6. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, Object value, CultureInfo culture, JsonContract contract, Type targetType)
  7. --- End of inner exception stack trace ---
  8. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, Object value, CultureInfo culture, JsonContract contract, Type targetType)
  9. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
  10. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
  11. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
  12. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
  13. at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
  14. at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
  15. at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
  16. at Vintagestory.GameContent.BlockEntityFirepit.GetRenderProps(ItemStack contentStack)
  17. at Vintagestory.GameContent.BlockEntityFirepit.UpdateRenderer()
  18. at Vintagestory.GameContent.BlockEntityFirepit.OnSlotModifid(Int32 slotid)
  19. at Vintagestory.API.Common.Action`1.Invoke(T t1)
  20. at Vintagestory.API.Common.InventoryBase.DidModifyItemSlot(ItemSlot slot, ItemStack extractedStack)
  21. at Vintagestory.GameContent.InventorySmelting.DidModifyItemSlot(ItemSlot slot, ItemStack extractedStack)
  22. at Vintagestory.API.Common.ItemSlot.OnItemSlotModified(ItemStack sinkStack)
  23. at Vintagestory.API.Common.ItemSlot.TryPutInto(ItemSlot sinkSlot, ItemStackMoveOperation& op)
  24. at Vintagestory.Common.PlayerInventoryManager.TryTransferAway(ItemSlot sourceSlot, ItemStackMoveOperation& op, Boolean onlyPlayerInventory, Boolean slotNotifyEffect)
  25. at Vintagestory.API.Client.GuiElementItemSlotGridBase.SlotClick(ICoreClientAPI api, Int32 slotId, EnumMouseButton mouseButton, Boolean shiftPressed, Boolean ctrlPressed, Boolean altPressed)
  26. at Vintagestory.API.Client.GuiElementItemSlotGridBase.OnMouseDownOnElement(ICoreClientAPI api, MouseEvent args)
  27. at Vintagestory.API.Client.GuiElement.OnMouseDown(ICoreClientAPI api, MouseEvent mouse)
  28. at Vintagestory.API.Client.GuiComposer.OnMouseDown(MouseEvent mouseArgs)
  29. at Vintagestory.API.Client.GuiDialog.OnMouseDown(MouseEvent args)
  30. at _poIApIdgKznG7HGgMZNS4oA51Vm._8yHbrp1Pxl1WeHYuO1e6Kut0eAd(MouseEvent )
  31. at _hLaepLRCOckdCEvZTPp1GxfgrdT._8yHbrp1Pxl1WeHYuO1e6Kut0eAd(MouseEvent )
  32. at Vintagestory.Client.NoObf.ClientPlatformWindows.Mouse_ButtonDown(Object sender, MouseButtonEventArgs e)
  33. at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
  34. at System.EventHandler`1.Invoke(Object sender, TEventArgs e)
  35. at OpenTK.Platform.Windows.WinGLNative.WindowProcedure(IntPtr handle, WindowMessage message, IntPtr wParam, IntPtr lParam)
  36. at OpenTK.Platform.Windows.Functions.DispatchMessage(MSG& msg)
  37. at OpenTK.Platform.Windows.WinGLNative.ProcessEvents()
  38. at OpenTK.GameWindow.Run(Double updates_per_second, Double frames_per_second)
  39. at _gilSYm6aSzOct8TKUm64HAM8OHp._tyidesQGCE1oKHv8YEo8HwYCSty(_RxGTCHor7fqeGRNMEH5pZVfBHHK , String[] )
  40. at _xmrDk9pogtvR6xvbzmBc2dtFsbu._tyidesQGCE1oKHv8YEo8HwYCSty(ThreadStart )
  41. -------------------------------
  42. System.ArgumentException: Requested value 'Cooking' was not found.
  43. at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
  44. at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
  45. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType(JsonReader reader, Object value, CultureInfo culture, JsonContract contract, Type targetType)
  46. -------------------------------
  47.  
  48. Event Log, last 3 entries
  49. ==================================
  50. { TimeGenerated = 12/03/2020 22:25:49, Site = , Source = .NET Runtime, Message = Application: Vintagestory.exe
  51. Framework Version: v4.0.30319
  52. Description: The process was terminated due to an unhandled exception.
  53. Exception Info: exception code c0020001, exception address 00007FFC7C50A839
  54. Stack:
  55. at System.Environment._Exit(Int32)
  56. at System.Environment._Exit(Int32)
  57. at System.Environment.Exit(Int32)
  58. at _zpxu0pwHvt6J5p9ddAvp1Fp89Os._eIQarx3dgERmVRVZjtkCTO2lNMS()
  59. at Vintagestory.API.Client.GuiElementTextButton.OnMouseUpOnElement(Vintagestory.API.Client.ICoreClientAPI, Vintagestory.API.Client.MouseEvent)
  60. at Vintagestory.API.Client.GuiElement.OnMouseUp(Vintagestory.API.Client.ICoreClientAPI, Vintagestory.API.Client.MouseEvent)
  61. at Vintagestory.API.Client.GuiElementTextButton.OnMouseUp(Vintagestory.API.Client.ICoreClientAPI, Vintagestory.API.Client.MouseEvent)
  62. at Vintagestory.API.Client.GuiComposer.OnMouseUp(Vintagestory.API.Client.MouseEvent)
  63. at _XkGl9w6M8orX9nOwS1SceuffZ2g._mTz53KEI2VBNvybFp5vP4ausMV(Vintagestory.API.Client.MouseEvent)
  64. at Vintagestory.Client.NoObf.ClientPlatformWindows.Mouse_ButtonUp(System.Object, OpenTK.Input.MouseButtonEventArgs)
  65. at System.EventHandler`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Invoke(System.Object, System.__Canon)
  66. at System.EventHandler`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Invoke(System.Object, System.__Canon)
  67. at OpenTK.Platform.Windows.WinGLNative.WindowProcedure(IntPtr, OpenTK.Platform.Windows.WindowMessage, IntPtr, IntPtr)
  68. at OpenTK.Platform.Windows.Functions.DispatchMessage(OpenTK.Platform.Windows.MSG ByRef)
  69. at OpenTK.Platform.Windows.Functions.DispatchMessage(OpenTK.Platform.Windows.MSG ByRef)
  70. at OpenTK.Platform.Windows.WinGLNative.ProcessEvents()
  71. at OpenTK.GameWindow.Run(Double, Double)
  72. at _BjgcNpIFkj1jqrVxzsqeX8AsdOJ._Sxh5j8nPFBKHENmnO5xs7MH8hze(_dWKuoESsZrjrNSOe8XL3edrjaTJ, System.String[])
  73. at _OeweVW96y8iGyqsCmuTDn7vCxyG._Sxh5j8nPFBKHENmnO5xs7MH8hze(System.Threading.ThreadStart)
  74. at _BjgcNpIFkj1jqrVxzsqeX8AsdOJ._8XkLfQdRlqL0OAaS59a2mavRA8j(System.String[])
  75. }
  76. { TimeGenerated = 11/03/2020 21:34:19, Site = , Source = .NET Runtime, Message = Application: Vintagestory.exe
  77. Framework Version: v4.0.30319
  78. Description: The process was terminated due to an unhandled exception.
  79. Exception Info: exception code c0020001, exception address 00007FFC7C50A839
  80. Stack:
  81. at System.Environment._Exit(Int32)
  82. at System.Environment._Exit(Int32)
  83. at System.Environment.Exit(Int32)
  84. at _zpxu0pwHvt6J5p9ddAvp1Fp89Os._eIQarx3dgERmVRVZjtkCTO2lNMS()
  85. at Vintagestory.API.Client.GuiElementTextButton.OnMouseUpOnElement(Vintagestory.API.Client.ICoreClientAPI, Vintagestory.API.Client.MouseEvent)
  86. at Vintagestory.API.Client.GuiElement.OnMouseUp(Vintagestory.API.Client.ICoreClientAPI, Vintagestory.API.Client.MouseEvent)
  87. at Vintagestory.API.Client.GuiElementTextButton.OnMouseUp(Vintagestory.API.Client.ICoreClientAPI, Vintagestory.API.Client.MouseEvent)
  88. at Vintagestory.API.Client.GuiComposer.OnMouseUp(Vintagestory.API.Client.MouseEvent)
  89. at _XkGl9w6M8orX9nOwS1SceuffZ2g._mTz53KEI2VBNvybFp5vP4ausMV(Vintagestory.API.Client.MouseEvent)
  90. at Vintagestory.Client.NoObf.ClientPlatformWindows.Mouse_ButtonUp(System.Object, OpenTK.Input.MouseButtonEventArgs)
  91. at System.EventHandler`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Invoke(System.Object, System.__Canon)
  92. at System.EventHandler`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Invoke(System.Object, System.__Canon)
  93. at OpenTK.Platform.Windows.WinGLNative.WindowProcedure(IntPtr, OpenTK.Platform.Windows.WindowMessage, IntPtr, IntPtr)
  94. at OpenTK.Platform.Windows.Functions.DispatchMessage(OpenTK.Platform.Windows.MSG ByRef)
  95. at OpenTK.Platform.Windows.Functions.DispatchMessage(OpenTK.Platform.Windows.MSG ByRef)
  96. at OpenTK.Platform.Windows.WinGLNative.ProcessEvents()
  97. at OpenTK.GameWindow.Run(Double, Double)
  98. at _BjgcNpIFkj1jqrVxzsqeX8AsdOJ._Sxh5j8nPFBKHENmnO5xs7MH8hze(_dWKuoESsZrjrNSOe8XL3edrjaTJ, System.String[])
  99. at _OeweVW96y8iGyqsCmuTDn7vCxyG._Sxh5j8nPFBKHENmnO5xs7MH8hze(System.Threading.ThreadStart)
  100. at _BjgcNpIFkj1jqrVxzsqeX8AsdOJ._8XkLfQdRlqL0OAaS59a2mavRA8j(System.String[])
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement