ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.15k stars 2.22k forks source link

psych engine compilation error #12767

Closed Bobert8853 closed 1 year ago

Bobert8853 commented 1 year ago

Describe your bug here.

i am trying to compile the psych engine 0.6.3 source code but when i entered lime test windows i got this error

Command Prompt/Terminal logs (if existing)

source/flixel/system/FlxSound.hx:117: characters 33-46 : Warning : flixel.system.FlxSoundGroup was moved to flixel.sound.FlxSoundGroup
source/flixel/system/FlxSound.hx:712: characters 42-55 : Warning : flixel.system.FlxSoundGroup was moved to flixel.sound.FlxSoundGroup
source/flixel/system/FlxSound.hx:712: characters 27-40 : Warning : flixel.system.FlxSoundGroup was moved to flixel.sound.FlxSoundGroup
C:/HaxeToolkit/haxe/lib/flixel/5,3,1/flixel/animation/FlxAnimation.hx:231: characters 35-51 : flixel.animation.FlxAnimationController has no field getFrameDuration
source/Main.hx:85: characters 61-65 : Float should be Int
source/Main.hx:85: characters 61-65 : ... For optional function argument 'updateFramerate'
source/Main.hx:85: characters 61-65 : ... For function argument 'child'
source/PlayState.hx:75: characters 8-22 : Type not found : vlc.MP4Handler
C:/HaxeToolkit/haxe/lib/flixel-addons/3,1,1/flixel/addons/effects/chainable/FlxEffectSprite.hx:137: characters 49-58 : flixel.animation.FlxAnimationController has no field numFrames
source/FreeplayState.hx:344: characters 25-31 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/FreeplayState.hx:344: characters 25-31 : ... For function argument 'Object'
source/FunkinLua.hx:491: characters 10-15 : Class<llua.LuaL> has no field error
source/FunkinLua.hx:509: characters 10-15 : Class<llua.LuaL> has no field error
source/FunkinLua.hx:515: characters 10-15 : Class<llua.LuaL> has no field error
source/FunkinLua.hx:567: characters 10-15 : Class<llua.LuaL> has no field error
source/FunkinLua.hx:573: characters 10-15 : Class<llua.LuaL> has no field error
source/FunkinLua.hx:613: lines 613-617 : Int should be Bool
source/FunkinLua.hx:613: lines 613-617 : ... For function argument 'f'
source/PlayState.hx:1620: characters 13-23 : Type not found : MP4Handler
source/FunkinLua.hx:2221: lines 2221-2224 : flixel.sound.FlxSound should be flixel.system.FlxSound
source/FunkinLua.hx:2221: lines 2221-2224 : ... For function argument 'value'
source/PauseSubState.hx:73: characters 23-33 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/PauseSubState.hx:73: characters 23-33 : ... For function argument 'Object'
source/PlayState.hx:582: characters 25-35 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/PlayState.hx:582: characters 25-35 : ... For function argument 'Object'
source/PlayState.hx:2433: characters 23-29 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/PlayState.hx:2433: characters 23-29 : ... For function argument 'Object'
source/PlayState.hx:2434: characters 23-83 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/PlayState.hx:2434: characters 23-83 : ... For function argument 'Object'
source/PlayState.hx:1826: characters 25-37 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/PlayState.hx:1826: characters 25-37 : ... For function argument 'Object'
source/PlayState.hx:1873: characters 25-34 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/PlayState.hx:1873: characters 25-34 : ... For function argument 'Object'
source/PlayState.hx:1944: characters 25-36 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/PlayState.hx:1944: characters 25-36 : ... For function argument 'Object'
source/flixel/system/FlxSound.hx:716: characters 17-30 : Warning : flixel.system.FlxSoundGroup was moved to flixel.sound.FlxSoundGroup
source/flixel/system/FlxSound.hx:722: characters 21-25 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/flixel/system/FlxSound.hx:722: characters 21-25 : ... For function argument 'sound'
source/flixel/system/FlxSound.hx:725: characters 15-19 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/flixel/system/FlxSound.hx:725: characters 15-19 : ... For function argument 'sound'
source/editors/ChartingState.hx:1359: characters 24-30 : flixel.system.FlxSound should be flixel.sound.FlxSound
source/editors/ChartingState.hx:1359: characters 24-30 : ... For function argument 'Object'
source/editors/ChartingState.hx:2193: characters 4-42 : flixel.sound.FlxSound should be flixel.system.FlxSound
C:/HaxeToolkit/haxe/lib/flixel/5,3,1/flixel/ui/FlxButton.hx:259: characters 55-64 : flixel.animation.FlxAnimationController has no field numFrames
source/TitleState.hx:723: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound
source/TitleState.hx:725: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound
source/TitleState.hx:729: characters 7-55 : flixel.sound.FlxSound should be flixel.system.FlxSound

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

nah mate

moxie-coder commented 1 year ago

https://github.com/ShadowMario/FNF-PsychEngine/wiki/Libraries-versions

Bobert8853 commented 1 year ago

https://github.com/ShadowMario/FNF-PsychEngine/wiki/Libraries-versions

i still get the error even with the libraries installed, also some of them didnt exist

moxie-coder commented 1 year ago

then replace FlxSound with this https://github.com/ShadowMario/FNF-PsychEngine/blob/experimental/source/flixel/system/FlxSound.hx and replace numFrames in FlxAnimationController with this, and also add this too

    /**
     * The total number of frames in this image.
     * WARNING: assumes each row in the sprite sheet is full!
     */
    public var numFrames(get, never):Int;

    /**
    * The total number of frames in this image.
    * WARNING: assumes each row in the sprite sheet is full!
    */
    @:deprecated("frames is deprecated, use numFrames")
    public var frames(get, never):Int;

    #if (flixel >= "5.3.0")
    @:allow(flixel.animation.FlxAnimation)
    function getFrameDuration(index:Int)
    {
        return _sprite.frames.frames[index].duration;
    }
    #end
moxie-coder commented 1 year ago

and for hxCodec, add/replace these in PlayState

#if VIDEOS_ALLOWED 
#if (hxCodec >= "3.0.0") import hxcodec.flixel.FlxVideo as VideoHandler;
#elseif (hxCodec >= "2.6.1") import hxcodec.VideoHandler as VideoHandler;
#elseif (hxCodec == "2.6.0") import VideoHandler as VideoHandler;
#else import vlc.VideoHandler; #end
#end

    public function startVideo(name:String)
    {
        #if VIDEOS_ALLOWED
        inCutscene = true;

        var filepath:String = Paths.video(name);
        #if sys
        if(!FileSystem.exists(filepath))
        #else
        if(!OpenFlAssets.exists(filepath))
        #end
        {
            FlxG.log.warn('Couldnt find video file: ' + name);
            startAndEnd();
            return;
        }

        var video:VideoHandler = new VideoHandler();
            #if (hxCodec >= "3.0.0")
            // Recent versions
            video.play(filepath);
            video.onEndReached.add(function()
            {
                video.dispose();
                startAndEnd();
                return;
            }, true);
            #else
            // Older versions
            video.playVideo(filepath);
            video.finishCallback = function()
            {
                startAndEnd();
                return;
            }
            #end
        #else
        FlxG.log.warn('Platform not supported!');
        startAndEnd();
        return;
        #end
    }
Bobert8853 commented 1 year ago

i couldnt find hxCodec in playstate but now i have this error

C:/HaxeToolkit/haxe/lib/flixel/5,3,1/flixel/animation/FlxAnimation.hx:231: characters 35-51 : flixel.animation.FlxAnimationController has no field getFrameDuration
source/Main.hx:85: characters 61-65 : Float should be Int
source/Main.hx:85: characters 61-65 : ... For optional function argument 'updateFramerate'
source/Main.hx:85: characters 61-65 : ... For function argument 'child'
source/FunkinLua.hx:48: characters 8-24 : Type not found : DialogueBoxPsych
source/PlayState.hx:61: characters 8-24 : Type not found : DialogueBoxPsych
source/PlayState.hx:75: characters 8-22 : Type not found : vlc.MP4Handler
source/PlayState.hx:222: characters 19-31 : Type not found : DialogueFile
source/CoolUtil.hx:18: lines 18-141 : ... Defined in this class
source/PlayState.hx:137: characters 2-50 : Method set_playbackRate required by property playbackRate is missing
source/PlayState.hx:133: characters 2-47 : Method set_songSpeed required by property songSpeed is missing
C:/HaxeToolkit/haxe/lib/flixel-addons/3,1,1/flixel/addons/effects/chainable/FlxEffectSprite.hx:137: characters 49-58 : flixel.animation.FlxAnimationController has no field numFrames
source/animateatlas/AtlasFrameMaker.hx:50: characters 14-22 : Class<PlayState> has no field instance
source/editors/DialogueCharacterEditorState.hx:28: characters 8-24 : Type not found : DialogueBoxPsych
source/editors/DialogueCharacterEditorState.hx:71: characters 16-33 : Type not found : DialogueCharacter
source/editors/MasterEditorMenu.hx:21: lines 21-189 : ... Defined in this class
source/editors/DialogueEditorState.hx:28: characters 8-24 : Type not found : DialogueBoxPsych
source/editors/DialogueEditorState.hx:39: characters 16-33 : Type not found : DialogueCharacter
source/editors/MasterEditorMenu.hx:21: lines 21-189 : ... Defined in this class
source/StoryMenuState.hx:322: characters 14-27 : Class<PlayState> has no field campaignScore
source/StoryMenuState.hx:323: characters 14-28 : Class<PlayState> has no field campaignMisses
source/FunkinLua.hx:3408: characters 42-50 : Class<PlayState> has no field instance
source/FunkinLua.hx:3423: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3428: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3428: characters 69-77 : Class<PlayState> has no field instance
source/FunkinLua.hx:3433: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3435: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:139: characters 33-45 : Class<PlayState> has no field seenCutscene
source/FunkinLua.hx:170: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:171: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:172: characters 33-41 : Class<PlayState> has no field instance
source/FunkinLua.hx:173: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:174: characters 28-36 : Class<PlayState> has no field instance
source/FunkinLua.hx:175: characters 29-37 : Class<PlayState> has no field instance
source/FunkinLua.hx:185: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:186: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:187: characters 37-45 : Class<PlayState> has no field instance
source/FunkinLua.hx:188: characters 37-45 : Class<PlayState> has no field instance
source/FunkinLua.hx:189: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:190: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:233: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:234: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:235: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:238: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:241: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:247: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2895: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:3129: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2931: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:270: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:3241: characters 41-49 : Class<PlayState> has no field instance
source/FunkinLua.hx:2840: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2842: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:2857: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2859: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:3300: characters 20-28 : Class<PlayState> has no field instance
source/FunkinLua.hx:3300: characters 76-84 : Class<PlayState> has no field instance
source/FunkinLua.hx:283: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:481: characters 30-38 : Class<PlayState> has no field instance
source/FunkinLua.hx:482: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:503: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:549: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:549: characters 25-52 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:604: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:604: characters 25-52 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:657: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:657: characters 25-52 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:781: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:781: characters 25-52 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:823: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:823: characters 26-53 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:832: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:868: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:868: characters 26-53 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:874: characters 19-27 : Class<PlayState> has no field instance
source/FunkinLua.hx:929: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:934: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:936: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:937: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2802: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2804: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:2825: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2827: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3026: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:3027: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3028: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3029: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1112: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1114: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1115: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1125: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1127: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1128: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1138: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1140: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1141: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1151: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1153: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1154: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1164: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1166: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1167: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1182: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1184: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1185: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1197: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1197: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1200: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1202: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1203: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1211: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1211: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1214: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1216: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1217: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1225: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1225: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1228: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1230: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1231: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1239: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1239: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1242: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1244: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1245: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1285: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1285: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1288: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1290: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1291: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1299: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1299: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1302: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1304: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1305: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3044: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:3045: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:3048: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1317: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1319: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1321: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1321: characters 61-70 : Arrays of mixed types are only allowed if the type is forced to Array<Dynamic>
source/FunkinLua.hx:1321: characters 61-70 : Int should be String
source/FunkinLua.hx:1363: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1364: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1367: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1368: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1371: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1372: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1375: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1376: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1379: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1380: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1383: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1384: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1387: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1390: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1393: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1397: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1400: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1403: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1486: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1487: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1488: characters 32-40 : Class<PlayState> has no field instance
source/FunkinLua.hx:1489: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1490: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1491: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1492: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1493: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1501: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1502: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1503: characters 32-40 : Class<PlayState> has no field instance
source/FunkinLua.hx:1504: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1512: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1513: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1514: characters 32-40 : Class<PlayState> has no field instance
source/FunkinLua.hx:1515: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1526: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1540: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1546: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1550: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1551: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1555: characters 14-22 : Class<PlayState> has no field instance
source/PauseSubState.hx:286: characters 13-21 : Class<PlayState> has no field instance
source/PauseSubState.hx:288: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:1566: characters 14-34 : Class<PlayState> has no field cancelMusicFadeTween
source/FunkinLua.hx:1567: characters 48-56 : Class<PlayState> has no field instance
source/FunkinLua.hx:1579: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1590: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1592: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1594: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1600: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1602: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1604: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1610: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1612: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1614: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1620: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1622: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1624: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1632: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3117: characters 44-52 : Class<PlayState> has no field instance
source/FunkinLua.hx:3118: characters 48-56 : Class<PlayState> has no field instance
source/FunkinLua.hx:3120: characters 20-28 : Class<PlayState> has no field instance
source/FunkinLua.hx:1650: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1653: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1656: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1729: characters 27-35 : Class<PlayState> has no field instance
source/FunkinLua.hx:1730: characters 44-52 : Class<PlayState> has no field instance
source/FunkinLua.hx:1730: characters 75-83 : Class<PlayState> has no field instance
source/FunkinLua.hx:1731: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:3012: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3016: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:3019: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3022: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:1744: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1754: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1761: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1763: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1773: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1774: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1792: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1793: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:3207: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:3208: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1820: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1821: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:1860: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1861: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1874: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1875: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1885: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1886: characters 41-49 : Class<PlayState> has no field instance
source/FunkinLua.hx:1894: characters 20-28 : Class<PlayState> has no field instance
source/FunkinLua.hx:1900: characters 37-45 : Class<PlayState> has no field instance
source/FunkinLua.hx:1900: characters 72-80 : Class<PlayState> has no field instance
source/FunkinLua.hx:1901: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1901: characters 56-64 : Class<PlayState> has no field instance
source/FunkinLua.hx:1902: characters 30-38 : Class<PlayState> has no field instance
source/FunkinLua.hx:1902: characters 65-73 : Class<PlayState> has no field instance
source/FunkinLua.hx:1903: characters 28-36 : Class<PlayState> has no field instance
source/FunkinLua.hx:1903: characters 63-71 : Class<PlayState> has no field instance
source/FunkinLua.hx:1904: characters 30-38 : Class<PlayState> has no field instance
source/FunkinLua.hx:1904: characters 65-73 : Class<PlayState> has no field instance
source/FunkinLua.hx:1906: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:1915: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1916: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1936: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1937: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1957: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1958: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1979: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:1983: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1995: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2000: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:2003: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:2006: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:2015: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2016: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2024: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2025: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2037: characters 25-33 : Class<PlayState> has no field instance
source/FunkinLua.hx:2057: characters 25-33 : Class<PlayState> has no field instance
source/FunkinLua.hx:2077: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:2109: characters 26-34 : Class<PlayState> has no field instance
source/FunkinLua.hx:2174: characters 14-26 : Type not found : DialogueFile
source/FunkinLua.hx:2176: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2184: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:2185: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2187: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2195: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2218: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:2219: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2221: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2222: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2223: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2222: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2223: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2222: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2223: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2230: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2231: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2232: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2236: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2237: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2241: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2242: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2248: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2249: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2256: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2257: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2265: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2266: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:2269: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2278: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2279: characters 22-30 : Class<PlayState> has no field instance
source/FunkinLua.hx:2288: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2289: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2293: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2294: characters 22-30 : Class<PlayState> has no field instance
source/FunkinLua.hx:2299: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2300: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:2998: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3002: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:3005: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3008: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3324: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2336: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2869: characters 20-28 : Class<PlayState> has no field instance
source/FunkinLua.hx:2869: characters 68-76 : Class<PlayState> has no field instance
source/FunkinLua.hx:2869: characters 133-141 : Class<PlayState> has no field instance
source/FunkinLua.hx:2474: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2475: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:2484: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:2488: characters 37-45 : Class<PlayState> has no field instance
source/FunkinLua.hx:2500: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2505: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:2509: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2515: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2517: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2523: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2525: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2532: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2534: characters 32-40 : Class<PlayState> has no field instance
source/FunkinLua.hx:2608: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2609: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2624: characters 19-27 : Class<PlayState> has no field instance
source/FunkinLua.hx:2625: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2627: characters 19-27 : Class<PlayState> has no field instance
source/FunkinLua.hx:2627: characters 52-60 : Class<PlayState> has no field instance
source/FunkinLua.hx:2628: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2630: characters 19-27 : Class<PlayState> has no field instance
source/FunkinLua.hx:2631: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2636: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2640: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2645: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2646: characters 41-49 : Class<PlayState> has no field instance
source/FunkinLua.hx:2655: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2661: characters 42-50 : Class<PlayState> has no field instance
source/FunkinLua.hx:2670: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2671: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2676: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2677: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2685: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2686: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2693: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2694: characters 41-49 : Class<PlayState> has no field instance
source/FunkinLua.hx:2703: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2706: characters 64-72 : Class<PlayState> has no field instance
source/FunkinLua.hx:2712: characters 42-50 : Class<PlayState> has no field instance
source/FunkinLua.hx:2718: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2721: characters 64-72 : Class<PlayState> has no field instance
source/FunkinLua.hx:2728: characters 35-43 : Class<PlayState> has no field instance
source/PauseSubState.hx:46: characters 18-26 : Class<PlayState> has no field instance
source/PauseSubState.hx:95: characters 51-63 : Class<PlayState> has no field deathCounter
source/PauseSubState.hx:106: characters 36-44 : Class<PlayState> has no field instance
source/PauseSubState.hx:222: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:222: characters 51-59 : Class<PlayState> has no field instance
source/PauseSubState.hx:224: characters 39-47 : Class<PlayState> has no field instance
source/PauseSubState.hx:233: characters 17-28 : Class<PlayState> has no field startOnTime
source/PauseSubState.hx:240: characters 18-26 : Class<PlayState> has no field instance
source/PauseSubState.hx:241: characters 18-26 : Class<PlayState> has no field instance
source/PauseSubState.hx:247: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:249: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:249: characters 52-60 : Class<PlayState> has no field instance
source/PauseSubState.hx:251: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:251: characters 56-64 : Class<PlayState> has no field instance
source/PauseSubState.hx:252: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:253: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:255: characters 16-28 : Class<PlayState> has no field deathCounter
source/PauseSubState.hx:256: characters 16-28 : Class<PlayState> has no field seenCutscene
source/PauseSubState.hx:264: characters 16-36 : Class<PlayState> has no field cancelMusicFadeTween
source/GameOverSubstate.hx:40: characters 13-21 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:49: characters 13-21 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:79: characters 13-21 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:177: characters 14-22 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:93: characters 14-26 : Class<PlayState> has no field deathCounter
source/GameOverSubstate.hx:94: characters 14-26 : Class<PlayState> has no field seenCutscene
source/GameOverSubstate.hx:104: characters 14-22 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:145: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3359: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3361: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3373: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3373: characters 66-73 : Arrays of mixed types are only allowed if the type is forced to Array<Dynamic>
source/FunkinLua.hx:3373: characters 66-73 : Float should be String
source/FunkinLua.hx:3375: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3375: characters 70-77 : Arrays of mixed types are only allowed if the type is forced to Array<Dynamic>
source/FunkinLua.hx:3375: characters 70-77 : Float should be String
source/FunkinLua.hx:3380: characters 13-21 : Class<PlayState> has no field instance
source/Character.hx:263: characters 37-45 : Class<PlayState> has no field instance
source/StrumNote.hx:57: characters 45-56 : Class<PlayState> has no field daPixelZoom
source/editors/ChartingState.hx:2194: characters 14-20 : Cannot access private field _sound
source/editors/ChartingState.hx:2194: characters 38-44 : Cannot access private field _sound
source/editors/ChartingState.hx:2195: characters 29-35 : Cannot access private field _sound
source/editors/ChartingState.hx:2198: characters 12-18 : Cannot access private field _sound
source/editors/ChartingState.hx:2211: characters 14-20 : Cannot access private field _sound
source/editors/ChartingState.hx:2211: characters 38-44 : Cannot access private field _sound
source/editors/ChartingState.hx:2212: characters 29-35 : Cannot access private field _sound
source/editors/ChartingState.hx:2215: characters 12-18 : Cannot access private field _sound
source/Note.hx:287: characters 45-56 : Class<PlayState> has no field daPixelZoom
source/Note.hx:293: characters 69-80 : Class<PlayState> has no field daPixelZoom
source/Note.hx:225: characters 18-26 : Class<PlayState> has no field instance
source/Note.hx:227: characters 36-44 : Class<PlayState> has no field instance
source/Note.hx:239: characters 26-37 : Class<PlayState> has no field daPixelZoom
source/editors/EditorLua.hx:28: characters 8-24 : Type not found : DialogueBoxPsych
source/editors/EditorPlayState.hx:879: characters 59-70 : Class<PlayState> has no field daPixelZoom
source/editors/EditorPlayState.hx:880: characters 63-74 : Class<PlayState> has no field daPixelZoom
source/editors/EditorPlayState.hx:913: characters 64-75 : Class<PlayState> has no field daPixelZoom
source/Conductor.hx:38: characters 38-46 : Class<PlayState> has no field instance
source/Conductor.hx:182: characters 30-38 : Class<PlayState> has no field instance
source/Conductor.hx:182: characters 73-81 : Class<PlayState> has no field instance
C:/HaxeToolkit/haxe/lib/flixel/5,3,1/flixel/ui/FlxButton.hx:259: characters 55-64 : flixel.animation.FlxAnimationController has no field numFrames
moxie-coder commented 1 year ago

alright, well just replace FlxAnimationController with this then https://github.com/ShadowMario/FNF-PsychEngine/blob/experimental/source/flixel/animation/FlxAnimationController.hx

Bobert8853 commented 1 year ago

I still get errors😔

C:/HaxeToolkit/haxe/lib/discord_rpc/git/discord_rpc/DiscordRpc.hx:213: characters 1-7 : Warning : (WDeprecated) `@:enum abstract` is deprecated in favor of `enum abstract`
source/Main.hx:85: characters 61-65 : Float should be Int
source/Main.hx:85: characters 61-65 : ... For optional function argument 'updateFramerate'
source/Main.hx:85: characters 61-65 : ... For function argument 'child'
export/release/windows/haxe/ApplicationMain.hx:151: characters 5-36 : ... Called from macro here
source/FunkinLua.hx:48: characters 8-24 : Type not found : DialogueBoxPsych
source/PlayState.hx:61: characters 8-24 : Type not found : DialogueBoxPsych
source/PlayState.hx:75: characters 8-22 : Type not found : vlc.MP4Handler
source/PlayState.hx:222: characters 19-31 : Type not found : DialogueFile
source/PlayState.hx:137: characters 2-50 : Method set_playbackRate required by property playbackRate is missing
source/PlayState.hx:133: characters 2-47 : Method set_songSpeed required by property songSpeed is missing
source/animateatlas/AtlasFrameMaker.hx:50: characters 14-22 : Class<PlayState> has no field instance
source/editors/DialogueCharacterEditorState.hx:28: characters 8-24 : Type not found : DialogueBoxPsych
source/editors/DialogueCharacterEditorState.hx:71: characters 16-33 : Type not found : DialogueCharacter
source/editors/DialogueEditorState.hx:28: characters 8-24 : Type not found : DialogueBoxPsych
source/editors/DialogueEditorState.hx:39: characters 16-33 : Type not found : DialogueCharacter
source/StoryMenuState.hx:322: characters 14-27 : Class<PlayState> has no field campaignScore
source/StoryMenuState.hx:323: characters 14-28 : Class<PlayState> has no field campaignMisses
source/FunkinLua.hx:3408: characters 42-50 : Class<PlayState> has no field instance
source/FunkinLua.hx:3423: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3428: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3428: characters 69-77 : Class<PlayState> has no field instance
source/FunkinLua.hx:3433: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3435: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:139: characters 33-45 : Class<PlayState> has no field seenCutscene
source/FunkinLua.hx:170: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:171: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:172: characters 33-41 : Class<PlayState> has no field instance
source/FunkinLua.hx:173: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:174: characters 28-36 : Class<PlayState> has no field instance
source/FunkinLua.hx:175: characters 29-37 : Class<PlayState> has no field instance
source/FunkinLua.hx:185: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:186: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:187: characters 37-45 : Class<PlayState> has no field instance
source/FunkinLua.hx:188: characters 37-45 : Class<PlayState> has no field instance
source/FunkinLua.hx:189: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:190: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:233: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:234: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:235: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:238: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:241: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:247: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2895: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:3129: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2931: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:270: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:3241: characters 41-49 : Class<PlayState> has no field instance
source/FunkinLua.hx:2840: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2842: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:2857: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2859: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:3300: characters 20-28 : Class<PlayState> has no field instance
source/FunkinLua.hx:3300: characters 76-84 : Class<PlayState> has no field instance
source/FunkinLua.hx:283: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:481: characters 30-38 : Class<PlayState> has no field instance
source/FunkinLua.hx:482: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:503: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:549: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:549: characters 25-52 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:604: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:604: characters 25-52 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:657: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:657: characters 25-52 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:781: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:781: characters 25-52 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:823: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:823: characters 26-53 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:832: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:868: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:868: characters 26-53 : You can't iterate on a Dynamic value, please specify Iterator or Iterable
source/FunkinLua.hx:874: characters 19-27 : Class<PlayState> has no field instance
source/FunkinLua.hx:929: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:934: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:936: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:937: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2802: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2804: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:2825: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2827: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3026: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:3027: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3028: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3029: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1112: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1114: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1115: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1125: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1127: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1128: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1138: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1140: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1141: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1151: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1153: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1154: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1164: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1166: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1167: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1182: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1184: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1185: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1197: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1197: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1200: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1202: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1203: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1211: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1211: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1214: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1216: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1217: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1225: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1225: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1228: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1230: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1231: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1239: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1239: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1242: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1244: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1245: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1285: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1285: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1288: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1290: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1291: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1299: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1299: characters 88-96 : Class<PlayState> has no field instance
source/FunkinLua.hx:1302: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1304: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1305: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3044: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:3045: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:3048: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1317: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1319: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1321: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1321: characters 61-70 : Arrays of mixed types are only allowed if the type is forced to Array<Dynamic>
source/FunkinLua.hx:1321: characters 61-70 : Int should be String
source/FunkinLua.hx:1363: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1364: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1367: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1368: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1371: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1372: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1375: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1376: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1379: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1380: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1383: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1384: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1387: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1390: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1393: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1397: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1400: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1403: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1486: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1487: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1488: characters 32-40 : Class<PlayState> has no field instance
source/FunkinLua.hx:1489: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1490: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1491: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1492: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1493: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1501: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1502: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1503: characters 32-40 : Class<PlayState> has no field instance
source/FunkinLua.hx:1504: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1512: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1513: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1514: characters 32-40 : Class<PlayState> has no field instance
source/FunkinLua.hx:1515: characters 35-43 : Class<PlayState> has no field instance
source/FunkinLua.hx:1526: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1540: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1546: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1550: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1551: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1555: characters 14-22 : Class<PlayState> has no field instance
source/PauseSubState.hx:286: characters 13-21 : Class<PlayState> has no field instance
source/PauseSubState.hx:288: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:1566: characters 14-34 : Class<PlayState> has no field cancelMusicFadeTween
source/FunkinLua.hx:1567: characters 48-56 : Class<PlayState> has no field instance
source/FunkinLua.hx:1579: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1590: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1592: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1594: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1600: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1602: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1604: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1610: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1612: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1614: characters 23-31 : Class<PlayState> has no field instance
source/FunkinLua.hx:1620: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1622: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1624: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:1632: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3117: characters 44-52 : Class<PlayState> has no field instance
source/FunkinLua.hx:3118: characters 48-56 : Class<PlayState> has no field instance
source/FunkinLua.hx:3120: characters 20-28 : Class<PlayState> has no field instance
source/FunkinLua.hx:1650: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1653: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1656: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1729: characters 27-35 : Class<PlayState> has no field instance
source/FunkinLua.hx:1730: characters 44-52 : Class<PlayState> has no field instance
source/FunkinLua.hx:1730: characters 75-83 : Class<PlayState> has no field instance
source/FunkinLua.hx:1731: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:3012: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3016: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:3019: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3022: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:1744: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1754: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:1761: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:1763: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1773: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1774: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1792: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1793: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:3207: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:3208: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1820: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1821: characters 38-46 : Class<PlayState> has no field instance
source/FunkinLua.hx:1860: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1861: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1874: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1875: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:1885: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1886: characters 41-49 : Class<PlayState> has no field instance
source/FunkinLua.hx:1894: characters 20-28 : Class<PlayState> has no field instance
source/FunkinLua.hx:1900: characters 37-45 : Class<PlayState> has no field instance
source/FunkinLua.hx:1900: characters 72-80 : Class<PlayState> has no field instance
source/FunkinLua.hx:1901: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:1901: characters 56-64 : Class<PlayState> has no field instance
source/FunkinLua.hx:1902: characters 30-38 : Class<PlayState> has no field instance
source/FunkinLua.hx:1902: characters 65-73 : Class<PlayState> has no field instance
source/FunkinLua.hx:1903: characters 28-36 : Class<PlayState> has no field instance
source/FunkinLua.hx:1903: characters 63-71 : Class<PlayState> has no field instance
source/FunkinLua.hx:1904: characters 30-38 : Class<PlayState> has no field instance
source/FunkinLua.hx:1904: characters 65-73 : Class<PlayState> has no field instance
source/FunkinLua.hx:1906: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:1915: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1916: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1936: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1937: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1957: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:1958: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:1979: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:1983: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:1995: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2000: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:2003: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:2006: characters 21-29 : Class<PlayState> has no field instance
source/FunkinLua.hx:2015: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2016: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2024: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2025: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2037: characters 25-33 : Class<PlayState> has no field instance
source/FunkinLua.hx:2057: characters 25-33 : Class<PlayState> has no field instance
source/FunkinLua.hx:2077: characters 34-42 : Class<PlayState> has no field instance
source/FunkinLua.hx:2109: characters 26-34 : Class<PlayState> has no field instance
source/FunkinLua.hx:2174: characters 14-26 : Type not found : DialogueFile
source/FunkinLua.hx:2176: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2184: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:2185: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2187: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2195: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2218: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:2219: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2221: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2222: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2223: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2222: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2223: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2222: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2223: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2230: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2231: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2232: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2236: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2237: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2241: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2242: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2248: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2249: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2256: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2257: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2265: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2266: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:2269: characters 16-24 : Class<PlayState> has no field instance
source/FunkinLua.hx:2278: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2279: characters 22-30 : Class<PlayState> has no field instance
source/FunkinLua.hx:2288: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2289: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2293: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2294: characters 22-30 : Class<PlayState> has no field instance
source/FunkinLua.hx:2299: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2300: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:2998: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:3002: characters 36-44 : Class<PlayState> has no field instance
source/FunkinLua.hx:3005: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:3008: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3324: characters 24-32 : Class<PlayState> has no field instance
source/FunkinLua.hx:2336: characters 14-22 : Class<PlayState> has no field instance
source/FunkinLua.hx:2869: characters 20-28 : Class<PlayState> has no field instance
source/FunkinLua.hx:2869: characters 68-76 : Class<PlayState> has no field instance
source/FunkinLua.hx:2869: characters 133-141 : Class<PlayState> has no field instance
source/FunkinLua.hx:2474: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2475: characters 39-47 : Class<PlayState> has no field instance
source/FunkinLua.hx:2484: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:2488: characters 37-45 : Class<PlayState> has no field instance
source/FunkinLua.hx:2500: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2505: characters 18-26 : Class<PlayState> has no field instance
source/FunkinLua.hx:2509: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2515: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2517: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2523: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2525: characters 50-58 : Class<PlayState> has no field instance
source/FunkinLua.hx:2532: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2534: characters 32-40 : Class<PlayState> has no field instance
source/FunkinLua.hx:2608: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2609: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2624: characters 19-27 : Class<PlayState> has no field instance
source/FunkinLua.hx:2625: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2627: characters 19-27 : Class<PlayState> has no field instance
source/FunkinLua.hx:2627: characters 52-60 : Class<PlayState> has no field instance
source/FunkinLua.hx:2628: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2630: characters 19-27 : Class<PlayState> has no field instance
source/FunkinLua.hx:2631: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2636: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2640: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2645: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2646: characters 41-49 : Class<PlayState> has no field instance
source/FunkinLua.hx:2655: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2661: characters 42-50 : Class<PlayState> has no field instance
source/FunkinLua.hx:2670: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2671: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2676: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2677: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2685: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2686: characters 15-23 : Class<PlayState> has no field instance
source/FunkinLua.hx:2693: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2694: characters 41-49 : Class<PlayState> has no field instance
source/FunkinLua.hx:2703: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2706: characters 64-72 : Class<PlayState> has no field instance
source/FunkinLua.hx:2712: characters 42-50 : Class<PlayState> has no field instance
source/FunkinLua.hx:2718: characters 17-25 : Class<PlayState> has no field instance
source/FunkinLua.hx:2721: characters 64-72 : Class<PlayState> has no field instance
source/FunkinLua.hx:2728: characters 35-43 : Class<PlayState> has no field instance
source/PauseSubState.hx:46: characters 18-26 : Class<PlayState> has no field instance
source/PauseSubState.hx:95: characters 51-63 : Class<PlayState> has no field deathCounter
source/PauseSubState.hx:106: characters 36-44 : Class<PlayState> has no field instance
source/PauseSubState.hx:222: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:222: characters 51-59 : Class<PlayState> has no field instance
source/PauseSubState.hx:224: characters 39-47 : Class<PlayState> has no field instance
source/PauseSubState.hx:233: characters 17-28 : Class<PlayState> has no field startOnTime
source/PauseSubState.hx:240: characters 18-26 : Class<PlayState> has no field instance
source/PauseSubState.hx:241: characters 18-26 : Class<PlayState> has no field instance
source/PauseSubState.hx:247: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:249: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:249: characters 52-60 : Class<PlayState> has no field instance
source/PauseSubState.hx:251: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:251: characters 56-64 : Class<PlayState> has no field instance
source/PauseSubState.hx:252: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:253: characters 16-24 : Class<PlayState> has no field instance
source/PauseSubState.hx:255: characters 16-28 : Class<PlayState> has no field deathCounter
source/PauseSubState.hx:256: characters 16-28 : Class<PlayState> has no field seenCutscene
source/PauseSubState.hx:264: characters 16-36 : Class<PlayState> has no field cancelMusicFadeTween
source/GameOverSubstate.hx:40: characters 13-21 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:49: characters 13-21 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:79: characters 13-21 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:177: characters 14-22 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:93: characters 14-26 : Class<PlayState> has no field deathCounter
source/GameOverSubstate.hx:94: characters 14-26 : Class<PlayState> has no field seenCutscene
source/GameOverSubstate.hx:104: characters 14-22 : Class<PlayState> has no field instance
source/GameOverSubstate.hx:145: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3359: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3361: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3373: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3373: characters 66-73 : Arrays of mixed types are only allowed if the type is forced to Array<Dynamic>
source/FunkinLua.hx:3373: characters 66-73 : Float should be String
source/FunkinLua.hx:3375: characters 13-21 : Class<PlayState> has no field instance
source/FunkinLua.hx:3375: characters 70-77 : Arrays of mixed types are only allowed if the type is forced to Array<Dynamic>
source/FunkinLua.hx:3375: characters 70-77 : Float should be String
source/FunkinLua.hx:3380: characters 13-21 : Class<PlayState> has no field instance
source/Character.hx:263: characters 37-45 : Class<PlayState> has no field instance
source/StrumNote.hx:57: characters 45-56 : Class<PlayState> has no field daPixelZoom
source/editors/ChartingState.hx:2194: characters 14-20 : Cannot access private field _sound
source/editors/ChartingState.hx:2194: characters 38-44 : Cannot access private field _sound
source/editors/ChartingState.hx:2195: characters 29-35 : Cannot access private field _sound
source/editors/ChartingState.hx:2198: characters 12-18 : Cannot access private field _sound
source/editors/ChartingState.hx:2211: characters 14-20 : Cannot access private field _sound
source/editors/ChartingState.hx:2211: characters 38-44 : Cannot access private field _sound
source/editors/ChartingState.hx:2212: characters 29-35 : Cannot access private field _sound
source/editors/ChartingState.hx:2215: characters 12-18 : Cannot access private field _sound
source/Note.hx:287: characters 45-56 : Class<PlayState> has no field daPixelZoom
source/Note.hx:293: characters 69-80 : Class<PlayState> has no field daPixelZoom
source/Note.hx:225: characters 18-26 : Class<PlayState> has no field instance
source/Note.hx:227: characters 36-44 : Class<PlayState> has no field instance
source/Note.hx:239: characters 26-37 : Class<PlayState> has no field daPixelZoom
source/editors/EditorLua.hx:28: characters 8-24 : Type not found : DialogueBoxPsych
source/editors/EditorPlayState.hx:879: characters 59-70 : Class<PlayState> has no field daPixelZoom
source/editors/EditorPlayState.hx:880: characters 63-74 : Class<PlayState> has no field daPixelZoom
source/editors/EditorPlayState.hx:913: characters 64-75 : Class<PlayState> has no field daPixelZoom
source/Conductor.hx:38: characters 38-46 : Class<PlayState> has no field instance
source/Conductor.hx:182: characters 30-38 : Class<PlayState> has no field instance
source/Conductor.hx:182: characters 73-81 : Class<PlayState> has no field instance
C:/HaxeToolkit/haxe/lib/flixel-ui/2,5,0/flixel/addons/ui/FlxUICursor.hx:564: characters 9-11 : Warning : Potential typo detected (expected similar values are flixel.addons.ui.SortMethod.ID)
C:/HaxeToolkit/haxe/lib/flixel/5,3,1/flixel/util/FlxDestroyUtil.hx:3: characters 8-32 : You cannot access the flash package while in a macro (for flash.display.BitmapData)
source/animateatlas/AtlasFrameMaker.hx:2: characters 8-34 : ... referenced here
source/Paths.hx:3: characters 8-36 : ... referenced here
C:\Users\spcju\Downloads\FNF-PsychEngine-0.6.3\FNF-PsychEngine-0.6.3\source\import.hx:1: characters 8-13 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/media/AudioSource.hx:138: characters 53-100 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/media/Sound.hx:14: characters 8-30 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/utils/Assets.hx:9: characters 8-26 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/text/Font.hx:4: characters 8-27 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/text/_internal/TextEngine.hx:9: characters 8-24 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/display/_internal/CairoTextField.hx:3: characters 8-40 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/display/CairoRenderer.hx:11: characters 8-47 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/display/_internal/CairoGraphics.hx:6: characters 8-36 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/display/_internal/Context3DGraphics.hx:3: characters 8-46 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/display/DisplayObjectRenderer.hx:4: characters 8-50 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/events/RenderEvent.hx:4: characters 8-44 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/display/DisplayObject.hx:13: characters 8-33 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/utils/_internal/TouchData.hx:3: characters 8-36 : ... referenced here
C:/HaxeToolkit/haxe/lib/openfl/9,2,2/src/openfl/display/Stage.hx:7: characters 8-40 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/ui/Window.hx:15: characters 8-28 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/graphics/RenderContext.hx:4: characters 8-22 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/app/Application.hx:3: characters 8-35 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/system/ThreadPool.hx:4: characters 8-28 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/app/Future.hx:4: characters 8-30 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/utils/Bytes.hx:10: characters 8-23 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/utils/BytePointer.hx:5: characters 8-24 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/graphics/opengl/GL.hx:8: characters 8-30 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/graphics/opengl/GLBuffer.hx:5: characters 8-31 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/_internal/backend/native/NativeCFFI.hx:4: characters 8-37 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/lime/system/System.hx:4: characters 8-48 : ... referenced here
C:/HaxeToolkit/haxe/lib/lime/8,0,2/src/haxe/Timer.hx:219: characters 8-26 : ... referenced here
C:\HaxeToolkit\haxe\std/haxe/MainLoop.hx:33: characters 50-60 : ... referenced here
moxie-coder commented 1 year ago

in main.hx, depending on which version you use, replace zoom with this #if (flixel < "5.0.0") zoom, #end

Bobert8853 commented 1 year ago

yeah its no use imma close this as not completed but thanks for trying to help!

Bobert8853 commented 1 year ago

i just reopened this issue to say that i didnt have the required libraries installed so now imma set this at complete

moxie-coder commented 1 year ago

i just reopened this issue to say that i didnt have the required libraries installed so now imma set this at complete

offf, course

oliverggg123ggg commented 3 months ago

then replace FlxSound with this https://github.com/ShadowMario/FNF-PsychEngine/blob/experimental/source/flixel/system/FlxSound.hx and replace numFrames in FlxAnimationController with this, and also add this too

  /**
   * The total number of frames in this image.
   * WARNING: assumes each row in the sprite sheet is full!
   */
  public var numFrames(get, never):Int;

  /**
  * The total number of frames in this image.
  * WARNING: assumes each row in the sprite sheet is full!
  */
  @:deprecated("frames is deprecated, use numFrames")
  public var frames(get, never):Int;

  #if (flixel >= "5.3.0")
  @:allow(flixel.animation.FlxAnimation)
  function getFrameDuration(index:Int)
  {
      return _sprite.frames.frames[index].duration;
  }
  #end

image_2024-07-29_125938733

It's Gone