|
1)
Message boards :
Number crunching :
Computation errors?
(Message 49445)
Posted 20 Jun 2011 by Volodymyr Shcherbyna
Post: Now it works in Windows 2000. Thank you. |
|
2)
Message boards :
Number crunching :
Computation errors?
(Message 49402)
Posted 17 Jun 2011 by Volodymyr Shcherbyna
Post: http://support.microsoft.com/kb/2005279 I'll see if I can try again with an older version You can contact me in PM to send the updated executable to test. I support my software in 2k, so I have a bunch of tests machine ready to test your changes. It will save some time for you. |
|
3)
Message boards :
Number crunching :
Computation errors?
(Message 49394)
Posted 17 Jun 2011 by Volodymyr Shcherbyna
Post: Well, in fact, the problem is not the same. In *086 I don't see static link to msvcrt.dll. It is dynamic. Therefore this application does not run due to absence of msvcrt.dll in the system. In most of the cases machines are clean and don't have CRT library installed. Can you compile it with static CRT? I.e., /MT switch and not /MD. This will increase size of the binary, but it will make sure people would not have to dig and see what's wrong. In this particular case it is blaming it cannot find the function lc_codepage_func(...) http://msdn.microsoft.com/en-us/library/ff730817.aspx - from VS 2010 CRT ! Thank you! |
|
4)
Message boards :
Number crunching :
Computation errors?
(Message 49389)
Posted 17 Jun 2011 by Volodymyr Shcherbyna
Post: Same problem with 086:
|
|
5)
Message boards :
Number crunching :
Computation errors?
(Message 49330)
Posted 15 Jun 2011 by Volodymyr Shcherbyna
Post: If I see dependency of the binary, I see that it links with EncodePointer!kernel32.dll which is not exproted in 2k. Please see attached screenshot: Actually, if you don't have 2k, you can just watch the import table of the executable and make sure it does not contain EncodePointer & DecodePointer. The simplest solution is to search for occurancy using any test editor. You can also use grep if you up to. |
|
6)
Message boards :
Number crunching :
Computation errors?
(Message 49325)
Posted 15 Jun 2011 by Volodymyr Shcherbyna
Post: Any news on Windows 2000 ? I still can't run the tasks because they fail with "calculation error".I thought I built everything for Windows 2000, but apparently I was 1 underscore off in defining the windows version, and it was missing the version from the link flags. I put out the 0.84 (nonGPU) for 32 bit Windows. That might work, I don't have a Windows 2000 around to actually try it. Thank you. I just tried the updated MilkyWay@Home 0.84 (ps_test_4_1064456_0) and it fails with the same error. |
|
7)
Message boards :
Number crunching :
Computation errors?
(Message 49279)
Posted 14 Jun 2011 by Volodymyr Shcherbyna
Post: Any news on Windows 2000 ? I still can't run the tasks because they fail with "calculation error". |
|
8)
Message boards :
Number crunching :
Computation errors?
(Message 46216)
Posted 13 Feb 2011 by Volodymyr Shcherbyna
Post: I also noticed another glitch in BOINC when running it on my windows 7 machine: one of the task has progress in 127.808%. How is this possible? See screenshot here:
|
|
9)
Message boards :
Number crunching :
Computation errors?
(Message 46191)
Posted 12 Feb 2011 by Volodymyr Shcherbyna
Post: So, it has to clearly stated that Milkyway tasks can be run only and only starting from Windows XP SP2. Well, I ment starting from Windows XP SP2 and higher (obviously, it means Vista and 7). However, I still don't know what to do with my Win2000 laptop :) I use it for tests, so most of the time it is idle and boinc is a good fun time for it ... I noticed that tasks started to fail recently. Like 3 months ago. Before it was working okay. |
|
10)
Message boards :
Number crunching :
Computation errors?
(Message 46185)
Posted 12 Feb 2011 by Volodymyr Shcherbyna
Post: No way to solve this problem? If it does not work in Win2000, obviously, it does not work in Win98. So, it has to clearly stated that Milkyway tasks can be run only and only starting from Windows XP SP2. |
|
11)
Message boards :
Number crunching :
Computation errors?
(Message 46133)
Posted 10 Feb 2011 by Volodymyr Shcherbyna
Post: This MIGHT be because I think I built everything targeting Windows XP. If it is encoding pointer issue, it is even worse - they are supported starting from Windows XP SP2. |
|
12)
Message boards :
Number crunching :
Computation errors?
(Message 46132)
Posted 10 Feb 2011 by Volodymyr Shcherbyna
Post: This MIGHT be because I think I built everything targeting Windows XP. In fact, I just took a look at the milkyway_0.50_windows_intelx86.exe in Dependency Walker and I see that two functions from kernel32.dll are not bound: DecodePointer(...) and EncodePointer(...) Why are you using these? |
|
13)
Message boards :
Number crunching :
Computation errors?
(Message 46131)
Posted 10 Feb 2011 by Volodymyr Shcherbyna
Post: This MIGHT be because I think I built everything targeting Windows XP. I wonder, how can i get the executable? I can open it with dependscheck and see what prevents it to be executed. |
|
14)
Message boards :
Number crunching :
Computation errors?
(Message 46084)
Posted 9 Feb 2011 by Volodymyr Shcherbyna
Post: I got exactly the same error on my Windows 2000 box. For the sake of the test I decided to try older version of BOINC (which is supposed to work in NT and 98 and 2000) and here is what I see in logs: 09/02/2011 11:04:03 OS: Microsoft Windows 2000: Professional x86 Edition, Service Pack 4, (05.00.2195.00) 09/02/2011 11:04:03 Memory: 383.47 MB physical, 921.68 MB virtual 09/02/2011 11:04:03 Disk: 18.63 GB total, 16.32 GB free 09/02/2011 11:04:03 Local time is UTC +1 hours 09/02/2011 11:04:03 No CUDA-capable NVIDIA GPUs found 09/02/2011 11:04:03 No coprocessors 09/02/2011 11:04:03 Not using a proxy 09/02/2011 11:04:03 Version change (6.10.58 -> 6.6.38) 09/02/2011 11:04:03 No general preferences found - using BOINC defaults 09/02/2011 11:04:03 Preferences limit memory usage when active to 191.73MB 09/02/2011 11:04:03 Preferences limit memory usage when idle to 345.12MB 09/02/2011 11:04:03 Preferences limit disk usage to 9.31GB 09/02/2011 11:04:03 This computer is not attached to any projects 09/02/2011 11:04:03 Visit http://boinc.berkeley.edu for instructions 09/02/2011 11:04:03 Running CPU benchmarks 09/02/2011 11:04:03 Suspending computation - running CPU benchmarks 09/02/2011 11:04:14 Fetching configuration file from http://milkyway.cs.rpi.edu/milkyway/get_project_config.php 09/02/2011 11:04:33 Milkyway@home Master file download succeeded 09/02/2011 11:04:34 Benchmark results: 09/02/2011 11:04:34 Number of CPUs: 1 09/02/2011 11:04:34 596 floating point MIPS (Whetstone) per CPU 09/02/2011 11:04:34 1034 integer MIPS (Dhrystone) per CPU 09/02/2011 11:04:39 Milkyway@home Sending scheduler request: Project initialization. 09/02/2011 11:04:39 Milkyway@home Requesting new tasks 09/02/2011 11:04:44 Milkyway@home Scheduler request completed: got 1 new tasks 09/02/2011 11:04:44 Milkyway@home General prefs: from Milkyway@home (last modified 01-May-2010 12:09:17) 09/02/2011 11:04:44 Milkyway@home Host location: none 09/02/2011 11:04:44 Milkyway@home General prefs: using your defaults 09/02/2011 11:04:44 Preferences limit memory usage when active to 268.43MB 09/02/2011 11:04:44 Preferences limit memory usage when idle to 345.12MB 09/02/2011 11:04:44 Preferences limit disk usage to 9.31GB 09/02/2011 11:04:46 Milkyway@home Started download of milkyway_0.50_windows_intelx86.exe 09/02/2011 11:04:46 Milkyway@home Started download of parameters-82-1s-fix.txt 09/02/2011 11:04:47 Milkyway@home Finished download of parameters-82-1s-fix.txt 09/02/2011 11:04:47 Milkyway@home Started download of stars-82-new.txt 09/02/2011 11:04:49 Milkyway@home Finished download of milkyway_0.50_windows_intelx86.exe 09/02/2011 11:04:49 Milkyway@home Started download of de_separation_82_1s_fix_1_60710_1297245785_search_parameters 09/02/2011 11:04:50 Milkyway@home Finished download of de_separation_82_1s_fix_1_60710_1297245785_search_parameters 09/02/2011 11:05:22 Milkyway@home Finished download of stars-82-new.txt 09/02/2011 11:05:23 Milkyway@home Starting de_separation_82_1s_fix_1_60710_1297245785_0 09/02/2011 11:05:23 Milkyway@home [error] Process creation failed: 09/02/2011 11:05:23 Milkyway@home [error] Process creation failed: 09/02/2011 11:05:24 Milkyway@home [error] Process creation failed: 09/02/2011 11:05:24 Milkyway@home [error] Process creation failed: 09/02/2011 11:05:25 Milkyway@home [error] Process creation failed: 09/02/2011 11:05:26 Milkyway@home Computation for task de_separation_82_1s_fix_1_60710_1297245785_0 finished 09/02/2011 11:05:37 Milkyway@home task de_separation_82_1s_fix_1_60710_1297245785_0 suspended by user Is there any workaround for this? Thanks |
|
15)
Message boards :
Number crunching :
Aaargh! Servers are out of new work!(2)"
(Message 45358)
Posted 28 Dec 2010 by Volodymyr Shcherbyna
Post: I see! But BOINC does not report any errors on that machine ... Strange ... |
|
16)
Message boards :
Number crunching :
Aaargh! Servers are out of new work!(2)"
(Message 45354)
Posted 28 Dec 2010 by Volodymyr Shcherbyna
Post: Hello Everyone, I have a problem simular on the subject ... On one machine I keep getting the following messages: 28/12/2010 18:12:56 Milkyway@home update requested by user 28/12/2010 18:12:57 Milkyway@home Sending scheduler request: Requested by user. 28/12/2010 18:12:57 Milkyway@home Requesting new tasks 28/12/2010 18:12:59 Milkyway@home Scheduler request completed: got 0 new tasks 28/12/2010 18:12:59 Milkyway@home Message from server: No work sent 28/12/2010 18:12:59 Milkyway@home Message from server: (reached daily quota of 1 tasks) It is Windows 2000 machine and it happens only there, on all other machines there are no problems. Can it be related to Windows 2000? Thanks! |
©2025 Astroinformatics Group