SHARE
TWEET
Build Errors
a guest
Feb 17th, 2016
55
Never
- 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"
- INITIALIZING: Adobe Flex Compiler SHell (fcsh)
- Starting new compile.
- Loading configuration file C:\Users\UserName\AppData\Local\FlashDevelop\Apps\flexairsdk\4.6.0+20.0.0\frameworks\flex-config.xml
- Loading configuration file E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\obj\TiTs-SEConfig.xml
- 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.
- 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.
- if(_storedCharacter.hasCock() && _storedCharacter.hasVagina()) gender = "H";
- ^
- 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.
- if(_storedCharacter.hasCock() && _storedCharacter.hasVagina()) gender = "H";
- ^
- 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.
- else if(_storedCharacter.hasCock() && _storedCharacter.femininity >= 50) gender = "T";
- ^
- 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.
- else if(_storedCharacter.hasCock()) gender = "M";
- ^
- 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.
- else if(_storedCharacter.hasVagina()) gender = "F";
- ^
- 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.
- import fl.motion.Color;
- ^
- 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.
- _progressColor.color = Color.interpolateColor(low, high, scaleValue);
- ^
- 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.
- import fl.motion.Color;
- ^
- 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.
- import fl.transitions.Tween;
- ^
- 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.
- import fl.transitions.TweenEvent;
- ^
- 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.
- import fl.transitions.easing.Regular;
- ^
- 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.
- import fl.transitions.Tween;
- ^
- 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.
- import fl.transitions.TweenEvent;
- ^
- 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.
- import fl.transitions.easing.Regular;
- ^
- 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.
- var tw:Tween = new Tween(whatTheFuck, "x", None.easeNone, start, end, 12, false);
- ^
- 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.
- var tw:Tween = new Tween(whatTheFuck, "x", None.easeNone, start, end, 12, false);
- ^
- E:\Game Files\=Games=\Fenoxo\TiTS\Custom\Trials-in-Tainted-Space-master\classes\TiTS.as(476): col: 47 Error: Access of undefined property None.
- var tw:Tween = new Tween(whatTheFuck, "x", None.easeNone, start, end, 12, false);
- ^
- 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.
- import fl.transitions.Tween;
- ^
- 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.
- import fl.transitions.easing.None;
- ^
- 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.
- _bustImage.removeChildren();
- ^
- 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.
- _bustImage.removeChildren();
- ^
- Build halted with errors (fcsh).
- (fcsh)
- Done(1)
RAW Paste Data
