Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Try in path game in command line ./nw

If you have error send me it enjoy to help you

(+1)

I just tried that, and it effectively launched the game, along with giving several error messages that seem to be inconsequential in the end.  It looks like it also downloaded some missing components, as you can see here :

Hardware Tycoon (Linux 64-bit)$ ./nw
LaunchProcess: failed to execvp:
/home/adam/Téléchargements/Hardware Tycoon (Linux 64-bit)/nacl_helper
[20483:20483:0822/075838.883678:ERROR:nacl_fork_delegate_linux.cc(314)] Bad NaCl helper startup ack (0 bytes)
[20481:20486:0822/075840.426339:ERROR:simple_version_upgrade.cc(177)] Version 9 is from the future.
[20481:20486:0822/075840.426378:ERROR:simple_backend_impl.cc(728)] Simple Cache Backend: wrong file structure on disk: 5 path: /home/adam/.cache/HardwareTycoon/Default/Code Cache/js
[20481:20489:0822/075840.637251:ERROR:nacl_browser.cc(305)] Failed to open NaCl IRT file "/home/adam/Téléchargements/Hardware Tycoon (Linux 64-bit)/nacl_irt_x86_64.nexe": -4
[20481:20498:0822/075840.932430:ERROR:top_sites_backend.cc(92)] Failed to initialize database.
[20481:20499:0822/075842.934265:ERROR:simple_version_upgrade.cc(177)] Version 9 is from the future.
[20481:20499:0822/075842.934283:ERROR:simple_backend_impl.cc(728)] Simple Cache Backend: wrong file structure on disk: 5 path: /home/adam/.cache/HardwareTycoon/Default/Cache
[20481:20486:0822/075842.934666:ERROR:simple_version_upgrade.cc(177)] Version 9 is from the future.
[20481:20486:0822/075842.934681:ERROR:simple_backend_impl.cc(728)] Simple Cache Backend: wrong file structure on disk: 5 path: /home/adam/.cache/HardwareTycoon/Default/Media Cache
[20640:20640:0822/075843.135049:ERROR:audio_context.cc(52)] Create
[20640:20640:0822/075843.136841:ERROR:audio_context.cc(130)] AudioContext
[20640:20640:0822/075843.137678:ERROR:audio_context.cc(134)] no user gesture
[20640:20640:0822/075843.166700:ERROR:audio_context.cc(436)] IsAllowedToStart
[20640:20640:0822/075843.166731:ERROR:audio_context.cc(93)] starting

This does look scary indeed, but like I said, the game launched and actually worked.  I closed the game and re-tried that command, and as I suspected, there are the some of the same messages appearing again, but some that didn't (i.e. those that were associated with downloading updates).  The game works, including sound, despite these remaining error messages.

/Hardware Tycoon (Linux 64-bit)$ ./nw
LaunchProcess: failed to execvp:
/home/adam/Téléchargements/Hardware Tycoon (Linux 64-bit)/nacl_helper
[20692:20692:0822/080025.073595:ERROR:nacl_fork_delegate_linux.cc(314)] Bad NaCl helper startup ack (0 bytes)
[20690:20698:0822/080025.198325:ERROR:nacl_browser.cc(305)] Failed to open NaCl IRT file "/home/adam/Téléchargements/Hardware Tycoon (Linux 64-bit)/nacl_irt_x86_64.nexe": -4
[20690:20706:0822/080025.241720:ERROR:top_sites_backend.cc(92)] Failed to initialize database.
[20731:20731:0822/080025.615466:ERROR:audio_context.cc(52)] Create
[20731:20731:0822/080025.615524:ERROR:audio_context.cc(130)] AudioContext
[20731:20731:0822/080025.615535:ERROR:audio_context.cc(134)] no user gesture
[20731:20731:0822/080025.654425:ERROR:audio_context.cc(436)] IsAllowedToStart
[20731:20731:0822/080025.654445:ERROR:audio_context.cc(93)] starting

Hope that helps.

Hi G-9Games, i know that nw.js uses Chrome under windows or chronium under linux to start app. You should have fixed these few errors by following the commands below


To update your actual pkg:
sudo apt-update && apt-upgrade
To installing chronium-browser:
sudo apt install -y -o 'apt::install-recommends=true' chromium-browser
Run one time: 
chromium-browser

You can close the browser and go in game path start the game with:
./nw

Let me know if errors are fix.
Good game

Hi FoorbarIT,

Sorry for the delay.  I just tried these commands, and you might want to edit your post for future reference as there are typos in the first line : there are no "-" needed between apt update and apt upgrade.

The previous error messages about packaging are gone.  Now, I receive the following input just FYI :

~/Téléchargements/Hardware Tycoon (Linux 64-bit)$ ./nw
LaunchProcess: failed to execvp:
/home/adam/Téléchargements/Hardware Tycoon (Linux 64-bit)/nacl_helper
[29642:29642:0826/120211.111283:ERROR:nacl_fork_delegate_linux.cc(314)] Bad NaCl helper startup ack (0 bytes)
[29640:29648:0826/120211.246568:ERROR:nacl_browser.cc(305)] Failed to open NaCl IRT file "/home/adam/Téléchargements/Hardware Tycoon (Linux 64-bit)/nacl_irt_x86_64.nexe": -4
[29640:29660:0826/120211.366005:ERROR:top_sites_backend.cc(92)] Failed to initialize database.
[29682:29682:0826/120211.661427:ERROR:audio_context.cc(52)] Create
[29682:29682:0826/120211.661472:ERROR:audio_context.cc(130)] AudioContext
[29682:29682:0826/120211.661482:ERROR:audio_context.cc(134)] no user gesture
[29682:29682:0826/120211.707962:ERROR:audio_context.cc(436)] IsAllowedToStart
[29682:29682:0826/120211.707977:ERROR:audio_context.cc(93)] starting

And the game still works.  Including sound, despite these new "error messages". I mean, at this point, it's no big deal for me, the game works and I'm all happy!  :-)