Skip to content
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

Double confirmation window hangs IDE #84171

Closed
BastiaanOlij opened this issue Oct 30, 2023 · 4 comments · Fixed by #85136
Closed

Double confirmation window hangs IDE #84171

BastiaanOlij opened this issue Oct 30, 2023 · 4 comments · Fixed by #85136

Comments

@BastiaanOlij
Copy link
Contributor

BastiaanOlij commented Oct 30, 2023

Godot version

4.2.dev

System information

Windows

Issue description

I've loaded an older project into Godot and am attempting to export this to Quest. I now get this new dialog due to having older mesh data in this project:

image

The problem is, at this point in time the dialog for exporting to Quest (/android) is already open, I get a warning that two dialogs are trying to take focus, and the UI stalls. Only force quit exists

Steps to reproduce

Load an older project that has older mesh data, attempt to export to Android.

Minimal reproduction project

https://github.com/godotvr/godot-xr-template

@BastiaanOlij
Copy link
Contributor Author

cc @clayjohn

@BastiaanOlij
Copy link
Contributor Author

I'm also getting stuck when just exporting the project from the export dialog.

This may be a way to test this for people without a headset.

image

@BastiaanOlij
Copy link
Contributor Author

And this is the error that briefly appears:

image

@BastiaanOlij
Copy link
Contributor Author

OK, this is even more weird. I found out that the file in the project that has the old data in it is this one:
image

Opening up that scene also gives me the dialog, but again it hangs, it doesn't react to pressing the button.

The only way I was able to proceed was to edit the code and skip the dialog and force the conversion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants