korlibs / korge

KorGE Game Engine. Multiplatform Kotlin Game Engine
https://korge.org/
Other
2.52k stars 124 forks source link

Meet OpenGL error when run hello-world in iOS device #2300

Closed tlz4320 closed 1 week ago

tlz4320 commented 2 weeks ago

Hello, thank you for sharing Korge. It's a great work, and I hope to use it in Multiplatform development. But, After I compiled hello-world and run with iOS simulator, it crashed with following info.

image

I tried to find the reason, but I don't know how to debug into Kotlin native (not sure it is Kotlin's bug or Korge's). Only "preferredIphoneSimulatorVersion" was change to 15 in hello-word project. Keep all source code unchanged. I have tried beta3 or beta4, same error. By the way, android simulator could run project well.

tlz4320 commented 1 week ago

Interestingly, I upgraded macOS to 15.0 and run same project on iOS 18 simulator, everything went well. Seems the bug of iOS simulator?