-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this support barrier? #31
Comments
Barrier is logged to the evtc log but is not shown live. At this time I don't have the interest personally to add it to the live window but will gladly accept pull requests :) |
I'll take a look at this when I get time, you're saying it's already sent to the EVTC RPC server feed too? |
Yes, it should be sent even when budget mode is enabled. Without budget mode all local events are sent over evtc rpc. The filtering for the live display that's excluding shields is at https://github.com/Krappa322/arcdps_healing_stats/blob/master/src/EventProcessor.cpp#L412 and https://github.com/Krappa322/arcdps_healing_stats/blob/master/src/EventProcessor.cpp#L554 (happens after logging, so that they are put into the logs) |
Thanks! Had no idea it was already being sent, hence the issue log (as if it wasn't being sent it would be hard to test). I can work with this when I get some time and get this amended. |
Do you have python installed? https://github.com/Krappa322/arcdps_healing_stats/blob/master/networking/build_proto.py is the script that needs to pass It's also possible that it doesn't properly download grpc and protobuf first - you can try to selectively build the "vcpkg_install_dependencies" project first and then build the whole solution |
I've already built vcpkg_install_dependencies first, and I do have python installed. I've also gone into that python file and made sure it all points at the right files, and it's still outputting returncode 1, which is odd. |
Are you able to execute it directly?
|
Found the issue I just syslinked to remove the space and the network project compiles fine. Testing the rest now |
Ah! Sorry about that, that custom build task probably needs quoting around the arguments... |
What version of visual studio are you using? I'm using 2022 Version 17.2.4 right now and that works Unfortunately fmtlib constantly breaks from runtime/visual studio updates. Not sure if fmtlib or MSVC are the ones we should be mad at about that but yeah, it sucks either case. I think that compile error is from an invalid format string. I'd help you if I could reproduce it but yeah, it builds just fine on my machine |
Microsoft Visual Studio Community 2022 Installed Version: Community Visual C++ 2022 00482-90000-00000-AA498 ASP.NET and Web Tools 17.5.317.37931 Azure App Service Tools v3.0.0 17.5.317.37931 C# Tools 4.5.0-6.23123.11+271ccd71554f7d28d2f90551aafd0bdeb5d327aa Common Azure Tools 1.10 Cookiecutter 17.0.22336.2 Microsoft JVM Debugger 1.0 Node.js Tools 1.5.50105.3 Commit Hash:882de61a7c99ae988d4c62029301292a3e0b1d56 NuGet Package Manager 6.5.0 Python - Django support 17.0.22336.2 Python - Profiling support 17.0.22336.2 Python with Pylance 17.0.22336.2 Razor (ASP.NET Core) 17.5.2.2307502+8b3141d86b738daf2ca3ed9c15b12513071fc676 SQL Server Data Tools 17.2.40118.0 Test Adapter for Boost.Test 1.0 Test Adapter for Google Test 1.0 TypeScript Tools 17.0.20105.2003 Visual Basic Tools 4.5.0-6.23123.11+271ccd71554f7d28d2f90551aafd0bdeb5d327aa Visual F# Tools 17.5.0-beta.23053.5+794b7c259d9646a7eb685dad865aa27da7940a21 Visual Studio IntelliCode 2.2 |
I can try downgrade to 17.2.4? |
I'll try deleting all my vcpkg cache and get new fmtlib and see if I can reproduce it |
I don't think I can downgrade community edition, and I can't find a 17.2.4 installer online |
It might be fixed in 17.6 if it's the same bug as https://developercommunity.visualstudio.com/t/Code-using-fmtlib-format-breaks-after-Vi/10198870 |
Issue is present for me on 17.6.3 (current version), rolling back to my previous version |
Okay got it to compile. If I roll back to this vcpkg commit: microsoft/vcpkg@e221326 I can get a compile going ( fmt 9.0.0, 9.1.0 and 10.0.0 are both broken when compiling, and I've tested that on VS Code 17.2.16, 17.6.3 and 17.7 (pre-release). I think you can update the vcpkg config to enable versioning: https://devblogs.microsoft.com/cppblog/take-control-of-your-vcpkg-dependencies-with-versioning-support/ Swapping the json file to
does seem to fix it |
Sorry for taking long to get back to you, busy life Yeah I noticed that it's because of the fmt version as well. I tried with versioning but the version of vcpkg I had was before they introduced that feature. In any case, I'll update it now and make it compile, then as you mentioned pinning the version sounds like a great idea |
I just pushed 0c4e1a0, that should cover everything. Note that arcdps-extension was updated so you'll have to recursively fetch to get that update as well |
No need to apologise! I've already done a pull request here before seeing your reply: #33 Not the best way of implementing it, but it is working for me to do it that way. As far as I can tell the filtering on the windows doesn't have the ability to see the actual healing events(?) in which case you can't selectively filter out barrier/healing without a more extensive code change. |
I have a request ! With barrier been a great source of healing. Many class can AoE Gave it and a relic as well. In WvW, with 5-50 man in a squad, having proper stat for barrier would be great ! Is it possible to have the barrier with in total and/or peers outgoing in the meter in Arc DPS :) and also, One slot for Barrier directly like the 6th (additional request, color per class to help out visually and to match with Arc dps other panel) |
@HelionQc : You should probably open a new issue for your request and mention this one as related. |
https://github.com/bear-on-the-job/arcdps_healing_stats/releases/tag/v2.8.1.1 works good (make sure to use latest pre-release) |
dbea3c6 included the version from bear-on-the-job, plus some feedback changes |
With Specter becoming more popular, is there any way of showing total healing with barrier?
I don't think barrier is shown from my first look, but it shown in the combat log "You grant barier for using ".
The text was updated successfully, but these errors were encountered: