Trying to host it using the official linux file but then it errors this:
Launching server subprocess...
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "bombsquad_server", line 305, in _bg_thread_main
self._run_server_cycle()
File "bombsquad_server", line 332, in _run_server_cycle
cwd='dist')
File "/usr/lib/python3.7/subprocess.py", line 800, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.7/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
PermissionError: [Errno 13] Permission denied: './bombsquad_headless'
>>> Server manager shutting down...
Waiting for subprocess exit...
Here is how the folders and files are placed
The start line is python3 bombsquad_server
Should I change it?
Here is the editor link btw, you should be able to see the files
bombsquadgh (glitch.com)