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
When opening the Comet.sln in VS2019, compiling for Release works, but Debug config is out of date.
Its missing some include directories (cannot find "expat.h" etc) and some precursor defs (to disable sqlite, which is not included in the sources).
When running Comet.exe on Windows, several issues prevent a search to run to the end, e.g. (not necessarily in this order)
a stack overflow (not sure where that came from, VS won't give a proper trace).
some issues in parameter handling, e.g. when param.txt contains lines like:
peff_obo =
precursor_NL_ions =
which may not be valid param.txt, but Comet should not throw exceptions; in Release mode, this is also undefined behaviour and may have weird consequences, but luckily nothing happens, so far.
I had ignored the broken Debug config for ages but just commited a fix to address that as well as the parameter handling so thanks for reporting both. I am seeing a crash in the Debug binary but at a different point than you noted. I'm currently still clueless as to why it dies where it does, upon entering CometSearch::RunSearch().
When opening the Comet.sln in VS2019, compiling for Release works, but Debug config is out of date.
Its missing some include directories (cannot find "expat.h" etc) and some precursor defs (to disable sqlite, which is not included in the sources).
When running Comet.exe on Windows, several issues prevent a search to run to the end, e.g. (not necessarily in this order)
which may not be valid param.txt, but Comet should not throw exceptions; in Release mode, this is also undefined behaviour and may have weird consequences, but luckily nothing happens, so far.
The text was updated successfully, but these errors were encountered: