|
||||||
|
Q. What is wrong if my module is crashing in it's "init" function?A: If a user module is crashing in it's Module description function (it is possible that this may even cause the AVS kernel to crash on certain platforms), the most common problem is that you may have duplicated one of the names of the input/output or parameters. While the AVS kernel will allow you to do this, it can cause unexpected things to happen like having the module die or AVS die
| |||||