Skip to main content

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

Hey I need some help

I am using the linux version, and when I click "new game" the game just crashes

no errors or anything it just closes

(+2)

Hey, thanks for letting me know! I haven't heard this from other Linux users yet. I myself am not using a Linux, but I will try to help to the best of my ability. Is it a specific version of Linux you're using that might cause this to happen?  

(+1)

I'm on debian

(+2)

On Arch I get:

# 
# Fatal error in , line 0
# Failed to create ICU number format, are ICU data files missing?
#
==== C stack trace =============================== 1: ?? 2: v8::internal::NumberFormat::InitializeNumberFormat(v8::internal::Isolate*, v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::JSObject>, v8::internal::Handle<v8::internal::JSObject>) 3: v8::internal::Runtime_CreateNumberFormat(int, v8::internal::Object**, v8::internal::Isolate*) 4: ??
I can play the game by installing a system nwjs (e.g.: nwjs-bin on Arch) and launching it in the game's folder like this:

nw .

Thank you, it works on Linux Mint too.

It seems that the game requires the NW.js to be installed system-wide in Linux.