Open XDEmer0r-L0rd-360-G0d-SlayerXD opened 3 years ago
It could be connected to that importing nimraylib_now requires these flags: https://github.com/greenfork/nimraylib_now/blob/920240c776777b125080aa71e01e6472f4899cf7/src/nimraylib_now/raylib_build_static.nim#L75-L78
And somehow it messes up asm instructions in arraymancer. I don't really have a good context on what happens in arraymancer and since the error in that library's file maybe it's better to ask the author of arraymancer to give some context. There are more flags passed to C, for all builds we also pass https://github.com/greenfork/nimraylib_now/blob/920240c776777b125080aa71e01e6472f4899cf7/src/nimraylib_now/raylib_build_static.nim#L24
and
I'm writing a program, and it runs fine until I import nimraylib_now, to which it then crashes. I'm not using anything from raylib, but just importing is causes the error.
I can try to provide a little more information if needed