Toni500github
Toni500github
+1 Need winetricks for installing dotnet packages for some apps
> I got it working on my android. > > First, you need some prerequisites: > ``` > export GLIBC_BIN=$PREFIX/glibc/bin > pkg install cabextract unzip p7zip which > > #...
@screeny05 I end up to get this error `wine: could not load kernel32.dll, status c0000135`
is this the right place to report this bug?
I found the link to where the package can be installed: https://mvnrepository.com/artifact/me.gujun.android/span/1.7 I have fixed it by adding in my `settings.gradle.kts` ```gradle maven { url = uri("https://maven.scijava.org/content/repositories/public/") } ```
looks like it was reported since #1177 and the only solution might be to downgrade rpi-imager. Why has nobody still merged the PRs to fix it? or address it?
> there are many things smashed here as well as unwanted files added yes there were `te.sh` and `compile_flags.txt` because I use them for compiling and developing. as I already...
and also what you mean about things being smashed here and there? If the diffs in main.cpp are unclear, check the file in my forked repo
sorry for late reply, but i'll address those points: > * changing std::cout to std::print (why?) `std::print()` is easier to use and read, it also has better performance and reduces...
> C projects. This isn't C and I don't like it. C++ projects too such as [nsjail](https://github.com/google/nsjail)\ https://github.com/google/nsjail/blob/master/logs.h#L25