gabryon99 / postcat-kodee

Postcat Kodee is a 3D game written in Kotlin, using the Godot/Kotlin JVM bindings.
MIT License
46 stars 1 forks source link

Initial setup on Windows #1

Closed elijah-semyonov closed 3 months ago

elijah-semyonov commented 5 months ago

Hey!

I've checked out this repo (https://github.com/gabryon99/kodee-delivery/commit/bef041199e0a77ec439349c6c773695d709b1529) Downloaded this Godot build for Windows from here: https://github.com/utopia-rise/godot-kotlin-jvm/releases/download/0.8.2-4.2.1/godot-kotlin-jvm_editor_windows_0.8.2-4.2.1.zip Imported the project image During the first open this happens: image

gabryon99 commented 5 months ago

Hello @elijah-semyonov! It seems I forgot to add the missing scene with git add. Now if you pull the new changes, everything should work as expected. Check here: https://github.com/gabryon99/kodee-delivery/commit/271bc286a615e891a5bc17ceab9ce924039f0377

elijah-semyonov commented 5 months ago

Now I managed to open the project, but when the Run Project is clicked, the window opens and then closes in a couple of seconds. Probably has to do with the issue you mentioned regarding the start?

gabryon99 commented 5 months ago

Yeah, I think so. According to the maintainers this happens because of a bad configuration with the JAVA_HOME. Do you have any trace/log of the crash?

elijah-semyonov commented 4 months ago

Not really. The window opens and instantly closes without error messages. Godot doesn't log anything.

elijah-semyonov commented 4 months ago

I'll check on macOS later.

gabryon99 commented 4 months ago

@elijah-semyonov the maintainers have released a version with a new alert message. When you have time, can you check again? Link: https://github.com/utopia-rise/godot-kotlin-jvm/releases/download/0.9.0-4.2.2/godot-kotlin-jvm_editor_windows_0.9.0-4.2.2.zip

elijah-semyonov commented 4 months ago
  1. I've made a fresh checkout of kodee-delivery.
  2. Downloaded the editor from the link.
  3. Run ./gradlew build.
  4. Opened the project in Godot and run it - success! :)

image

elijah-semyonov commented 4 months ago

Not counting these: image

elijah-semyonov commented 4 months ago

But it started with: image So I guess that's my fault :)

gabryon99 commented 4 months ago

I'm glad that everything works out! I have new modifications to push for the game :)

gabryon99 commented 4 months ago

@elijah-semyonov I've uploaded the new code and assets. Let me know if everything works out for you!