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

Attempting to parent and popup a dialog that already has a parent. editor/export/editor_export_platform.h:178 #84147

Closed
Ziizfak opened this issue Oct 29, 2023 · 4 comments

Comments

@Ziizfak
Copy link

Ziizfak commented Oct 29, 2023

Godot version

4.1.2

System information

Godot v4.1.2.stable - Windows 10.0.19045 - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 1050 (NVIDIA; 31.0.15.3667) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)

Issue description

I creat .apk its run. But when i try aab every time after start creating is freez and wqrite me this.
Attempting to parent and popup a dialog that already has a parent.
editor/export/editor_export_platform.h:178
image
I try look on JAVA_HOME all is fine.
I check names folders all fine.
JDKopen 11 key generate

Steps to reproduce

Problem with export to AAB format

Minimal reproduction project

Problem with export to AAB format

@Ziizfak
Copy link
Author

Ziizfak commented Oct 29, 2023

@Ziizfak
Copy link
Author

Ziizfak commented Oct 30, 2023

I think this is my problem but i dont know how fix it i am new in this.

Starting a Gradle Daemon (subsequent builds will be faster)

FAILURE: Build failed with an exception.

  • What went wrong:
    Unable to start the daemon process.
    This problem might be caused by incorrect configuration of the daemon.
    For example, an unrecognized jvm option is used.
    Please refer to the User Manual chapter on the daemon at https://docs.gradle.org/7.4.2/userguide/gradle_daemon.html
    Process command line: C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\java.exe --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.prefs/java.util.prefs=ALL-UNNAMED --add-opens java.base/java.nio.charset=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED -Xmx4536m -Dfile.encoding=UTF-8 -Duser.country=CZ -Duser.language=cs -Duser.variant -cp C:\Users\Zden?k.gradle\wrapper\dists\gradle-7.4.2-bin\48ivgl02cpt2ed3fh9dbalvx8\gradle-7.4.2\lib\gradle-launcher-7.4.2.jar org.gradle.launcher.daemon.bootstrap.GradleDaemon 7.4.2
    Please read the following process output to find out more:

Error: Could not find or load main class org.gradle.launcher.daemon.bootstrap.GradleDaemon
Caused by: java.lang.ClassNotFoundException: org.gradle.launcher.daemon.bootstrap.GradleDaemon

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

Exit Code: 1

@akien-mga
Copy link
Member

You're using JDK 21, not JDK 11: C:\Program Files\Eclipse Adoptium\jdk-21.0.1.12-hotspot\bin\java.exe

You should set your JAVA_HOME to point to your installation of JDK 11.

Note that the error about the popup is just an editor bug, not related to the failing Android export.

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

No branches or pull requests

3 participants