![]() |
|
|
#12 |
|
Mar 2016
5·11 Posts |
SFC returned no integrity violation and the no tray selection didn't do anything. I'll continue doing research.
|
|
|
|
|
|
#13 |
|
Mar 2016
678 Posts |
Okay so I found something weird. It seems that the process starts Prime95 fine, because it shows up in task manager and it disappears properly when I unplug (I have it set to stop when I switch back to battery power). The process starts, and it isn't a ghost process. However, the access violation keeps it from ever actually doing stuff. The icon never appears and it never does any calculations, and then it stops after about 10-15 seconds. All this leads me to think it's either a windows bug or a prime95 bug. Trying to come up with a way to debug.
Last fiddled with by pokemonlover123 on 2019-03-28 at 20:00 |
|
|
|
|
|
#14 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
2·4,909 Posts |
Where are your data files for Prime95? If they are in Program Files, that might be your issue.
|
|
|
|
|
|
#15 |
|
Mar 2016
678 Posts |
All of the data files are in a folder on my desktop. The task scheduler has working dir set to that folder. All files are owned by my user account, which is also the account the task is run under.
|
|
|
|
|
|
#16 |
|
Mar 2016
5×11 Posts |
At this point I'm convinced this is a bug and not a problem with my computer or my configuration. I think I'm gonna email a bug report to George Woltmann tomorrow (as specified on the bottom of the software download page) and get some developer input on this. Hopefully they can figure out what's actually going wrong.
|
|
|
|
|
|
#17 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
265A16 Posts |
He is here on the forum. He just might not have logged in yet.
|
|
|
|
|
|
#18 |
|
Mar 2016
3716 Posts |
Oh yeah. He's the Prime95 account right? Hopefully he'll see this and offer input
|
|
|
|
|
|
#19 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
1D6F16 Posts |
You are well beyond Windows internals that I am familiar with.
My guess is that it may have something to do with being able to run prime95 as either a normal app or as a service (until Microsoft broke this cool feature several years ago). The relevant code is: Code:
GetStartupInfo (&sui);
if (sui.dwFlags == 0 || (sui.dwFlags & STARTF_USESHOWWINDOW)) {
return (WinMainCRTStartup ());
}
Good luck! |
|
|
|
|
|
#20 |
|
Aug 2002
North San Diego County
5·137 Posts |
I wonder if using the service version and putting NET START and NET STOP in batch files would work...
|
|
|
|
|
|
#21 | |
|
Mar 2016
3716 Posts |
Quote:
|
|
|
|
|
|
|
#22 |
|
Mar 2016
5510 Posts |
What would happen if the flag STARTF_USESHOWWINDOWS wasn't set and the program still tried to run as a program rather than a service? Would building from source and changing that part to remove the check for that flag work? Or would another error occur from not being passed that flag?
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to stop and restart assigned Prime95 task? | rgirard1 | Information & Answers | 8 | 2019-01-14 15:18 |
| Prime95 v29.2 multi-task question | Bananarama | Software | 4 | 2017-08-25 14:28 |
| Tea Party In Action | R.D. Silverman | Soap Box | 12 | 2011-09-13 23:03 |
| GPUs in action? | davieddy | PrimeNet | 21 | 2011-04-02 12:33 |
| Our Courts in Action | R.D. Silverman | Soap Box | 17 | 2009-05-03 13:01 |