Silent

Results 209 comments of Silent

I have not tested it on either, but from what I know it **does** work on Judgment, just not on Lost Judgment.

For reference, do those audio tracks work when the game is packed in CHD?

> A workaround would be to compile with something older like MSVC 2010 to get it going (or maybe even older) This is not needed though, you can just opt...

Can you re-test with the latest version?

Not when I open VS with no code, sadly. Only Qt VS plugin outputs anything when running the IDE like this, and I've verified it is not related to the...

> Hmm I tried opening the main GitExtensions repo on VS 16.11.3 with and without the 3.4.1 extension installed and it seemed roughly about the same memory consumption on my...

In the meantime, I compiled the extension myself and attempted to reproduce the issue from an experimental environment - but as expected, it doesn't reproduce there. Then, I reversed the...

I finally managed to take a memory snapshot, here's the top results. Notice the presence of `CommandBars` there, which is in line with the revert fixing the issue! Now, if...

OK, last post in that tripleposting thread :) I troubleshooted it further and seems like clearing out (i.e. `return false;`) the `ChangeCommandCaption` function (the **only** one to rely on CommandBars)...