Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Error while compiling 7.3 #15122

Closed
AOYKA opened this issue Jul 18, 2024 · 3 comments
Closed

Error while compiling 7.3 #15122

AOYKA opened this issue Jul 18, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@AOYKA
Copy link

AOYKA commented Jul 18, 2024

Describe your problem here.

everytime i try to compile, this happens:

source/psychlua/CallbackHandler.hx:55: characters 18-33 : Class<llua.Lua_helper> has no field sendErrorsToLua
export/release/windows/haxe/ApplicationMain.hx:153: characters 5-36 : ... Called from macro here

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows x64

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

I took out the "Call" in "TeaCall"

@AOYKA AOYKA added the help wanted Extra attention is needed label Jul 18, 2024
@StormzYT
Copy link

I have the same problem, but with this message:
source/psychlua/HScript.hx:317: characters 89-96 : Type not found : TeaCall

@AOYKA
Copy link
Author

AOYKA commented Jul 18, 2024

I have the same problem, but with this message: source/psychlua/HScript.hx:317: characters 89-96 : Type not found : TeaCall

take out all the "call" by selecting one of these "teacall", right click and click on "change all ocurrences", then rewrite just "Tea"

@StormzYT
Copy link

I did that but this now popped up:
source/psychlua/CallbackHandler.hx:55: characters 18-33 : Class<llua.Lua_helper> has no field sendErrorsToLua
export/release/windows/haxe/ApplicationMain.hx:153: characters 5-36 : ... Called from macro here
source/psychlua/CallbackHandler.hx:55: characters 41-46 : Class<llua.LuaL> has no field error
export/release/windows/haxe/ApplicationMain.hx:153: characters 5-36 : ... Called from macro here
C:/Users/Marqus/Desktop/haxe/lib/flxanimate/3,0,4/flxanimate/frames/FlxAnimateFrames.hx:142: characters 21-27 : Field concat should be declared with 'override' since it is inherited from superclass flixel.graphics.frames.FlxAtlasFrames
C:/Users/Marqus/Desktop/haxe/lib/flxanimate/3,0,4/flxanimate/frames/FlxAnimateFrames.hx:142: characters 21-27 : Field concat overrides parent class with different or incomplete type
C:/Users/Marqus/Desktop/haxe/lib/flixel/5,8,0/flixel/graphics/frames/FlxAtlasFrames.hx:472: characters 18-24 : ... Base field is defined here
C:/Users/Marqus/Desktop/haxe/lib/flxanimate/3,0,4/flxanimate/frames/FlxAnimateFrames.hx:142: characters 21-27 : ... Different number of function arguments
source/backend/Paths.hx:605: characters 7-18 : flxanimate.FlxAnimate has no field loadAtlasEx (Suggestion: loadAtlas)
source/objects/Character.hx:304: characters 87-101 : flxanimate.animate.FlxAnim has no field lastPlayedAnim
source/objects/Character.hx:335: characters 20-26 : flxanimate.animate.FlxAnim has no field resume
source/psychlua/FunkinLua.hx:280: lines 280-283 : Int should be Bool
source/psychlua/FunkinLua.hx:280: lines 280-283 : ... For function argument 'f'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants