Getting the following errors when trying to run on wezterm on manjaro linux
thread 6731 panic: index out of bounds: index 52304, len 15580
/home/manjaro/DOOM-fire-zig/src/main.zig:609:39: 0x233fb7 in showDoomFire (DOOM-fire)
spread_px = screen_buf[doFire_idx];
^
/home/manjaro/DOOM-fire-zig/src/main.zig:681:17: 0x231be9 in main (DOOM-fire)
showDoomFire();
^
/usr/lib/zig/std/start.zig:574:37: 0x23164e in main (DOOM-fire)
const result = root.main() catch |err| {
^
???:?:?: 0x7fa90224cccf in ??? (libc.so.6)
Unwind information for libc.so.6:0x7fa90224cccf was not available, trace may be incomplete
run DOOM-fire: error: the following command terminated unexpectedly: /home/manjaro/DOOM-fire-zig/zig-out/bin/DOOM-fire Build Summary: 3/5 steps succeeded; 1 failed (disable with --summary none) run transitive failure └─ run DOOM-fire failure error: the following build command failed with exit code 1: /home/manjaro/DOOM-fire-zig/zig-cache/o/016601cc27f94eece871cb2f7a6245fd/build /usr/bin/zig /home/manjaro/DOOM-fire-zig /home/manjaro/DOOM-fire-zig/zig-cache /home/manjaro/.cache/zig run
try the latest build, it is confirmed to work with MacOS + Zig13!