-
-
Notifications
You must be signed in to change notification settings - Fork 263
Dialogic crashes exports #898
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
Comments
Is this an export to android by chance? Either way I believe this is a known issue, and the fix is currently in main branch. Try downloading that and see if the error persists. |
Okay thanks, and no,this is a windows export |
1 similar comment
Okay thanks, and no,this is a windows export |
I tried that, but the problem is still there. I now get this errors:
|
Repro (I guess it's the same issue?) on Windows 10, Godot 3.4.2, Dialogic 1.4.1:
I tried exporting the game both to HTML and Windows. It crashes as soon as I try instantiate any dialog with Dialogic. |
Can you try using the main branch from git hub (our 1.4.2) release candidate, and see if you get the same issue? |
Thanks, I just tried that! Now the game doesn't crash, but I get this error:
The dialog spawns, but it seems that at first it's invisible - I need to press an action button, and only then it fades in, simultaneously skipping from the first line to the second one. |
Can you screen shot the start of the timeline in question if you have a moment? |
And just to verify, this doesn't happen in the editor. Only on export? |
That's right |
I have a hunch... are both those characters using the same theme? Or are you only using the default theme? Or did you edit the default theme and are using the edited theme for those characters? |
Yeah, the last one. I edited the default theme. Using a completely new theme should solve it? |
I'm thinking it might. We get some WEIRD issues with the default theme. Give it a try and report back if you wouldn't mind. |
Still the same - I created a new theme and assigned it to both characters, but I'm getting the same error as previously and I still need to press a button to make the dialog actually appear. |
More for my own notes than anything else as this isn't actionable... It appears that the current_theme isn't being set on time. I can't currently recreate the issue, but its clearly affecting a bunch of our users. @matiwierzba Is there any further stack trace you could share on the issue, or is that it? |
Nope, that's it. Thanks for your efforts! |
Hello again! I stumbled upon a solution for this problem, maybe it will work for others as well. In Dialogic settings I had the "default theme" still set as the default theme (I know how it sounds but I think you know what I mean). None of my characters were using it, but after I changed the default theme in the settings to an entirely new theme the issues disappeared completely, both on Windows and in the web version |
This saved my life, thank you. |
Is this closeable? |
Gotta make the actual fix. Open for now will have it worked out this week.
…On Sat, Jun 18, 2022, 6:46 PM Emi ***@***.***> wrote:
Is this closeable?
—
Reply to this email directly, view it on GitHub
<https://github.com/coppolaemilio/dialogic/issues/898#issuecomment-1159577338>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3CCZMH3E5DOCJIXGJA7WDVPZGU3ANCNFSM5WCSFZMA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This and its dupes should be fixed with #978 |
The problem
Describe the bug
When running an exported version of my game, dialogic crashes it with this error message:
This doesn't happen when running from the editor.
To Reproduce
Steps to reproduce the behavior:
I don't know how I did it so I can't show you how.
Expected behavior
I expect dialogue to show up when I start my game
Screenshots

System (please complete the following information):
Solutions
I don't know
Workaround
A delay before adding dialogic as a child, this didn't work
Possible fixes
I have no idea :/
The text was updated successfully, but these errors were encountered: