- Dec 5, 2017
- 76
- 78
Greetings,
I had some problems running the game on my linux distro (openSUSE Tumbleweed) but managed to solve it. And I want to share the solution..
So first I downloaded it from OP (the linux version of course). But it wouldn't work because both the Game and nw executables threw a bunch of errors.
Then I found this thread and followed the instructions from the NW.js section. In other words, extract NW.js archive and then move the "www" folder and two files "nw.pak" and "package.json" from game directory in the directory where NW.js was extracted.
Finally I executed the nw executable. And it launches this time. But an error shows up.
But it's easy to solve this error. Take a look:
This is our current structure of that directory. All that I had to do is just rename "Title" to "title". And it worked!
Hope this will help others who use unix-like systems and have the same problem as me
I had some problems running the game on my linux distro (openSUSE Tumbleweed) but managed to solve it. And I want to share the solution..
So first I downloaded it from OP (the linux version of course). But it wouldn't work because both the Game and nw executables threw a bunch of errors.
Then I found this thread and followed the instructions from the NW.js section. In other words, extract NW.js archive and then move the "www" folder and two files "nw.pak" and "package.json" from game directory in the directory where NW.js was extracted.
Finally I executed the nw executable. And it launches this time. But an error shows up.
But it's easy to solve this error. Take a look:
This is our current structure of that directory. All that I had to do is just rename "Title" to "title". And it worked!
Hope this will help others who use unix-like systems and have the same problem as me