FD-
FD-
I reported a very similar problem in 2019: https://github.com/raspberrypi/linux/issues/3310
I'm seeing the same problem. Similar to @ComexioDev I also have additional devices attached to the Pi: I have 3 devices on the I2C bus and am using both SPI...
I have now tested disabling /dev/vcsm on the 5.4 kernel, but it doesn't seem to provoke the same crash. Specifically, I changed the permissions and ownership of /dev/vcsm prior to...
I’ve been seeing a similar problem on macOS when I had forgotten to run the npm commands during a custom build. The problem was fixed for me when I ran...
It seems like this problem is caused by a bug when extracting the genericJniStub in `CastArtMethod::init`. When I ensure that `getInterpreterBridge(true)` is used, this crash does not occur anymore. I...
More complete stack trace of the crash on Android 9 (though please note I'm using a modified version of SandHook): 2021-04-27 15:36:58.044 6416-6416/? A/fd.sandhooktes: java_vm_ext.cc:542] JNI DETECTED ERROR IN APPLICATION:...
Hi, The lowest level of controlling the display would be simply writing to the frame buffer (/dev/fb0). However, my SDK offers you the advantage of not having to get your...
I didn't have any experience with QT ahead of this project either, but luckily, most of it is well documented. Please note I never implemented my own custom widgets (all...
Yes, exactly, that's the key library. From a quick look at the `LIcon` widget (draws image files, but AFAICT only in the 8x8 color area by default) it seems like...
Play around with different values in the resolution fields of [raop_handlers' info method](https://github.com/FD-/RPiPlay/blob/6eeb5bae02dfdbac38ceecd63574d8d480687058/lib/raop_handlers.h#L28). If you find putting the correct values there works, we need to figure out how a program...