ExileAPI 3.14 Release menu

User Tag List

Page 22 of 36 FirstFirst ... 181920212223242526 ... LastLast
Results 316 to 330 of 533
  1. #316
    jnz9513's Avatar Member
    Reputation
    7
    Join Date
    Dec 2013
    Posts
    77
    Thanks G/R
    10/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This error is spammed in my log file.
    Using IlliumIv version of HealthBars.

    2021-05-15 19:52:46.162 +02:00 [ERR] HealthBars, PerfomanceRender -> System.MissingMethodException: Method not found: 'System.Collections.Generic.Dictionary`2<ExileCore.Shared.Enums.EntityType,Syste m.Collections.Generic.List`1<ExileCore.PoEMemory.MemoryObjects.Entity>> ExileCore.EntityListWrapper.get_ValidEntitiesByType()'.
    at HealthBars.HealthBars.Render()
    at ExileCore.Shared.PluginWrapper.PerfomanceRender() in /buddy/exileapi/Core/Shared/PluginWrapper.cs:line 194
    2021-05-15 19:52:46.179 +02:00 [ERR] HealthBars, PerfomanceTick -> System.MissingMethodException: Method not found: 'System.Collections.Generic.Dictionary`2<ExileCore.Shared.Enums.EntityType,Syste m.Collections.Generic.List`1<ExileCore.PoEMemory.MemoryObjects.Entity>> ExileCore.EntityListWrapper.get_ValidEntitiesByType()'.
    at HealthBars.HealthBars.Tick()
    at ExileCore.Shared.PluginWrapper.PerfomanceTick() in /buddy/exileapi/Core/Shared/PluginWrapper.cs:line 165
    2021-05-15 19:52:46.179 +02:00 [ERR] HealthBars, PerfomanceRender -> System.MissingMethodException: Method not found: 'System.Collections.Generic.Dictionary`2<ExileCore.Shared.Enums.EntityType,Syste m.Collections.Generic.List`1<ExileCore.PoEMemory.MemoryObjects.Entity>> ExileCore.EntityListWrapper.get_ValidEntitiesByType()'.
    at HealthBars.HealthBars.Render()
    at ExileCore.Shared.PluginWrapper.PerfomanceRender() in /buddy/exileapi/Core/Shared/PluginWrapper.cs:line 194
    2021-05-15 19:52:46.987 +02:00 [INF] =============== Close hud at 5/15/2021 7:52:46 PM ===============
    Dont know how to post full log, Code bb tag cant contain everything, and I cant upload as file?
    Last edited by jnz9513; 05-15-2021 at 01:10 PM.

    ExileAPI 3.14 Release
  2. #317
    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)
    Hello everyone,

    there was a rather big recent update regarding the EntityList collection. We are using a threadsafe type now which means multithreading should lead to less errors in the plugins when accessing entities. The perfomance increased slightly especially when there were more then 500 entities around (e.g. after Ultimatums -> items are entities).

    Long term I would like to migrate to the new .NET 6(+) version. The biggest obstacle currently is the SharpDX renderer we use. This would need to get replaced with potentially Vulkan or a DirectX renderer which is .NET 6 compatible. This should yield minor performance issues and allows the newest .NET features, which are especially interesting for multithreading.
    If a developer with too much free time looks for a interesting project: Replace deprecated SharpDX (maybe with Vulkan?) . Issue #166 . Queuete/ExileApi . GitHub


    Originally Posted by heidoudd View Post
    2021-05-14 11:02:27.402 +08:00 [INF] =============== Start hud at 2021/5/14 11:02:27 ===============

    All the other plug-ins work fine, except PreloadAlert
    Finally, how to run the code you sent
    It seems like the problem is related to the plugin settings. Are you using a clean installation?
    I would try to delete config/global/PreloadAlert_settings.json.

    Originally Posted by stfufag View Post
    @Quequete

    can this be added please? I added it in source folder and into autoupate, the it's not showing up and folder under compiled is empty

    GitHub - Arecurius0/UnstackDecks
    Originally Posted by Nexerek View Post
    Can someone send me own folder with Exileapi and plugins included.
    I have only built-in plugins and cannot make others to appear inside ( put the manually and tried autoplugin )

    Can donate, no idea if this message is even allowed, but noone want nor can help me, while I asked multiple time
    The first post describes how to add plugins and what you need to post here if you encounter problems.

    Originally Posted by Killabeat View Post
    Is it possible to predict amount of ultimatum waves with preload? So you can tell if it will have 7,8,9 or 10 waves beforehand?
    No.

    Originally Posted by jnz9513 View Post
    This error is spammed in my log file.
    Using IlliumIv version of HealthBars.

    Dont know how to post full log, Code bb tag cant contain everything, and I cant upload as file?
    I gave it a quick look and see no major error related differences to my fork which is working. I might give it a more in depth try but not today.

  3. Thanks SickBro, levelmax, stfufag (3 members gave Thanks to Queuete for this useful post)
  4. #318
    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)
    With todays update, lab is no longer showing info. yesterday worked fine (zone alerts)
    no argus, no shrines. nothing

  5. #319
    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)
    ok its working now, had to delete config folder , even tho i didnt change anything in it

  6. #320
    Ahlander's Avatar Member
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    With ExileAPI on, when I triple click or hold the mouse down for a second it seems to hold the mouse down and auto click. I went through settings trying to figure out a way to disable this because it affects my gameplay pretty heavily.

    Can anyone help me figure out where to disable this option?

    E: nvm I'm an idiot and accidentaly set a flask hotkey to left click when changing them earlier.
    Last edited by Ahlander; 05-16-2021 at 11:28 AM.

  7. #321
    xerance's Avatar Active Member CoreCoins Purchaser
    Reputation
    32
    Join Date
    Jan 2018
    Posts
    153
    Thanks G/R
    36/30
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    is there anyway to manually compile a plugin? tried adding copilot, but poehud compiles an empty folder

    https://puu.sh/HH7XC/30a667740d.png
    https://puu.sh/HH7Y4/4cb6ecd63c.png
    https://puu.sh/HH7Yg/62984d955e.png

  8. #322
    xaiyx's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    got this error from iconbuilder -- map icon will not be shown

    2021-05-17 00:25:09.743 +02:00 [ERR] IconsBuilder -> System.Reflection.TargetException: Das Objekt stimmt mit dem Zieltyp nicht überein.
    bei System.Reflection.RuntimeMethodInfo.CheckConsistency(Object target)
    bei System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
    bei ExileCore.PoEMemory.Component.DumpObject() in /buddy/exileapi/Core/PoEMemory/Component.cs:Zeile 23.
    bei IconsBuilder.MonsterIcon.Update(Entity entity, IconsBuilderSettings settings, Dictionary`2 modIcons)
    bei IconsBuilder.IconsBuilder.EntityAddedLogic(Entity entity)
    bei IconsBuilder.IconsBuilder.TickLogic()
    2021-05-17 00:56:15.950 +02:00 [ERR] IconsBuilder -> System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
    bei IconsBuilder.IconsBuilder.<>c__DisplayClass20_0.<SkipEntity>b__0(String x)
    bei System.Collections.Generic.List`1.FindIndex(Int32 startIndex, Int32 count, Predicate`1 match)
    bei JM.LinqFaster.LinqFaster.AnyF[TSource](List`1 source, Predicate`1 predicate)
    bei IconsBuilder.IconsBuilder.SkipEntity(Entity entity)
    bei IconsBuilder.IconsBuilder.EntityAddedLogic(Entity entity)
    bei IconsBuilder.IconsBuilder.TickLogic()

    then i get this
    2021-05-17 00:25:11.694 +02:00 [INF] ObjectMagicProperties read mods error address

    and this
    021-05-17 00:24:26.806 +02:00 [ERR] GetComponents() -> => 17C1A6BB400 List: 17C1A6BB440
    2021-05-17 00:24:26.806 +02:00 [ERR] Component list: 1632530838592. Node: Next: 1632983464704 Prev: 1632983464704 String: 1632983464704 ComponentList: 257
    2021-05-17 00:24:32.919 +02:00 [ERR] Stats over capped: First: 0x4294967297, Last: 0x1626416046784, End: 0x1627792605185 Size:1622121079487 Total Stats: 1622121079487 Max Stats: 1623497637888
    2021-05-17 00:24:55.534 +02:00 [ERR] Stats over capped: First: 0x-7998168189908675587, Last: 0x32, End: 0x1632372136368 Size:7998168189908675619 Total Stats: 7998168189908675619 Max Stats: 7998169822280811955
    2021-05-17 00:24:55.534 +02:00 [ERR] Stats over capped: First: 0x4294967297, Last: 0x1626416046784, End: 0x1627792605185 Size:1622121079487 Total Stats: 1622121079487 Max Stats: 1623497637888
    2021-05-17 00:24:55.534 +02:00 [ERR] Stats over capped: First: 0x-7997555108364606705, Last: 0x32, End: 0x1632832394896 Size:7997555108364606737 Total Stats: 7997555108364606737 Max Stats: 7997556741197001601
    2021-05-17 00:24:55.543 +02:00 [ERR] Stats over capped: First: 0x-7998168189908675587, Last: 0x32, End: 0x1632372136368 Size:7998168189908675619 Total Stats: 7998168189908675619 Max Stats: 7998169822280811955
    2021-05-17 00:24:55.543 +02:00 [ERR] Stats over capped: First: 0x4294967297, Last: 0x1626416046784, End: 0x1627792605185 Size:1622121079487 Total Stats: 1622121079487 Max Stats: 1623497637888
    2021-05-17 00:24:55.543 +02:00 [ERR] Stats over capped: First: 0x-7997555108364606705, Last: 0x32, End: 0x1632832394896 Size:7997555108364606737 Total Stats: 7997555108364606737 Max Stats: 7997556741197001601
    2021-05-17 00:24:55.561 +02:00 [ERR] Stats over capped: First: 0x-7998168189908675587, Last: 0x32, End: 0x1632372136368 Size:7998168189908675619 Total Stats: 7998168189908675619 Max Stats: 7998169822280811955
    2021-05-17 00:24:55.561 +02:00 [ERR] Stats over capped: First: 0x4294967297, Last: 0x1626416046784, End: 0x1627792605185 Size:1622121079487 Total Stats: 1622121079487 Max Stats: 1623497637888
    2021-05-17 00:24:55.561 +02:00 [ERR] Stats over capped: First: 0x-7997555108364606705, Last: 0x32, End: 0x1632832394896 Size:7997555108364606737 Total Stats: 7997555108364606737 Max Stats: 7997556741197001601
    2021-05-17 00:24:55.578 +02:00 [ERR] Stats over capped: First: 0x-7998168189908675587, Last: 0x32, End: 0x1632372136368 Size:7998168189908675619 Total Stats: 7998168189908675619 Max Stats: 7998169822280811955
    2021-05-17 00:24:55.578 +02:00 [ERR] Stats over capped: First: 0x4294967297, Last: 0x1626416046784, End: 0x1627792605185 Size:1622121079487 Total Stats: 1622121079487 Max Stats: 1623497637888
    2021-05-17 00:24:55.578 +02:00 [ERR] Stats over capped: First: 0x-7997555108364606705, Last: 0x32, End: 0x1632832394896 Size:7997555108364606737 Total Stats: 7997555108364606737 Max Stats: 7997556741197001601

  9. #323
    KYB3R's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2021-05-17 12:57:22.554 +01:00 [ERR] MinimapIcons.TickLogic: Destination array is not long enough to copy all the items in the collection. Check array index and length.

    Also something is off with hud, out of blue flasks stop working, had to relaunch hud multiple times yesterday, unfortunately my gf wiped in hc yday with similar issue. lot of errors are saying "Stat over capped ..." similar to above
    Last edited by KYB3R; 05-17-2021 at 07:02 AM.

  10. #324
    crayfish14's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    26
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Definitely something is really off with the last push. Everything works then it isn't working and it is so dangerous in HC.

  11. #325
    titymin's Avatar Member
    Reputation
    1
    Join Date
    May 2020
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look like MinimapIcons don't show all monster on minimap after some updates

  12. #326
    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)
    Thanks for your reports. There was another update which should solve at least some of those problems.

    Another short term solution is using an old version. All of them stay available on github and when there was no PoE patch in between the old versions should still work. Due to no settings being packed in the .zip files you can even unzip them over your current setup without losing any settings. (There are some reports of plugin/settings.json going blank under some rare circumstances, I have not experienced that myself yet and cant tell you anything about the reasons.)
    The currently maybe relevant one should be this one: Release 3.14.46 . Queuete/ExileApi . GitHub

  13. #327
    crayfish14's Avatar Member
    Reputation
    1
    Join Date
    Sep 2016
    Posts
    26
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you Queuete. Yup the link you provided seem like everything feel normal.

  14. #328
    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 Queuete View Post
    Thanks for your reports. There was another update which should solve at least some of those problems.

    Another short term solution is using an old version. All of them stay available on github and when there was no PoE patch in between the old versions should still work. Due to no settings being packed in the .zip files you can even unzip them over your current setup without losing any settings. (There are some reports of plugin/settings.json going blank under some rare circumstances, I have not experienced that myself yet and cant tell you anything about the reasons.)
    The currently maybe relevant one should be this one: Release 3.14.46 . Queuete/ExileApi . GitHub
    Hello! Do you think you could add preload alerts for new level of lab trials?

    Gift to the goddess
    Dedication to the goddess
    Tribute to the goddess

    Lab layout is identical to uber lab i assume it only uses different metadata path for preload alerts to work?

  15. #329
    iiisyniii's Avatar Member
    Reputation
    4
    Join Date
    Apr 2021
    Posts
    60
    Thanks G/R
    16/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else have Preload Alerts disappear from the menu, even when it shows as having had the address added? Keep trying to remove and re-add it but it refuses to show up.

    EDIT: I should note that this is the case with all v3.14.46 // 3.14.49 // 3.14.50

    ...could just be me, idk
    Last edited by iiisyniii; 05-19-2021 at 08:46 PM. Reason: Added version numbers tried

  16. #330
    chigo's Avatar Member
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    all gone....preload, monsters on minimap.....

Page 22 of 36 FirstFirst ... 181920212223242526 ... 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 04:27 AM. 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