Conflux-Chain / conflux-rust

The official Rust implementation of Conflux protocol. https://doc.confluxnetwork.org
https://doc.confluxnetwork.org
GNU General Public License v3.0
645 stars 196 forks source link

No error message pop up in powershell when missed some dll files #1534

Open cfx-gspos opened 4 years ago

cfx-gspos commented 4 years ago

I applied a new OS windows server 2019 in aliyun.

After run conflux.exe --config default.toml 2>stderr.txt in powershell, there is no response and directly exit.

while run same command in cmd, it prompt the error message "miss *.dll".

Please add error message for powershell environment.

Thegaram commented 4 years ago

Thank you for reporting this. Indeed, printing an error message would be less confusing.