ExileApi (Old POEHUD) Overlay for Path of Exile menu

User Tag List

Page 10 of 78 FirstFirst ... 6789101112131460 ... LastLast
Results 136 to 150 of 1160
  1. #136
    Dant121's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    63
    Thanks G/R
    45/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I talked with a friend, he has a standard norms flasker loaded, but I don’t, put the old version new, the plugin does not load.

    Code:
    2019-09-13 10:33:26.867 +03:00 [Error] Error when load plugin (FlaskManager.dll): System.Reflection.ReflectionTypeLoadException: Не удается загрузить один или более запрошенных типов. Обратитесь к свойству LoaderExceptions для получения дополнительных сведений.
       в System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       в System.Reflection.Assembly.GetTypes()
       в ExileCore.Shared.PluginManager.TryLoadAssemble(Assembly asm, Boolean fromSource) в A:\Work\GitHub\ExileApi\Core\Shared\PluginManager.cs:строка 463)
    Last edited by Dant121; 09-13-2019 at 02:38 AM.

    ExileApi (Old POEHUD) Overlay for Path of Exile
  2. #137
    myblubber's Avatar Member
    Reputation
    1
    Join Date
    Sep 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,

    Is there any tutorial on how to write my own plugins for qvins hud ?
    Anything that gets me started ? or well commented code ?

    Thank in advance .

    Cya

  3. #138
    jaff095's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dant121 View Post
    I talked with a friend, he has a standard norms flasker loaded, but I don’t, put the old version new, the plugin does not load.

    Code:
    2019-09-13 10:33:26.867 +03:00 [Error] Error when load plugin (FlaskManager.dll): System.Reflection.ReflectionTypeLoadException: Не удается загрузить один или более запрошенных типов. Обратитесь к свойству LoaderExceptions для получения дополнительных сведений.
       в System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       в System.Reflection.Assembly.GetTypes()
       в ExileCore.Shared.PluginManager.TryLoadAssemble(Assembly asm, Boolean fromSource) в A:\Work\GitHub\ExileApi\Core\Shared\PluginManager.cs:строка 463)
    BasicFlaskRoutine is up and running for ExileApi. Its already compiled. Just need to download it and extract to plugin/compiled

  4. #139
    chigo's Avatar Member
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2019-09-13 11:09:09.386 +02:00 [Error] .git -> warning CS2008: Non sono stati specificati file di origine.
    2019-09-13 11:09:09.387 +02:00 [Error] .git -> error CS0009: Non è possibile aprire il file di metadati 'C:\Users\user\Downloads\PoE\PoeHelper\roslyn\Microsoft.DiaSymReader.Native.x86. dll' - 'L'immagine PE non contiene metadati gestiti.'
    2019-09-13 11:09:09.387 +02:00 [Error] .git -> error CS0009: Non è possibile aprire il file di metadati 'C:\Users\user\Downloads\PoE\PoeHelper\roslyn\Microsoft.DiaSymReader.Native.amd6 4.dll' - 'L'immagine PE non contiene metadati gestiti.'
    2019-09-13 11:09:10.318 +02:00 [Error] Not found plugin dll. (Dll AutoQuit should be like folder)
    2019-09-13 11:09:10.318 +02:00 [Error] Not found plugin dll. (Dll BasicFlaskRoutine should be like folder)
    2019-09-13 11:09:10.319 +02:00 [Error] Not found plugin dll. (Dll DPSMeter should be like folder)
    2019-09-13 11:09:10.319 +02:00 [Error] Not found plugin dll. (Dll EliteBar should be like folder)
    2019-09-13 11:09:10.319 +02:00 [Error] Not found plugin dll. (Dll PassiveSkillTreePlanter should be like folder)
    2019-09-13 11:09:10.319 +02:00 [Error] Not found plugin dll. (Dll Skill DPS should be like folder)
    2019-09-13 11:09:10.319 +02:00 [Error] Not found plugin dll. (Dll XPBar should be like folder)
    2019-09-13 11:09:14.501 +02:00 [Error] Not found setting class
    2019-09-13 11:13:16.326 +02:00 [Error] Not found plugin dll. (Dll .git should be like folder)
    2019-09-13 11:13:17.607 +02:00 [Error] Not found plugin dll. (Dll AutoQuit should be like folder)
    2019-09-13 11:13:17.607 +02:00 [Error] Not found plugin dll. (Dll BasicFlaskRoutine should be like folder)
    2019-09-13 11:13:17.677 +02:00 [Error] Not found plugin dll. (Dll DPSMeter should be like folder)
    2019-09-13 11:13:17.677 +02:00 [Error] Not found plugin dll. (Dll EliteBar should be like folder)
    2019-09-13 11:13:18.827 +02:00 [Error] Not found plugin dll. (Dll PassiveSkillTreePlanter should be like folder)
    2019-09-13 11:13:19.183 +02:00 [Error] Not found plugin dll. (Dll Skill DPS should be like folder)
    2019-09-13 11:13:19.200 +02:00 [Error] Not found plugin dll. (Dll XPBar should be like folder)
    2019-09-13 11:13:19.733 +02:00 [Error] Not found setting class
    seem to miss some dll in the lastest version

  5. #140
    dirkbach666's Avatar Active Member
    Reputation
    24
    Join Date
    Aug 2013
    Posts
    59
    Thanks G/R
    39/22
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myblubber View Post
    Hey guys,

    Is there any tutorial on how to write my own plugins for qvins hud ?
    Anything that gets me started ? or well commented code ?

    Thank in advance .

    Cya
    I'd start with going through the code of some basic plugins he already converted like pickit and go on from there..

  6. #141
    Dant121's Avatar Member
    Reputation
    7
    Join Date
    Apr 2009
    Posts
    63
    Thanks G/R
    45/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jaff095 View Post
    BasicFlaskRoutine is up and running for ExileApi. Its already compiled. Just need to download it and extract to plugin/compiled
    Code:
    2019-09-13 13:18:59.444 +03:00 [Error] Error when load plugin (BasicFlaskRoutine.dll): System.Reflection.ReflectionTypeLoadException: Не удается загрузить один или более запрошенных типов. Обратитесь к свойству LoaderExceptions для получения дополнительных сведений.
       в System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       в System.Reflection.Assembly.GetTypes()
       в ExileCore.Shared.PluginManager.TryLoadAssemble(Assembly asm, Boolean fromSource) в A:\Work\GitHub\ExileApi\Core\Shared\PluginManager.cs:строка 463)
    old version QvinHud everything starts without errors, and the built-in plugin and BasicFlaskRoutine

    here is still such an error in the log
    Code:
    2019-09-13 13:18:54.398 +03:00 [Error] .git -> warning CS2008: Не указаны файлы с исходным кодом.
    2019-09-13 13:18:54.399 +03:00 [Error] .git -> error CS0009: Не удалось открыть файл метаданных "D:\hacks\poe\lol\roslyn\Microsoft.DiaSymReader.Native.x86.dll" — Образ среды предустановки не содержит управляемые метаданные.
    2019-09-13 13:18:54.399 +03:00 [Error] .git -> error CS0009: Не удалось открыть файл метаданных "D:\hacks\poe\lol\roslyn\Microsoft.DiaSymReader.Native.amd64.dll" — Образ среды предустановки не содержит управляемые метаданные.

  7. #142
    Bashor7030's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    40
    Thanks G/R
    10/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a working autoquit plugin for this?

  8. #143
    dirkbach666's Avatar Active Member
    Reputation
    24
    Join Date
    Aug 2013
    Posts
    59
    Thanks G/R
    39/22
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ugro_PNZ View Post
    there was guy on page 2 or 3 its about dpi in .exe
    try his solution but i never had such problem so cant tell for sure
    nvm found it, its on page 7 of the poehud's death thread - thx
    Last edited by dirkbach666; 09-13-2019 at 06:36 AM.

  9. #144
    Forumuser1000's Avatar Active Member
    Reputation
    27
    Join Date
    Mar 2017
    Posts
    257
    Thanks G/R
    169/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jaff095 View Post
    BasicFlaskRoutine is up and running for ExileApi. Its already compiled. Just need to download it and extract to plugin/compiled
    I can get BasicFlaskRoutine showing up and ticked in the plugin list after hitting F12 and edit all the options as needed, but the plugin doesn't then actually do anything or work for me, currently.

  10. #145
    xXK1ll3rXx's Avatar Member
    Reputation
    2
    Join Date
    Nov 2009
    Posts
    221
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any news for the updated Delve plugin?

  11. #146
    FrEeMaNlav's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    62
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i download last versioun of QuinHud for install all plugin,but in this version Hud don't see autoflask and autoquit at menu.WHy? Last version see and work well

  12. #147
    member_zero's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone found any working chaos recipe maker?

  13. #148
    Vekmor's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Autoquit still not working... F4, not effect. Change button, many error.

  14. #149
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nothing is working here.
    I open loader.exe and then I can only see "core" in main hud. Whats going on?

    error:
    2019-09-13 12:02:27.900 -03:00 [Error] Not found plugin dll. (Dll AutoQuit-master should be like folder)
    2019-09-13 12:02:27.901 -03:00 [Error] Not found plugin dll. (Dll IconsBuilder-master should be like folder)
    2019-09-13 12:02:27.901 -03:00 [Error] Not found plugin dll. (Dll PickIt-master should be like folder)
    2019-09-13 12:02:27.901 -03:00 [Error] Not found plugin dll. (Dll PreloadAlert-master should be like folder)
    2019-09-13 12:02:27.901 -03:00 [Error] Not found plugin dll. (Dll Stashie-master should be like folder)

    --------------

    cant find any .dll in my plugins folder. Just downloaded it from here. What? im confused lol
    Last edited by MACROS4LIFE; 09-13-2019 at 10:16 AM.
    GH it's like cocaine, once you used, you can't forget.

  15. #150
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    294
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    old version still works, don't update

Page 10 of 78 FirstFirst ... 6789101112131460 ... LastLast

Similar Threads

  1. PoEHUD - Overlay for Path of Exile (Updated for 3.0)
    By TehCheat in forum PoE Bots and Programs
    Replies: 4451
    Last Post: 09-05-2019, 01:53 PM
  2. [Release] ExileHUD - External overlay for Path of Exile (work in progress)
    By Evozer in forum PoE Bots and Programs
    Replies: 1131
    Last Post: 04-04-2015, 05:14 PM
  3. [Release] PoeHUD - Overlay for Path of Exile
    By Coyl in forum PoE Bots and Programs
    Replies: 1870
    Last Post: 01-27-2015, 02:28 AM
  4. [Trading] Dota2 beta keys for Path of Exile beta keys
    By shaunffs in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 12-13-2012, 04:20 PM
  5. [Trading] 20m D3 Gold for Path of Exiles Beta Key
    By Jam3z in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 07-31-2012, 05:30 PM
All times are GMT -5. The time now is 08:48 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search