luckydog7 / Funkin-android

friday night funkin on android
Other
212 stars 118 forks source link

Compiling Error #1953

Open TBar09 opened 9 months ago

TBar09 commented 9 months ago

I tried compiling and I ended up getting this error:

"source/NGio.hx:15: characters 1-68 : io.newgrounds.objects.events.Result has no field or subtype GetCurrentVersionResult source/NGio.hx:169: characters 25-39 : () -> Void should be Null<io.newgrounds.objects.events.Outcome -> Void> source/NGio.hx:169: characters 25-39 : ... For optional function argument 'callback' source/NGio.hx:172: characters 30-45 : () -> Void should be Null<io.newgrounds.objects.events.Outcome -> Void> source/NGio.hx:172: characters 30-45 : ... For optional function argument 'callback' source/NGio.hx:155: characters 24-33 : () -> Void should be Null<io.newgrounds.LoginOutcome -> Void> source/NGio.hx:155: characters 24-33 : ... For optional function argument 'callback' C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodScriptClass.hx:366: characters 69-73 : polymod.hscript._internal.ErrorEx has no field line C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodScriptClass.hx:60: characters 52-56 : polymod.hscript._internal.ErrorEx has no field line C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodScriptClass.hx:63: characters 87-91 : polymod.hscript._internal.ErrorEx has no field line C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:73: characters 14-43 : polymod.hscript._internal.ErrorEx should be hscript.Error C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:73: characters 14-43 : ... For function argument 'e' C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:450: characters 13-38 : polymod.hscript._internal.ErrorEx should be hscript.Error C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:450: characters 13-38 : ... For function argument 'e' C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:105: characters 13-40 : polymod.hscript._internal.ErrorEx should be hscript.Error C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:105: characters 13-40 : ... For function argument 'e' C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:483: characters 13-38 : polymod.hscript._internal.ErrorEx should be hscript.Error C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:483: characters 13-38 : ... For function argument 'e' source/ControlEditorState.hx:169: characters 25-36 : Type not found : OptionsMenu source/NGio.hx:53: characters 5-19 : io.newgrounds.Call has no field addDataHandler (Suggestion: addStatusHandler) source/NGio.hx:64: characters 13-25 : Type not found : APIStuff source/NGio.hx:102: characters 65-78 : error: io.newgrounds.LoginOutcome should be io.newgrounds.objects.Error source/NGio.hx:102: characters 65-78 : ... have: (io.newgrounds.objects.Error) -> ... source/NGio.hx:102: characters 65-78 : ... want: (io.newgrounds.LoginOutcome) -> ... source/NGio.hx:102: characters 65-78 : ... For optional function argument 'callback' source/NGio.hx:106: characters 26-41 : Type not found : APIStuff"