decred / copay

A multisignature Decred wallet.
MIT License
5 stars 18 forks source link

Copay desktop binaries do not work on windows #36

Closed jcvernaleo closed 6 years ago

jcvernaleo commented 8 years ago

The copay binaries (built with the grunt desktop command on a linux system) work on linux and osx but the windows ones fail immediately on startup. This was tested on win7 and win10 (amd64 only). On win7, in an msys2 console the result it:

$ ./decred-copay-windows-v0.4.0.exe
[2772:0901/172151:ERROR:icu_util.cc(152)] Couldn't mmap C:\Users\jcv\Desktop\icudtl.dat
[2772:0901/172151:FATAL:content_main_runner.cc(749)] Check failed: base::i18n::InitializeICU().

Running in a cmd shell gets no output.

jcvernaleo commented 7 years ago

@marcopeereboom are we ever going to give this one another shot or do you want me to just close it?

jcvernaleo commented 6 years ago

Considering how old this is I suspect this issue is dead. Is there any plan to even release copay binaries again? @alexlyp can I go and close this one?