This repository was archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Parity-Ethereum version >= v2.1.1 fails to start on windows. #9702
Labels
Milestone
Comments
/cc @andresilva can it be related to the segfault in rocksdb? @fevo1971 |
any chance this is related to #9624 ? |
Can also be related to #9684 |
Is it possible to build a binary from latest master on that windows machine? If that binary also fails then we know it's not related to #9684. |
Now that I think of it, issue #9684 should be GCC/LLVM specific and shouldn't affect the Windows build. |
On Windows it uses |
if the same applies to 2.1.2-beta, then it was unrelated to #9684 |
That's been fixed right? |
it's solved :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Tested with binary release from
https://github.com/paritytech/parity-ethereum/releases/tag/v2.1.1
as well as fresh build from master on my local machine.
actual
When starting parity.exe (with or without command options)
immediately returns to the command-prompt without any output.
expected behavior
starting parity.exe should start a node / display version when started with --version / --help
steps to reproduce
The text was updated successfully, but these errors were encountered: