This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
This is a crash I am trying to analyze for so many days. Can anyone please help me analyzing the issue? Any help would be greatly appreciated. We have customized the Language Monitor for our printer. There is a thread that polls the printer for it's status for every minute. [...] read more
I am trying to build a Phasor Measurement Unit using Beaglebone Black rev 3. The following is the code. While running it gives an error as: prussdrv_open open failed Traceback (most recent call last): File "/var/lib/cloud9/pmu.py", line 36, in <module> pru.open(0) # open connection to PRU 0 SystemError: error return [...] read more
I'm kinda new to the beaglebone black world running on a AM335X Cortex A8 processor and I would like to use the PRU for fast analog read with the maximum sampling rate possible. I would like to read all 7 inputs in a loop form like: while( n*7 < sampling_rate){ [...] read more
I have a TIFF-Image, which i want to convert into a JPG. While on my local machine (Ubuntu 19.10LTS), I have ImageMagick 6.9 installed, the targeted system (Alpine 3.12.4) will have 7.0 installed. I use this command to convert the image: convert 100U.TIF 100U.JPG While on my local machine the [...] read more
I have a multi-thread windows console application. In the application, some threads' priority are set to THREAD_PRIORITY_LOWEST (-2) and the rest are set to THREAD_PRIORITY_NORMAL (0). Sometimes, the application hangs when outputting logs to console. I use Windbg to debug the application and found the hang was caused by the [...] read more
(No reponse to this question on Marmalade's own forums, so I'm posting here.) I'm using Marmalade Analytics on iOS 7, with Marmalade 8.0. I'm using code from the sample to call IwAnalytics::Init. I don't get output from the error or ready callback (which I assume means it's failed to start [...] read more