ShadowMario / FNF-PsychEngine

Engine originally used on Mind Games mod
Apache License 2.0
1.11k stars 2.17k forks source link

error compiling the game #13896

Closed LCC143 closed 6 months ago

LCC143 commented 8 months ago

Describe your problem here.

When trying to compile the game, this appears, I already tried downloading the necessary versions, and it also only happens to me in this source, in the source of the original psych engine I have no problems

C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/opengl/GL.hx:2638: characters 28-34 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:403: characters 28-34 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/RenderContextType.hx:6: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/PixelFormat.hx:6: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/graphics/ImageDataUtil.hx:1751: characters 28-34 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/LogLevel.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract
C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/system/System.hx:817: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/curl/CURLCode.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/curl/CURLMultiCode.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/HTTPRequestMethod.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoFilter.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/AssetType.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/ui/KeyCode.hx:6: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract
C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoAntialias.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoHintMetrics.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoHintStyle.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoOperator.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoExtend.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/ui/GamepadAxis.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract
C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/ui/GamepadButton.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeWindow.hx:668: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeWindow.hx:685: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoFormat.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/ui/MouseButton.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract
C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:636: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:657: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:679: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:707: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:741: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:773: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:806: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:829: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:859: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:888: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:923: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeApplication.hx:955: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/discord_rpc/git/discord_rpc/DiscordRpc.hx:213: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Int16Array.hx:151: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Int16Array.hx:158: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Float64Array.hx:151: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Float64Array.hx:158: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Int8Array.hx:151: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Int8Array.hx:158: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/UInt8ClampedArray.hx:161: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/UInt8ClampedArray.hx:168: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoSubpixelOrder.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/text/harfbuzz/HBBufferClusterLevel.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/text/harfbuzz/HBDirection.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/text/harfbuzz/HBScript.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/text/harfbuzz/HBBufferContentType.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoStatus.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/ui/ScanCode.hx:7: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract
C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoFillRule.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoLineCap.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoLineJoin.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoContent.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/media/AudioContextType.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/curl/CURLMultiOption.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/curl/CURLInfo.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/curl/CURLOption.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/curl/CURLVersion.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/UInt16Array.hx:151: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/UInt16Array.hx:158: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/UInt8Array.hx:152: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/UInt8Array.hx:159: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/UInt32Array.hx:151: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/UInt32Array.hx:158: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Int32Array.hx:151: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Int32Array.hx:158: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Float32Array.hx:153: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Float32Array.hx:157: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Float32Array.hx:164: characters 16-24 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:423: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:437: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:453: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:466: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:475: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:550: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:566: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:582: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:595: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:610: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:623: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:636: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:653: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:670: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:683: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:696: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:709: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:723: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:736: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:749: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:765: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:781: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:794: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:807: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:823: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:840: characters 2-10 : Warning : (WDeprecated) @:extern is deprecated in favor of extern source/flixel/system/FlxSound.hx:117: characters 33-46 : Warning : (WDeprecated) flixel.system.FlxSoundGroup was moved to flixel.sound.FlxSoundGroup source/flixel/system/FlxSound.hx:712: characters 42-55 : Warning : (WDeprecated) flixel.system.FlxSoundGroup was moved to flixel.sound.FlxSoundGroup source/flixel/system/FlxSound.hx:712: characters 27-40 : Warning : (WDeprecated) flixel.system.FlxSoundGroup was moved to flixel.sound.FlxSoundGroup C:/HaxeToolkit/haxe/lib/flixel/5,5,0/flixel/animation/FlxAnimation.hx:239: characters 35-51 : flixel.animation.FlxAnimationController has no field getFrameDuration export/release/windows/haxe/ApplicationMain.hx:153: characters 5-36 : ... Called from macro here source/PlayState.hx:78: characters 8-22 : Type not found : vlc.MP4Handler C:/HaxeToolkit/haxe/lib/flixel-addons/3,2,1/flixel/addons/effects/chainable/FlxEffectSprite.hx:137: characters 49-58 : flixel.animation.FlxAnimationController has no field numFrames source/flixel/system/FlxSound.hx:597: characters 16-24 : flash.media.SoundChannel has no field source source/flixel/system/FlxSound.hx:601: characters 19-27 : flash.media.SoundChannel has no field source source/FreeplayState.hx:314: characters 25-31 : flixel.system.FlxSound should be flixel.sound.FlxSound source/FreeplayState.hx:314: characters 25-31 : ... For function argument 'basic' source/PlayState.hx:1129: 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 'basic' source/PlayState.hx:1559: characters 23-29 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1559: characters 23-29 : ... For function argument 'basic' source/PlayState.hx:1566: characters 23-60 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1566: characters 23-60 : ... For function argument 'basic' source/LastBreathPauseSubState.hx:41: characters 23-33 : flixel.system.FlxSound should be flixel.sound.FlxSound source/LastBreathPauseSubState.hx:41: characters 23-33 : ... For function argument 'basic' source/flixel/system/FlxSound.hx:716: characters 17-30 : Warning : (WDeprecated) 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:1363: characters 24-30 : flixel.system.FlxSound should be flixel.sound.FlxSound source/editors/ChartingState.hx:1363: characters 24-30 : ... For function argument 'basic' source/editors/ChartingState.hx:2197: characters 4-42 : flixel.sound.FlxSound should be flixel.system.FlxSound 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,5,0/flixel/ui/FlxButton.hx:259: characters 55-64 : flixel.animation.FlxAnimationController has no field numFrames source/TitleState.hx:659: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:661: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:665: characters 7-55 : flixel.sound.FlxSound should be flixel.system.FlxSound C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/system/System.hx:817: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/opengl/GL.hx:2638: characters 28-34 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/ArrayBufferView.hx:403: characters 28-34 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/PixelFormat.hx:6: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/graphics/ImageDataUtil.hx:1751: characters 28-34 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/curl/CURLCode.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/curl/CURLMultiCode.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/net/HTTPRequestMethod.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/RenderContextType.hx:6: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/LogLevel.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract
C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/cairo/CairoFilter.hx:4: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/AssetType.hx:3: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/ui/KeyCode.hx:6: characters 1-7 : Warning : (WDeprecatedEnumAbstract) @:enum abstract is deprecated in favor of enum abstract
C:/HaxeToolkit/haxe/lib/flixel/5,5,0/flixel/graphics/FlxGraphic.hx:15: characters 8-32 : Type not found : openfl.display.Tilesheet C:/HaxeToolkit/haxe/lib/flixel/5,5,0/flixel/graphics/tile/FlxDrawBaseItem.hx:9: characters 8-32 : Type not found : openfl.display.Tilesheet C:/HaxeToolkit/haxe/lib/flixel/5,5,0/flixel/graphics/tile/FlxDrawTilesItem.hx:10: characters 8-32 : Type not found : openfl.display.Tilesheet source/Paths.hx:24: characters 8-25 : You cannot access the flash package while in a macro (for flash.media.Sound) C:\Users\LCC\Desktop\hols\FNF-PsychEngine-main\source\import.hx:1: characters 8-13 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/media/AudioSource.hx:138: characters 53-100 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/media/Sound.hx:23: characters 8-30 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/utils/Assets.hx:9: characters 8-26 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/text/Font.hx:4: characters 8-27 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/text/_internal/TextEngine.hx:9: characters 8-24 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/display/_internal/CairoTextField.hx:3: characters 8-40 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/display/CairoRenderer.hx:11: characters 8-47 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/display/_internal/CairoGraphics.hx:6: characters 8-36 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/display/_internal/Context3DGraphics.hx:3: characters 8-46 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/display/DisplayObjectRenderer.hx:4: characters 8-50 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/filters/BitmapFilter.hx:6: characters 8-44 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/display/BitmapData.hx:14: characters 8-35 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/desktop/Icon.hx:4: characters 8-33 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/filesystem/File.hx:6: characters 8-27 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/events/InvokeEvent.hx:5: characters 8-30 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/display/Application.hx:15: characters 8-33 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/utils/_internal/Lib.hx:6: characters 8-34 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/display/DisplayObject.hx:6: characters 8-34 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/utils/_internal/TouchData.hx:3: characters 8-36 : ... referenced here C:/HaxeToolkit/haxe/lib/openfl/9,3,2/src/openfl/display/Stage.hx:7: characters 8-40 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/ui/Window.hx:15: characters 8-28 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/RenderContext.hx:4: characters 8-22 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/app/Application.hx:3: characters 8-35 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/system/ThreadPool.hx:4: characters 8-28 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/app/Future.hx:4: characters 8-30 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/Bytes.hx:10: characters 8-23 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/utils/BytePointer.hx:5: characters 8-24 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/opengl/GL.hx:8: characters 8-30 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/graphics/opengl/GLBuffer.hx:5: characters 8-31 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/_internal/backend/native/NativeCFFI.hx:4: characters 8-37 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/lime/system/System.hx:4: characters 8-48 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,0,1/src/haxe/Timer.hx:219: characters 8-26 : ... referenced here C:\HaxeToolkit\haxe\std/haxe/MainLoop.hx:33: characters 50-60 : ... referenced here

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows x64

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

yes, it is a build that another coder gave me, the main menu, story mode stage and the freeplay stage, etc. were edited.

KELOTOMU commented 8 months ago

Use haxe 4.2.5 instead of the later 4.3+ versions

Vortex2Oblivion commented 8 months ago

Use haxe 4.2.5 instead of the later 4.3+ versions

Or they could just put if !macro at the top of import.hx and #end at the bottom

LCC143 commented 8 months ago

Use haxe 4.2.5 instead of the later 4.3+ versions

I did that and now that appears

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,5,0/flixel/animation/FlxAnimation.hx:239: characters 35-51 : flixel.animation.FlxAnimationController has no field getFrameDuration source/PlayState.hx:78: characters 8-22 : Type not found : vlc.MP4Handler C:/HaxeToolkit/haxe/lib/flixel-addons/3,2,1/flixel/addons/effects/chainable/FlxEffectSprite.hx:137: characters 49-58 : flixel.animation.FlxAnimationController has no field numFrames source/flixel/system/FlxSound.hx:597: characters 16-24 : flash.media.SoundChannel has no field source source/flixel/system/FlxSound.hx:601: characters 19-27 : flash.media.SoundChannel has no field source source/FreeplayState.hx:314: characters 25-31 : flixel.system.FlxSound should be flixel.sound.FlxSound source/FreeplayState.hx:314: characters 25-31 : ... For function argument 'basic' source/PlayState.hx:1129: 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 'basic' source/PlayState.hx:1559: characters 23-29 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1559: characters 23-29 : ... For function argument 'basic' source/PlayState.hx:1566: characters 23-60 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1566: characters 23-60 : ... For function argument 'basic' source/LastBreathPauseSubState.hx:41: characters 23-33 : flixel.system.FlxSound should be flixel.sound.FlxSound source/LastBreathPauseSubState.hx:41: characters 23-33 : ... For function argument 'basic' 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:1363: characters 24-30 : flixel.system.FlxSound should be flixel.sound.FlxSound source/editors/ChartingState.hx:1363: characters 24-30 : ... For function argument 'basic' source/editors/ChartingState.hx:2197: characters 4-42 : flixel.sound.FlxSound should be flixel.system.FlxSound C:/HaxeToolkit/haxe/lib/flixel/5,5,0/flixel/ui/FlxButton.hx:259: characters 55-64 : flixel.animation.FlxAnimationController has no field numFrames source/TitleState.hx:659: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:661: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:665: characters 7-55 : flixel.sound.FlxSound should be flixel.system.FlxSound

Vortex2Oblivion commented 8 months ago

Use haxe 4.2.5 instead of the later 4.3+ versions

I did that and now that appears

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,5,0/flixel/animation/FlxAnimation.hx:239: characters 35-51 : flixel.animation.FlxAnimationController has no field getFrameDuration

source/PlayState.hx:78: characters 8-22 : Type not found : vlc.MP4Handler

C:/HaxeToolkit/haxe/lib/flixel-addons/3,2,1/flixel/addons/effects/chainable/FlxEffectSprite.hx:137: characters 49-58 : flixel.animation.FlxAnimationController has no field numFrames

source/flixel/system/FlxSound.hx:597: characters 16-24 : flash.media.SoundChannel has no field __source

source/flixel/system/FlxSound.hx:601: characters 19-27 : flash.media.SoundChannel has no field __source

source/FreeplayState.hx:314: characters 25-31 : flixel.system.FlxSound should be flixel.sound.FlxSound

source/FreeplayState.hx:314: characters 25-31 : ... For function argument 'basic'

source/PlayState.hx:1129: 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 'basic'

source/PlayState.hx:1559: characters 23-29 : flixel.system.FlxSound should be flixel.sound.FlxSound

source/PlayState.hx:1559: characters 23-29 : ... For function argument 'basic'

source/PlayState.hx:1566: characters 23-60 : flixel.system.FlxSound should be flixel.sound.FlxSound

source/PlayState.hx:1566: characters 23-60 : ... For function argument 'basic'

source/LastBreathPauseSubState.hx:41: characters 23-33 : flixel.system.FlxSound should be flixel.sound.FlxSound

source/LastBreathPauseSubState.hx:41: characters 23-33 : ... For function argument 'basic'

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:1363: characters 24-30 : flixel.system.FlxSound should be flixel.sound.FlxSound

source/editors/ChartingState.hx:1363: characters 24-30 : ... For function argument 'basic'

source/editors/ChartingState.hx:2197: characters 4-42 : flixel.sound.FlxSound should be flixel.system.FlxSound

C:/HaxeToolkit/haxe/lib/flixel/5,5,0/flixel/ui/FlxButton.hx:259: characters 55-64 : flixel.animation.FlxAnimationController has no field numFrames

source/TitleState.hx:659: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound

source/TitleState.hx:661: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound

source/TitleState.hx:665: characters 7-55 : flixel.sound.FlxSound should be flixel.system.FlxSound

haxelib upgrade

LCC143 commented 8 months ago

Use haxe 4.2.5 instead of the later 4.3+ versions

I did that and now that appears 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,5,0/flixel/animation/FlxAnimation.hx:239: characters 35-51 : flixel.animation.FlxAnimationController has no field getFrameDuration source/PlayState.hx:78: characters 8-22 : Type not found : vlc.MP4Handler C:/HaxeToolkit/haxe/lib/flixel-addons/3,2,1/flixel/addons/effects/chainable/FlxEffectSprite.hx:137: characters 49-58 : flixel.animation.FlxAnimationController has no field numFrames source/flixel/system/FlxSound.hx:597: characters 16-24 : flash.media.SoundChannel has no field source source/flixel/system/FlxSound.hx:601: characters 19-27 : flash.media.SoundChannel has no field source source/FreeplayState.hx:314: characters 25-31 : flixel.system.FlxSound should be flixel.sound.FlxSound source/FreeplayState.hx:314: characters 25-31 : ... For function argument 'basic' source/PlayState.hx:1129: 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 'basic' source/PlayState.hx:1559: characters 23-29 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1559: characters 23-29 : ... For function argument 'basic' source/PlayState.hx:1566: characters 23-60 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1566: characters 23-60 : ... For function argument 'basic' source/LastBreathPauseSubState.hx:41: characters 23-33 : flixel.system.FlxSound should be flixel.sound.FlxSound source/LastBreathPauseSubState.hx:41: characters 23-33 : ... For function argument 'basic' 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:1363: characters 24-30 : flixel.system.FlxSound should be flixel.sound.FlxSound source/editors/ChartingState.hx:1363: characters 24-30 : ... For function argument 'basic' source/editors/ChartingState.hx:2197: characters 4-42 : flixel.sound.FlxSound should be flixel.system.FlxSound C:/HaxeToolkit/haxe/lib/flixel/5,5,0/flixel/ui/FlxButton.hx:259: characters 55-64 : flixel.animation.FlxAnimationController has no field numFrames source/TitleState.hx:659: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:661: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:665: characters 7-55 : flixel.sound.FlxSound should be flixel.system.FlxSound

haxelib upgrade

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,5,0/flixel/animation/FlxAnimation.hx:239: characters 35-51 : flixel.animation.FlxAnimationController has no field getFrameDuration source/PlayState.hx:78: characters 8-22 : Type not found : vlc.MP4Handler C:/HaxeToolkit/haxe/lib/flixel-addons/3,2,1/flixel/addons/effects/chainable/FlxEffectSprite.hx:137: characters 49-58 : flixel.animation.FlxAnimationController has no field numFrames source/flixel/system/FlxSound.hx:597: characters 16-24 : flash.media.SoundChannel has no field source source/flixel/system/FlxSound.hx:601: characters 19-27 : flash.media.SoundChannel has no field source source/FreeplayState.hx:314: characters 25-31 : flixel.system.FlxSound should be flixel.sound.FlxSound source/FreeplayState.hx:314: characters 25-31 : ... For function argument 'basic' source/PlayState.hx:1129: 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 'basic' source/PlayState.hx:1559: characters 23-29 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1559: characters 23-29 : ... For function argument 'basic' source/PlayState.hx:1566: characters 23-60 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1566: characters 23-60 : ... For function argument 'basic' source/LastBreathPauseSubState.hx:41: characters 23-33 : flixel.system.FlxSound should be flixel.sound.FlxSound source/LastBreathPauseSubState.hx:41: characters 23-33 : ... For function argument 'basic' 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:1363: characters 24-30 : flixel.system.FlxSound should be flixel.sound.FlxSound source/editors/ChartingState.hx:1363: characters 24-30 : ... For function argument 'basic' source/editors/ChartingState.hx:2197: characters 4-42 : flixel.sound.FlxSound should be flixel.system.FlxSound C:/HaxeToolkit/haxe/lib/flixel/5,5,0/flixel/ui/FlxButton.hx:259: characters 55-64 : flixel.animation.FlxAnimationController has no field numFrames source/TitleState.hx:659: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:661: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:665: characters 7-55 : flixel.sound.FlxSound should be flixel.system.FlxSound

Vortex2Oblivion commented 8 months ago

Delete source/flixel/system and source/flixel/sound