Description
Hello,
I'm running Ubuntu 20.04.2.
I download the zip file, unzip it, and try ./oh-my-git
but I get :
ERROR: make_dir_recursive: Method failed. Returning: err
At: core/os/dir_access.cpp:185.
Godot Engine v3.2.3.stable.official - https://godotengine.org
OpenGL ES 3.0 Renderer: GeForce GT 1030/PCIe/SSE2
Segmentation fault (core dumped)
I tried with sudo ./oh-my-git
and I was able to walk into the menus but when I choose the first level, it crashed:
ERROR: make_dir_recursive: Method failed. Returning: err
At: core/os/dir_access.cpp:185.
Godot Engine v3.2.3.stable.official - https://godotengine.org
OpenGL ES 3.0 Renderer: GeForce GT 1030/PCIe/SSE2
ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
ERROR: init_device: Condition "status < 0" is true. Returned: ERR_CANT_OPEN
At: drivers/alsa/audio_driver_alsa.cpp:83.
WARNING: initialize: All audio drivers failed, falling back to the dummy driver.
At: servers/audio_server.cpp:215.
ERROR: call: Refusing to delete directory /root/.local/share/Oh My Git/tmp/repos/yours/ that does not start with /home/root/.local/share/Oh My Git/tmp/
At: modules/gdscript/gdscript_functions.cpp:803.
FATAL ERROR: Refusing to delete directory /root/.local/share/Oh My Git/tmp/repos/yours/ that does not start with /home/root/.local/share/Oh My Git/tmp/
WARNING: cleanup: ObjectDB instances leaked at exit (run with --verbose for details).
At: core/object.cpp:2135.
ERROR: clear: Resources still in use at exit (run with --verbose for details).
At: core/resource.cpp:477.
ERROR: cleanup: Condition "allocs_used > 0" is true.
At: core/pool_vector.cpp:69.
Afterwards, even the sudo
launch failed directly with a segmentation fault.