Open vimalkumar010 opened 2 months ago
Hi, can you try running Godot editor in terminal, then open the demo project to see what the error output look like? Most likely it's due to missing library dependencies such as OpenCV.
hi... Below is the output i receive when i run Godot Editor using terminal.
vimals@ThinkPad-T480s:~/Downloads$ ./Godot_v4.2.2-stable_linux.x86_64 -e /home/vimals/GodotProjects/GDMP-demo/project/project.godot
Aborted (core dumped)
Well, crashing the official editor isn't what I expected.
Can confirm that GDMP v0.4 that built from ubuntu 22.04 somehow doesn't work on the same release, tested from ubuntu 22.04 docker image running godot in headless mode, though the crash messages are a bit different:
================================================================
handle_crash: Program crashed with signal 11
Engine version: Godot Engine v4.2.2.stable.official (15073afe3856abd2aa1622492fe50026c7d63dc1)
Dumping the backtrace. Please include this when reporting the bug to the project developer.
ERROR: FATAL: Index p_index = 1 is out of bounds (size() = 0).
at: get (./core/templates/cowdata.h:158)
Illegal instruction (core dumped)
I think there's not much I can help with this problem unfortunately, but as a workaround you can try building the library from source in environment that are isolated from host, there is flatpak_env.sh
script to help you switch to Freedesktop runtime if flatpak is installed on your machine.
Hi, I am new to Godot and i am trying to run the GDMP Demo project. I have added the addons folder (v0.4) in the root folder, and enabled the GDMP plugin but i am facing the errors as shown below.
Operating System: Ubuntu 22.04
Thanks