This repository was archived by the owner on Nov 6, 2020. It is now read-only.
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
Parity-Ethereum version >= v2.1.1 fails to start on windows. #9702
Closed
Description
- Parity Ethereum version: 2.1.1
- Operating system: Windows 10 Pro
- Installation: official binary and built from source
- Fully synchronized: -
- Network: -
- Restarted: -
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
Directory: C:\Users\Parity\Downloads
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 10/4/2018 10:42 AM 42538152 parity-2.0.6-stable.exe
-a---- 10/4/2018 10:44 AM 44270760 parity-2.1.1-beta.exe
PS C:\Users\parity\Downloads> .\parity-2.0.6-stable.exe --version
Parity
version Parity-Ethereum/v2.0.6-stable-549e202fc-20180919/x86_64-windows-msvc/rustc1.29.0
Copyright 2015, 2016, 2017, 2018 Parity Technologies (UK) Ltd
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
By Wood/Paronyan/Kotewicz/Drwięga/Volf
Habermeier/Czaban/Greeff/Gotchac/Redmann
PS C:\Users\parity\Downloads> .\parity-2.1.1-beta.exe --version
PS C:\Users\parity\Downloads>