Results 114 comments of Jookia

> Again: we are not just converting from wchar_t to char. We are converting between completely different string representations. wchar_t is a constant multi-byte character which is treated as 16...

Thinking more about this, I think the entire API should be moved to wchar and TextObject dumped. We should then include some utility for widening/narrowing (assuming narrow is UTF-8, so...

> Besides, there are stdlib functions to convert between wchar_t and multi-byte UTF8. So there is no need for reinventing a wheel. A light wrapper around Windows' conversions and Linux's...

> I don't see any possible use of it inside GWEN. And for outside it's completely useless as well. > > patch AllegroRenderer so it converts from wchar_t to UTF-8...

That is quite the interest! I'd like to see it if possible, for critique and review.

One possible workaround I've found for now is to run the game in its own prefix using the Steam install. This seems a little bit sus though.

Create a new Bottles prefix then running the executable in ~/.local/share/Steam's commonapps directory. I imagine this is a fragile solution given the Bottles prefix will need tweaking and working to...

I did a lot of debugging today and found a way to reproduce this: Enable Wine's virtual desktop feature. This also breaks launching with obs-vkcapture %command% Edit: Koz confirmed that...

But if you switch back and forth it can capture just fine. On Sat, Aug 06, 2022 at 01:44:06AM -0700, axtloss wrote: > Then this is not a bottles issue,...

Yes. On Sat, Aug 06, 2022 at 02:34:34AM -0700, axtloss wrote: > You mean the capture works when disabling the virtual desktop and re-enabling it? > > -- > Reply...