Krzysztof Bogacki

Results 13 issues of Krzysztof Bogacki

On the example of `MANGOHUD_CONFIG=vulkan_driver prime-run vkcube`: 0.6.6-1: ![r16](https://user-images.githubusercontent.com/26201033/170797277-24f0b653-a344-46cb-b4a6-274380703bcb.png) 0.6.7: ![r17](https://user-images.githubusercontent.com/26201033/170797291-197f3ddb-9e47-4f51-a424-67b5cb8439d3.png) `git bisect` reveals the following: ``` ac58c30bbc4d5014af957892c52bfec010a662d6 is the first bad commit commit ac58c30bbc4d5014af957892c52bfec010a662d6 Author: FlightlessMango Date: Mon Dec...

MHW (which is a DLSS 1.1.13 title) crashes shortly after launch with DXVK-NVAPI enabled. Setting `WINEDLLOVERRIDES='nvngx='` allows it to run again. Proton log file (created with `env DXVK_NVAPI_LOG_LEVEL=info PROTON_LOG=1 PROTON_ENABLE_NVAPI=1...

I'm unable to replay [apitrace I've recorded using my Windows VM](https://drive.google.com/file/d/1N8jrs4XsaT9cOy0paNH_ECzRUexa6NdG/view) on `vkd3d-proton` due to an error: ``` Unhandled exception: page fault on read access to 0x00000000000003e0 in 64-bit code...

Glitches encountered in the tutorial area, in the next room after picking up the shield (after less than 5 minutes of gameplay). They look like this: ![Screenshot_20211209_223317](https://user-images.githubusercontent.com/26201033/145489754-610da973-109d-47c0-a853-647f5286135a.png) There are no...

Removes the requirement to redirect to OIDC providers more than once in registration flows where Jsonnet mapper is unable to provide all required identity traits. ## Related issue(s) #2863 ##...

A rough proof-of-concept that gets at least _some_ parts of OMMs working. ![image](https://github.com/jp7677/dxvk-nvapi/assets/26201033/c0584631-1e08-47f6-8b02-2532ee2e4f03) Needs to be combined with https://github.com/Saancreed/vkd3d-proton/tree/nvapi-omm and therefore will remain a draft for the foreseeable future. Used...

enhancement

When playing _without_ `VKD3D_DISABLE_EXTENSIONS=VK_EXT_mesh_shader` in the environment, the vegetation is rapidly flickering. The issue can be observed even in Ward 13 but it's much more severe on Yaesha. With `VKD3D_DISABLE_EXTENSIONS=VK_EXT_mesh_shader`:...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

bug

Hi, I'm trying to use xwin to cross-compile a C++ project using `clang-cl` with `/winsysroot`. I'm preparing the sysroot as follows: ```bash xwin_version=0.6.6-rc.2 curl -sL "https://github.com/Jake-Shadle/xwin/releases/download/${xwin_version}/xwin-${xwin_version}-x86_64-unknown-linux-musl.tar.gz" | bsdtar -xf- "xwin-${xwin_version}-x86_64-unknown-linux-musl/xwin"...

### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [x] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

rfc