Open galmiza opened 3 years ago
please do not post any exe, in this way we can prevent the new plotter from spreading accross non technical people. (p.s: I dont have it yet as well, but i am working on building it for windows.)
I compiled the source using msys2/mingw64 on Windows 10.
Could you provide details on how you ran the build? I've tried with Visual Studio and MSYS2... but obviously I'm missing information as I can't it configured correctly.
Well, I actually did horrible changes a bit everywhere in various files from the git project. I didn't even properly track all as it would slow me down a LOT. The idea is to retro-document from a working solution if I find one.
For instance, I
Yup, it is a real mess, I'm not an expert in Windows or compiler at all. Every micro step towards a solution leads to dozens of new problems. It seems it is never ending.
Edit: Obvioulsy the target is to minimize the changes and even undo some I listed above.
That's some dedication, but keep in mind any replacement of randombytes_buf
needs to be cryptographically safe.
Very right. Replacements are dangerous. Yeah I tried quite a few things guided by the errors I faced. No real strategy, just a few brute force tries :D Thanks for spending time on that project, the little I could see is already impressive!
Hello,
I compiled the source using msys2/mingw64 on Windows 10. The execution stops just after P1 table is created with error: segmentation fault. Data is successfully created in temp drive.
Below some details about the execution with gdb.