Skip to content

Build problem Godot 3.4.4 #968

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

Closed
jacksonwilliampluskota opened this issue Jun 29, 2022 · 4 comments
Closed

Build problem Godot 3.4.4 #968

jacksonwilliampluskota opened this issue Jun 29, 2022 · 4 comments
Labels
Bug 🐞 Something isn't working Critical 💩

Comments

@jacksonwilliampluskota
Copy link

when i using in Dialogic in godot it's work fine but when i build the dialog don't run

What i did
I maked a simple dialog
image

and in engine run worked well
image

but when i build the game using the filter to export

image

not worked in build gave me this error
image

i created the dialogue by script
var new_dialog = Dialogic.start('start')
add_child(new_dialog)

@Jowan-Spooner Jowan-Spooner added Bug 🐞 Something isn't working Critical 💩 labels Jun 29, 2022
@Jowan-Spooner
Copy link
Member

Probably related to #898 #914. Maybe caused by #915

@Jowan-Spooner
Copy link
Member

Try setting the default theme setting. Even if you just set it to the exact same value.

@Jowan-Spooner Jowan-Spooner added this to the Version 1.4.3 milestone Jun 29, 2022
@jacksonwilliampluskota
Copy link
Author

i just created a new theme and set as default and the build works well.
Thank you very much

@zaknafean
Copy link
Collaborator

This and its dupes should be fixed with #978

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 Something isn't working Critical 💩
Development

No branches or pull requests

3 participants