Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

For some reason, I'm no longer able to open the game. I was previously playing it just fine, but now whenever I try to open the Game.exe, nothing happens. I'm able to open and play other exes.

Replace "package.json" with this : 

{

    "name": "rmmz-game",

    "main": "index.html",

    "chromium-args": "--force-color-profile=srgb --user-data-dir=userdata",

    "window": {

        "title": "NTR Tales - Adventurer Corruption",

        "width": 1280,

        "height": 720,

        "position": "center",

        "icon": "icon/icon.png"

    }

}

(1 edit)

After replacing the package.json file with those contents, the app does open, but it only opens a black window and then immediately closes again.

I should also note that I've tried running a fresh download of the game after re-downloading it from the purchase page, and that will also not open properly.

After tinkering with it some more, I've found that I can open it just fine with the package.json changes in my Downloads folder, but I am unable to make it work correctly in my HDD folder. Could it be a permissions issue?

It's a possibility, yeah... It happen sometimes. If you change on your HDD the folder (Like take the game that work and move it to a newly created folder) does it still work ?