DuskieWhy / NightmareVision

53 stars 18 forks source link

Compiling error #5

Open TradutorHills opened 2 months ago

TradutorHills commented 2 months ago

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".

PetscopF commented 2 weeks ago
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 commented 2 weeks ago

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 commented 2 weeks ago

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 commented 2 weeks ago

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

moxie-coder commented 2 weeks ago

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 commented 2 weeks ago

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 commented 2 weeks ago

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

PixelJinx commented 2 weeks ago

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

moxie-coder commented 2 weeks ago

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

yeah

PixelJinx commented 2 weeks ago

ok that seems to have worked so far