Bruno Duarte
Bruno Duarte
> Which version of python are you running? If I recall correctly 'torch-directml' only has support for python 3.10.x at the newest. > > You might have to adjust your...
It doesn't work, even with `--lowvram` parameter (which is pretty bad already). ``` E:\ComfyUI_windows_portable>python.exe -s ComfyUI\main.py --windows-standalone-build --directml --use-split-cross-attention --lowvram Using directml with device: Total VRAM 1024 MB, total RAM...
> Apparently not a whatsmeow bug - [#519 (comment)](https://github.com/tulir/whatsmeow/pull/519#issuecomment-1863455221) > > You need to patch this line of whatsmeow yourself - > > [4d2f98c](https://github.com/tulir/whatsmeow/commit/4d2f98c8383f8b6f0600276b4ea7eb510a5b1fb9) This can be a workaround, but...
Try skipping the section `Patch GApps files` from `3) GApps (optional)` and see if it works. This patch was mainly needed for Redroid 12. Apply the redroid patch from section...
Have you found a fix for the issue? Frida 16.2.5 and the problem persists. Cannot intercept `strncmp `from libc.so. ``` Interceptor.attach(Module.getExportByName('libc.so', "strncmp"), { onEnter(args) { const str1 = args[0].readCString(); const...
Here are some alternatives: 1) https://github.com/ayasa520/redroid-script Build your Redroid 14 release without any references to GApps (remove the `~/redroid/vendor/gapps` folder, the `mindthegapps.xml` manifest and any references to it in the...
Hi @titusbiao , in my case I'm running Redroid12 (x86) on a Ubuntu 24.04 and it works fine. As `ashmem_linux` was removed from Linux, only `binder_linux` will be available, but...