-
Banned
Hey raretitlez, i would like to add the fossils, resonators so that stashie automatically transfers them to my delve tab, what is the classname i use for this tab or can i get the code you added into your filters config. TIA!
-
Member
Originally Posted by
ReadyToKill
Hey raretitlez, i would like to add the fossils, resonators so that stashie automatically transfers them to my delve tab, what is the classname i use for this tab or can i get the code you added into your filters config. TIA!
You can add this at the end of the FiltersConfig.txt
//Delve
Resonators: ClassName^Currency,BaseName^Resonator : Delve
Fossils: ClassName^Currency,BaseName^Fossil : Delve
but Fossils would go to Currency tab, so you should add this at the end of the currency line in default tabs
-
Post Thanks / Like - 1 Thanks
ReadyToKill (1 members gave Thanks to mehter03 for this useful post)
-
Member
when i try run compiled Stashie
stashie error.jpg
what im doing wrong?
old stashie gimme same error to
-
Active Member
Here is the latet compiled version of ExileApi as of 9/24: Filebin
All plugins are included, other than MapsExchange which was giving errors. Remember to copy your config folder from your old hud to this one to save your plugin settings; otherwise, you will have to set them all over again.
Let me know if there are any issues.
Edit: Basic Flask Routine was not included in this release. Simply copy it from the old HUD and put it in Plugins/compiled.
Last edited by raretitlez; 09-24-2019 at 04:42 PM.
-
Post Thanks / Like - 3 Thanks
-
Member
i compiled last version to)
error from my version
Code:
2019-09-25 00:24:31.539 +03:00 [Error] Core Tick Menu -> System.ArgumentNullException: Value cannot be null.
Parameter name: s
at System.Text.UTF8Encoding.GetByteCount(String chars)
at ImGuiNET.ImGui.Combo(String label, Int32& current_item, String[] items, Int32 items_count)
at Stashie.StashieCore.<>c__DisplayClass37_0.<GenerateMenu>b__2() in c:\Users\fears\source\repos\ExileApi\Plugins\Source\Stashie\Stashie.cs:line 252
at System.Action.Invoke()
at Stashie.StashieCore.DrawSettings() in c:\Users\fears\source\repos\ExileApi\Plugins\Source\Stashie\Stashie.cs:line 197
at ExileCore.Shared.PluginWrapper.DrawSettings() in C:\!Games\PoE\ExileApi-master\Core\Shared\PluginWrapper.cs:line 321
at ExileCore.MenuWindow.<>c__DisplayClass40_0.<Render>b__3() in C:\!Games\PoE\ExileApi-master\Core\MenuWindow.cs:line 255
at ExileCore.MenuWindow.Render(GameController _gameController) in C:\!Games\PoE\ExileApi-master\Core\MenuWindow.cs:line 263
at ExileCore.Core.Tick() in C:\!Games\PoE\ExileApi-master\Core\Core.cs:line 328
error from ur version with ur config
Code:
2019-09-25 00:30:49.037 +03:00 [Error] Core Tick Menu -> System.ArgumentNullException: Value cannot be null.
Parameter name: s
at System.Text.UTF8Encoding.GetByteCount(String chars)
at ImGuiNET.ImGui.Combo(String label, Int32& current_item, String[] items, Int32 items_count)
at Stashie.StashieCore.<>c__DisplayClass30_0.<GenerateMenu>b__2() in C:\Users\Kadamose\Downloads\latest\PoeHelper\Plugins\Source\Stashie\Stashie.cs:line 245
at System.Action.Invoke()
at Stashie.StashieCore.DrawSettings() in C:\Users\Kadamose\Downloads\latest\PoeHelper\Plugins\Source\Stashie\Stashie.cs:line 191
at ExileCore.Shared.PluginWrapper.DrawSettings() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\Shared\PluginWrapper.cs:line 321
at ExileCore.MenuWindow.<>c__DisplayClass40_0.<Render>b__3() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\MenuWindow.cs:line 255
at ExileCore.MenuWindow.Render(GameController _gameController) in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\MenuWindow.cs:line 263
at ExileCore.Core.Tick() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\Core.cs:line 328
-
Active Member
Originally Posted by
ezergilius
i compiled last version to)
error from my version
Code:
2019-09-25 00:24:31.539 +03:00 [Error] Core Tick Menu -> System.ArgumentNullException: Value cannot be null.
Parameter name: s
at System.Text.UTF8Encoding.GetByteCount(String chars)
at ImGuiNET.ImGui.Combo(String label, Int32& current_item, String[] items, Int32 items_count)
at Stashie.StashieCore.<>c__DisplayClass37_0.<GenerateMenu>b__2() in c:\Users\fears\source\repos\ExileApi\Plugins\Source\Stashie\Stashie.cs:line 252
at System.Action.Invoke()
at Stashie.StashieCore.DrawSettings() in c:\Users\fears\source\repos\ExileApi\Plugins\Source\Stashie\Stashie.cs:line 197
at ExileCore.Shared.PluginWrapper.DrawSettings() in C:\!Games\PoE\ExileApi-master\Core\Shared\PluginWrapper.cs:line 321
at ExileCore.MenuWindow.<>c__DisplayClass40_0.<Render>b__3() in C:\!Games\PoE\ExileApi-master\Core\MenuWindow.cs:line 255
at ExileCore.MenuWindow.Render(GameController _gameController) in C:\!Games\PoE\ExileApi-master\Core\MenuWindow.cs:line 263
at ExileCore.Core.Tick() in C:\!Games\PoE\ExileApi-master\Core\Core.cs:line 328
error from ur version with ur config
Code:
2019-09-25 00:30:49.037 +03:00 [Error] Core Tick Menu -> System.ArgumentNullException: Value cannot be null.
Parameter name: s
at System.Text.UTF8Encoding.GetByteCount(String chars)
at ImGuiNET.ImGui.Combo(String label, Int32& current_item, String[] items, Int32 items_count)
at Stashie.StashieCore.<>c__DisplayClass30_0.<GenerateMenu>b__2() in C:\Users\Kadamose\Downloads\latest\PoeHelper\Plugins\Source\Stashie\Stashie.cs:line 245
at System.Action.Invoke()
at Stashie.StashieCore.DrawSettings() in C:\Users\Kadamose\Downloads\latest\PoeHelper\Plugins\Source\Stashie\Stashie.cs:line 191
at ExileCore.Shared.PluginWrapper.DrawSettings() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\Shared\PluginWrapper.cs:line 321
at ExileCore.MenuWindow.<>c__DisplayClass40_0.<Render>b__3() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\MenuWindow.cs:line 255
at ExileCore.MenuWindow.Render(GameController _gameController) in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\MenuWindow.cs:line 263
at ExileCore.Core.Tick() in C:\Users\Kadamose\Downloads\latest\ExileApi-master\Core\Core.cs:line 328
You don't need to recompile. I already compiled all of the plugns. Stashie works just fine. You are, most likely, missing .NET Framework 4.8 dev version to properly compile that.
-
Member
Originally Posted by
raretitlez
You don't need to recompile. I already compiled all of the plugns. Stashie works just fine.
i dont touch ur version) i just run it as is and got error with stashie) for me it dont work(
its why i asking what im doing wrong
-
Active Member
Originally Posted by
ezergilius
i dont touch ur version) i just run it as is and got error with stashie) for me it dont work(
its why i asking what im doing wrong
download .NET Framework 4.8 Developer version.
-
Member
Originally Posted by
raretitlez
download .NET Framework 4.8 Developer version.
.NET Framework 4.8 Developer version installed, VS2019 updated to
and im on win10
-
Active Member
Originally Posted by
ezergilius
.NET Framework 4.8 Developer version installed, VS2019 updated to
and im on win10
Are you using VStudio to compile the plugins, or are you using CompilePlugins.bat?
-
Member
Originally Posted by
raretitlez
Are you using VStudio to compile the plugins, or are you using CompilePlugins.bat?
CompilePlugins.bat
and i run ur version and got same error to, like i told before
-
Member
Originally Posted by
ezergilius
CompilePlugins.bat
and i run ur version and got same error to, like i told before
Maybe your errors are the same as mine. Are they red on top left in the screen? Can you printscreen them to raretiltez check?
Thanks in advance)
-
Member
Originally Posted by
hahahalol22
Maybe your errors are the same as mine. Are they red on top left in the screen? Can you printscreen them to raretiltez check?
Thanks in advance)
maybe, i not saw your msg, just read few last page
it stashie error.jpg
-
Member
Originally Posted by
ezergilius
Yes. I got those errors before with a lot of plugins and even without them. Raretiltez was trying to help me but nothing have fixed it. I will try to run this new version but I have no hope about it haha
-
Member
Originally Posted by
hahahalol22
I got those errors before with a lot of plugins and even without them.
i have error only with stashie(