![]() |
|
|
#12 |
|
"Mark"
Apr 2003
Between here and the
2×32×353 Posts |
|
|
|
|
|
|
#13 |
|
"Oliver"
Sep 2017
Porta Westfalica, DE
23·67 Posts |
Not working for me on Windows 7, x64, either. I'm definetly using MinGW64. The DLL thus was named libgcc_s_seh_64-1.dll and after renaming to libgcc_s_seh-1.dll, what your program requires, it will give the same 0xc000007b error (I assume at least). I could not find another file with the name.
|
|
|
|
|
|
#14 |
|
"Mark"
Apr 2003
Between here and the
2·32·353 Posts |
Which version of mingw64? Do you have the posix version installed? I have attached the dll from my laptop. I don't know why it has the name you mentioned, but that could be a difference between the releases.
|
|
|
|
|
|
#15 |
|
"Oliver"
Sep 2017
Porta Westfalica, DE
23×67 Posts |
It seems to be an old version from 2015. But the application still crashes when using your provided DLL. I tried to install a new version, but then could not find that file at all (although some libgcc*.dll-files seems to exist).
I'm not sure where to check that. ![]() This file is much smaller than my one but not working, sorry. I'll quickly try on my Windows 10 machine. |
|
|
|
|
|
#16 |
|
"Oliver"
Sep 2017
Porta Westfalica, DE
23×67 Posts |
Trying Windows 10, also with your DLL, gave the same error on both executables.
|
|
|
|
|
|
#17 |
|
"Oliver"
Sep 2017
Porta Westfalica, DE
21816 Posts |
When using the built-in Windows 10 bash, I was able to compile successfully after adding -std=gnu++11 to the parameter list. Tomorrow, I'll try to cross compile with some tools (from Linux) and with my own MinGW64. It's quite weird.
My self-compiled versions runs excellent. Thank you!Addendum: Code:
fbncsieve v1.0.0, a CPU program to find factors of k*b^n+c for fixed b, n, and c Changing p_max to 42088836. All remaining terms will be prime. Sieve started: 1 < p < 42088836 with 1410065409 terms p=15485863, 10.69K p/sec, 9525905914 factors found, 101.8M f/sec, 36.8% percentDone. ETA 2017-11-27 23:55 Sieve completed at 42088836. Writing terms file... ...429528886 terms written to k_b3_n10+1.pfgw Clock time: 100.42 seconds at 25420 p/sec. Primes tested 2552668. Factors found: 9570471115. Processor time: 100.39 sec. (0.05 sieving) (1.00 cores) |
|
|
|
|
|
#18 |
|
Tribal Bullet
Oct 2004
67278 Posts |
|
|
|
|
|
|
#19 |
|
"Mark"
Apr 2003
Between here and the
143228 Posts |
That must be dependent upon the version of Windows. In Windows 10, I use ^^. I didn't try -s"k*3^10+1". I'll try within a single ^ on Windows 10 and see if I can get it to crash. In the minimum, I could give a meaningful error if that is the case.
|
|
|
|
|
|
#20 |
|
"Mark"
Apr 2003
Between here and the
11000110100102 Posts |
This: fbncsieve87 -k1e6 -K2e6 -sk*3^10+1 (note the single ^) correctly detects a problem and outputs "Fatal Error: sequence must be in form k*b^n+c where you specify values for b, n and c".
|
|
|
|
|
|
#21 |
|
Jun 2003
2×3×7×112 Posts |
There are a few compile errors and warnings when compiling under linux with -std=g++11 option.
I am posting the updated files with fixes for these. |
|
|
|
|
|
#22 |
|
"Mark"
Apr 2003
Between here and the
2×32×353 Posts |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sieving k * 2^n +- c with Nvidia GPU's for fixed k | diep | GPU Computing | 5 | 2016-09-23 19:19 |
| A siever for K (b, n, c fixed)? | pepi37 | Software | 7 | 2015-07-10 04:42 |
| Sieving k*2^n-1 With Fixed n | c10ck3r | Riesel Prime Search | 14 | 2013-02-03 00:19 |
| User interface bug fixed on LLR V3.8.4 | Jean Penné | Software | 0 | 2011-01-22 16:47 |
| KEP is reporting computer fixed | KEP | Twin Prime Search | 3 | 2007-02-13 18:29 |