node-java icon indicating copy to clipboard operation
node-java copied to clipboard

valueType javaGetArrayComponentType(JNIEnv*, jobjectArray): Assertion `false' failed.

Open Heath123 opened this issue 5 years ago • 3 comments

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

Heath123 avatar Dec 28 '20 17:12 Heath123

Seems like an array element might be null?

Heath123 avatar Dec 28 '20 17:12 Heath123

No, wait, I think the array is null

Heath123 avatar Dec 28 '20 20:12 Heath123

I don't think that's it either

Heath123 avatar Dec 28 '20 20:12 Heath123