-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FATAL ERROR: Could not determine the stress test program process ID! (looking for 00-x86) #72
Comments
update to this, ycruncher had been running in the background through core cycler and suddenly just popped up |
If this is still a problem, please provide the log files and a screenshot of what's happening if possible. |
seemed to launch right away, still gives me the error, seems like it runs but it tells me theres an error, im using corecruncher v0.9.5.0alpha 2. im guessing it works as it should its just telling me its not |
Huh, apparently I forgot to hit the Comment button a couple of days ago when I intended to post. Please update to the latest version, your alpha version is now over a year old now. And make sure to also upload the CoreCycler log file if you still encounter this error with the latest version. |
same issue window opens but script fails to find threads |
That log file is for the stress test program (y-cruncher), which doesn't tell anything about the problem in this situation. |
In this log file the thread that is running the stress test couldn't be found. Did y-cruncher actually run fine during this test, or did it take some time before starting it's calculations (e.g. more than the 30+ seconds the script was trying to get the thread)? Also, does this always happen for you, or just occasionally? |
ycruncher starts in a second window and its everytime I went back all the way to version 8.x same issue |
Hm. It's a wild guess, but maybe your Windows Performance Counters are somehow damage. Here are some instructions on how you could reset / rebuild them: I've also tried to automate this process in a batch file named Besides that, I currently do not know what else could be wrong here. Do the other stress tests work, like Prime95 and Linpack? |
Unfortunately, the same issue happens for me when I use ycruncher or linpack. It works fine for prime95... |
So which error is it, this one here or the one you reported in #90? |
Hello, I am able to replicate this problem. Here's non-working and working CoreCycler logs: Basically steps for me to replicate it:
It's a bit hard to explain but it seems y-cruncher starts a bit "funny" (yeah, really scientific :D ) way. In task manager the cpu usage is OK, it seems to be using 1 core/thread so its doing the calculations but I am not able to open the y-cruncher window even with Alt-Tab and Windows says y-cruncher is not responding etc. While that happens CoreCycler's window works normally. And after I Ctrl-C Corecycler, I also need to kill y-cruncher using task manager, I cannot even kill it from the window itself since its not responding. Even more strangely, after I have closed both Corecycler and y-cruncher when I start again the "Run CoreCycler.bat" using Run as Admin everything works normally. Like y-cruncher's window is responding normally etc. And I can replicate the problem everytime I restart my computer. And same issue happens both CoreCycler-v0.10.0.0alpha5 and v0.9.6.2 versions. I also downloaded the older CoreCycler-v0.8.0.0 version which I remember using few years back and it works perfectly every time. I tested a bit more and the issue happens also after I delete config.ini so it reverts to defaults and I only change stressTestProgram = YCRUNCHER or YCRUNCHER_OLD. It doesnt happen if I use the default PRIME95 and default config.ini, so with that combination even after restarting my computer Prime95 test starts normally without errors. |
I tested this a bit more and with CoreCycler-v0.10.0.0alpha5 + YCRUNCHER enabled but otherwise default settings I cannot replicate the problem if I run Powershell ISE as Admin and debug the script-corecycler.ps1. I put breakpoints around here, I stepped through the code and it correctly gets the process ID even straight after restarting the computer. And it still doesnt work first time (no matter if my Powershell logging is enabled or not) if I run the "Run CoreCycler.bat", but it does work second time.
edit: I managed to fix also this problem, simply adding 'Start-Sleep -Milliseconds 5000' at the start of the Try-block seems to allow y-cruncher to start before corecycler tries to find it, or something like that. Of course 5 seconds is probably overkill and that's probably not correct way of fixing the issue but after that delay corecycler works also after the restart. So perhaps you can add some kind of logic there to make sure corecycler doesn't try to get the process ID too quickly?
|
I have downloaded an exact copy of someone elses corecycler folder and it still gives me this error.
The text was updated successfully, but these errors were encountered: