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

Compiling error #5

Open
TradutorHills opened this issue Jul 13, 2024 · 10 comments
Open

Compiling error #5

TradutorHills opened this issue Jul 13, 2024 · 10 comments
Labels
bug Something isn't working

Comments

@TradutorHills
Copy link

Describe your bug here.

Every time i try to run lime test windows in the engine's path it gives this error.

Command Prompt/Terminal logs (if existing)

source/meta/data/ExUtils.hx:50: characters 19-21 Expected )

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows

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

Yes, i created a folder named "songs" inside "assets".

@TradutorHills TradutorHills added the bug Something isn't working label Jul 13, 2024
@PetscopF
Copy link

PetscopF commented Sep 8, 2024

source/meta/data/ExUtils.hx:50: characters 19-21 Expected )

The error shows that a beginning parentheses is not closed; you'll have to go to that line (50) in the file (source/meta/data/ExUtils.hx) and close it.

@PixelJinx
Copy link

Hey, I'm getting the same Expected ) error but when I look at it, it doesn't look to be unclosed, is there something I'm missing?
image_2024-09-08_144152464

@moxie-coder
Copy link

Hey, I'm getting the same Expected ) error but when I look at it, it doesn't look to be unclosed, is there something I'm missing? image_2024-09-08_144152464

remove that ; in there

@PixelJinx
Copy link

ok I did that, but I don't think that's related to the problem here

@moxie-coder
Copy link

moxie-coder commented Sep 8, 2024

ok I did that, but I don't think that's related to the problem here

it might be because you can't put ; like that

@PixelJinx
Copy link

PixelJinx commented Sep 8, 2024

i just tested it, removing the ; did nothing for my problem (also yeah, I know it shouldn't have been there in the first place, I was just trying stuff before commenting)

@DuskieWhy
Copy link
Owner

Not sure of what the problem is, it works for me. Make sure your haxe version is 4.3 or above

@PixelJinx
Copy link

PixelJinx commented Sep 8, 2024

how do I make sure that haxe is 4.3+? do I just install haxe 4.3.6?

@moxie-coder
Copy link

how do I make sure that haxe is 4.3+? do I just install haxe 4.3.6?

yeah

@PixelJinx
Copy link

ok that seems to have worked so far

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants