Hello! I'm experiencing a very bizarre error with ...
# kotlin-native
i
Hello! I'm experiencing a very bizarre error with Kotlin/Native with
mingwX64
. My test process fails with
-1073741515
exit code and no output. When I've opened the
test.exe
binary with Dependency Walker, it gave out that binary can't be linked with some Microsoft binaries.
👀 2
I have no idea what to install or configure...
m
Try to use https://github.com/lucasg/Dependencies instead of old
depends.exe
i
Oh, it works correctly, thank you
b
Turns out you can just run ./test.exe manually for a full test log (I wish it'd show up in gradle logs too). The log output there is quite verbose and allowed me to quickly identify the similar issue (missing ddl on path)
i
In my case, there was no output, only weird Windows exit code.
b
Even when running test binary directly from the terminal? i.e. no gradle
i
Exactly.
But the problem is already solved: conda-forge simply distributed incorrect binaries for Windows.
b
Worth raising a bug if you can open source a reproduceable?
Ah, so not K/N issue exactly