Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Stumpfmeista

1
Posts
A member registered Dec 05, 2019

Recent community posts

Hi, i had the same problem and a fix for me. Edit the config.json and change the maximum Memory allocation Argument to 2GB

{
  "classPath": [
    "game/desktop-1.0.jar"
  ],
  "mainClass": "com.cairn4.moonbase.desktop.DesktopLauncher",
  "vmArgs": [
    "-Xmx2G"
  ]
}