ExileAPI 3.12 Release menu

Shout-Out

User Tag List

Page 13 of 33 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 493
  1. #181
    admiralyamamoto's Avatar Member
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    15
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TT89 View Post
    1. Go through "Troubleshooting" in https://www.ownedcore.com/forums/mmo...ml#post4254203 (ExileAPI 3.12 Release) and do everything. Is it done?
    2. Any non-English characters in path?
    3. Any non-English characters in Windows' username?

    You have the same problem as another person some pages ago. And you both have Russian version of Windows.
    Yeah, im rus, but no rus usernames/paths (its just c:/path of exile)/pc name, net framework is >4.8. l shall try that guy with same problem here then.

    ExileAPI 3.12 Release
  2. #182
    TT89's Avatar Active Member
    Reputation
    47
    Join Date
    Jun 2014
    Posts
    76
    Thanks G/R
    1/37
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by admiralyamamoto View Post
    Yeah, im rus, but no rus usernames/paths (its just c:/path of exile)/pc name, net framework is >4.8. l shall try that guy with same problem here then.
    Do you have Russian .Net Framework? Any language packs for .Net installed? Which language Windows has been set up?
    Hard to reproduce as we have to install so much in a virtual machine... But I've found for example this one windows - How to remove localization .NET Framework of russian? - Stack Overflow and might check later.

  3. #183
    snowhawk's Avatar Contributor
    Reputation
    150
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/133
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by admiralyamamoto View Post
    Hi, got this problem: https://i.imgur.com/IF4INay.png how is it fixable?
    Do you have cimgui.dll in the same folder as loader.exe? If not, redownload the hud.

  4. #184
    Baki667's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    50
    Thanks G/R
    11/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Basic Flask Routine stopped removing the freeze ailment for me. I'm pretty sure it worked some time ago.

    BFR.jpg

  5. #185
    admiralyamamoto's Avatar Member
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    15
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snowhawk View Post
    Do you have cimgui.dll in the same folder as loader.exe? If not, redownload the hud.
    Yes, i have

    Originally Posted by TT89 View Post
    Do you have Russian .Net Framework? Any language packs for .Net installed? Which language Windows has been set up?
    Hard to reproduce as we have to install so much in a virtual machine... But I've found for example this one windows - How to remove localization .NET Framework of russian? - Stack Overflow and might check later.
    I tried to make us/english all i could touch (but interface is still russian). But still this problem here.

    Upd: made interface english also - doesnt affect
    Last edited by admiralyamamoto; 10-03-2020 at 02:27 PM.

  6. #186
    snowhawk's Avatar Contributor
    Reputation
    150
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/133
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by admiralyamamoto View Post
    Yes, i have



    I tried to make us/english all i could touch (but interface is still russian). But still this problem here.

    Upd: made interface english also - doesnt affect
    I would check the logs folder and check the error file, see if there is an associated message e.g. $"Cant load cimgui.dll -> {Reason}"

  7. #187
    snowhawk's Avatar Contributor
    Reputation
    150
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/133
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Baki667 View Post
    Basic Flask Routine stopped removing the freeze ailment for me. I'm pretty sure it worked some time ago.

    BFR.jpg
    PlayerInventories offset broken with the 3.12.2 patch. If you compile yourself, you can yoink the offsets from the pull request sitting in queuete's github.

  8. Thanks Baki667, AeonClock (2 members gave Thanks to snowhawk for this useful post)
  9. #188
    admiralyamamoto's Avatar Member
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    15
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snowhawk View Post
    I would check the logs folder and check the error file, see if there is an associated message e.g. $"Cant load cimgui.dll -> {Reason}"
    Verbose-20201004.log: https://i.imgur.com/abxQRxv.png
    Info-20201004.log: https://i.imgur.com/nco7lBP.png

  10. #189
    snowhawk's Avatar Contributor
    Reputation
    150
    Join Date
    Aug 2008
    Posts
    239
    Thanks G/R
    42/133
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by admiralyamamoto View Post
    Verbose-20201004.log: https://i.imgur.com/abxQRxv.png
    Info-20201004.log: https://i.imgur.com/nco7lBP.png
    If a clean install still crashes with cimgui.dll in the root folder, the only thing I can think of is to make sure you have VC++ Redistributable Runtime installed (https://support.microsoft.com/en-us/...al-c-downloads)

  11. Thanks admiralyamamoto, Queuete (2 members gave Thanks to snowhawk for this useful post)
  12. #190
    admiralyamamoto's Avatar Member
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    15
    Thanks G/R
    9/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snowhawk View Post
    If a clean install still crashes with cimgui.dll in the root folder, the only thing I can think of is to make sure you have VC++ Redistributable Runtime installed (https://support.microsoft.com/en-us/...al-c-downloads)
    Yes, it works now! Thanks for ur effort about me

  13. #191
    AeonClock's Avatar Active Member
    Reputation
    19
    Join Date
    Apr 2011
    Posts
    71
    Thanks G/R
    9/17
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snowhawk View Post
    PlayerInventories offset broken with the 3.12.2 patch. If you compile yourself, you can yoink the offsets from the pull request sitting in queuete's github.
    U the man .

  14. #192
    Tonkan's Avatar Member
    Reputation
    12
    Join Date
    Feb 2007
    Posts
    77
    Thanks G/R
    12/11
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you fix the issue with updater btw? I noticed my error from it waiting for the program to close has changed to something else now.

    Log -> updateFolderPath: C:\Users\Tony\Documents\Path
    Log -> releaseFileName: of
    Log -> mainExecuteablePath: Exile\PoeHelper
    Log -> Cleaning directory: Exile\temp
    Error -> Something during the update went wrong.
    Error -> When you are not able to start the program manually you may need to reinstall it.
    Error -> Det gick inte att hitta en del av sökvägen C:\Users\Tony\Documents\Path\of.

    Seems like the directories are getting fucked up

  15. Thanks Queuete (1 members gave Thanks to Tonkan for this useful post)
  16. #193
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tonkan View Post
    Did you fix the issue with updater btw? I noticed my error from it waiting for the program to close has changed to something else now.

    Log -> updateFolderPath: C:\Users\Tony\Documents\Path
    Log -> releaseFileName: of
    Log -> mainExecuteablePath: Exile\PoeHelper
    Log -> Cleaning directory: Exile\temp
    Error -> Something during the update went wrong.
    Error -> When you are not able to start the program manually you may need to reinstall it.
    Error -> Det gick inte att hitta en del av sökvägen C:\Users\Tony\Documents\Path\of.

    Seems like the directories are getting fucked up
    Yes the former issue with the Updater was fixed already. Till now it was not able to handle spaces in the directory structure, this should be fixed aswell in the latest release.

  17. #194
    Tonkan's Avatar Member
    Reputation
    12
    Join Date
    Feb 2007
    Posts
    77
    Thanks G/R
    12/11
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    Yes the former issue with the Updater was fixed already. Till now it was not able to handle spaces in the directory structure, this should be fixed aswell in the latest release.
    So I guess I have to download it manually for the fix then :P Are there any files that I can keep when updating to save all my configs etc? (stashie mainly) sucks setting it up again after each update

  18. #195
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tonkan View Post
    So I guess I have to download it manually for the fix then :P Are there any files that I can keep when updating to save all my configs etc? (stashie mainly) sucks setting it up again after each update
    The Plugins are not included in the released PoeHelper.zip. The settings wont be overwritten.

Page 13 of 33 FirstFirst ... 91011121314151617 ... LastLast

Similar Threads

  1. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
  2. [Release] 12/21/2007 Working Vendor's + Vendor's Items
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 31
    Last Post: 12-30-2007, 12:09 AM
  3. [RELEASE] Latest V 1.12.1 Hack
    By TehAvatar in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 05-08-2007, 02:48 PM
  4. [Release] Herbs to Flag [2.0.12]
    By Vladinator in forum World of Warcraft Model Editing
    Replies: 6
    Last Post: 05-06-2007, 06:41 AM
  5. [RELEASE] V1.12.1 Trainer 1.1 BETA Features
    By TehAvatar in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 03-18-2007, 01:48 PM
All times are GMT -5. The time now is 05:56 AM. 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