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.
I am trying to learn the startup process of an ARM processor by writing my own startup code and linker script. The chip I use is an LPC810, and I followed the examples from http://midibel.com/blink0.html, and both examples workes on my board, so the circuit is OK. Then, I try [...] read more
I'm writing a Qt-based dll for plotting. The dll contains QApplication that runs in a separate std::thread. The main widget is class QPlotsControl : public QMainWindow. void QtPlotter::ApplicationLoop(const WorkerThreadCallbackFn& cbFn) { ... QApplication a(argc, &argv); ... m_qPlotsControl = new QPlotsControl(cbFn, [this](){ this->ReadyCallback(); }); m_qPlotsControl->show(); a.exec(); delete m_qPlotsControl; ... return; } [...] read more
I'm using Windows 7 and I've gotten multiple BSOD errors when browsing with chrome or watching videos. I've updated my integrated graphics card driver but it didn't solve the problem. I've run Memtest86+(12 passes) - everything was OK, I've also tested the HDDs - no problem, too. I've disabled GPU [...] read more
A BSOD error 0x000000c5 (0x00010003, 0x00000002, 0x00000001, 0xB05515A1) occurred in Windows XP while my device was running. After power cycling also the error persisted. I tried to boot into safe mode, but the device reboots. Please provide a way to understand and troubleshoot the issue. enter image description here [https://i.stack.imgur.com/WHsqp.jpg] read more
I'm running a Lenovo ThinkPad E540, which dual boots into Windows 7 and Ubuntu 14.04. The computer itself is maybe 2.5 years old, and I'm having some problems with the Windows installation. When I boot into Windows, the computer bluescreens after I sign in. I've been having problems with Windows [...] read more