Error while computing for tasks

Message boards : Number crunching : Error while computing for tasks
Message board moderation

To post messages, you must log in.

AuthorMessage
Ariel Petchel

Send message
Joined: 25 Jun 20
Posts: 1
Credit: 9
RAC: 0
Message 354 - Posted: 23 Jul 2020, 20:43:52 UTC

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!!
ID: 354 · Report as offensive     Reply Quote
Jord
Volunteer moderator
Help desk expert
Avatar

Send message
Joined: 24 Jun 20
Posts: 85
Credit: 207,156
RAC: 0
Message 355 - Posted: 23 Jul 2020, 22:34:12 UTC - in response to Message 354.  

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
ID: 355 · Report as offensive     Reply Quote

Message boards : Number crunching : Error while computing for tasks