ExileAPI 3.14 Release menu

User Tag List

Page 28 of 36 FirstFirst ... 242526272829303132 ... LastLast
Results 406 to 420 of 533
  1. #406
    IcemanSR's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    30/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Its bugging out lately. If i turn off any plugin , change zone all plugins stops functioning.

    ExileAPI 3.14 Release
  2. #407
    Dant121's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    63
    Thanks G/R
    41/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi
    For some reason, PreloadAlert stopped working for me, everything worked yesterday, today it simply does not load. I tried to delete, upload in a new way, etc., nothing of which does not help ...
    there is such an error in the logs.
    Code:
     Error when load plugin (PreloadAlert.dll): System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
       в ExileCore.Shared.Nodes.ColorNodeConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer) в /buddy/exileapi/Core/Shared/Nodes/ColorNodeConverter.cs:строка 20
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
       в Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
       в Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
       в Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
       в ExileCore.BaseSettingsPlugin`1._LoadSettings() в /buddy/exileapi/Core/BaseSettingsPlugin.cs:строка 51
       в ExileCore.Shared.PluginAutoUpdate.PluginLoader.TryLoadPlugin(Assembly assembly, DirectoryInfo directoryInfo) в /buddy/exileapi/Core/Shared/PluginAutoUpdate/PluginLoader.cs:строка 115)

    Update : If I delete the config folder then the first time I run PreloadAlert is triggered, but if I restart the hood again the same error
    Sorry for google english
    Last edited by Dant121; 05-29-2021 at 05:10 AM.

  3. #408
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    Sure. I have big finite state machine describing logic (40+ states)

    How would u change that ? I also hope that this sample helps to create more complex plugins
    Completly different take then before. You could consider implementing Coroutines yourself. You can either take the current implementation in the core or use that as a starting point. Then your Plugin.Tick() method returns a job which ticks your coroutine(s) x times.

    ExileApi (at least my fork of it) is not supposed to be the base for bots. I see the point of using Coroutines in such applications, but thats not my target audience, sorry. On a side note I still think its totally possible to convert your Coroutines state machine logic to be used without Coroutines - but it could be quite a bit of work.

    Originally Posted by Dant121 View Post
    Hi
    For some reason, PreloadAlert stopped working for me, everything worked yesterday, today it simply does not load. I tried to delete, upload in a new way, etc., nothing of which does not help ...
    there is such an error in the logs.
    Code:
     Error when load plugin (PreloadAlert.dll): System.NullReferenceException: Ссылка на объект не указывает на экземпляр объекта.
       в ExileCore.Shared.Nodes.ColorNodeConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer) в /buddy/exileapi/Core/Shared/Nodes/ColorNodeConverter.cs:строка 20
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
       в Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
       в Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
       в Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
       в Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
       в ExileCore.BaseSettingsPlugin`1._LoadSettings() в /buddy/exileapi/Core/BaseSettingsPlugin.cs:строка 51
       в ExileCore.Shared.PluginAutoUpdate.PluginLoader.TryLoadPlugin(Assembly assembly, DirectoryInfo directoryInfo) в /buddy/exileapi/Core/Shared/PluginAutoUpdate/PluginLoader.cs:строка 115)

    Update : If I delete the config folder then the first time I run PreloadAlert is triggered, but if I restart the hood again the same error
    Sorry for google english
    You are probably using an old version of PreloadAlert. Make sure to update it / use the AutoUpdatePlugin feature. The settings file for PreloadAlert (config/global/PreloadAlert_settings.json) contained a line with a non existing Color for Zana for quite a while. Recently this seems to be a problem.

  4. Thanks Dant121, dlr5668 (2 members gave Thanks to Queuete for this useful post)
  5. #409
    one27's Avatar Member
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bug..PNG

    i hope this helps ;-)

    and i always get this:

    bug 2.PNG

    i dunno what it means, but preload alert isnt working for me
    Last edited by one27; 05-29-2021 at 01:07 PM.

  6. #410
    Unfellt's Avatar Member
    Reputation
    1
    Join Date
    May 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello there! Guys I have one little problem and I hope you can help me. After downloading and first running Loader.exe, all my plugins downloading successfully, all works fine until I turn off the hud... BUT! After second launch Loader do not wanna load PreloadAlert plugin, whats happened?
    I tried uninstalling the program completely and reinstall the plugin separately, nothing helped. There is no antivirus, nothing prevents the program from running.
    How I'll can fix it? Thanks

  7. #411
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Hello there!

    I know that maybe this is not entirely in the subject, but I will ask here anyway, since that branch is dead.
    https://www.ownedcore.com/forums/mmo...ml#post4308265 (getting vmware poe bot ready)
    After the last patch, POE stopped running on VMware® Workstation 16 Pro.
    I tried different guest operating systems, fresh POE installations, etc. - always the same problem - freezing after showing the logo with gears.
    Who was able to solve this problem and after the last patch POE is still running on your VM?
    Сould you share a secret?

  8. #412
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wlastas View Post
    Hello there!

    I know that maybe this is not entirely in the subject, but I will ask here anyway, since that branch is dead.
    https://www.ownedcore.com/forums/mmo...ml#post4308265 (getting vmware poe bot ready)
    After the last patch, POE stopped running on VMware® Workstation 16 Pro.
    I tried different guest operating systems, fresh POE installations, etc. - always the same problem - freezing after showing the logo with gears.
    Who was able to solve this problem and after the last patch POE is still running on your VM?
    Сould you share a secret?
    HUD is for real humans not bots

  9. #413
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dlr5668 View Post
    HUD is for real humans not bots
    Bots can perform completely different roles, for example, follow the leader (a live player) and buff him + taunt and fool enemies + collect => (id / sort) || (sell chaos sets) after clearing the map. All of this is extremely useful for any HUD user and should be run in parallel on a virtual machine.

  10. #414
    Illidani's Avatar Member
    Reputation
    2
    Join Date
    Nov 2008
    Posts
    17
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, PreloadAlert plugin is failing once I launch for the second time Loader.exe

    Attached Thumbnails Attached Thumbnails ExileAPI 3.14 Release-sshot-97-png  

  11. #415
    zerger3's Avatar Member
    Reputation
    8
    Join Date
    Jul 2011
    Posts
    55
    Thanks G/R
    4/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wlastas View Post
    Hello there!

    I know that maybe this is not entirely in the subject, but I will ask here anyway, since that branch is dead.
    https://www.ownedcore.com/forums/mmo...ml#post4308265 (getting vmware poe bot ready)
    After the last patch, POE stopped running on VMware® Workstation 16 Pro.
    I tried different guest operating systems, fresh POE installations, etc. - always the same problem - freezing after showing the logo with gears.
    Who was able to solve this problem and after the last patch POE is still running on your VM?
    Сould you share a secret?
    it works on windows 7

  12. Thanks GameAssist (1 members gave Thanks to zerger3 for this useful post)
  13. #416
    IcemanSR's Avatar Member
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    75
    Thanks G/R
    30/5
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Unfellt View Post
    Hello there! Guys I have one little problem and I hope you can help me. After downloading and first running Loader.exe, all my plugins downloading successfully, all works fine until I turn off the hud... BUT! After second launch Loader do not wanna load PreloadAlert plugin, whats happened?
    I tried uninstalling the program completely and reinstall the plugin separately, nothing helped. There is no antivirus, nothing prevents the program from running.
    How I'll can fix it? Thanks
    Same. Delete config folder before u run second time. Repeat next time again. Something is buggin in there

  14. #417
    Unfellt's Avatar Member
    Reputation
    1
    Join Date
    May 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by IcemanSR View Post
    Same. Delete config folder before u run second time. Repeat next time again. Something is buggin in there
    Thanks for answer mate! I will try it ♥

  15. #418
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zerger3 View Post
    it works on windows 7
    Oh great! it will be necessary to try urgently

  16. #419
    zerger3's Avatar Member
    Reputation
    8
    Join Date
    Jul 2011
    Posts
    55
    Thanks G/R
    4/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone know what i need to put into the preloadtxt to see the heist contract box?

  17. #420
    paychilo's Avatar Member
    Reputation
    1
    Join Date
    May 2021
    Posts
    2
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zerger3 View Post
    it works on windows 7
    And HUD works?

Page 28 of 36 FirstFirst ... 242526272829303132 ... LastLast

Similar Threads

  1. [Release] ExileAPI 3.13 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 606
    Last Post: 04-17-2021, 06:22 AM
  2. [Release] ExileAPI 3.12 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 492
    Last Post: 01-16-2021, 07:30 AM
  3. ExileAPI Fork 3.11 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 256
    Last Post: 09-20-2020, 02:49 PM
  4. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
  5. [FPS][PayDay2] Pirate Perfection v14 [Released: 5/16/14]
    By berryman13 in forum FPS Game Discussions
    Replies: 0
    Last Post: 05-16-2014, 10:59 PM
All times are GMT -5. The time now is 05:20 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search