-
Notifications
You must be signed in to change notification settings - Fork 45
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
Can not call input methods on the jvm side #747
Comments
I am also facing this problem. The following code:
Produces this error:
Brand new project, with v4.3.stable.jvm.0.11.0.gh and Kotlin 2.0.20, utopia-rise v0.10.0-4.3.0. If I change the call to
|
Can you both provide your gradle build script and the JVM version you're using ? |
I've just upgraded to 0.11.0-4.3 and the error has gone away. (JDK v17). My character isn't moving, but that's probably a different problem! I am very new. |
So you were using engine 0.11.0 version with 0.10.0 JVM lib ? |
It was a new download of Godot kotlin, and the IntelliJ plugin, and that is what the new project wizard gave me. I've just tried a new project and can confirm that the intellij plugin creates a 0.10.0 project. So maybe an update is needed there. |
This function call:
Initial investigation was a bootstrap jar incompatibility, but it proved to be false. Replacing the editor's bootstrap with the one in libs did not solve the problem.
The text was updated successfully, but these errors were encountered: