-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
New issue
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
Exports (built on github actions) not running #60258
Comments
Said error messages when starting the game on windows (when built with 3.5.beta3 on github actions):
|
Duplicate of #59723, since it was broken on the same versions. This will be fixed in the next 3.5 beta/RC.
This is likely because you left Export With Debug checked in the editor's Export file dialog, and debug mode doesn't exhibit the bug I linked. However, you probably used |
Godot version
3.5.beta3
System information
all OS, GLES2
Issue description
With 3.5.beta2 and 3.5.beta3 my game exports built on Github actions are not running. On all exports (HTML, macos, windows (linux not tested yet, will do that later)) I get error messages in the console when starting the game.
EDIT: The linux export doesn't work either.
I only have the issue when exporting the game on github actions with versions newer than 3.5.beta1. When exported from the editor on Mac or Windows it's fine. Also Github actions build with 3.5.beta1 is fine as well.
Steps to reproduce
Download v0.3.2 (Godot 3.5.beta3) and v0.3.4 (Godot 3.5.beta1) from https://github.com/dardanbujupaj/gwj-44/releases. One works one doesn't.
Minimal reproduction project
https://github.com/dardanbujupaj/gwj-44
The text was updated successfully, but these errors were encountered: