Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FNF Psych Engine 1.0 compile problem #15436

Closed
NameTaggerDev opened this issue Aug 29, 2024 · 0 comments
Closed

FNF Psych Engine 1.0 compile problem #15436

NameTaggerDev opened this issue Aug 29, 2024 · 0 comments
Labels
question Further information is requested

Comments

@NameTaggerDev
Copy link

What is your question?

C:\Users\namet\OneDrive\Desktop\FNF-PsychEngine-1.0-prerelease\FNF-PsychEngine-1.0-prerelease>lime test windows -debug
[30;41m ERROR �[0m C:/Haxelib/flxanimate/3,0,4/flxanimate/frames/FlxAnimateFrames.hx:142: characters 21-27

142 | �[2m public function �[0m�[1mconcat�[0m�[2m(frames:FlxFramesCollection)�[0m
| �[31m^^^^^^�[0m
| Field concat should be declared with 'override' since it is inherited from superclass flixel.graphics.frames.FlxAtlasFrames

[30;41m ERROR �[0m C:/Haxelib/flxanimate/3,0,4/flxanimate/frames/FlxAnimateFrames.hx:142: characters 21-27

142 | �[2m public function �[0m�[1mconcat�[0m�[2m(frames:FlxFramesCollection)�[0m
| �[31m^^^^^^�[0m
| Field concat overrides parent class with different or incomplete type

[30;41m -> �[0m C:/Haxelib/flixel/5,6,1/flixel/graphics/frames/FlxAtlasFrames.hx:454: characters 18-24

  454 | �[2m public function �[0m�[1mconcat�[0m�[2m(collection:FlxAtlasFrames, overwriteHash = false)�[0m
      |                  �[31m^^^^^^�[0m
      | Base field is defined here

      | Different number of function arguments

[30;41m ERROR �[0m source/flxanimate/PsychFlxAnimate.hx:65: characters 40-53

65 | �[2m if(!isXml) frames = FlxAnimateFrames.�[0m�[1mfromSpriteMap�[0m�[2m(cast myData, img);�[0m
| �[31m^^^^^^^^^^^^^�[0m
| Class<flxanimate.frames.FlxAnimateFrames> has no field fromSpriteMap

[30;41m ERROR �[0m source/flxanimate/PsychFlxAnimate.hx:84: characters 46-62

84 | �[2m anim.curInstance = FlxDestroyUtil.destroy(�[0m�[1manim.curInstance�[0m�[2m);�[0m
| �[31m^^^^^^^^^^^^^^^^�[0m
| flxanimate.animate.FlxElement should be Null<flixel.util.IFlxDestroyable>
| For function argument 'object'

[30;41m ERROR �[0m source/flxanimate/PsychFlxAnimate.hx:85: characters 48-66

85 | �[2m anim.stageInstance = FlxDestroyUtil.destroy(�[0m�[1manim.stageInstance�[0m�[2m);�[0m
| �[31m^^^^^^^^^^^^^^^^^^�[0m
| flxanimate.animate.FlxElement should be Null<flixel.util.IFlxDestroyable>
| For function argument 'object'

[30;41m ERROR �[0m source/states/stages/objects/SpraycanAtlasSprite.hx:26: characters 28-31

26 | �[2m canAtlas.anim.onComplete.�[0m�[1madd�[0m�[2m(finishCanAnimation);�[0m
| �[31m^^^�[0m
| () -> Void has no field add

[30;41m ERROR �[0m source/states/stages/Tank.hx:328: characters 31-34

328 | �[2m if (pico.anim.onComplete.�[0m�[1mhas�[0m�[2m(picoStressCycle)) // for safety�[0m
| �[31m^^^�[0m
| () -> Void has no field has

[30;41m ERROR �[0m source/states/stages/Tank.hx:329: characters 28-34

329 | �[2m pico.anim.onComplete.�[0m�[1mremove�[0m�[2m(picoStressCycle);�[0m
| �[31m^^^^^^�[0m
| () -> Void has no field remove

�[30;41m ERROR �[0m source/states/stages/Tank.hx:332: characters 24-27

332 | �[2m pico.anim.onComplete.�[0m�[1madd�[0m�[2m(picoStressCycle);�[0m
| �[31m^^^�[0m
| () -> Void has no field add

@NameTaggerDev NameTaggerDev added the question Further information is requested label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant