ptitSeb
ptitSeb
Ok, than what about this one: `file /usr/local/bin/wine` that I asked initialy?
@Liu-Peiming have succesfully install armhf subsystem? can this ticket be closed now?
Seem to be a similar issue on 32 and 64 bits. I need to debug. Is Arma3 server free to download somewhere?
Use `BOX86_LOG=1 BOX86_DLSYM_ERROR=1` env. var. and try again. Maybe some function from some libusb need some wrapping (and I will need the log generated)
Ah ok. How that device is supposed to be controled? Maybe it's supposed to be recognised by some kernel driver and create a virtual file in `/dev/` or something like...
I have fixed an issue (unrelated to USB reading), so the "X Error: RenderBadPicture (invalid Picture parameter) 143" error is gone. I don't have any UPS at home, so I...
I don't see anything that could help. I see it browse though all the usb driver, but I don't know what it is looking for. You could try to see...
Yes, different problem here. To go back to the original ticket, > 2\. Perform memory accesses to local memory (e.g. local variables, thread-local storage, and other local heap allocations) normally,...
Well, yes, for now I have started the same strategy than windows arm. I have to fine-tune it, as I still don't want to put barrier in any memory access....
This would actually force everything to run on a single core, that would be bad for the performances, and the simple fact that it's running on single corre will "fix"...