This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

EC++ new() fails, init_mempool never called?

In EcMain.cpp the extern void *operator new(size_t size) fails to allocate memory for a new object on its first invocation. I think that the problem is that _main() is never called, so init_mempool is never called. Does anyone know where the call to _main() is made?

BTW I'm using RTX166

0