pchome

Results 104 comments of pchome

I'm staring at [initial changes](https://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git/diff/?h=kbuild&id=c9c6837d39311b0cc14cdbe7c18e815ab44aefb1&id2=f55532a0c0b8bb6148f4e07853b876ef73bc69ca) for CONFIG_TRIM_UNUSED_KSYMS support, and from what I understand we just need to add required symbols into `include/generated/autoksyms.h`, which adjusting by the `scripts/adjust_autoksyms.sh` script during build....

So, it's hard to fully automate process, but I already built several kernel versions with this, and in general I just copy generated `autoksyms.h.extern` list into installed kernel's `include/generated/` directory,...

The only thing in game `nvapi` used for is Nvidia 3D Vision (I suppose). So if you don't expect this feature to work, than forget about `nvapi` (Proton 3.7-3 don't...

https://github.com/KhronosGroup/Vulkan-Loader/blob/main/docs/LoaderLayerInterface.md#layer-manifest-file-format (see table) For implicit layers `"disable_environment"` is required. Usually prefixed with `DISABLE_`, but may vary (also between layer versions, e.g. some layers add `_1` at the end). To be...

`Just Cause 3` crashing even w/ `wine-proton`+`staging`, at least for me when I tried it earlier. So the problem somewhere in the Steam client itself (or in `Steam.dll`, `lsteamclient`, the...

I have a couple of [shell scripts](https://github.com/pchome/wine-playground/tree/master/wine-proton/staging-4.0) to generate such patch, but I should update them for 4.1 (later). Here is the patch generated for current branch: [0001-Proton-Staging-4.1.patch.gz](https://github.com/kakra/wine-proton/files/2836228/0001-Proton-Staging-4.1.patch.gz) Use `$...

Well, I can't share my build, cause it was built using custom CFLAGS and won't work for you. :man_shrugging:

@kakra > Sorry, no monolithic patches accepted as outlined in the README. You can change `--backend=git-am` in mentioned scripts to get separate commits. `--backend=git-apply` was good for testing and investigation....

> All those are in my branch Yes, `-W` mean `skip`. I'm applied them (Staging-4.1 patches) on top of your branch. "All" w/o "listed".

@kakra > Could you remove all staging patches you applied on top of my branch which are obviously not related to this problem and then try the game Before isolating...