Unable to export builds with installed gdUnit4 plugin #650
Unanswered
MikeSchulze
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In short, if Godot crashes, then it's a problem with the Godot engine and not with GdUnit4 ;)
godotengine/godot#99284
could be related to godotengine/godot#100260
Godot has issues to open a project without the cache folder
.godot
and installed plugins, that typical not exists in a CI pipeline.You need to compile the plugin before running the export.
You can do this manually by using
$GODOT_BIN -path ./ -e --headless --quit-after 200
But it does not help for the export.
I suggest excluding the gdunit4 add-on.
![image](https://private-user-images.githubusercontent.com/347037/400190882-e1fd159b-537c-41fb-be71-26506f3f0fe6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzU0OTUsIm5iZiI6MTczOTEzNTE5NSwicGF0aCI6Ii8zNDcwMzcvNDAwMTkwODgyLWUxZmQxNTliLTUzN2MtNDFmYi1iZTcxLTI2NTA2ZjNmMGZlNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQyMTA2MzVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04MTEyYThjMDQwYTllMTdjNjQ4NTY1NDljZjM5YzIzNTg0Yzg0NGFmZmFjZDQ3ZDdhOWZjMmYxZGJkZjA4YjdmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.AVD2HKvopVIEeqHR53Lm145ZK7Cj_LCuQv3KJuG4MSg)
Beta Was this translation helpful? Give feedback.
All reactions