We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproducible on 4.4 dev6
Ubuntu 24, Godot 4.4 dev
When I try to export a game in godot 4.4 dev6 using the headless option, the editor crashes with the following error.
The command to export is
godot -v --headless --path game/ --export-release macOS export_game.zip
================================================================ handle_crash: Program crashed with signal 11 Engine version: Godot Engine v4.4.dev6.official (1f47e4c4e3a09a422e96880a7918d986dd575a63) Dumping the backtrace. Please include this when reporting the bug to the project developer. [1] /lib/x86_64-linux-gnu/libc.so.6(+0x45250) [0x7f457f377250] (??:0) [2] godot() [0x475b918] (??:0) [3] godot() [0x622ea0] (??:0) [4] godot() [0x6376d3] (??:0) [5] godot() [0x639056] (??:0) [6] godot() [0x64c3c3] (??:0) [7] godot() [0x48ca7dd] (??:0) [8] godot() [0x43e1714] (??:0) [9] godot() [0x2681085] (??:0) [10] godot() [0x532442] (??:0) [11] godot() [0x41c57a] (??:0) [12] /lib/x86_64-linux-gnu/libc.so.6(+0x2a3b8) [0x7f457f35c3b8] (??:0) [13] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x8b) [0x7f457f35c47b] (??:0) [14] godot() [0x43c7ca] (??:0) -- END OF BACKTRACE -- ================================================================ Aborted
Full log
Preloading project configuration(1).log
https://github.com/svelezw4games/godot-4-3d-third-person-controller
migrate_to_4_4
Reproducible project can be found on the following link
On this branch
https://github.com/svelezw4games/godot-4-3d-third-person-controller/tree/migrate_to_4_4
The text was updated successfully, but these errors were encountered:
Can you try https://nightly.link/godotengine/godot/workflows/runner/master?preview and see if it still fails?
I want to narrow down some crash bugs.
Sorry, something went wrong.
No branches or pull requests
Tested versions
Reproducible on 4.4 dev6
System information
Ubuntu 24, Godot 4.4 dev
Issue description
When I try to export a game in godot 4.4 dev6 using the headless option, the editor crashes with the following error.
The command to export is
godot -v --headless --path game/ --export-release macOS export_game.zip
Full log
Preloading project configuration(1).log
Steps to reproduce
https://github.com/svelezw4games/godot-4-3d-third-person-controller
migrate_to_4_4
godot -v --headless --path game/ --export-release macOS export_game.zip
Minimal reproduction project (MRP)
Reproducible project can be found on the following link
https://github.com/svelezw4games/godot-4-3d-third-person-controller
On this branch
https://github.com/svelezw4games/godot-4-3d-third-person-controller/tree/migrate_to_4_4
The text was updated successfully, but these errors were encountered: