Krzysztof Bogacki

Results 82 comments of Krzysztof Bogacki

Okay, so starting with Wine, I'm building [wine-tkg-git](https://github.com/Frogging-Family/wine-tkg-git) using a config like this: wine-tkg.conf _NOCCACHE="true" _NOINITIALPROMPT="true" _LOCAL_PRESET="none" _PKGNAME_OVERRIDE="none" #_GCC_FLAGS+=" -march=x86-64-v3" #_CROSS_FLAGS+=" -march=x86-64-v3" # problematic, needs a workaround for gcc bug...

Probably not anytime soon, Wine is currently in code freeze and only fixes will be accepted until 9.0 is released. The earliest something like this could get in would be...

Side note, but just in case Windows hooking support is ever implemented in the future, having the Wine extension with the exact same name and exports as the layer will...

About ~10-15 minutes I'd say? You have to explore a bit and complete the fight with the first boss, that's all. And save sharing should actually be possible, seeing how...

There is now an e2e test that verifies only one redirect to OIDC provider takes place. I wasn't sure what are the exact URLs I should be looking for so...

> However if anyone knows a better way to address curly braces replacements in Bash, let me know. My solution for this is: don't use `bash`, at least for `make`....

> I don't think there should any wcscpy_s() be in code though since it's clearly used wrong here. The function actually requires 3 parameters looking at the documentation Not exactly,...

Hey @David-Wobrock, I admit this PR was slightly abandoned because I started seeing some e2e test failures for reasons that I couldn't explain and never had enough time to figure...

The crash is caused by DXVK not implementing `D3D11On12CreateDevice` (and by that I mean `d3d11.dll` doesn't even export this function so any attempt to call it causes it to explode)....

Latest git revisions of DXVK and vkd3d-proton now support `D3D11On12CreateDevice` so it's now possible to use reframework-d2d plugin in Wine. However, Proton 7.0 and current Experimental have a bit outdated...