Did anyone encounter microcoin.exe crash on the very first launch? I literally downloaded the wallet a few hours ago and followed the not so advance readme file. But when I try to launch either microcoin.exe or microcoin_old_port444.exe it just says "microcoin.exe has stopped working".
What to do?
Fail type in conf file is most common reason for crash.
Tried to delete it, tried to delete entire folder, tried to uninstall some programs. I had the same problem with Yacoin, but I managed to solve it by downloading an old wallet of theirs, and run "yacoind.exe" (DOS server) which populated the folder in /appdata/ with wallet.dat etc. After that the new Yacoin wallet worked.
But Microcoin does not.
Here's from debug.log
Using OpenSSL version OpenSSL 1.0.1e 11 Feb 2013
Startup time: 02/13/14 10:35:30
Default data directory C:\Users\arch\AppData\Roaming\microCoin
Used data directory C:\Users\arch\AppData\Roaming\microCoin
dbenv.open LogDir=C:\Users\arch\AppData\Roaming\microCoin\database ErrorFile=C:\Users\arch\AppData\Roaming\microCoin\db.log
Bound to [::]:3232
Bound to 0.0.0.0:3232
Loading block index...
And crashmessage from both yacoin and microcoin
Could be a problem with DEP.
try Start --> Run --> CMD (as admin) and enter:
bcdedit.exe /set {current} nx AlwaysOff
Reboot the PC an test again.