Asapha

Results 11 comments of Asapha

Same as #2098 it seems.

@Vikng412, @Shabinder does the app work if you do this? - In the Windows start menu, type environment - Open the first item - Click on Environment Variables - Click...

Nice, thanks for testing. But could we please let this issue open until there's a permanent solution?

Resources that could help fix the issue: - [List of graphics card incompatible with DirectX 12 (From Intel)](https://www.intel.com/content/www/us/en/support/articles/000005524/graphics.html) - [On some graphics card, DirectX 12 won't work if the driver...

Edit: Related to #2098. Reading or writing to the clipboard fails when it is presumably being used by another application.

Happens in my app when it Crossfades to a state/screen containing an OutlinedTextField. It either happens immediately or it doesn't crash, no need for it to be idle on my...

It seems to happen when the clipboard is busy, as the equivalent error message in Windows is `cannot open system clipboard`. To repro: 1. Run this code in another program...

(Related to #4193) > > Right now, it's internal, which makes it not accessible by other modules. > >yes. it is the current design decision. module's resources are isolated from...

> When I reproduce it on my machine I get the following error: > [...] > The emcc compiler not found in PATH I had to do this as a...

> @asapha Did you find the solution for the "corrupted tree" problem? No, but it was more appropriate to use [manifest mode](https://learn.microsoft.com/en-us/vcpkg/concepts/manifest-mode) in my case. [Example from the docs](https://github.com/microsoft/vcpkg-docs/tree/main/vcpkg/examples).