You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
按照教程在samples/hello_fibos/start_fibos目录下执行fibos node.js发生错误,输出为:
2018-08-15T06:22:49.364 thread-0 http_plugin.cpp:344 plugin_initialize ] configured http to listen on 127.0.0.1:8888
2018-08-15T06:22:49.364 thread-0 chain_plugin.cpp:271 plugin_initialize ] initializing chain plugin
database created by a different compiler, build, boost version, or operating system
Environment differences (host vs database):
Compiler Version:
342e322e3120436f6d70617469626c6520436c616e6720342e302e312028746167732f52454c454153455f3430312f66696e616c2900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 "4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final) "
vs
342e322e3120436f6d70617469626c65204170706c65204c4c564d20392e312e302028636c616e672d3930322e302e33392e3129000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 "4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1) "
Debug: 0 vs 0
Apple: 1 vs 1
Windows: 0 vs 0
Boost Version: 106700 vs 106700
2018-08-15T06:22:49.369 thread-0 chain_plugin.cpp:580 plugin_initialize ] 13 N5boost16exception_detail10clone_implINS0_19error_info_injectorISt13runtime_errorEEEE: database created by a different compiler, build, boost version, or operating system
rethrow database created by a different compiler, build, boost version, or operating system:
{"what":"database created by a different compiler, build, boost version, or operating system"}
thread-0 chain_plugin.cpp:580 plugin_initialize
libc++abi.dylib: terminating with uncaught exception of type fc::exception
[1] 99462 abort (core dumped) fibos node.js
查询资料上说是引用的eos版本过低,是你们需要升级么
The text was updated successfully, but these errors were encountered:
按照教程在samples/hello_fibos/start_fibos目录下执行fibos node.js发生错误,输出为:
2018-08-15T06:22:49.364 thread-0 http_plugin.cpp:344 plugin_initialize ] configured http to listen on 127.0.0.1:8888
2018-08-15T06:22:49.364 thread-0 chain_plugin.cpp:271 plugin_initialize ] initializing chain plugin
database created by a different compiler, build, boost version, or operating system
Environment differences (host vs database):
Compiler Version:
342e322e3120436f6d70617469626c6520436c616e6720342e302e312028746167732f52454c454153455f3430312f66696e616c2900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 "4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final) "
vs
342e322e3120436f6d70617469626c65204170706c65204c4c564d20392e312e302028636c616e672d3930322e302e33392e3129000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 "4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1) "
Debug: 0 vs 0
Apple: 1 vs 1
Windows: 0 vs 0
Boost Version: 106700 vs 106700
2018-08-15T06:22:49.369 thread-0 chain_plugin.cpp:580 plugin_initialize ] 13 N5boost16exception_detail10clone_implINS0_19error_info_injectorISt13runtime_errorEEEE: database created by a different compiler, build, boost version, or operating system
rethrow database created by a different compiler, build, boost version, or operating system:
{"what":"database created by a different compiler, build, boost version, or operating system"}
thread-0 chain_plugin.cpp:580 plugin_initialize
libc++abi.dylib: terminating with uncaught exception of type fc::exception
[1] 99462 abort (core dumped) fibos node.js
查询资料上说是引用的eos版本过低,是你们需要升级么
The text was updated successfully, but these errors were encountered: