Lukas Rusak
Lukas Rusak
@popcornmix I'm not really sure. Can you try using the EGL method and see if it still fails? Can you also enable the Video component logging when doing that?
> @popcornmix I'm not really sure. Can you try using the EGL method and see if it still fails? Can you also enable the Video component logging when doing that?...
> Is there a reason for always having duration to 6 decimal places in ms? It seems like a kind of log bloat to me especially when the duration is...
I've added a fixup so now the precision modifiers are back: I'm not sure how useful showing `0.00ms` is though. ``` 2021-12-31 10:04:11.767 T:3063073 INFO : Loading custom window XMLs...
looks like the `fmt` version used by windows is too old or something :/ I'll look into updating it.
> At a glance it looked like this stuff was brought in for fmtlib 8.0.0. will you have to change the min required version to make this work I imagine?...
Please double check that this still works, there have been quite a few drm changes since it was initially merged. I also don't have any hardware to be able to...
> Based upon @lrusak 's comment of > > > I think the next step would be to remove StringUtils::Format completely. > I did say this, however I think this...
> StringUtils::Format uses fmt internally but it also has some compatibility stuff like falling back to handling % specifiers as well. > This has been removed already. So the only...
> We good to go with this? > > > > I believe there was a query raised somewhere about multiline logging and it possibly not being desired at all...