Hendricks266, on 20 May 2024 - 02:29 PM, said:
From the Terminal, run
lldb -- ./NBlood.app
and enter
r
to run the program. (If you get to the startup window, make sure you select a windowed display mode.) It should print some information about what's going on.
Thanks for answering me
I followed the steps, but when running the app the same error pops up. In the terminal it only shows this:
(lldb) target create "./Rednukem.app"
Current executable set to '/Users/sn4k3r/Downloads/NBlood-master/Rednukem.app' (arm64).
(lldb) r
Process 8465 launched: '/Users/sn4k3r/Downloads/NBlood-master/Rednukem.app/Contents/MacOS/rednukem'
(arm64)
Process 8465 exited with status = 9 (0x00000009) Terminated due to signal 9
I would be very grateful if you could still help me