Daemon is taking longer。。。

99999999996

daemon is taking longer than expected to start…

如何解决?How to solve this problem?

I believe I had the same problem. Let me try to share my fix:

Find below a dump of my winzec.cfg. I had to change something a few months ago related to versioning. Don’t remember exactly which line. Compare to yours.

[Application]
app.name=winzec
app.mainjar=ZCashSwingWalletUI-combined.jar
app.version=1.1.2
app.preferences.id=wallet
app.mainclass=com/vaklinov/zcashui/ZCashUI
app.classpath=commons-codec-1.9.jar;commons-logging-1.2.jar;httpclient-4.5.2.jar;httpcore-4.4.4.jar;jdeb-1.5.jar
app.runtime=$APPDIR\runtime
app.identifier=wallet

[JVMOptions]
-Dzcash.location.dir=$APPDIR/Java
-Dlaunching.from.appbundle=true
-Dwallet.name=winzec
-Dwallet.version=1.1.2

[JVMUserOptions]

[ArgOptions]

This is a generic error and likely just means an issue with zcashd starting. Get the last few lines of the debug.log file and paste them here. Look in C:\Users\your-username\AppData\Roaming\Zcash (replace your-username with your own) for a file named debug.log and then take the last say 50 lines of this as it’ll say what is wrong.