Current master (cross compiled using gitian) crashes in wine. If this doesn’t happen on windows proper (unsure) this is a low priority issue.
First, after connecting to a few nodes, it gives a warning about the time Warning: Please check that your computer's date and time are correct! If your clock is wrong Bitcoin will not work properly.
, and then after at most a minute it crashes with a segmentation fault.
It looks like a crash in strftime
with a NULL pointer, called some place within the networking code. I’ll need to compile with debugging information to find out more.
No information or messages explaining the crash end up in debug.log.