Carlo Bramini
Carlo Bramini
The engine crashes because here: https://github.com/rr-/Tomb1Main/blob/9f0675f53ae20fc73a1522308ff6d4f10177ac20/src/game/shell.c#L46 `g_CurrentLevel` is `-1` and `snprintf()` crashes in a point where it evaluates the length of that parameter.
I got the same identical problem in my port of llvm-project to CYGWIN. I did a patch that solved the problem on my platform and I posted it to D159404:...
@kalcohol I have been able to build mlir with both CYGWIN and MinGW, although I got an issue at link time of some executables, as explained into #64150. On CYGWIN,...
@kalcohol if the latest cloned sources compile fine, then this is a good news. Probably, some changes must be imported into 17.x branch to make it working. The fix https://reviews.llvm.org/rGe873280e614f8457ebbe2ffdee389b4e336739a6...