I'm working my way through the crash course, but I am not able to build the game for Linux (I am on NixOS); I get the following error. Note that I have all of the dependencies listed on the linux install instructions, my ELF interpreters are correct, and the dependency + embedded shared libraries are in the relevant RPATHs and LD_LIBRARY_PATH variables.
Any ideas on what is happening?
Any ideas on what is happening?
Code: [Select]
2017-04-13 19:30:55,119 DEBUG [pool-1-thread-1] stencyl.sw.util.FileHelper: Trying to delete file that does not exist: /home/dd/stencyl/stencylworks/games-generated/Crash Course Game/Export/cpp/linux/bin/Crash Course Game
2017-04-13 19:30:55,123 DEBUG [pool-1-thread-1] stencyl.sw.util.Util: Running command: [/nix/store/swf9p7zz81ynyw9vx7004yrm6khpcq27-stencyl-1.2.0/share/plaf/haxe/haxelib, run, openfl, -verbose, test, -release, project.xml, linux]
2017-04-13 19:30:55,129 DEBUG [pool-1-thread-1] stencyl.sw.util.Util: Process 'haxelib' exited with code: 1
2017-04-13 19:30:55,132 INFO [Thread-10] stencyl.sw.util.StreamGobbler: [haxelib] Uncaught exception - std@module_read
2017-04-13 19:30:55,133 ERROR [pool-1-thread-1] stencyl.sw.io.write.resource.HXWriter: Failed: Running Standalone (linux). (Return code: 1)
2017-04-13 19:30:55,138 ERROR [pool-1-thread-1] stencyl.sw.util.dg.MessageDialog: Encountered errors while building your game.: Check your logs and post them to the forums. - Please describe what you have been doing. Be as specific as possible.