运行bitcoind.exe时Boost库中的异常

时间:2014-02-03 04:51:27

标签: boost mingw bitcoin boost-filesystem bitcoind

我使用mingw32在Windows 32bit上构建了比特币0.8.6,现在尝试使用以下命令在提示符中执行bitcoind.exe:

bitcoind.exe -datadir =“e:/ BitcoinDataTest”

我得到了与Boost相关的异常“N5boost10filesystem16filesystem_errorE”。有人可以帮我解决这个问题吗?感谢。

输出:

比特币版本v0.8.6.0-g03a7d67-beta(星期四,2013年12月5日13:11:26 +0100) 使用OpenSSL版本OpenSSL 1.0.1e 2013年2月11日 默认数据目录C:\ Documents and Settings \ Admin \ AppData \ Bitcoin 使用数据目录e:\ bitcoindatatest 最多使用125个连接(可用2048个文件描述符) 使用2个线程进行脚本验证

初始化消息:验证钱包......

dbenv.open LogDir = e:\ bitcoindatatest \ database ErrorFile = e:\ bitcoindatatest \ db.log

EXCEPTION:N5boost10filesystem16filesystem_errorE boost :: filesystem :: status:操作结束成功:“e:\ bitcoindatatst \ wallet.dat”C:\ mybitcoin \ bitcoind.exe in AppInit()

EXCEPTION:N5boost10filesystem16filesystem_errorE boost :: filesystem :: status:操作结束成功:“e:\ bitcoindatatst \ wallet.dat”C:\ mybitcoin \ bitcoind.exe in AppInit()

关机:正在进行中......

冲洗(假)

DBFlush(false)结束0ms

StopNode()

将0地址刷新到peers.dat 0ms

冲洗(真)

DBFlush(true)结束0ms

在抛出'boost :: filesystem :: filesystem_error'的实例后终止调用   what():boost :: filesystem :: remove:操作结束成功:“e:\ bitcoindatatest \ bitcoind.pid”

此应用程序已请求Runtime以不寻常的方式终止它。请联系应用程序的支持团队以获取更多信息

0 个答案:

没有答案