Time Nick Message 22:15 tochigi i tried building minetest for macos 12 (arm) and it succeeded. but whenever i launch the package, minetest will hang with no errors. not sure what steps i should take to debug further 22:21 tochigi https://i.tochigi.co/unknown.png 22:23 tochigi building from master branch, using irrlichtmt, disabled leveldb support 22:27 tochigi also using lua 5.1 22:30 tochigi this was also happening on the stable-5 branch 22:49 MTDiscord Read jordachs instructions on the forums 22:55 tochigi i did 22:56 tochigi i will try again though 23:21 MTDiscord @Jordach ^ 23:28 MTDiscord make package -j8 23:28 MTDiscord extract the .app from the newly made zipfolder 23:29 MTDiscord run it 23:29 MTDiscord however on M1/Pro/Max chips beyond Big Sur 11.5 23:29 MTDiscord OpenGL cameras will just spin 23:29 MTDiscord even with permissions 23:29 MTDiscord you will have to run it from iTerm2 or the built in terminal 23:29 MTDiscord (which also shares the same permissions) 23:29 tochigi that is what i did 23:29 MTDiscord seems to fix it 23:29 tochigi but it still hangs 23:29 MTDiscord uh no 23:30 MTDiscord minetest likely hangs for other reasons as well 23:30 MTDiscord namely M1 has code signing issues 23:30 MTDiscord if you launching it using non system tools like lldb 23:30 MTDiscord that too needs permissions 23:31 tochigi i thought lldb comes with xcode developer tools? 23:31 MTDiscord i don't use it 23:31 MTDiscord so therefore i can't fix it 23:31 MTDiscord i explitcitly use cmake and make 23:31 tochigi whenever i run it outside of lldb it still hangs 23:32 tochigi permissions should be set 23:32 MTDiscord it also includes the terminal emulator 23:32 MTDiscord app 1->app 2->app 3 must have identical permissions 23:32 tochigi oh 23:32 tochigi i don't know anything about macos development 23:33 tochigi launched from finder and it still hangs 23:33 MTDiscord all you ideally need to know is the barebones cmake and make commands for irrlichtMT and MT 23:34 MTDiscord alongside brew 23:34 MTDiscord however because the gamejam is on 23:34 tochigi permissions are set 23:34 MTDiscord i can't help 23:34 tochigi sorry if i am bothering you 23:34 tochigi good luck with the gamejam 23:34 tochigi i will try one of your prebuilt applications 23:35 MTDiscord they are appropriately named JIT and Universal for M1 machines 23:35 tochigi i know 23:37 tochigi the prebuilt one hangs as well 23:38 tochigi what permissions are needed actually, just input monitoring? 23:38 MTDiscord just run ./minetest.app/Contents/MacOS/minetest 23:38 MTDiscord that's how i launch it on my M1 Air 23:38 tochigi will i need to give iterm permissons if i do that 23:39 MTDiscord (or for the path use show package contents) and yes 23:39 MTDiscord also give it the developer options right at the bottom which releases some of the software checking policies 23:39 tochigi for both? 23:39 MTDiscord just iTerm 23:39 MTDiscord you probably don't want minetest doing systemwide changes 23:40 tochigi still hangs 23:40 MTDiscord works for a friend who has an M1 Pro 23:40 MTDiscord #!/bin/bash /Applications/minetest.app/Contents/MacOS/minetest 23:41 MTDiscord obviously the usual 0777 chmod to launch it 23:42 tochigi that sounds usual 23:42 tochigi on every fresh install of linux i run sudo chmod -R 777 / 23:43 MTDiscord https://tenor.com/view/monkey-monke-neuron-activation-neuron-activation-gif-20850506 23:47 tochigi https://i.tochigi.co/Screen%20Shot%202021-12-20%20at%206.40.57%20PM.png