Message boards : Projects : MilkyWay - N-body application errors
Message board moderation
Author | Message |
---|---|
Send message Joined: 5 Oct 06 Posts: 5128 |
Could somebody with posting rights copy the following information to the project's News thread, please? Their message boards are locked up so tight that a new users can't even post an explanation for why their new app isn't going to give them enough credit to post... 0xC0000135 isn't exactly an unknown error - it means 'The application failed to initialize properly'. That's usually a missing DLL - and no, thank you Google, NOT usually the silly 'dot Net' framework. |
Send message Joined: 30 Aug 05 Posts: 505 |
|
Send message Joined: 5 Oct 06 Posts: 5128 |
Done Thanks Byron. Since then, I've found another dependency (on pthreadGC2_64.dll) - with both DLLs manually downloaded and popped into the project folder, the app just about runs: http://milkyway.cs.rpi.edu/milkyway/results.php?hostid=479865&offset=0&show_names=0&state=3&appid=7 But 0.36 credits still doesn't allow me to post. Perhaps you could do the honours again? |
Send message Joined: 30 Aug 05 Posts: 505 |
You're welcome Richard. |
Send message Joined: 5 Oct 06 Posts: 5128 |
The next error, once the DLLs are in place, is usually 0xc0000374 for memory heap corruption. They'll need to go back to code, and see where they're writing outside the bounds of allocated memory, for that one. |
Send message Joined: 21 Mar 09 Posts: 33 |
The next error, once the DLLs are in place, is usually 0xc0000374 for memory heap corruption. They'll need to go back to code, and see where they're writing outside the bounds of allocated memory, for that one. Posted to the thread as well. |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.