ExileAPI 3.14 Release menu

User Tag List

Page 26 of 36 FirstFirst ... 222324252627282930 ... LastLast
Results 376 to 390 of 533
  1. #376
    snowhawk's Avatar Contributor
    Reputation
    143
    Join Date
    Aug 2008
    Posts
    234
    Thanks G/R
    41/126
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crayfish14 View Post
    Code:
    2021-05-22 08:40:12.254 -07:00 [ERR] MiscInformation, Tick -> System.MissingMethodException: Method not found: 'System.Collections.Generic.Dictionary`2<ExileCore.Shared.Enums.EntityType,System.Collections.Generic.List`1<ExileCore.PoEMemory.MemoryObjects.Entity>> ExileCore.EntityListWrapper.get_ValidEntitiesByType()'.
       at MiscInformation.MiscInformation.PartyXpPenalty()
       at MiscInformation.MiscInformation.<Initialise>b__37_3()
       at ExileCore.Shared.Cache.CachedValue`1.get_Value() in /buddy/exileapi/Core/Shared/Cache/CachedValue.cs:line 41
       at MiscInformation.MiscInformation.<Initialise>b__37_2()
       at ExileCore.Shared.Cache.CachedValue`1.get_Value() in /buddy/exileapi/Core/Shared/Cache/CachedValue.cs:line 41
       at MiscInformation.MiscInformation.TickLogic()
       at MiscInformation.MiscInformation.Tick()
       at ExileCore.Shared.PluginWrapper.Tick() in /buddy/exileapi/Core/Shared/PluginWrapper.cs:line 181
    anyone knows how to fix this so the misinformation will work properly?
    Since this function got changed. What is the new method to get entities by type?

    [Fixed] I reloaded it with IlliumIv/MicInformation and it works
    For others, anytime you see an error message that starts with a method being missing, the problem is most likely one of the following three problems:

    1. You are using an old version of the HUD (Update HUD to fix),
    2. You are using an old version of the plugin (update plugin to fix),
    3. the addon was designed for TC's private hud and nobody has gotten around to writing support for it in the public HUD.

    ExileAPI 3.14 Release
  2. Thanks Queuete (1 members gave Thanks to snowhawk for this useful post)
  3. #377
    KissMyMp5's Avatar Member
    Reputation
    1
    Join Date
    Oct 2020
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Preload Alert vanishes from Plugin List and I have to delete config in order to make it work again? Whats the issue and how can I fix this permanently?

  4. #378
    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)
    Having trouble with Minimap Icons. Some monsters do not show up and I deleted the config and reinstalled plugin.

    I am using Queuete's repo of MinimapIcons and IconsBuilder

    Verbose log
    https://gist.githubusercontent.com/T...9cdf31/Verbose

  5. Thanks Queuete (1 members gave Thanks to jnz9513 for this useful post)
  6. #379
    snowhawk's Avatar Contributor
    Reputation
    143
    Join Date
    Aug 2008
    Posts
    234
    Thanks G/R
    41/126
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KissMyMp5 View Post
    Preload Alert vanishes from Plugin List and I have to delete config in order to make it work again? Whats the issue and how can I fix this permanently?
    You could try placing my config file into the config/global directory. Sample Preload Alert global config . GitHub

    If that doesn't work, try a clean install of PreloadAlert.

    First remove it.
    1. Open HUD.
    2. Go to PluginAutoUpdate.
    3. Delete PreloadAlert.
    4. Close HUD Window to save settings.
    5. Close HUD application.
    6. In your HUD folder, go to 'config/global' and delete PreloadAlert_settings.json.
    7. In your HUD folder, go to 'plugins/source' and delete the PreloadAlert folder.
    8. In your HUD folder, go to 'plugins/compiler' and delete the PreloadAlert folder.


    Then install it.
    1. Start the HUD application.
    2. Go to PluginAutoUpdate.
    3. Add GitHub - Queuete/PreloadAlert: Plugin vor ExileApi. Base taken from https://github.com/Qvin0000/ExileApiPlugins.
    4. Close HUD Window to save settings.
    5. Close the HUD application.
    6. Start the HUD application and it will install PreloadAlert.



    Originally Posted by jnz9513 View Post
    Having trouble with Minimap Icons. Some monsters do not show up and I deleted the config and reinstalled plugin.

    I am using Queuete's repo of MinimapIcons and IconsBuilder

    Verbose log
    https://gist.githubusercontent.com/T...9cdf31/Verbose
    I haven't found any other solution besides starting from a clean empty folder and dumping the latest HUD release into it.
    Last edited by snowhawk; 05-23-2021 at 11:14 PM.

  7. Thanks Queuete (1 members gave Thanks to snowhawk for this useful post)
  8. #380
    sundudwls1's Avatar Member
    Reputation
    1
    Join Date
    May 2021
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello my HUD does not show PerloadAlert !
    I did delete the PreloadAlert in config/global/PreloadAlert_settings.json
    and i did followed the Menu but still not shows PreloadAlert on the top of right Screen.
    Anyone Knows how to fix it?
    Also, is there something wrong with VM(win10)? seems can't even go to the hideout since 5days ago..
    Last edited by sundudwls1; 05-25-2021 at 01:29 AM.

  9. #381
    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 jnz9513 View Post
    Having trouble with Minimap Icons. Some monsters do not show up and I deleted the config and reinstalled plugin.

    I am using Queuete's repo of MinimapIcons and IconsBuilder

    Verbose log
    https://gist.githubusercontent.com/T...9cdf31/Verbose
    Thanks for your report. Thats not a problem on your side, but a IconBuilder bug. With the next bigger hud patch there will be an IconBuilder update. I dont think the problem will be solved earlier, sorry.

    Originally Posted by sundudwls1 View Post
    Hello my HUD does not show PerloadAlert !
    I did delete the PreloadAlert in config/global/PreloadAlert_settings.json
    and i did followed the Menu but still not shows PreloadAlert on the top of right Screen.
    Anyone Knows how to fix it?
    Also, is there something wrong with VM(win10)? seems can't even go to the hideout since 5days ago..
    If you run into any problems please read the Troubleshooting section in this post, the last point (Nothing worked) tells you what to do if the section did not solve your problem.
    Questions which ignore this message will be ignored by me.

  10. #382
    sundudwls1's Avatar Member
    Reputation
    1
    Join Date
    May 2021
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am not sure is this what you said or not...
    if it's not tell me plz
    2021-05-25 14:46:03.065 +09:00 [INF] =============== Start hud at 2021-05-25 오후 2:46:03 ===============
    2021-05-25 14:46:03.157 +09:00 [INF] PerfTimer =-> Create new offsets (11.6985 ms) Thread #[1]
    2021-05-25 14:46:03.261 +09:00 [INF] PerfTimer =-> Form Load (104.0275 ms) Thread #[1]
    2021-05-25 14:46:03.711 +09:00 [INF] PerfTimer =-> Check version (17.0416 ms) Thread #[1]
    2021-05-25 14:46:04.117 +09:00 [INF] PerfTimer =-> Load manual fonts (241.6313 ms) Thread #[1]
    2021-05-25 14:46:06.116 +09:00 [INF] PerfTimer =-> Build Font Texture (1998.9458 ms) Thread #[1]
    2021-05-25 14:46:06.183 +09:00 [INF] PerfTimer =-> Init ImGui (2321.2036 ms) Thread #[1]
    2021-05-25 14:46:06.239 +09:00 [INF] PerfTimer =-> Init ImGuiRender (2383.0517 ms) Thread #[1]
    2021-05-25 14:46:06.278 +09:00 [INF] PerfTimer =-> Init SpriteRender (39.7281 ms) Thread #[1]
    2021-05-25 14:46:06.287 +09:00 [INF] PerfTimer =-> DX11 Load (2535.8782 ms) Thread #[1]
    2021-05-25 14:46:07.698 +09:00 [INF] PerfTimer =-> Load files from memory (226.9647 ms) Thread #[1]
    2021-05-25 14:46:07.764 +09:00 [INF] PerfTimer =-> Plugin loader (4.3223 ms) Thread #[1]
    2021-05-25 14:46:07.874 +09:00 [INF] Core -> Windows 10 is the only supported system!
    2021-05-25 14:46:07.874 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 14:46:07.874 +09:00 [INF] VersionChecker -> Update Available
    2021-05-25 14:46:07.874 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.String CommitShaLatest'.
    2021-05-25 14:46:07.874 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean CommitShaCurrentIsValid'.
    2021-05-25 14:46:07.874 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean UpdateAvailable'.
    2021-05-25 14:46:07.874 +09:00 [INF] Pattern: File Root -> : Time: 18.5899 ms. Offset:[15714050] Started searching offset with:14630000
    2021-05-25 14:46:07.874 +09:00 [INF] Pattern: Area change -> : Time: 538.7967 ms. Offset:[7036083] Started searching offset with:9430000
    2021-05-25 14:46:07.874 +09:00 [INF] Pattern: Game State -> : Time: 601.1302 ms. Offset:[845005] Started searching offset with:1240000
    2021-05-25 14:46:07.874 +09:00 [INF] HUD loaded in 4763.4086 ms.
    2021-05-25 14:46:07.874 +09:00 [INF] Resize from: {X=0,Y=0,Width=1584,Height=861} to {X=424,Y=166,Width=1072,Height=770}
    2021-05-25 14:46:07.874 +09:00 [ERR] EntityList -> Address is 0;
    2021-05-25 14:46:07.874 +09:00 [INF] IconsBuilder -> Update... started
    2021-05-25 14:46:07.874 +09:00 [INF] SimplePickIt -> Update... started
    2021-05-25 14:46:07.874 +09:00 [INF] BasicFlaskRoutine -> Update... started
    2021-05-25 14:46:07.874 +09:00 [INF] HealthBars -> Update... started
    2021-05-25 14:46:07.874 +09:00 [INF] MinimapIcons -> Update... started
    2021-05-25 14:46:07.874 +09:00 [INF] SimpleHotkeyChain -> Update... started
    2021-05-25 14:46:07.874 +09:00 [INF] PreloadAlert -> Update... started
    2021-05-25 14:46:07.874 +09:00 [INF] Stashie -> Update... started
    2021-05-25 14:46:07.874 +09:00 [INF] MiscInformation -> Update... started
    2021-05-25 14:46:07.874 +09:00 [INF] SimpleStashie -> Update... started
    2021-05-25 14:46:07.947 +09:00 [INF] SimpleStashie -> Checkout master/main branch... started
    2021-05-25 14:46:07.947 +09:00 [INF] IconsBuilder -> Checkout master/main branch... started
    2021-05-25 14:46:07.947 +09:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... started
    2021-05-25 14:46:07.947 +09:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... started
    2021-05-25 14:46:07.947 +09:00 [INF] PreloadAlert -> Checkout master/main branch... started
    2021-05-25 14:46:07.947 +09:00 [INF] Stashie -> Checkout master/main branch... started
    2021-05-25 14:46:07.947 +09:00 [INF] MinimapIcons -> Checkout master/main branch... started
    2021-05-25 14:46:07.947 +09:00 [INF] SimplePickIt -> Checkout master/main branch... started
    2021-05-25 14:46:07.947 +09:00 [INF] HealthBars -> Checkout master/main branch... started
    2021-05-25 14:46:07.947 +09:00 [INF] MiscInformation -> Checkout master/main branch... started
    2021-05-25 14:46:08.000 +09:00 [ERR] EntityList -> Address is 0;
    2021-05-25 14:46:08.017 +09:00 [INF] HealthBars -> Checkout master/main branch... done
    2021-05-25 14:46:08.017 +09:00 [INF] HealthBars -> Pull... started
    2021-05-25 14:46:08.017 +09:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... done
    2021-05-25 14:46:08.017 +09:00 [INF] SimpleHotkeyChain -> Pull... started
    2021-05-25 14:46:08.017 +09:00 [INF] IconsBuilder -> Checkout master/main branch... done
    2021-05-25 14:46:08.017 +09:00 [INF] IconsBuilder -> Pull... started
    2021-05-25 14:46:08.017 +09:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... done
    2021-05-25 14:46:08.017 +09:00 [INF] BasicFlaskRoutine -> Pull... started
    2021-05-25 14:46:08.017 +09:00 [INF] MinimapIcons -> Checkout master/main branch... done
    2021-05-25 14:46:08.017 +09:00 [INF] SimplePickIt -> Checkout master/main branch... done
    2021-05-25 14:46:08.017 +09:00 [INF] MinimapIcons -> Pull... started
    2021-05-25 14:46:08.017 +09:00 [INF] SimplePickIt -> Pull... started
    2021-05-25 14:46:08.034 +09:00 [INF] Stashie -> Checkout master/main branch... done
    2021-05-25 14:46:08.034 +09:00 [INF] Stashie -> Pull... started
    2021-05-25 14:46:08.034 +09:00 [INF] MiscInformation -> Checkout master/main branch... done
    2021-05-25 14:46:08.034 +09:00 [INF] MiscInformation -> Pull... started
    2021-05-25 14:46:08.034 +09:00 [INF] PreloadAlert -> Checkout master/main branch... done
    2021-05-25 14:46:08.034 +09:00 [INF] PreloadAlert -> Pull... started
    2021-05-25 14:46:08.034 +09:00 [INF] SimpleStashie -> Checkout master/main branch... done
    2021-05-25 14:46:08.034 +09:00 [INF] SimpleStashie -> Pull... started
    2021-05-25 14:46:08.431 +09:00 [INF] MiscInformation -> Pull... done, already up to date
    2021-05-25 14:46:08.431 +09:00 [INF] SimpleHotkeyChain -> Pull... done, already up to date
    2021-05-25 14:46:08.431 +09:00 [INF] BasicFlaskRoutine -> Pull... done, already up to date
    2021-05-25 14:46:08.431 +09:00 [INF] MinimapIcons -> Pull... done, already up to date
    2021-05-25 14:46:08.431 +09:00 [INF] SimpleStashie -> Pull... done, already up to date
    2021-05-25 14:46:08.431 +09:00 [INF] IconsBuilder -> Pull... done, already up to date
    2021-05-25 14:46:08.432 +09:00 [INF] PreloadAlert -> Pull... done, already up to date
    2021-05-25 14:46:08.432 +09:00 [INF] Stashie -> Pull... done, already up to date
    2021-05-25 14:46:08.432 +09:00 [INF] MiscInformation -> Update... done
    2021-05-25 14:46:08.432 +09:00 [INF] BasicFlaskRoutine -> Update... done
    2021-05-25 14:46:08.432 +09:00 [INF] SimplePickIt -> Pull... done, already up to date
    2021-05-25 14:46:08.432 +09:00 [INF] PreloadAlert -> Update... done
    2021-05-25 14:46:08.432 +09:00 [INF] SimplePickIt -> Update... done
    2021-05-25 14:46:08.432 +09:00 [INF] IconsBuilder -> Update... done
    2021-05-25 14:46:08.432 +09:00 [INF] Stashie -> Update... done
    2021-05-25 14:46:08.432 +09:00 [INF] HealthBars -> Pull... done, already up to date
    2021-05-25 14:46:08.432 +09:00 [INF] HealthBars -> Update... done
    2021-05-25 14:46:08.432 +09:00 [INF] MinimapIcons -> Update... done
    2021-05-25 14:46:08.432 +09:00 [INF] SimpleStashie -> Update... done
    2021-05-25 14:46:08.432 +09:00 [INF] SimpleHotkeyChain -> Update... done
    2021-05-25 14:46:15.330 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[SimpleHotkeyChain.SettingsModels.HotkeyChain] HotkeyChains'.
    2021-05-25 14:46:15.330 +09:00 [INF] SimpleHotkeyChain loaded in 32.4781 ms.
    2021-05-25 14:46:15.360 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Single SizeDefaultIcon'.
    2021-05-25 14:46:15.360 +09:00 [INF] MinimapIcons loaded in 11.01 ms.
    2021-05-25 14:46:15.360 +09:00 [INF] IconsBuilder loaded in 48.1464 ms.
    2021-05-25 14:46:15.360 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BuildYourOwnRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-25 14:46:15.360 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingPos'.
    2021-05-25 14:46:15.360 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingSize'.
    2021-05-25 14:46:15.360 +09:00 [INF] TreeRoutine.Routine.BuildYourOwnRoutine loaded in 37.3236 ms.
    2021-05-25 14:46:15.360 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-25 14:46:15.360 +09:00 [INF] SimpleStashie loaded in 29.4515 ms.
    2021-05-25 14:46:15.395 +09:00 [INF] SimplePickIt loaded in 21.7129 ms.
    2021-05-25 14:46:15.395 +09:00 [INF] MiscInformation loaded in 47.0429 ms.
    2021-05-25 14:46:15.395 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-25 14:46:15.395 +09:00 [INF] Stashie loaded in 54.0725 ms.
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => ParentIndex used before created. [Menu("Show Enemies", ..., 3)] added as a top-level setting.
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 1, ...)] added as sub-setting of "Players".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 2, ...)] added as sub-setting of "Minions".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 3, ...)] added as sub-setting of "Normal enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BasicFlaskRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [INF] TreeRoutine.Routine.BasicFlaskRoutine loaded in 37.3236 ms.
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 4, ...)] added as sub-setting of "Magic enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.417 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 5, ...)] added as sub-setting of "Rare enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Width", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Height", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Outline", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Back Ground", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Under10 Percent", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Percent Text Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Health Text Color Under10 Percent", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Percents", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Percents", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Health Text", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Show Energy Shield Text", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Text Size", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Floating Combat Text", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Damage Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Heal Color", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Number of Lines", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.418 +09:00 [VRB] SettingsParser => Index collision. '[Menu("Enable", ..., 6, ...)] added as sub-setting of "Unique enemy".
    2021-05-25 14:46:15.433 +09:00 [INF] HealthBars loaded in 131.4174 ms.
    2021-05-25 14:46:15.583 +09:00 [ERR] PreloadAlert, Onload -> System.IO.FileNotFoundException: 'C:\Users\Spinach\Downloads\PoeHelper (1)\Plugins\Compiled\PreloadAlert\config\preload_alerts_default.txt' 파일을 찾을 수 없습니다.
    파일 이름: 'C:\Users\Spinach\Downloads\PoeHelper (1)\Plugins\Compiled\PreloadAlert\config\preload_alerts_default.txt'
    위치: System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
    위치: System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
    위치: System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
    위치: System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
    위치: System.IO.StreamReader..ctor(String path, Encoding encoding)
    위치: System.IO.File.InternalReadAllLines(String path, Encoding encoding)
    위치: PreloadAlert.PreloadAlert.LoadConfigBase(String path, Int32 columnsCount)
    위치: PreloadAlert.PreloadAlert.LoadConfig(String path)
    위치: PreloadAlert.PreloadAlert.OnLoad()
    위치: ExileCore.Shared.PluginWrapper.Onload() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 48
    2021-05-25 14:46:15.583 +09:00 [INF] PreloadAlert loaded in 181.5497 ms.
    2021-05-25 14:46:15.601 +09:00 [INF] PreloadAlert -> Initialise time: 1.8368 ms.
    2021-05-25 14:46:15.601 +09:00 [INF] IconsBuilder -> Initialise time: 8.5397 ms.
    2021-05-25 14:46:15.650 +09:00 [INF] MinimapIcons -> Initialise time: 45.5489 ms.
    2021-05-25 14:46:15.650 +09:00 [INF] SimpleHotkeyChain -> Initialise time: 0.1449 ms.
    2021-05-25 14:46:15.650 +09:00 [INF] SimpleStashie -> Initialise time: 0.0936 ms.
    2021-05-25 14:46:16.695 +09:00 [INF] PerfTimer =-> Load files from memory (1089.8235 ms) Thread #[17]
    2021-05-25 14:46:16.695 +09:00 [INF] PerfTimer =-> Load files from memory (1045.3249 ms) Thread #[14]
    2021-05-25 14:46:16.716 +09:00 [ERR] PreloadAlert -> System.NullReferenceException: 개체 참조가 개체의 인스턴스로 설정되지 않았습니다.
    위치: PreloadAlert.PreloadAlert.CheckForPreload(String text)
    위치: PreloadAlert.PreloadAlert.<Parse>b__37_1()
    2021-05-25 14:46:17.714 +09:00 [INF] PerfTimer =-> Load files from memory (1298.4274 ms) Thread #[13]
    2021-05-25 14:46:17.717 +09:00 [ERR] PreloadAlert -> System.NullReferenceException: 개체 참조가 개체의 인스턴스로 설정되지 않았습니다.
    위치: PreloadAlert.PreloadAlert.CheckForPreload(String text)
    위치: PreloadAlert.PreloadAlert.<Parse>b__37_1()
    2021-05-25 14:46:31.947 +09:00 [INF] PerfTimer =-> Load files from memory (539.4514 ms) Thread #[20]
    2021-05-25 14:46:31.952 +09:00 [ERR] PreloadAlert -> System.NullReferenceException: 개체 참조가 개체의 인스턴스로 설정되지 않았습니다.
    위치: PreloadAlert.PreloadAlert.CheckForPreload(String text)
    위치: PreloadAlert.PreloadAlert.<Parse>b__37_1()
    2021-05-25 14:46:38.719 +09:00 [INF] PerfTimer =-> Load files from memory (313.5946 ms) Thread #[13]
    2021-05-25 14:46:38.733 +09:00 [ERR] PreloadAlert -> System.NullReferenceException: 개체 참조가 개체의 인스턴스로 설정되지 않았습니다.
    위치: PreloadAlert.PreloadAlert.CheckForPreload(String text)
    위치: PreloadAlert.PreloadAlert.<Parse>b__37_1()
    2021-05-25 14:46:57.069 +09:00 [INF] =============== Close hud at 2021-05-25 오후 2:46:57 ===============
    2021-05-25 14:46:58.617 +09:00 [INF] =============== Start hud at 2021-05-25 오후 2:46:58 ===============
    2021-05-25 14:46:58.693 +09:00 [INF] PerfTimer =-> Create new offsets (13.4046 ms) Thread #[1]
    2021-05-25 14:46:58.770 +09:00 [INF] PerfTimer =-> Form Load (76.325 ms) Thread #[1]
    2021-05-25 14:46:59.207 +09:00 [INF] PerfTimer =-> Check version (10.6204 ms) Thread #[1]
    2021-05-25 14:46:59.611 +09:00 [INF] PerfTimer =-> Load manual fonts (211.8231 ms) Thread #[1]
    2021-05-25 14:47:01.402 +09:00 [INF] PerfTimer =-> Build Font Texture (1790.9956 ms) Thread #[1]
    2021-05-25 14:47:01.455 +09:00 [INF] PerfTimer =-> Init ImGui (2067.5334 ms) Thread #[1]
    2021-05-25 14:47:01.503 +09:00 [INF] PerfTimer =-> Init ImGuiRender (2123.7495 ms) Thread #[1]
    2021-05-25 14:47:01.533 +09:00 [INF] PerfTimer =-> Init SpriteRender (30.0833 ms) Thread #[1]
    2021-05-25 14:47:01.542 +09:00 [INF] PerfTimer =-> DX11 Load (2304.7739 ms) Thread #[1]
    2021-05-25 14:47:02.917 +09:00 [INF] PerfTimer =-> Load files from memory (269.1672 ms) Thread #[1]
    2021-05-25 14:47:03.016 +09:00 [INF] PerfTimer =-> Plugin loader (3.7035 ms) Thread #[1]
    2021-05-25 14:47:03.105 +09:00 [INF] Core -> Windows 10 is the only supported system!
    2021-05-25 14:47:03.105 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 14:47:03.105 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.String CommitShaLatest'.
    2021-05-25 14:47:03.105 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean CommitShaCurrentIsValid'.
    2021-05-25 14:47:03.105 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean UpdateAvailable'.
    2021-05-25 14:47:03.105 +09:00 [INF] Pattern: File Root -> : Time: 16.2081 ms. Offset:[15714050] Started searching offset with:14630000
    2021-05-25 14:47:03.105 +09:00 [INF] Pattern: Area change -> : Time: 519.2936 ms. Offset:[7036083] Started searching offset with:9430000
    2021-05-25 14:47:03.105 +09:00 [INF] Pattern: Game State -> : Time: 600.3296 ms. Offset:[845005] Started searching offset with:1240000
    2021-05-25 14:47:03.105 +09:00 [INF] HUD loaded in 4462.5919 ms.
    2021-05-25 14:47:03.105 +09:00 [INF] Resize from: {X=0,Y=0,Width=1584,Height=861} to {X=424,Y=166,Width=1072,Height=770}
    2021-05-25 14:47:03.175 +09:00 [INF] MinimapIcons -> Update... started
    2021-05-25 14:47:03.175 +09:00 [INF] IconsBuilder -> Update... started
    2021-05-25 14:47:03.175 +09:00 [INF] PreloadAlert -> Update... started
    2021-05-25 14:47:03.175 +09:00 [INF] Stashie -> Update... started
    2021-05-25 14:47:03.175 +09:00 [INF] HealthBars -> Update... started
    2021-05-25 14:47:03.175 +09:00 [INF] MiscInformation -> Update... started
    2021-05-25 14:47:03.175 +09:00 [INF] SimpleStashie -> Update... started
    2021-05-25 14:47:03.175 +09:00 [INF] SimplePickIt -> Update... started
    2021-05-25 14:47:03.176 +09:00 [INF] SimpleHotkeyChain -> Update... started
    2021-05-25 14:47:03.176 +09:00 [INF] BasicFlaskRoutine -> Update... started
    2021-05-25 14:47:03.176 +09:00 [INF] PreloadAlert -> Checkout master/main branch... started
    2021-05-25 14:47:03.176 +09:00 [INF] HealthBars -> Checkout master/main branch... started
    2021-05-25 14:47:03.176 +09:00 [INF] IconsBuilder -> Checkout master/main branch... started
    2021-05-25 14:47:03.176 +09:00 [INF] MinimapIcons -> Checkout master/main branch... started
    2021-05-25 14:47:03.176 +09:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... started
    2021-05-25 14:47:03.176 +09:00 [INF] MiscInformation -> Checkout master/main branch... started
    2021-05-25 14:47:03.176 +09:00 [INF] Stashie -> Checkout master/main branch... started
    2021-05-25 14:47:03.176 +09:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... started
    2021-05-25 14:47:03.178 +09:00 [INF] SimplePickIt -> Checkout master/main branch... started
    2021-05-25 14:47:03.178 +09:00 [INF] SimpleStashie -> Checkout master/main branch... started
    2021-05-25 14:47:03.269 +09:00 [INF] SimplePickIt -> Checkout master/main branch... done
    2021-05-25 14:47:03.269 +09:00 [INF] SimplePickIt -> Pull... started
    2021-05-25 14:47:03.269 +09:00 [INF] IconsBuilder -> Checkout master/main branch... done
    2021-05-25 14:47:03.269 +09:00 [INF] IconsBuilder -> Pull... started
    2021-05-25 14:47:03.269 +09:00 [INF] PreloadAlert -> Checkout master/main branch... done
    2021-05-25 14:47:03.269 +09:00 [INF] PreloadAlert -> Pull... started
    2021-05-25 14:47:03.269 +09:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... done
    2021-05-25 14:47:03.269 +09:00 [INF] SimpleHotkeyChain -> Pull... started
    2021-05-25 14:47:03.269 +09:00 [INF] MinimapIcons -> Checkout master/main branch... done
    2021-05-25 14:47:03.269 +09:00 [INF] MinimapIcons -> Pull... started
    2021-05-25 14:47:03.269 +09:00 [INF] HealthBars -> Checkout master/main branch... done
    2021-05-25 14:47:03.269 +09:00 [INF] HealthBars -> Pull... started
    2021-05-25 14:47:03.269 +09:00 [INF] MiscInformation -> Checkout master/main branch... done
    2021-05-25 14:47:03.269 +09:00 [INF] MiscInformation -> Pull... started
    2021-05-25 14:47:03.284 +09:00 [INF] SimpleStashie -> Checkout master/main branch... done
    2021-05-25 14:47:03.284 +09:00 [INF] SimpleStashie -> Pull... started
    2021-05-25 14:47:03.284 +09:00 [INF] Stashie -> Checkout master/main branch... done
    2021-05-25 14:47:03.284 +09:00 [INF] Stashie -> Pull... started
    2021-05-25 14:47:03.284 +09:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... done
    2021-05-25 14:47:03.284 +09:00 [INF] BasicFlaskRoutine -> Pull... started
    2021-05-25 14:47:03.600 +09:00 [INF] BasicFlaskRoutine -> Pull... done, already up to date
    2021-05-25 14:47:03.600 +09:00 [INF] SimplePickIt -> Pull... done, already up to date
    2021-05-25 14:47:03.600 +09:00 [INF] PreloadAlert -> Pull... done, already up to date
    2021-05-25 14:47:03.600 +09:00 [INF] Stashie -> Pull... done, already up to date
    2021-05-25 14:47:03.600 +09:00 [INF] SimpleHotkeyChain -> Pull... done, already up to date
    2021-05-25 14:47:03.600 +09:00 [INF] BasicFlaskRoutine -> Update... done
    2021-05-25 14:47:03.600 +09:00 [INF] SimpleHotkeyChain -> Update... done
    2021-05-25 14:47:03.600 +09:00 [INF] PreloadAlert -> Update... done
    2021-05-25 14:47:03.600 +09:00 [INF] SimplePickIt -> Update... done
    2021-05-25 14:47:03.600 +09:00 [INF] Stashie -> Update... done
    2021-05-25 14:47:03.600 +09:00 [INF] HealthBars -> Pull... done, already up to date
    2021-05-25 14:47:03.600 +09:00 [INF] HealthBars -> Update... done
    2021-05-25 14:47:03.618 +09:00 [INF] SimpleStashie -> Pull... done, already up to date
    2021-05-25 14:47:03.618 +09:00 [INF] SimpleStashie -> Update... done
    2021-05-25 14:47:03.618 +09:00 [INF] MiscInformation -> Pull... done, already up to date
    2021-05-25 14:47:03.618 +09:00 [INF] MiscInformation -> Update... done
    2021-05-25 14:47:03.635 +09:00 [INF] IconsBuilder -> Pull... done, already up to date
    2021-05-25 14:47:03.635 +09:00 [INF] IconsBuilder -> Update... done
    2021-05-25 14:47:03.917 +09:00 [INF] MinimapIcons -> Pull... done, already up to date
    2021-05-25 14:47:03.917 +09:00 [INF] MinimapIcons -> Update... done
    2021-05-25 14:47:11.141 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[SimpleHotkeyChain.SettingsModels.HotkeyChain] HotkeyChains'.
    2021-05-25 14:47:11.141 +09:00 [INF] SimpleHotkeyChain loaded in 10.8846 ms.
    2021-05-25 14:47:11.141 +09:00 [INF] MinimapIcons loaded in 37.8416 ms.
    2021-05-25 14:47:11.141 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-25 14:47:11.141 +09:00 [INF] SimpleStashie loaded in 30.1635 ms.
    2021-05-25 14:47:11.141 +09:00 [INF] SimplePickIt loaded in 35.1633 ms.
    2021-05-25 14:47:11.151 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Single SizeDefaultIcon'.
    2021-05-25 14:47:11.175 +09:00 [INF] MiscInformation loaded in 64.0854 ms.
    2021-05-25 14:47:11.175 +09:00 [INF] IconsBuilder loaded in 79.0362 ms.
    2021-05-25 14:47:11.175 +09:00 [VRB] SettingsParser => ParentIndex used before created. [Menu("Show Enemies", ..., 3)] added as a top-level setting.
    2021-05-25 14:47:11.201 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BuildYourOwnRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-25 14:47:11.201 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingPos'.
    2021-05-25 14:47:11.201 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingSize'.
    2021-05-25 14:47:11.201 +09:00 [INF] HealthBars loaded in 100.8078 ms.
    2021-05-25 14:47:11.201 +09:00 [INF] TreeRoutine.Routine.BuildYourOwnRoutine loaded in 47.728 ms.
    2021-05-25 14:47:11.235 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-25 14:47:11.235 +09:00 [INF] Stashie loaded in 125.942 ms.
    2021-05-25 14:47:11.284 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BasicFlaskRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-25 14:47:11.284 +09:00 [INF] TreeRoutine.Routine.BasicFlaskRoutine loaded in 47.728 ms.
    2021-05-25 14:47:11.334 +09:00 [INF] PreloadAlert loaded in 218.9671 ms.
    2021-05-25 14:47:11.352 +09:00 [INF] PreloadAlert -> Initialise time: 2.2886 ms.
    2021-05-25 14:47:11.352 +09:00 [INF] IconsBuilder -> Initialise time: 8.4069 ms.
    2021-05-25 14:47:11.418 +09:00 [INF] MinimapIcons -> Initialise time: 59.3418 ms.
    2021-05-25 14:47:11.418 +09:00 [INF] SimpleHotkeyChain -> Initialise time: 0.2108 ms.
    2021-05-25 14:47:11.418 +09:00 [INF] SimpleStashie -> Initialise time: 0.1363 ms.
    2021-05-25 14:47:11.680 +09:00 [INF] PerfTimer =-> Load files from memory (319.7379 ms) Thread #[6]
    2021-05-25 14:47:11.744 +09:00 [INF] PerfTimer =-> Load files from memory (333.7709 ms) Thread #[20]
    2021-05-25 14:47:22.661 +09:00 [INF] PerfTimer =-> Load files from memory (305.4278 ms) Thread #[5]
    2021-05-25 14:47:32.387 +09:00 [INF] PerfTimer =-> Load files from memory (277.3304 ms) Thread #[16]
    2021-05-25 14:48:39.252 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 14:49:12.501 +09:00 [INF] PerfTimer =-> Load files from memory (342.8343 ms) Thread #[26]
    2021-05-25 14:49:17.290 +09:00 [INF] PerfTimer =-> Load files from memory (283.0475 ms) Thread #[26]
    2021-05-25 14:50:19.251 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 14:50:31.414 +09:00 [INF] =============== Close hud at 2021-05-25 오후 2:50:31 ===============
    2021-05-25 14:53:13.484 +09:00 [INF] =============== Start hud at 2021-05-25 오후 2:53:13 ===============
    2021-05-25 14:53:13.632 +09:00 [INF] PerfTimer =-> Create new offsets (116.321 ms) Thread #[1]
    2021-05-25 14:53:13.723 +09:00 [INF] PerfTimer =-> Form Load (90.6585 ms) Thread #[1]
    2021-05-25 14:53:14.238 +09:00 [INF] PerfTimer =-> Check version (5.5999 ms) Thread #[1]
    2021-05-25 14:53:14.795 +09:00 [INF] PerfTimer =-> Load manual fonts (365.521 ms) Thread #[1]
    2021-05-25 14:53:15.824 +09:00 [INF] PerfTimer =-> Build Font Texture (1028.8583 ms) Thread #[1]
    2021-05-25 14:53:15.855 +09:00 [INF] PerfTimer =-> Init ImGui (1474.877 ms) Thread #[1]
    2021-05-25 14:53:15.882 +09:00 [INF] PerfTimer =-> Init ImGuiRender (1546.3832 ms) Thread #[1]
    2021-05-25 14:53:15.937 +09:00 [INF] PerfTimer =-> Init SpriteRender (54.5099 ms) Thread #[1]
    2021-05-25 14:53:15.941 +09:00 [INF] PerfTimer =-> DX11 Load (1690.1057 ms) Thread #[1]
    2021-05-25 14:53:17.447 +09:00 [INF] PerfTimer =-> Load files from memory (98.8962 ms) Thread #[1]
    2021-05-25 14:53:17.495 +09:00 [INF] PerfTimer =-> Plugin loader (2.0205 ms) Thread #[1]
    2021-05-25 14:53:17.536 +09:00 [INF] Core -> Windows 10 is the only supported system!
    2021-05-25 14:53:17.536 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 14:53:17.536 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.String CommitShaLatest'.
    2021-05-25 14:53:17.536 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean CommitShaCurrentIsValid'.
    2021-05-25 14:53:17.536 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean UpdateAvailable'.
    2021-05-25 14:53:17.536 +09:00 [INF] Pattern: File Root -> : Time: 30.5232 ms. Offset:[15715426] Started searching offset with:14630000
    2021-05-25 14:53:17.536 +09:00 [INF] Pattern: Area change -> : Time: 1024.6783 ms. Offset:[7037592] Started searching offset with:9430000
    2021-05-25 14:53:17.536 +09:00 [INF] Pattern: Game State -> : Time: 1083.8039 ms. Offset:[844957] Started searching offset with:1240000
    2021-05-25 14:53:17.536 +09:00 [INF] HUD loaded in 4135.3253 ms.
    2021-05-25 14:53:17.536 +09:00 [INF] Resize from: {X=0,Y=0,Width=804,Height=579} to {X=0,Y=23,Width=800,Height=535}
    2021-05-25 14:53:17.803 +09:00 [INF] SimpleHotkeyChain -> Update... started
    2021-05-25 14:53:17.803 +09:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... started
    2021-05-25 14:53:17.986 +09:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... done
    2021-05-25 14:53:17.987 +09:00 [INF] SimpleHotkeyChain -> Pull... started
    2021-05-25 14:53:18.200 +09:00 [INF] HealthBars -> Update... started
    2021-05-25 14:53:18.200 +09:00 [INF] HealthBars -> Checkout master/main branch... started
    2021-05-25 14:53:18.290 +09:00 [INF] SimpleHotkeyChain -> Pull... done, already up to date
    2021-05-25 14:53:18.290 +09:00 [INF] SimpleHotkeyChain -> Update... done
    2021-05-25 14:53:18.398 +09:00 [INF] HealthBars -> Checkout master/main branch... done
    2021-05-25 14:53:18.398 +09:00 [INF] HealthBars -> Pull... started
    2021-05-25 14:53:18.663 +09:00 [INF] HealthBars -> Pull... done, already up to date
    2021-05-25 14:53:18.663 +09:00 [INF] HealthBars -> Update... done
    2021-05-25 14:53:21.695 +09:00 [INF] MinimapIcons -> Update... started
    2021-05-25 14:53:21.696 +09:00 [INF] MinimapIcons -> Checkout master/main branch... started
    2021-05-25 14:53:21.834 +09:00 [INF] MinimapIcons -> Checkout master/main branch... done
    2021-05-25 14:53:21.834 +09:00 [INF] MinimapIcons -> Pull... started
    2021-05-25 14:53:22.101 +09:00 [INF] MinimapIcons -> Pull... done, already up to date
    2021-05-25 14:53:22.101 +09:00 [INF] MinimapIcons -> Update... done
    2021-05-25 14:53:24.528 +09:00 [INF] IconsBuilder -> Update... started
    2021-05-25 14:53:24.528 +09:00 [INF] IconsBuilder -> Checkout master/main branch... started
    2021-05-25 14:53:24.528 +09:00 [INF] MinimapIcons loaded in 22.4239 ms.
    2021-05-25 14:53:24.528 +09:00 [INF] Stashie -> Update... started
    2021-05-25 14:53:24.528 +09:00 [INF] Stashie -> Checkout master/main branch... started
    2021-05-25 14:53:24.566 +09:00 [VRB] SettingsParser => ParentIndex used before created. [Menu("Show Enemies", ..., 3)] added as a top-level setting.
    2021-05-25 14:53:24.583 +09:00 [INF] HealthBars loaded in 84.4077 ms.
    2021-05-25 14:53:24.583 +09:00 [INF] BasicFlaskRoutine -> Update... started
    2021-05-25 14:53:24.599 +09:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... started
    2021-05-25 14:53:24.850 +09:00 [INF] IconsBuilder -> Checkout master/main branch... done
    2021-05-25 14:53:24.850 +09:00 [INF] IconsBuilder -> Pull... started
    2021-05-25 14:53:24.850 +09:00 [INF] Stashie -> Checkout master/main branch... done
    2021-05-25 14:53:24.850 +09:00 [INF] Stashie -> Pull... started
    2021-05-25 14:53:24.850 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[SimpleHotkeyChain.SettingsModels.HotkeyChain] HotkeyChains'.
    2021-05-25 14:53:24.850 +09:00 [INF] SimpleHotkeyChain loaded in 7.7473 ms.
    2021-05-25 14:53:24.850 +09:00 [INF] SimplePickIt -> Update... started
    2021-05-25 14:53:24.875 +09:00 [INF] SimplePickIt -> Checkout master/main branch... started
    2021-05-25 14:53:24.952 +09:00 [INF] SimplePickIt -> Checkout master/main branch... done
    2021-05-25 14:53:24.952 +09:00 [INF] SimplePickIt -> Pull... started
    2021-05-25 14:53:25.086 +09:00 [INF] IconsBuilder -> Pull... done, already up to date
    2021-05-25 14:53:25.086 +09:00 [INF] IconsBuilder -> Update... done
    2021-05-25 14:53:25.124 +09:00 [INF] Stashie -> Pull... done, already up to date
    2021-05-25 14:53:25.124 +09:00 [INF] Stashie -> Update... done
    2021-05-25 14:53:25.258 +09:00 [INF] SimplePickIt -> Pull... done, already up to date
    2021-05-25 14:53:25.258 +09:00 [INF] SimplePickIt -> Update... done
    2021-05-25 14:53:25.728 +09:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... done
    2021-05-25 14:53:25.728 +09:00 [INF] BasicFlaskRoutine -> Pull... started
    2021-05-25 14:53:26.027 +09:00 [INF] BasicFlaskRoutine -> Pull... done, already up to date
    2021-05-25 14:53:26.027 +09:00 [INF] BasicFlaskRoutine -> Update... done
    2021-05-25 14:53:26.338 +09:00 [INF] SimplePickIt loaded in 9.637 ms.
    2021-05-25 14:53:26.338 +09:00 [INF] SimpleStashie -> Update... started
    2021-05-25 14:53:26.355 +09:00 [INF] SimpleStashie -> Checkout master/main branch... started
    2021-05-25 14:53:26.456 +09:00 [INF] SimpleStashie -> Checkout master/main branch... done
    2021-05-25 14:53:26.456 +09:00 [INF] SimpleStashie -> Pull... started
    2021-05-25 14:53:26.654 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Single SizeDefaultIcon'.
    2021-05-25 14:53:26.658 +09:00 [INF] IconsBuilder loaded in 28.6592 ms.
    2021-05-25 14:53:26.658 +09:00 [INF] PreloadAlert -> Update... started
    2021-05-25 14:53:26.665 +09:00 [INF] PreloadAlert -> Checkout master/main branch... started
    2021-05-25 14:53:26.711 +09:00 [INF] SimpleStashie -> Pull... done, already up to date
    2021-05-25 14:53:26.711 +09:00 [INF] SimpleStashie -> Update... done
    2021-05-25 14:53:26.789 +09:00 [INF] PreloadAlert -> Checkout master/main branch... done
    2021-05-25 14:53:26.789 +09:00 [INF] PreloadAlert -> Pull... started
    2021-05-25 14:53:26.928 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-25 14:53:26.928 +09:00 [INF] Stashie loaded in 23.7872 ms.
    2021-05-25 14:53:27.083 +09:00 [INF] PreloadAlert -> Pull... done, already up to date
    2021-05-25 14:53:27.083 +09:00 [INF] PreloadAlert -> Update... done
    2021-05-25 14:53:27.702 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BuildYourOwnRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-25 14:53:27.702 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingPos'.
    2021-05-25 14:53:27.702 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingSize'.
    2021-05-25 14:53:27.702 +09:00 [INF] TreeRoutine.Routine.BuildYourOwnRoutine loaded in 16.2988 ms.
    2021-05-25 14:53:27.733 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-25 14:53:27.733 +09:00 [INF] SimpleStashie loaded in 8.9904 ms.
    2021-05-25 14:53:27.733 +09:00 [INF] MiscInformation -> Update... started
    2021-05-25 14:53:27.733 +09:00 [INF] MiscInformation -> Checkout master/main branch... started
    2021-05-25 14:53:27.749 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BasicFlaskRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-25 14:53:27.749 +09:00 [INF] TreeRoutine.Routine.BasicFlaskRoutine loaded in 16.2988 ms.
    2021-05-25 14:53:27.826 +09:00 [INF] MiscInformation -> Checkout master/main branch... done
    2021-05-25 14:53:27.826 +09:00 [INF] MiscInformation -> Pull... started
    2021-05-25 14:53:28.074 +09:00 [INF] MiscInformation -> Pull... done, already up to date
    2021-05-25 14:53:28.074 +09:00 [INF] MiscInformation -> Update... done
    2021-05-25 14:53:28.199 +09:00 [INF] PreloadAlert loaded in 129.7744 ms.
    2021-05-25 14:53:28.437 +09:00 [INF] MiscInformation loaded in 20.7969 ms.
    2021-05-25 14:53:28.437 +09:00 [INF] PreloadAlert -> Initialise time: 1.2536 ms.
    2021-05-25 14:53:28.453 +09:00 [INF] IconsBuilder -> Initialise time: 9.565 ms.
    2021-05-25 14:53:28.501 +09:00 [INF] MinimapIcons -> Initialise time: 50.5011 ms.
    2021-05-25 14:53:28.501 +09:00 [INF] SimpleHotkeyChain -> Initialise time: 0.1137 ms.
    2021-05-25 14:53:28.501 +09:00 [INF] SimpleStashie -> Initialise time: 0.0639 ms.
    2021-05-25 14:53:28.567 +09:00 [INF] PerfTimer =-> Load files from memory (127.2848 ms) Thread #[12]
    2021-05-25 14:53:28.647 +09:00 [INF] PerfTimer =-> Load files from memory (125.3006 ms) Thread #[5]
    2021-05-25 14:53:51.545 +09:00 [INF] PerfTimer =-> Load files from memory (172.1114 ms) Thread #[13]
    2021-05-25 14:53:56.983 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 14:54:06.056 +09:00 [INF] PerfTimer =-> Load files from memory (94.187 ms) Thread #[13]
    2021-05-25 14:54:25.985 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 14:54:54.282 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 14:55:42.059 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 14:56:34.296 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 14:57:08.105 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 14:58:04.848 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 14:58:10.207 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 14:58:14.305 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 14:59:51.622 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 14:59:54.321 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:01:34.334 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:03:14.362 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:04:54.351 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:05:30.071 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 15:06:34.361 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:08:14.375 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:09:54.395 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:11:34.387 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:12:18.556 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 15:12:21.932 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 15:12:45.137 +09:00 [ERR] SimpleHotkeyChain, PerfomanceRender -> System.InvalidOperationException: 컬렉션이 수정되었습니다. 열거 작업이 실행되지 않을 수도 있습니다.
    위치: System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
    위치: System.Collections.Generic.List`1.Enumerator.MoveNextRare()
    위치: System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
    위치: ExileCore.Shared.Runner.Run(Coroutine routine) 파일 /buddy/exileapi/Core/Shared/Runner.cs:줄 95
    위치: SimpleHotkeyChain.SimpleHotkeyChain.Render()
    위치: ExileCore.Shared.PluginWrapper.PerfomanceRender() 파일 /buddy/exileapi/Core/Shared/PluginWrapper.cs:줄 194
    2021-05-25 15:13:14.388 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:14:54.397 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:15:46.299 +09:00 [INF] =============== Close hud at 2021-05-25 오후 3:15:46 ===============
    2021-05-25 15:15:58.874 +09:00 [INF] =============== Start hud at 2021-05-25 오후 3:15:58 ===============
    2021-05-25 15:15:58.912 +09:00 [INF] PerfTimer =-> Create new offsets (5.4215 ms) Thread #[1]
    2021-05-25 15:15:58.955 +09:00 [INF] PerfTimer =-> Form Load (43.6967 ms) Thread #[1]
    2021-05-25 15:15:59.224 +09:00 [INF] PerfTimer =-> Check version (4.2528 ms) Thread #[1]
    2021-05-25 15:15:59.415 +09:00 [INF] PerfTimer =-> Load manual fonts (123.2246 ms) Thread #[1]
    2021-05-25 15:16:00.433 +09:00 [INF] PerfTimer =-> Build Font Texture (1016.8455 ms) Thread #[1]
    2021-05-25 15:16:00.460 +09:00 [INF] PerfTimer =-> Init ImGui (1174.0464 ms) Thread #[1]
    2021-05-25 15:16:00.483 +09:00 [INF] PerfTimer =-> Init ImGuiRender (1201.8684 ms) Thread #[1]
    2021-05-25 15:16:00.537 +09:00 [INF] PerfTimer =-> Init SpriteRender (54.1458 ms) Thread #[1]
    2021-05-25 15:16:00.544 +09:00 [INF] PerfTimer =-> DX11 Load (1308.0737 ms) Thread #[1]
    2021-05-25 15:16:01.914 +09:00 [INF] PerfTimer =-> Load files from memory (115.2186 ms) Thread #[1]
    2021-05-25 15:16:01.962 +09:00 [INF] PerfTimer =-> Plugin loader (2.1731 ms) Thread #[1]
    2021-05-25 15:16:02.031 +09:00 [INF] Core -> Windows 10 is the only supported system!
    2021-05-25 15:16:02.032 +09:00 [VRB] Core -> Checking for update...
    2021-05-25 15:16:02.032 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.String CommitShaLatest'.
    2021-05-25 15:16:02.032 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean CommitShaCurrentIsValid'.
    2021-05-25 15:16:02.032 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Boolean UpdateAvailable'.
    2021-05-25 15:16:02.032 +09:00 [INF] Pattern: File Root -> : Time: 28.1534 ms. Offset:[15715426] Started searching offset with:14630000
    2021-05-25 15:16:02.032 +09:00 [INF] Pattern: Area change -> : Time: 883.6705 ms. Offset:[7037592] Started searching offset with:9430000
    2021-05-25 15:16:02.032 +09:00 [INF] Pattern: Game State -> : Time: 1051.0973 ms. Offset:[844957] Started searching offset with:1240000
    2021-05-25 15:16:02.032 +09:00 [INF] HUD loaded in 3112.6124 ms.
    2021-05-25 15:16:02.032 +09:00 [INF] Resize from: {X=0,Y=0,Width=804,Height=579} to {X=0,Y=23,Width=800,Height=535}
    2021-05-25 15:16:02.063 +09:00 [INF] SimpleHotkeyChain -> Update... started
    2021-05-25 15:16:02.186 +09:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... started
    2021-05-25 15:16:02.186 +09:00 [INF] SimpleHotkeyChain -> Checkout master/main branch... done
    2021-05-25 15:16:02.186 +09:00 [INF] SimpleHotkeyChain -> Pull... started
    2021-05-25 15:16:02.524 +09:00 [INF] SimpleHotkeyChain -> Pull... done, already up to date
    2021-05-25 15:16:02.524 +09:00 [INF] SimpleHotkeyChain -> Update... done
    2021-05-25 15:16:04.245 +09:00 [INF] HealthBars -> Update... started
    2021-05-25 15:16:04.245 +09:00 [INF] HealthBars -> Checkout master/main branch... started
    2021-05-25 15:16:04.245 +09:00 [INF] HealthBars -> Checkout master/main branch... done
    2021-05-25 15:16:04.245 +09:00 [INF] HealthBars -> Pull... started
    2021-05-25 15:16:04.507 +09:00 [INF] HealthBars -> Pull... done, already up to date
    2021-05-25 15:16:04.507 +09:00 [INF] HealthBars -> Update... done
    2021-05-25 15:16:06.714 +09:00 [INF] MinimapIcons -> Update... started
    2021-05-25 15:16:06.714 +09:00 [INF] MinimapIcons -> Checkout master/main branch... started
    2021-05-25 15:16:06.740 +09:00 [INF] MinimapIcons -> Checkout master/main branch... done
    2021-05-25 15:16:06.740 +09:00 [INF] MinimapIcons -> Pull... started
    2021-05-25 15:16:06.771 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Collections.Generic.List`1[SimpleHotkeyChain.SettingsModels.HotkeyChain] HotkeyChains'.
    2021-05-25 15:16:06.771 +09:00 [INF] SimpleHotkeyChain loaded in 15.5333 ms.
    2021-05-25 15:16:06.771 +09:00 [INF] SimplePickIt -> Update... started
    2021-05-25 15:16:06.771 +09:00 [INF] SimplePickIt -> Checkout master/main branch... started
    2021-05-25 15:16:06.771 +09:00 [INF] SimplePickIt -> Checkout master/main branch... done
    2021-05-25 15:16:06.771 +09:00 [INF] SimplePickIt -> Pull... started
    2021-05-25 15:16:06.801 +09:00 [VRB] SettingsParser => ParentIndex used before created. [Menu("Show Enemies", ..., 3)] added as a top-level setting.
    2021-05-25 15:16:06.817 +09:00 [INF] HealthBars loaded in 63.5744 ms.
    2021-05-25 15:16:06.817 +09:00 [INF] IconsBuilder -> Update... started
    2021-05-25 15:16:06.817 +09:00 [INF] IconsBuilder -> Checkout master/main branch... started
    2021-05-25 15:16:06.832 +09:00 [INF] IconsBuilder -> Checkout master/main branch... done
    2021-05-25 15:16:06.832 +09:00 [INF] IconsBuilder -> Pull... started
    2021-05-25 15:16:07.005 +09:00 [INF] MinimapIcons -> Pull... done, already up to date
    2021-05-25 15:16:07.005 +09:00 [INF] MinimapIcons -> Update... done
    2021-05-25 15:16:07.052 +09:00 [INF] SimplePickIt -> Pull... done, already up to date
    2021-05-25 15:16:07.052 +09:00 [INF] SimplePickIt -> Update... done
    2021-05-25 15:16:07.100 +09:00 [INF] IconsBuilder -> Pull... done, already up to date
    2021-05-25 15:16:07.100 +09:00 [INF] IconsBuilder -> Update... done
    2021-05-25 15:16:07.656 +09:00 [INF] SimplePickIt loaded in 5.1416 ms.
    2021-05-25 15:16:07.656 +09:00 [INF] SimpleStashie -> Update... started
    2021-05-25 15:16:07.656 +09:00 [INF] MinimapIcons loaded in 5.8754 ms.
    2021-05-25 15:16:07.656 +09:00 [INF] Stashie -> Update... started
    2021-05-25 15:16:07.656 +09:00 [INF] SimpleStashie -> Checkout master/main branch... started
    2021-05-25 15:16:07.656 +09:00 [INF] Stashie -> Checkout master/main branch... started
    2021-05-25 15:16:07.656 +09:00 [INF] SimpleStashie -> Checkout master/main branch... done
    2021-05-25 15:16:07.656 +09:00 [INF] SimpleStashie -> Pull... started
    2021-05-25 15:16:07.680 +09:00 [INF] Stashie -> Checkout master/main branch... done
    2021-05-25 15:16:07.680 +09:00 [INF] Stashie -> Pull... started
    2021-05-25 15:16:07.872 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Single SizeDefaultIcon'.
    2021-05-25 15:16:07.872 +09:00 [INF] IconsBuilder loaded in 20.6331 ms.
    2021-05-25 15:16:07.917 +09:00 [INF] SimpleStashie -> Pull... done, already up to date
    2021-05-25 15:16:07.917 +09:00 [INF] SimpleStashie -> Update... done
    2021-05-25 15:16:07.931 +09:00 [INF] Stashie -> Pull... done, already up to date
    2021-05-25 15:16:07.931 +09:00 [INF] Stashie -> Update... done
    2021-05-25 15:16:08.337 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-25 15:16:08.337 +09:00 [INF] SimpleStashie loaded in 13.1257 ms.
    2021-05-25 15:16:08.337 +09:00 [INF] MiscInformation -> Update... started
    2021-05-25 15:16:08.337 +09:00 [INF] MiscInformation -> Checkout master/main branch... started
    2021-05-25 15:16:08.354 +09:00 [INF] MiscInformation -> Checkout master/main branch... done
    2021-05-25 15:16:08.354 +09:00 [INF] MiscInformation -> Pull... started
    2021-05-25 15:16:08.601 +09:00 [INF] MiscInformation -> Pull... done, already up to date
    2021-05-25 15:16:08.601 +09:00 [INF] MiscInformation -> Update... done
    2021-05-25 15:16:08.620 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'Int32[,] IgnoredCells'.
    2021-05-25 15:16:08.620 +09:00 [INF] Stashie loaded in 24.0717 ms.
    2021-05-25 15:16:08.620 +09:00 [INF] BasicFlaskRoutine -> Update... started
    2021-05-25 15:16:08.620 +09:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... started
    2021-05-25 15:16:08.716 +09:00 [INF] BasicFlaskRoutine -> Checkout master/main branch... done
    2021-05-25 15:16:08.716 +09:00 [INF] BasicFlaskRoutine -> Pull... started
    2021-05-25 15:16:08.949 +09:00 [INF] BasicFlaskRoutine -> Pull... done, already up to date
    2021-05-25 15:16:08.949 +09:00 [INF] BasicFlaskRoutine -> Update... done
    2021-05-25 15:16:09.009 +09:00 [INF] MiscInformation loaded in 17.5203 ms.
    2021-05-25 15:16:09.009 +09:00 [INF] PreloadAlert -> Update... started
    2021-05-25 15:16:09.009 +09:00 [INF] PreloadAlert -> Checkout master/main branch... started
    2021-05-25 15:16:09.027 +09:00 [INF] PreloadAlert -> Checkout master/main branch... done
    2021-05-25 15:16:09.027 +09:00 [INF] PreloadAlert -> Pull... started
    2021-05-25 15:16:09.293 +09:00 [INF] PreloadAlert -> Pull... done, already up to date
    2021-05-25 15:16:09.293 +09:00 [INF] PreloadAlert -> Update... done
    2021-05-25 15:16:09.831 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BuildYourOwnRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-25 15:16:09.831 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingPos'.
    2021-05-25 15:16:09.831 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'System.Numerics.Vector2 LastSettingSize'.
    2021-05-25 15:16:09.831 +09:00 [INF] TreeRoutine.Routine.BuildYourOwnRoutine loaded in 17.0622 ms.
    2021-05-25 15:16:09.857 +09:00 [VRB] SettingsParser => DrawDelegate not auto-generated for 'TreeRoutine.Routine.BasicFlaskRoutine.Flask.FlaskSetting[] FlaskSettings'.
    2021-05-25 15:16:09.857 +09:00 [INF] TreeRoutine.Routine.BasicFlaskRoutine loaded in 17.0622 ms.
    2021-05-25 15:16:10.172 +09:00 [INF] PreloadAlert loaded in 80.1892 ms.
    2021-05-25 15:16:10.172 +09:00 [INF] PreloadAlert -> Initialise time: 1.0791 ms.
    2021-05-25 15:16:10.188 +09:00 [INF] IconsBuilder -> Initialise time: 5.0843 ms.
    2021-05-25 15:16:10.218 +09:00 [INF] MinimapIcons -> Initialise time: 41.7348 ms.
    2021-05-25 15:16:10.218 +09:00 [INF] SimpleHotkeyChain -> Initialise time: 0.0413 ms.
    2021-05-25 15:16:10.218 +09:00 [INF] SimpleStashie -> Initialise time: 0.0475 ms.
    2021-05-25 15:16:10.361 +09:00 [INF] PerfTimer =-> Load files from memory (165.3208 ms) Thread #[12]
    2021-05-25 15:16:10.417 +09:00 [INF] PerfTimer =-> Load files from memory (151.7228 ms) Thread #[5]
    2021-05-25 15:16:31.165 +09:00 [INF] PerfTimer =-> Load files from memory (102.317 ms) Thread #[16]
    2021-05-25 15:16:39.102 +09:00 [INF] PerfTimer =-> Load files from memory (95.4733 ms) Thread #[16]
    2021-05-25 15:17:39.267 +09:00 [VRB] Core -> Checking for update...

  11. #383
    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 sundudwls1 View Post
    i am not sure is this what you said or not...
    if it's not tell me plz
    Yes thats it, next time please use CODE tags instead of QUOTE tags. Then the block of text gets scrollable.

    2021-05-25 14:46:15.583 +09:00 [ERR] PreloadAlert, Onload -> System.IO.FileNotFoundException: 'C:\Users\Spinach\Downloads\PoeHelper (1)\Plugins\Compiled\PreloadAlert\config\preload_alerts_default.txt'
    It seems like the mentioned file does not exist. This should be copied when the plugin gets downloaded, are there maybe some access restrictions?
    Make sure the file exists, you can see here which content it should have:
    PreloadAlert/preload_alerts_default.txt at master . Queuete/PreloadAlert . GitHub

  12. #384
    sundudwls1's Avatar Member
    Reputation
    1
    Join Date
    May 2021
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but it shows on drawAlerts just now shows on the right side of top .. i did not update the patch version POE/ keep poe open since 5-7 days ago
    does it matter on this situation?
    i did try the full default txt
    win 10 on vm is not working so i keep opening the Poe right now / sorry for my bad ENG
    just want to make clear i am having a trouble with Preload Alert ! it not shows on the rigth side of top
    but can see preloadAlert in DrawAlert. i can post the screen shot if you want!
    Last edited by sundudwls1; 05-25-2021 at 03:01 AM.

  13. #385
    PinkiPan's Avatar Active Member

    Reputation
    55
    Join Date
    Jan 2008
    Posts
    491
    Thanks G/R
    0/4
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure which plugin it is maybe pickit but one of them keeps pressing my Z button to turn all loot off, i think its pickit because i just started using it again today and sometimes when doing legion and there is a bunch of loot on the ground i notice it all just turn off.

  14. #386
    Rocker866's Avatar Member
    Reputation
    3
    Join Date
    Nov 2011
    Posts
    206
    Thanks G/R
    13/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    simplepickit is once again pretty clunky sadly :/ it often missclicks and runs around like a headless chicken i tested alot of stuff with the sliders but no difference. Is there any optimal slider option numbers?

  15. #387
    POEistrashwithouthud's Avatar Member
    Reputation
    3
    Join Date
    Apr 2021
    Posts
    24
    Thanks G/R
    14/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    SimplePickit is very unoptimized in semi-juiced / juiced maps, it makes the whole HUD rendering at 1 FPS, it seems to take count of every item including the ones that are hidden from the filter.

    Could you please take a look into it in the future Queuete ?

    Because actually I just have to use the original Pickit plugin to have a smooth experience, I would love to use SimplePickit.
    Last edited by POEistrashwithouthud; 05-25-2021 at 08:06 PM.

  16. #388
    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 sundudwls1 View Post
    but it shows on drawAlerts just now shows on the right side of top .. i did not update the patch version POE/ keep poe open since 5-7 days ago
    does it matter on this situation?
    i did try the full default txt
    win 10 on vm is not working so i keep opening the Poe right now / sorry for my bad ENG
    just want to make clear i am having a trouble with Preload Alert ! it not shows on the rigth side of top
    but can see preloadAlert in DrawAlert. i can post the screen shot if you want!
    Windows 10 is the only supported system, if you are running this on another windows version thats probably the reason.
    (Regarding your pm, I am not using VMs so I am not able to help you get one running)

    Originally Posted by Rocker866 View Post
    simplepickit is once again pretty clunky sadly :/ it often missclicks and runs around like a headless chicken i tested alot of stuff with the sliders but no difference. Is there any optimal slider option numbers?
    Originally Posted by POEistrashwithouthud View Post
    SimplePickit is very unoptimized in semi-juiced / juiced maps, it makes the whole HUD rendering at 1 FPS, it seems to take count of every item including the ones that are hidden from the filter.

    Could you please take a look into it in the future Queuete ?

    Because actually I just have to use the original Pickit plugin to have a smooth experience, I would love to use SimplePickit.
    There are quite a few changes to SimplePickIt when the hud goes away from coroutines. Currently you may want to adjust your Coroutine Fps slider in the core settings, this is the one limiting SimplePickIts speed in normal (non-juiced) maps.

    On a site note, PickIt and SimplePickIt are both accessing the items in the same way. This includes filtering all items down to those which are shown. There was an update to SimplePickIts performance ~10 days ago, if you dont have that update installed (-> autoupdate deactivated) thats probably the solution.

  17. Thanks POEistrashwithouthud (1 members gave Thanks to Queuete for this useful post)
  18. #389
    Shiroineko's Avatar Member
    Reputation
    1
    Join Date
    Feb 2017
    Posts
    22
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone has autoquit working? It is working for a few times then it has error and stopped.

  19. #390
    POEistrashwithouthud's Avatar Member
    Reputation
    3
    Join Date
    Apr 2021
    Posts
    24
    Thanks G/R
    14/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a problem since the last update I believe.

    It's been 3 times that I need to reinstall the whole HUD from a fresh folder, everytime I setup everything, it works nicely then when I come back later after a windows reboot, all of my custom plugins are disappearing from the HUD (Unidy + Highlitghted Items + Get Chaos value)

    Here is the error log : https://drive.google.com/file/d/1yn3...ew?usp=sharing

    I had to literally delete thousand and thousand of this specific line (206 180 to be precise) for clarity purpose.

    "2021-05-26 01:00:11.267 +02:00 [ERR] HighlightedItems, Render -> System.NullReferenceException: Object reference not set to an instance of an object.
    at HighlightedItems.HighlightedItems.Render()
    at ExileCore.Shared.PluginWrapper.Render() in /buddy/exileapi/Core/Shared/PluginWrapper.cs:line 208"


    Not sure if this is related to my issue however, I've used the exact same setup for the whole league so far.
    Last edited by POEistrashwithouthud; 05-26-2021 at 10:03 AM.

Page 26 of 36 FirstFirst ... 222324252627282930 ... 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 02:07 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