Message boards :
Number crunching :
Error while computing for tasks
Message board moderation
Author | Message |
---|---|
Send message Joined: 25 Jun 20 Posts: 1 Credit: 9 RAC: 0 |
I'm running Minecraft@Home on Windows x64 on a Dell Inspiron 5485 2n1 [Processor = AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx, 2100 Mhz, 4 Core(s), 8 Logical Processor(s)]. Every time I run Minecraft@Home on Boinc, the program stops computing from 30 - 80 ish percent and when I look at my tasks, I see "error while computing." Is my computer or system too slow to process these tasks? Do you know the reason for this error? Thanks!! |
Send message Joined: 24 Jun 20 Posts: 85 Credit: 207,156 RAC: 0 |
All your tasks show "exceeded elapsed time limit" (you can click on Details of your task to see the error message). which would suggest there is either a memory leak or an infinite loop that the project needs to debug. DebugBreak() will cause the Windows Debugger to start up and dump a stack trace of the stuff the application was doing, and report it back to the project. hence the Breakpoint Encountered (0x80000003) message in the stderr.txt |