Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I've made several tests. It seems your nw.js-version is not compatible with the plugin. I replaced the old plugin with the latest version, set up the correct parameters and updated the nw.js-version to 0.104.1 (the version I run my tests). Everything works fine.

If you want to check which nw.js-version you are using, type

nw.process.versions.nw

into the console.

If you want to update your nw.js-version, here is a step-by-step-guide to do so.

At the moment I don't know which version you need at least to run the latest version of the GameJolt-Plugin. But I recommend to update to the latest nw.js-version.

You may have to insert a name-property to your package.json. The property is there by default but empty. Just type any name in it.

Thank you! This finally all worked and everything is working normally, I wouldn't have been able to do this without your help considering I am still a bit of a newbie, thanks again!

You're welcome. I wasn't aware that the nw.js-version can cause a problem. I still don't know why that's the case.

I'd recommend putting a README file in the next version of the Gamejolt API Folder to tell users like the likes of myself to upgrade their nw.js-version so the plugin can work.