Codereamp
Codereamp
the trace from the dropbox of the Crash ` android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:7048) at android.view.ViewRootImpl.invalidateChildInParent(ViewRootImpl.java:1102) at android.view.ViewGroup.invalidateChild(ViewGroup.java:5205) at...
Thanks for fixing, unfortunately the issue is not gone, I'm posting the fragment from the Crash (including the version just to be sure). This time I didn't met a single...
I started the app (version 4.3,52) on my Android 7 device (Meizu) device a dozen of times, no issues so far
I've also had issues with msys2 compiling with a similar error (Segmentation Fault), but after experimenting, the following steps allowed making a stable executable. They are (using [ucrt64](https://www.msys2.org/docs/environments/) as an...
> how about making static linking? -> no any extra steps keeping dlls nearby I suspected that there are serious changes need, but thanks to [this suggestion](https://stackoverflow.com/a/42979732) I changed the...
> When I run main.exe,it gives me error which the system loss file named libgcc_s_seh-1.dll. And After I have put the file into exact path,there was a new problems which...
> If you still need it, let me know and I'll provide instructions @thewh1teagle, It would be great in general, preferably with command-line options and information about versions compatibility. Sometimes...
> The disadvantages of using `msys2`, is that the binary won't run outside of that environment because it depended on `msys2` `DLLs`. @thewh1teagle, I managed to make a static linking...
``` > > # WIP: With `Cuda` > > 1. Setup `cuda` > .... > 2. Build > > > NAME=cuda_12.3.2_546.12_windows > OPENBLAS_PATH=$MINGW_PREFIX cmake -B build -DWHISPER_CUBLAS=ON > cmake --build...
> I don't think it's possible to use `CUDA` when compiling inside `msys2`. I also met some short claims of impossibility, but now finally a [notorious discussion](https://forums.developer.nvidia.com/t/cuda-with-mingw-how-to-get-cuda-running-under-mingw/415) about MinGW compatibility...