Error while compiling #3112
Unanswered
Joalor64GH
asked this question in
Q&A
Replies: 1 comment
-
Update |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I got this error while compiling my game
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:191: characters 13-19 : Field status has different type than in flixel.addons.ui.interfaces.IFlxUIButton
D:/a/VisionSphere/VisionSphere/.haxelib/flixel-ui/2,6,0/flixel/addons/ui/interfaces/IFlxUIButton.hx:60: characters 2-38 : ... Interface field is defined here
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:191: characters 13-19 : ... flixel.ui.FlxButtonState should be Int
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : Field set_status has different type than in flixel.addons.ui.interfaces.IFlxUIButton
D:/a/VisionSphere/VisionSphere/.haxelib/flixel-ui/2,6,0/flixel/addons/ui/interfaces/IFlxUIButton.hx:60: characters 2-38 : ... Interface field is defined here
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : ... error: flixel.ui.FlxButtonState should be Int
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : ... have: (Int) -> ...
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : ... want: (flixel.ui.FlxButtonState) -> ...
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:191: characters 13-19 : Field status has different type than in flixel.addons.ui.interfaces.IFlxUIButton
D:/a/VisionSphere/VisionSphere/.haxelib/flixel-ui/2,6,0/flixel/addons/ui/interfaces/IFlxUIButton.hx:60: characters 2-38 : ... Interface field is defined here
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:191: characters 13-19 : ... flixel.ui.FlxButtonState should be Int
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : Field set_status has different type than in flixel.addons.ui.interfaces.IFlxUIButton
D:/a/VisionSphere/VisionSphere/.haxelib/flixel-ui/2,6,0/flixel/addons/ui/interfaces/IFlxUIButton.hx:60: characters 2-38 : ... Interface field is defined here
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : ... error: flixel.ui.FlxButtonState should be Int
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : ... have: (Int) -> ...
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : ... want: (flixel.ui.FlxButtonState) -> ...
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:191: characters 13-19 : Field status has different type than in flixel.addons.ui.interfaces.IFlxUIButton
D:/a/VisionSphere/VisionSphere/.haxelib/flixel-ui/2,6,0/flixel/addons/ui/interfaces/IFlxUIButton.hx:60: characters 2-38 : ... Interface field is defined here
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:191: characters 13-19 : ... flixel.ui.FlxButtonState should be Int
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : Field set_status has different type than in flixel.addons.ui.interfaces.IFlxUIButton
D:/a/VisionSphere/VisionSphere/.haxelib/flixel-ui/2,6,0/flixel/addons/ui/interfaces/IFlxUIButton.hx:60: characters 2-38 : ... Interface field is defined here
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : ... error: flixel.ui.FlxButtonState should be Int
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : ... have: (Int) -> ...
D:/a/VisionSphere/VisionSphere/.haxelib/flixel/5,7,0/flixel/ui/FlxButton.hx:614: characters 11-21 : ... want: (flixel.ui.FlxButtonState) -> ...
Beta Was this translation helpful? Give feedback.
All reactions