korge icon indicating copy to clipboard operation
korge copied to clipboard

KorGE Game Engine. Multiplatform Kotlin Game Engine

Results 290 korge issues
Sort by recently updated
recently updated
newest added

Related issue: https://github.com/Kotlin/kotlinx-kover/issues/166 https://github.com/korlibs/korge/runs/8003007849?check_suite_focus=true#step:8:524

Hello! I trying to extract zip file but always receive a crash: _Uncaught Kotlin exception: com.soywiz.korio.lang.FileNotFoundException: Can't open '/private/var/mobile/Containers/Data/Application/B37123454-1423B-1263-234-4FHGNDOSK/tmp/folder/file.zip/file' with mode 'rb' errno=92, errstr=Illegal byte sequence_ Code: `tempVfs["folder"]["file.zip"].openAsZip()["file"].copyTo(tempVfs["folder"])` Could you...

There are many test files in the assets directory of apk when i dependency com.soywiz.korlibs.korge2:korge-dragonbones:3.0.0, but the 3.0.0-Beta5 version does not have these files. These files are very large and...

check
wait for response

Hey! I have an sqlite database that was gzip compressed with korio, but when uncompressing it with korio I get the following error: ``` com.soywiz.korio.lang.InvalidOperationException: Size doesn't match SIZE(0x00040000 !=...

bug
check

I found that this program seems to be leaking memory then I try to runNativeRelease. When it first started, the memory usage was about 30mb, but after minimizing or repeatedly...

wait for response

Now that K/N supports a new memory model we should consider doing audio decoding / playback in a different thread than the rendering one to have a much better performance...

https://github.com/korlibs/korge/pull/927 Right now it is limited to JVM and doesn't work in headless environments

enhancement

I have an issue in multiplatform project after updating korio dependency when running iOS-related build tasks (linkDebugFrameworkIosX64, linkDebugFrameworkIosX64 or linkPodDebugFrameworkIosFat): > Module "com.soywiz.korlibs.korio:korio (com.soywiz.korlibs.korio:korio-iosx64)" has a reference to symbol kotlin.ranges/contains|-4285521416178503187[0]....

wait for response