Hello everybody
I managed to compile the code following the Wiki steps, no errors, but when running the app it says is damaged and can't be opened.
I tried to open it with the right click without success. Interestingly, a unix executable was generated and runs fine, except that the keyboard doesn't work and have to do a hard reboot on my Mac.
Any ideas what it could be?
Page 1 of 1
Rednukem/NBlood compiles but failed to run on latest macOS
#1 Posted 15 May 2024 - 08:03 AM
#3 Posted 20 May 2024 - 02:29 PM
From the Terminal, run
lldb -- ./NBlood.appand enter
rto 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.
#4 Posted 21 May 2024 - 03:54 PM
Hendricks266, on 20 May 2024 - 02:29 PM, said:
From the Terminal, run
lldb -- ./NBlood.appand enter
rto 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
#5 Posted 22 May 2024 - 08:06 PM
I was able to reproduce the issue when building from one of GitHub's generated NBlood-master.zip files, but not a git clone. Running
EDIT:
sudo xattr -cr ./Rednukem.appfixed it in this situation. I don't know why that would be necessary if you built it yourself. Maybe the Downloads folder has something to do with it?
EDIT:
xattr -d com.apple.quarantine ./Rednukem.appworked too, and that didn't need sudo.
This post has been edited by Hendricks266: 23 May 2024 - 04:55 PM
#6 Posted 25 May 2024 - 11:37 AM
Damn, you're good!!
It works like a charm.
I'm very grateful for all the help!
It works like a charm.
I'm very grateful for all the help!
Share this topic:
Page 1 of 1