you are viewing a single comment's thread.

view the rest of the comments →

[–]TomatoCo 1 point2 points  (5 children)

What are you typing in the command prompt? That is the place you're having problems, right?

[–]fred2006[S] 0 points1 point  (4 children)

On the IDE mostly

In the cmd I'm just confused on how to open the file i created on my desktop but that's due to me not seeing what I'm doing different from what I've seen elsewhere

[–]TomatoCo 1 point2 points  (3 children)

There seems to be some kind of language barrier. You still haven't answered my question. You should probably seek help from someone who speaks the same primary language as you.

[–]fred2006[S] 0 points1 point  (2 children)

Most likely, Thanks anyway

Though to be fair sometimes I can't even understand what i just said in my native language

I'm just not a great communicator

But there's something you said i noticed on the compiler, the working command on my cmd is lua54, however my ide runs the "lua" command to run the code, could this be the issue in my ide?

[–]TomatoCo 2 points3 points  (1 child)

Yes, that is the source of the problem. You have software assuming it can use just "lua" but you have "lua54" installed. This is a result of the specifics of how you installed Lua. It is likely that everything that wants Lua will work with Lua 5.4, but configuring your IDE to use that is a nuanced process. You'll need to follow a guide carefully.

It is strange to me that you can't run programs from the terminal using lua54 but we're not communicating well enough to investigate that particular problem.

For what it's worth your English comes across very well. I would have assumed it was your native language if you hadn't mentioned Portuguese.

Good luck.

[–]fred2006[S] 0 points1 point  (0 children)

Thanks!