ResistancePlatform / resistance-desktop-wallet

Official Resistance Desktop Wallet
MIT License
0 stars 0 forks source link

Command + Q to quit the app, sometimes (around 80%) got this error #41

Closed wisonye closed 6 years ago

wisonye commented 6 years ago

When I'm debugging the app, I press Command + q to quit the app, sometimes (around 80%) got this error:


Quit-the-app-got-error.png


After I close the error dialog, here is the console log I can provided, don't know what's going on there:


error-screenshot.png

wisonye commented 6 years ago

Also when you're coding, just open any UI component and change any UI JSX, and Save, another error will show up, and after that, seems the app CAN NOT RUN CORRECTLY:


screen shot 2018-08-07 at 14 48 39
screen shot 2018-08-07 at 14 48 46
iwuvjhdva commented 6 years ago

Wison can you check resistanced and minerd logs, to make sure they are running correctly on your system?

iwuvjhdva commented 6 years ago

Wison I can't reproduce it for the kill ESRCH error, can you check resistanced/minerd logs and make sure the daemons work for you?

As of for the second issue, have added error message suppression for the dev mode. (It's not a bug actually, the process is really getting killed unexpectedly, but of course it's not convenient to develop like that)

wisonye commented 6 years ago

When I edit any UI component and save the file, the app and realtime log output looks like below:


screen shot 2018-08-08 at 18 17 29 screen shot 2018-08-08 at 18 15 26

And from that on, no matter you command +r or not, the resistanced will now start again, then the app can't run (as has no service can connect), and I have to terminate the app and restart ...

iwuvjhdva commented 6 years ago

Fixed in show-status