fredizzimo

Results 1393 comments of fredizzimo

Hm, I'm not sure what the problem could be. You could try `CreateDXGIFactory1` (you need to import it first) without any parameters. But I don't think it will help. Starting...

I think `IDXGIFactory4` can be changed to `IDXGIFactory2`, or maybe `IDXGIFactory3` but I don't think it will help. All internet searches seem to indicate corrupted directx installs (when searching for...

I will release a fix soon, but for now you can run `neovide --opengl`

I just created a PR that works around the issue by crating dxgi 1.2 interfaces instead of 1.4. I'm not very happy to leave it there though, since dxgi 1.4...

@asavartsov, yes installing the Graphics tool will allow it to run the debug functionality. But it seems like something else than just the debug features are missing since @myth0genesis, tried...

@myth0genesis, For the dxdiag, mostly the first sections (but they contain less useful information than I remembered) * System Information * DxDiag Notes * DirectX Debug Levels * Display Devices...

We will release a hotfix soon, but so far no-one has confirmed that the PR actually fixes the issue https://github.com/neovide/neovide/pull/2559. None of the maintainers can confirm since it works without...

If you have the github cli (https://cli.github.com/) installed you can test it with `gh pr checkout 2559` And if you don't want to build from souce, then you can download...

This is opposite to this bug, which I think we also has seen in Neovide * https://github.com/rust-windowing/winit/issues/2051 I expect both be fixed when we refactor our window creation to happen...

I have a potential fix for this here: * https://github.com/neovide/neovide/pull/2562 It would be good if someone could test it.