Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Linux issue

A topic by aynfarika created Jun 05, 2020 Views: 548 Replies: 3
Viewing posts 1 to 4

I seem to have run into an issue with actually running this game on my Linux machine which is  lubuntu on a laptop and should run the game installs fine but when I attempt to run it the game never comes up it just says running but I never actually see the game.

Developer

Hi there, I’m sorry to hear that. I wish I had some sort of answer for you, but I myself am no linux expert. Other people on linux systems have run the game so I’d imagine it works, but I’m unsure how to answer your question. I did a bit of googling as well on the backend systems but didn’t find anything relevant. I assume you are extracting from the zip and then trying to run the “Verdant Village” file within.

The only real advice I have is that if you run it and it fails to open a window make sure you stop the process before starting it again. Also the game runs using a system called nwjs. So if you see any processes named nwjs make sure you close those as well. I’ve seen the game get stuck like this once or twice (on linux usually), I think it’s an issue with nwjs itself, but I’m unsure. The game is programmed in Construct 3 so when it comes to exporting I don’t have much control or understanding of what the software is doing. All I can touch from my end is an export button and hope that the zip that comes out works, which is usually does.

So I uninstalled the itch.io launcher to see if that was the issue and downloaded the game manually however upon extracting the files I cannot find the install file which I thought was the one named Verdant Village but double clicking on it just asks what program to open the file with.

There is no installation, just run it in a shell (xterm, gnome-terminal, konsole):

cd ~/Downloads/linux64

./Verdant\ Village


I'm not a lubuntu user, but I think you can create a desktop file on your desktop. I mean: create on your desktop a file named "VerdantVillage.desktop" with this content:


#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Verdant Village
Exec='/home/ellenq/Downloads/linux64/Verdant Village'
Icon=
Type=Application



So you can click on that file and the game will run.