Open MarkKharitonov opened 1 day ago
OK, I made it work by changing my routine a little bit.
Originally, I first loaded the sosex
extension and ran the !bhi
command. Then loaded netext
and then mex
. And that does not work out for netext
.
Now I first load sos
, then sosex
and then netext
without mex
. Now it works.
Do not know what this means. Maybe I should not load mex
or maybe sos
must be loaded first. In any case, I am good.
Describe the bug Unable to run any netext commands.
To Reproduce Steps to reproduce the behavior:
Expected behavior
!wk
should run just fine.Desktop (please complete the following information):
Additional context The other extensions work fine:
sos
sosex
Plus I was able to build the heap index with
!bhi
just fine.And the
mex
extension works fine too.So, it is only the
netext
extension that refuses to run.