Any idea why start_node() crashes on Windows?
Exception: EXCEPTION_ACCESS_VIOLATION at 0x415173e -- unknown function (ip: 000000000415173e)
in expression starting at REPL[5]:1
unknown function (ip: 000000000415173e)
Allocations: 1776289 (Pool: 1776239; Big: 50); GC: 4
I assume that you are aware of this as 'Windows' is on your todo list.
I've tried execution with admin rights, changing access rights of the artifacts, and various other things, but without success. Could it have to do with your choice of unpack target?
unpack_target = "x86_64-w64-mingw32"
Any idea why
start_node()crashes on Windows?I assume that you are aware of this as 'Windows' is on your todo list.
I've tried execution with admin rights, changing access rights of the artifacts, and various other things, but without success. Could it have to do with your choice of unpack target?
unpack_target = "x86_64-w64-mingw32"