This is the error i'm getting when preload alert tries to load:
2021-05-20 16:18:21.395 -04:00 [ERR] Error when load plugin (PreloadAlert.dll): System.NullReferenceException: Object reference not set to an instance of an object.
at ExileCore.Shared.Nodes.ColorNodeConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer) in /buddy/exileapi/Core/Shared/Nodes/ColorNodeConverter.cs:line 20
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertabl e(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(Json Property property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonRead er reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(J sonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReade r reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at ExileCore.BaseSettingsPlugin`1._LoadSettings() in /buddy/exileapi/Core/BaseSettingsPlugin.cs:line 51
at ExileCore.Shared.PluginAutoUpdate.PluginLoader.TryLoadPlugin(Assembly assembly, DirectoryInfo directoryInfo) in /buddy/exileapi/Core/Shared/PluginAutoUpdate/PluginLoader.cs:line 115)
Looks like it's failing to read a color value from the plugins global setting file. Here is my config file
Sample Preload Alert global config . GitHub
Drop it in your POEHelper/config/global/ directory.
Last edited by snowhawk; 05-20-2021 at 06:13 PM.
With lasst update,minimap icons dont work,also a black screen starts increasing from top left corner
After update for last version 3.14.51 nothing works at all and black screen appear from top left corner in any mobs locations and fills the entire screen. After return for version 3.14.46 - all the same. Clear install version 3.14.46 didn't fix anything.
This may have something to do with the latest patch from GGG, in which they improved the work with video memory.
Indeed, nothing works. I tested with vulkan and directx sometimes screen would start going black from top left and increase exponentially every second untill it envelops entire screen
Code:MiscInformation, Render -> System.NullReferenceException: Object reference not set to an instance of an object. at MiscInformation.MiscInformation.Render() at ExileCore.Shared.PluginWrapper.Render() in /buddy/exileapi/Core/Shared/PluginWrapper.cs:line 208Code:[ERR] Error when load plugin (PreloadAlert.dll): System.NullReferenceException: Object reference not set to an instance of an object. at ExileCore.Shared.Nodes.ColorNodeConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer) in /buddy/exileapi/Core/Shared/Nodes/ColorNodeConverter.cs:line 20 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at ExileCore.BaseSettingsPlugin`1._LoadSettings() in /buddy/exileapi/Core/BaseSettingsPlugin.cs:line 51 at ExileCore.Shared.PluginAutoUpdate.PluginLoader.TryLoadPlugin(Assembly assembly, DirectoryInfo directoryInfo) in /buddy/exileapi/Core/Shared/PluginAutoUpdate/PluginLoader.cs:line 115)
Last edited by IcemanSR; 05-20-2021 at 08:56 PM.
It doesnt show any preloads while in "X of the godess" lab.
That was just what was in error log. But problem still persist. Its not showing anything any more since game update.
There are no new errors in log but nothing works. Not even HP on character (all default config)
here is black box on top left, which starts increasing in size.
I was also in middle of mob pack and its not showing their hp values or even icons on map
![]()
Last edited by IcemanSR; 05-20-2021 at 10:02 PM.
new patch broke the hud just wait for the update
This is the Healthbars addon. Something in the new patch is broken and will probably fixed in the next update or two.
Everything was working prepatch. The new patch was client side only, so it didn't kick everyone from the server and I was unaware it was deployed. Checking it out now. Also, I just add my own plugins to the autoupdate list, close/open the hud in-game to ensure the settings save, then restart the hud so it downloads my plugins. I don't bother removing any plugins that come with it. I did swap stashie to my personal repo though.
Prepatch, I ran all three since my last post and it shows Argus, Darkshrines, chests, and the Izaro phases just fine in the i83 using GitHub - Queuete/PreloadAlert: Plugin vor ExileApi. Base taken from https://github.com/Qvin0000/ExileApiPlugins