core dumped in new release
mk990 opened this issue · 1 comments
mk990 commented
./overplus -h
terminate called after throwing an instance of 'boost::wrapexceptboost::property_tree::json_parser::json_parser_error'
what(): -h: cannot open file
[1] 1150364 IOT instruction (core dumped) ./overplus -h
xyanrch commented
In version v1.0.4 overplus doesn't support '-h' argument, only supported command is: "./overplus server.json" , ,server.json is your config file path.
I have supported '-h' argument in latest code but didn't release it, you can clone the code and compile it by yourself.