Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits)

not working on windows 10:

Running "nwjs:desktop" (nwjs) task
Using v0.22.3 (sdk)
Create cache folder in C:\DEV\htmle\cache\0.22.3-sdk
Using cache for: win32
Create cache folder in C:\DEV\htmle\cache\0.22.3-sdk
Using cache for: win64
Create cache folder in C:\DEV\htmle\cache\0.22.3-sdk
Downloading: http://dl.nwjs.io/v0.22.3/nwjs-sdk-v0.22.3-osx-x64.zip
Create cache folder in C:\DEV\htmle\cache\0.22.3-sdk
Using cache for: linux32
Create cache folder in C:\DEV\htmle\cache\0.22.3-sdk
Using cache for: linux64
  downloading [====================] 100% 0.0s
Unhandled rejection Error: EPERM: operation not permitted, symlink 'C:\DEV\htmle\cache\0.22.3-sdk\osx64\nwjs-sdk-v0.22.3-osx-x64\nwjs.app\Contents\Versions\58.0.3029.110\nwjs Framework.framework\Versions\Current\Helpers' -> 'C:\DEV\htmle\cache\0.22.3-sdk\osx64\nwjs-sdk-v0.22.3-osx-x64\nwjs.app\Contents\Versions\58.0.3029.110\nwjs Framework.framework\Helpers'
  at Error (native)

error on osx stuff, nothing built at all.

also, grunt exits straightaway. had to modify the bat file:

call grunt desktop
pause

...

tried on linux mint:

Unhandled Exception:
System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\users\doh\Local Settings\Application Data\Anolis\Exceptions.log".
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) [0x00000] in <filename unknown>:0 
  at System.IO.StreamWriter..ctor (System.String path, Boolean append) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool)
  at Anolis.Resourcer.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\users\doh\Local Settings\Application Data\Anolis\Exceptions.log".
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0 
  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) [0x00000] in <filename unknown>:0 
  at System.IO.StreamWriter..ctor (System.String path, Boolean append) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool)
  at Anolis.Resourcer.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 
Fatal error: Error while updating the Windows icon. Wine (winehq.org) must be installed to add custom icons from Mac and Linux.

wine is installed and up to date. but there's no "anolis" dir in there indeed.

the linux build shows a grey window with 'nw.js" in black (unfinished build?)