SHARE
TWEET

Build Errors

a guest Feb 17th, 2016 55 Never
  1. Starting java as: java.exe -Xmx384m -Dsun.io.useCanonCaches=false -Duser.language=en -Duser.region=US -Djava.util.Arrays.useLegacyMergeSort=true -Dapplication.home="C:\Users\UserName\AppData\Local\FlashDevelop\Apps\flexairsdk\4.6.0+20.0.0" -jar "C:\Users\UserName\AppData\Local\FlashDevelop\Apps\flexairsdk\4.6.0+20.0.0\lib\fcsh.jar"
  2. INITIALIZING: Adobe Flex Compiler SHell (fcsh)
  3. Starting new compile.
  4. Loading configuration file C:\Users\UserName\AppData\Local\FlashDevelop\Apps\flexairsdk\4.6.0+20.0.0\frameworks\flex-config.xml
  5. Loading configuration file E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\obj\TiTs-SEConfig.xml
  6. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\Resources\ButtonIcons.as: Warning: The use of SVG has been deprecated since Flex 4. Please use FXG.
  7. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TITSSaveEdit\Data\SEDataManager.as(251): col: 25 Error: Call to a possibly undefined method hasCock through a reference with static type classes.TITSSaveEdit.Data:TiTsCharacterData.
  8.                 if(_storedCharacter.hasCock() && _storedCharacter.hasVagina()) gender = "H";
  9.                                     ^
  10. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TITSSaveEdit\Data\SEDataManager.as(251): col: 55 Error: Call to a possibly undefined method hasVagina through a reference with static type classes.TITSSaveEdit.Data:TiTsCharacterData.
  11.                 if(_storedCharacter.hasCock() && _storedCharacter.hasVagina()) gender = "H";
  12.                                                                   ^
  13. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TITSSaveEdit\Data\SEDataManager.as(252): col: 30 Error: Call to a possibly undefined method hasCock through a reference with static type classes.TITSSaveEdit.Data:TiTsCharacterData.
  14.                 else if(_storedCharacter.hasCock() && _storedCharacter.femininity >= 50) gender = "T";
  15.                                          ^
  16. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TITSSaveEdit\Data\SEDataManager.as(253): col: 30 Error: Call to a possibly undefined method hasCock through a reference with static type classes.TITSSaveEdit.Data:TiTsCharacterData.
  17.                 else if(_storedCharacter.hasCock()) gender = "M";
  18.                                          ^
  19. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TITSSaveEdit\Data\SEDataManager.as(254): col: 30 Error: Call to a possibly undefined method hasVagina through a reference with static type classes.TITSSaveEdit.Data:TiTsCharacterData.
  20.                 else if(_storedCharacter.hasVagina()) gender = "F";
  21.                                          ^
  22. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\ButtonTray.as(4): col: 18 Error: Definition fl.motion:Color could not be found.
  23.     import fl.motion.Color;
  24.                     ^
  25. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\SideBarComponents\StatBar.as(172): col: 27 Error: Access of undefined property Color.
  26.             _progressColor.color = Color.interpolateColor(low, high, scaleValue);
  27.                                    ^
  28. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\SideBarComponents\StatBar.as(10): col: 18 Error: Definition fl.motion:Color could not be found.
  29.     import fl.motion.Color;
  30.                     ^
  31. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\RightSideBar.as(11): col: 23 Error: Definition fl.transitions:Tween could not be found.
  32.     import fl.transitions.Tween;
  33.                          ^
  34. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\RightSideBar.as(12): col: 23 Error: Definition fl.transitions:TweenEvent could not be found.
  35.     import fl.transitions.TweenEvent;
  36.                          ^
  37. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\RightSideBar.as(15): col: 30 Error: Definition fl.transitions.easing:Regular could not be found.
  38.     import fl.transitions.easing.Regular;
  39.                                 ^
  40. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\LeftSideBar.as(8): col: 23 Error: Definition fl.transitions:Tween could not be found.
  41.     import fl.transitions.Tween;
  42.                          ^
  43. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\LeftSideBar.as(9): col: 23 Error: Definition fl.transitions:TweenEvent could not be found.
  44.     import fl.transitions.TweenEvent;
  45.                          ^
  46. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\LeftSideBar.as(12): col: 30 Error: Definition fl.transitions.easing:Regular could not be found.
  47.     import fl.transitions.easing.Regular;
  48.                                 ^
  49. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TiTS.as(476): col: 11 Error: Type was not found or was not a compile-time constant: Tween.
  50.             var tw:Tween = new Tween(whatTheFuck, "x", None.easeNone, start, end, 12, false);
  51.                    ^
  52. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TiTS.as(476): col: 23 Error: Call to a possibly undefined method Tween.
  53.             var tw:Tween = new Tween(whatTheFuck, "x", None.easeNone, start, end, 12, false);
  54.                                ^
  55. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TiTS.as(476): col: 47 Error: Access of undefined property None.
  56.             var tw:Tween = new Tween(whatTheFuck, "x", None.easeNone, start, end, 12, false);
  57.                                                        ^
  58. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TiTS.as(7): col: 23 Error: Definition fl.transitions:Tween could not be found.
  59.     import fl.transitions.Tween;
  60.                          ^
  61. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TiTS.as(43): col: 30 Error: Definition fl.transitions.easing:None could not be found.
  62.     import fl.transitions.easing.None;
  63.                                 ^
  64. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\SideBarComponents\SingleCharacterDisplay.as(154): col: 17 Error: Call to a possibly undefined method removeChildren through a reference with static type flash.display:Sprite.
  65.                     _bustImage.removeChildren();
  66.                                ^
  67. E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\UIComponents\SideBarComponents\SingleCharacterDisplay.as(182): col: 17 Error: Call to a possibly undefined method removeChildren through a reference with static type flash.display:Sprite.
  68.                     _bustImage.removeChildren();
  69.                                ^
  70. Build halted with errors (fcsh).
  71. (fcsh)
  72. Done(1)
RAW Paste Data
Top