-
Active Member
Originally Posted by
Queuete
The full log of that session please. You are using windows 10?
Yes, I do, Windows 10 x64.
I can run a couple of maps to form a fresh log, copy it and share today.
Error-20210201.log
Last edited by armory236; 02-01-2021 at 04:35 AM.
-
Member
Sorry for my bad English
Is there any way for BasicFlaskRoutine to use flasks when they almost over? My build playing with pathfinder and almost my tanky depend on flasks. There's a very short time the plugin use flask again when it expired and I sometime die on that time because resis and amour down.
-
Active Member
Originally Posted by
Queuete
I have not heard of any other reports with a compareable issue. If you want somebody to be able to track that down you need to deliver more information.
A good start would be a minimal example (only MinimapIcons + IconsBuilder activated) in best case as video or as screenshot slideshow, together with the error + debug log.
Are HealthBars drawn when you use it normally?
I am having not any problems with the entity list, you may want to elaborate that a bit more.
I use plugin Healthbar and IconBuilder, only Localplayer Display, other players and monster are not display. And Healthbar Log Error in Screentshot(Healthbar).
Also I debug my plugin, use EntityListWrapper, but is none. So I wonder what's wrong with my program.
My System is windows_10_enterprise_ltsc_2019_x64.
Thank you! Queuete
Screenshot:KxLyWncC
Last edited by Aoooooooo; 02-01-2021 at 08:10 AM.
-
Elite User
Originally Posted by
armory236
Yes, I do, Windows 10 x64.
I can run a couple of maps to form a fresh log, copy it and share today.
Error-20210201.log
As mentioned earlier please post the "Verbose-[date].log" file. Error contains ONLY the errors. I'll probably look soon into removing the other logs, they are only confusing.
Did you make any other changes to the PoE installation? Are you starting the PathOfExile_x64.exe? Those are the kind of errors I would expect when you try to run hud on Tencent/Steam/Epic instead of the standalone launcher.
When you are using a fresh installed version, there is almost certainly something different with your game process.
Originally Posted by
titymin
Sorry for my bad English
Is there any way for BasicFlaskRoutine to use flasks when they almost over? My build playing with pathfinder and almost my tanky depend on flasks. There's a very short time the plugin use flask again when it expired and I sometime die on that time because resis and amour down.
I am fairly certain the answer is no. Your best bet is asking directly in the BasicFlaskRouting thread: https://www.ownedcore.com/forums/mmo...anager-37.html (BasicFlaskRoutine - A PoEHUD Flask Manager)
Originally Posted by
Aoooooooo
I use plugin Healthbar and IconBuilder, only Localplayer Display, other players and monster are not display. And Healthbar Log Error in Screentshot(Healthbar).
Also I debug my plugin, use EntityListWrapper, but is none. So I wonder what's wrong with my program.
My System is windows_10_enterprise_ltsc_2019_x64.
Thank you! Queuete
Screenshot:
KxLyWncC
Your screenshot shows not the current source code, most likely you made some manual changes.
-
Active Member
Originally Posted by
Queuete
As mentioned earlier please post the "Verbose-[date].log" file. Error contains ONLY the errors. I'll probably look soon into removing the other logs, they are only confusing.
Did you make any other changes to the PoE installation? Are you starting the PathOfExile_x64.exe? Those are the kind of errors I would expect when you try to run hud on Tencent/Steam/Epic instead of the standalone launcher.
When you are using a fresh installed version, there is almost certainly something different with your game process.
Yeah, I did, I use PoESmoother to remove a lot of excessive stuff like shadows, some mtx, fog, extra lights. That might influence the PoEHelper performance, right?
Verbose-20210201.log - Verbose_Feb01
-
Elite User
Originally Posted by
armory236
Yeah, I did, I use PoESmoother to remove a lot of excessive stuff like shadows, some mtx, fog, extra lights. That might influence the PoEHelper performance, right?
Verbose-20210201.log - Verbose_Feb01
I dont know how PoeSmoother works so I would consider this possible. You should try it with a clean PathOfExile installation. The rest of your startup looks completly normal (according to the logs).
-
Post Thanks / Like - 1 Thanks
armory236 (1 members gave Thanks to Queuete for this useful post)
-
Member
Is there any Plugin for auto unID items and sell them?
-
Contributor
Originally Posted by
armory236
Yeah, I did, I use PoESmoother to remove a lot of excessive stuff like shadows, some mtx, fog, extra lights. That might influence the PoEHelper performance, right?
Verbose-20210201.log - Verbose_Feb01
Nope. If its game is not crashing it will be same
github.com/vadash/EZVendor
-
Post Thanks / Like - 1 Thanks
armory236 (1 members gave Thanks to dlr5668 for this useful post)
-
Contributor
Originally Posted by
Queuete
As long as the other fork is private thats not possible. The forks are doomed to drift apart. Depending on the complexity and the maintenance of the plugin some will stop working in each fork at some point, it seems like for Stashie that point is already reached. So new versions of Stashie wont be useable.
Not going to bring up too much drama here, but I was here when the whole thing exploded and you know who decided to do what he did. Won't say anymore because it's in the past, but it is starting to impact things as each fork goes in a different direction. I know some things are being used from your fork to fuel the private version, but it doesn't work the other way around since it's private, so in the end a lot of things will be guess work or expanding on it to support these new features in plugins. It's just hard to know what some plugins are calling on what functions when you don't have the same fork they are being made for.
-
Member
Hello
it works with another language? the flaskroutine does not work when I switch the client to French
-
Member
It starts but does not work, help me figure it out log
-
yeah this is dead, almost nothing works anymore. preload does tho. minimap icons does not. the development split up too much to make private bots. rip in rip
-
Elite User
Originally Posted by
RatMonkey
Not going to bring up too much drama here, but I was here when the whole thing exploded and you know who decided to do what he did. Won't say anymore because it's in the past, but it is starting to impact things as each fork goes in a different direction. I know some things are being used from your fork to fuel the private version, but it doesn't work the other way around since it's private, so in the end a lot of things will be guess work or expanding on it to support these new features in plugins. It's just hard to know what some plugins are calling on what functions when you don't have the same fork they are being made for.
As soon as the other fork went private the decision weather the community splits up or not was passed on to the plugin developers. There will be other breaking change and the success of the public project completly depends on the community support (mostly in form of plugin developement).
Originally Posted by
wzshoot
Hello
it works with another language? the flaskroutine does not work when I switch the client to French
For the game memory the chosen language makes no difference. For single plugins its totally possible. If I am not mistaken BasicFlaskRoutine is using names for unique flasks and potentially some modifiers.
Originally Posted by
l3ounty
It starts but does not work, help me figure it out
log
Either your game is not running or you are not using the native Path of Exile client.
Originally Posted by
antroxxx
yeah this is dead, almost nothing works anymore. preload does tho. minimap icons does not. the development split up too much to make private bots. rip in rip
The hud is fully working, including MinimapIcons and all other plugins which are listed in the first post under "default".
-
Member
Is it possible to make minimap remember locations of the Rituals, and other stuff, like harvest portal?
-
Active Member
Originally Posted by
antroxxx
yeah this is dead, almost nothing works anymore. preload does tho. minimap icons does not. the development split up too much to make private bots. rip in rip
It's been working just fine for me. Sure the plugin selection is limited but the API itself all works nicely.
As he said boils down to who wants to write plugins more than anything. I can't really blame anyone who wants to write their own bots and not release those plugins publicly. The amount of work is huge in both creating and maintaining it. This is a great foundation to write off where all the hard client data stuff is handled for you.
Honestly I'm shocked at how free and open the POE dev community is. I'm used to basically everything being paywalled in other communities so something like this staying not only free but open source for others to maintain is really pretty cool.