JDA icon indicating copy to clipboard operation
JDA copied to clipboard

terminate called after throwing an instance of 'jsmn::Error'

Open rivercn opened this issue 7 years ago • 3 comments

*********~/JDA/build$ ./jda test terminate called after throwing an instance of 'jsmn::Error' what(): File not exists! 已放弃 (核心已转储)

jda compline OK . is jsmn problem?

rivercn avatar May 04 '17 07:05 rivercn

Please create a config.json file for JDA. config.template.json is a template file for configuration. The error is thrown by this line.

luoyetx avatar May 05 '17 00:05 luoyetx

@luoyetx Thanks for your response,I have solved it. FPS is about 1.5 , environment i5 @2.3GHz, VGA image. Is There any parameter to improve speed.

rivercn avatar May 05 '17 07:05 rivercn

try jda.c and build with CMake Release mode. cmake .. -DCMAKE_BUILD_TYPE=Release

luoyetx avatar May 05 '17 14:05 luoyetx