node-java
node-java copied to clipboard
valueType javaGetArrayComponentType(JNIEnv*, jobjectArray): Assertion `false' failed.
Exception in thread "main" java.lang.NullPointerException
electron --remote-debugging-port=9222 .: ../src/utils.cpp:474: jvalueType javaGetArrayComponentType(JNIEnv*, jobjectArray): Assertion `false' failed.
Seems to happen at https://github.com/joeferner/node-java/blob/9690cbc6c91d155fc13cfde415209bc98669dd84/src/utils.cpp#L474 I'll try to gather more information
Seems like an array element might be null?
No, wait, I think the array is null
I don't think that's it either