Platform: Windows 10 Running pocketsphinx_continuous.exe with all appropriate model files set, ie: path_to_exe -inmic yes -hmm model\en-us\en-us -lm model\en-us\en-us.lm.bin -dict model\en-us\cmudict-en-us.dict
Error:
Debug Assertion Failed!
Program: path to exe (as above) File: f:\dd\vctools\crt_bld\self_x86\crt\src\read.c Line: 85
Expression: (_osfile(fh) & FOPEN)
Any insight on what could have caused the issue? my code is pulled directly from sourceforge, so I'm not on the bleeding edge (ie github)
I was able to avoid this issue by using the provided .exe and .dll files in the original download, rather than those built by visual studio 2017.
Such errors appear from runtime configuration mismatch:
https://cmusphinx.github.io/wiki/faq/#q-pocketsphinx-crashes-on-windows-in-_lock_file
Log in to post a comment.
Platform: Windows 10
Running pocketsphinx_continuous.exe with all appropriate model files set, ie:
path_to_exe -inmic yes -hmm model\en-us\en-us -lm model\en-us\en-us.lm.bin -dict model\en-us\cmudict-en-us.dict
Error:
Debug Assertion Failed!
Program: path to exe (as above)
File: f:\dd\vctools\crt_bld\self_x86\crt\src\read.c
Line: 85
Expression: (_osfile(fh) & FOPEN)
Any insight on what could have caused the issue? my code is pulled directly from sourceforge, so I'm not on the bleeding edge (ie github)
Last edit: Brent Allard 2017-09-06
I was able to avoid this issue by using the provided .exe and .dll files in the original download, rather than those built by visual studio 2017.
Such errors appear from runtime configuration mismatch:
https://cmusphinx.github.io/wiki/faq/#q-pocketsphinx-crashes-on-windows-in-_lock_file