-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Compiling error "source/backend/ui/PsychUIInputText.hx:224: characters 3-9 : Expected }" #16096
Comments
Send code |
So it gives the error messages "source/backend/ui/PsychUIInputText.hx:224: characters 3-9 : Expected }" C:\HaxeToolkit\haxe\std/sys/thread/Thread.hx:26: characters 8-52 : This class is not available on this target Here's the file copy 'n pasted: package backend.ui; import flixel.FlxObject; enum abstract AccentCode(Int) from Int from UInt to Int to UInt enum abstract FilterMode(Int) from Int from UInt to Int to UInt enum abstract CaseMode(Int) from Int from UInt to Int to UInt class PsychUIInputText extends FlxSpriteGroup
} |
Okay, what is your build? |
Describe your problem here.
I updated pretty much everything and followed all instructions in the terminal and the other guides here, now when compiling it sais: "source/backend/ui/PsychUIInputText.hx:224: characters 3-9 : Expected }"
What can I do to fix this?
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
The text was updated successfully, but these errors were encountered: