ShadowMario / FNF-PsychEngine

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

how i solve this problem #12529

Closed Antonygamergod closed 1 year ago

Antonygamergod commented 1 year ago

Describe your problem here.

how to solve this

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:/FNF-PsychEngine-main/FNF-PsychEngine-main/.haxelib/flixel/5,3,1/flixel/animation/FlxAnimation.hx:231: characters 35-51 : flixel.animation.FlxAnimationController has no field getFrameDuration C:/FNF-PsychEngine-main/FNF-PsychEngine-main/.haxelib/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:2196: lines 2196-2199 : flixel.sound.FlxSound should be flixel.system.FlxSound source/FunkinLua.hx:2196: lines 2196-2199 : ... 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:584: characters 25-35 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:584: characters 25-35 : ... For function argument 'Object' source/PlayState.hx:2388: characters 23-29 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:2388: characters 23-29 : ... For function argument 'Object' source/PlayState.hx:2389: characters 23-83 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:2389: characters 23-83 : ... For function argument 'Object' source/PlayState.hx:1781: characters 25-37 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1781: characters 25-37 : ... For function argument 'Object' source/PlayState.hx:1828: characters 25-34 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1828: characters 25-34 : ... For function argument 'Object' source/PlayState.hx:1899: characters 25-36 : flixel.system.FlxSound should be flixel.sound.FlxSound source/PlayState.hx:1899: 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:2196: characters 4-42 : flixel.sound.FlxSound should be flixel.system.FlxSound C:/FNF-PsychEngine-main/FNF-PsychEngine-main/.haxelib/flixel/5,3,1/flixel/ui/FlxButton.hx:259: characters 55-64 : flixel.animation.FlxAnimationController has no field numFrames source/TitleState.hx:711: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:713: characters 7-58 : flixel.sound.FlxSound should be flixel.system.FlxSound source/TitleState.hx:717: characters 7-55 : flixel.sound.FlxSound should be **flixel.system.FlxSound

the game dont start and the .exe archivies and .ico archive dont exist in export\release\windows\bin

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.

no,nothing edited

talopakola commented 1 year ago

use flixel 4.11.0 and flixel-addons 2.11.0

Antonygamergod commented 1 year ago

discord_rpc: [git] flixel-addons: [3.1.1] i will alterate flixel-tools: [1.5.1] flixel-ui: [2.5.0] flixel: [5.3.1] i will alterate hscript-ex: [git] hscript: [2.5.0] hxCodec: [2.5.1] hxcpp-debug-server: [1.2.4] hxcpp: [4.3.2] hxjsonast: [1.1.0] lime: [8.0.2] linc_luajit: [git] openfl: [9.2.2] tjson: [1.4.0]

thanks for helping

talopakola commented 1 year ago

You're welcome

Antonygamergod commented 1 year ago

source/Achievements.hx:132: characters 30-54 : Warning : FlxCamera.defaultCameras is deprecated, use FlxG.cameras.setDefaultDrawTarget instead

now i get this error

frantastic24 commented 1 year ago

That's not an error, you can ignore it

Antonygamergod commented 1 year ago

i found the real error

Error: Could not find include file "C:/HaxeToolkit/haxe/lib/hxCodec/2,6,1/vlc/lib/LibVLCBuild.xml"

Antonygamergod commented 1 year ago

bruh i don't install hxCodex

Antonygamergod commented 1 year ago

finaly is working thanks frantastic24 and talopakola you guys helped so much

talopakola commented 1 year ago

finaly is working thanks frantastic24 and talopakola you guys helped so much

you're welcome, don't forget to close this issue pls

Antonygamergod commented 1 year ago

Ok