KorGE

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. XenoTactic
    X
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    XenoTactic

    @XenoTactic

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    XenoTactic Unfollow Follow

    Latest posts made by XenoTactic

    • RE: Change Scenes without Dependencies lead to OutOfMemory Exception?

      I believe the problem is that the garbage collection doesn't ever kick in when switching scenes. So as you continue to switch between scenes, the number of allocated objects increase, thus resulting in a OOM.

      Personally, I don't understand much about how garbage collection works for a multiplatform project/JVM myself so will need to do some research.

      Also it seems like System.gc() is not available for a multiplatform project, so you can't activate garbage collection yourself.

      https://youtu.be/NIQ6yylux94

      posted in Support
      X
      XenoTactic
    • More video tutorials for Korge

      Hello, I've been creating video tutorials for Korge, feel free to check it out if you're interested:

      https://www.youtube.com/channel/UCBYUdPtTwJvOOlUXPbygZhQ/videos

      posted in General
      X
      XenoTactic