Skip to content

Instantly share code, notes, and snippets.

@Bradshaw
Last active January 1, 2016 08:09
Show Gist options
  • Save Bradshaw/8116625 to your computer and use it in GitHub Desktop.
Save Bradshaw/8116625 to your computer and use it in GitHub Desktop.
Error when trying to build default haxeflixel template project to anything other than Flash
Running process: C:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe "C:\dev\EggAndSoldiers\eggandsoldiers\eggandsoldiers.hxproj" -ipc a32081bf-bb93-47c0-a34f-f04dfb8b7781 -version "3.0.0" -compiler "C:\HaxeToolkit\haxe" -notrace -library "C:\Program Files (x86)\FlashDevelop\Library" -target "android"
Building eggandsoldiers
haxelib run openfl build C:\dev\EggAndSoldiers\eggandsoldiers\Project.xml android
C:\HaxeToolkit\haxe\lib/openfl-native/1,1,4/flash/display/Stage.hx:935: characters 2-21 : haxe.#Timer has no field __checkTimers
C:\HaxeToolkit\haxe\lib/openfl-native/1,1,4/flash/display/Stage.hx:1062: characters 17-33 : haxe.#Timer has no field __nextWake
C:\HaxeToolkit\haxe\lib/openfl/1,2,1/openfl/Assets.hx:600: characters 10-24 : Cannot access private field __handle
C:\HaxeToolkit\haxe\lib/openfl/1,2,1/openfl/Assets.hx:600: characters 36-50 : Cannot access private field __handle
Build halted with errors (haxelib.exe).
Done(1)
Running process: C:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe "C:\dev\EggAndSoldiers\eggandsoldiers\eggandsoldiers.hxproj" -ipc a32081bf-bb93-47c0-a34f-f04dfb8b7781 -version "3.0.0" -compiler "C:\HaxeToolkit\haxe" -notrace -library "C:\Program Files (x86)\FlashDevelop\Library" -target "neko"
Building eggandsoldiers
haxelib run openfl build C:\dev\EggAndSoldiers\eggandsoldiers\Project.xml neko
C:\HaxeToolkit\haxe\lib/openfl-native/1,1,4/flash/display/Stage.hx:935: characters 2-21 : haxe.#Timer has no field __checkTimers
C:\HaxeToolkit\haxe\lib/openfl-native/1,1,4/flash/display/Stage.hx:1062: characters 17-33 : haxe.#Timer has no field __nextWake
C:\HaxeToolkit\haxe\lib/openfl/1,2,1/openfl/Assets.hx:600: characters 10-24 : Cannot access private field __handle
C:\HaxeToolkit\haxe\lib/openfl/1,2,1/openfl/Assets.hx:600: characters 36-50 : Cannot access private field __handle
Build halted with errors (haxelib.exe).
Done(1)
Running process: C:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe "C:\dev\EggAndSoldiers\eggandsoldiers\eggandsoldiers.hxproj" -ipc a32081bf-bb93-47c0-a34f-f04dfb8b7781 -version "3.0.0" -compiler "C:\HaxeToolkit\haxe" -notrace -library "C:\Program Files (x86)\FlashDevelop\Library" -target "windows"
Building eggandsoldiers
haxelib run openfl build C:\dev\EggAndSoldiers\eggandsoldiers\Project.xml windows
C:\HaxeToolkit\haxe\lib/openfl-native/1,1,4/flash/display/Stage.hx:935: characters 2-21 : haxe.#Timer has no field __checkTimers
C:\HaxeToolkit\haxe\lib/openfl-native/1,1,4/flash/display/Stage.hx:1062: characters 17-33 : haxe.#Timer has no field __nextWake
C:\HaxeToolkit\haxe\lib/openfl/1,2,1/openfl/Assets.hx:600: characters 10-24 : Cannot access private field __handle
C:\HaxeToolkit\haxe\lib/openfl/1,2,1/openfl/Assets.hx:600: characters 36-50 : Cannot access private field __handle
Build halted with errors (haxelib.exe).
Done(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment