vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

weird errors saying file does not exist #45

Closed Ccode-lang closed 2 years ago

Ccode-lang commented 2 years ago

Snip20210901_1

Ccode-lang commented 2 years ago

this occurs for many commands

streaksu commented 2 years ago

Please could you show a more concrete example? The error you explain is not shown in the screenshot attached.

Ccode-lang commented 2 years ago

It will (sometimes) do this when executing any command.

Ccode-lang commented 2 years ago

It says that a string of random characters can not be found.

JalonSolov commented 2 years ago

How does that equate to a file not found? It just says "extra operand".

streaksu commented 2 years ago

@Ccode-lang if you mean the graphical glitch when printing, my theory is that the cause is that specific set of quotations is not supported by the terminal, causing the 'sh' to turn into (glitch)sh(glitch). This bug will be looked into further.

Regarded the file not found errors, I am afraid that without a reproducible example, or any leads, we cannot really do much.

I will mark invalid and close as the main issue referenced here, which is the file not found errors, cannot be really worked on with this information.

Ccode-lang commented 2 years ago

it does it when running operations on files also.

Ccode-lang commented 2 years ago

Happened with mv once. (The whole thing might just be a fluke with m1)

Ccode-lang commented 2 years ago

I was never able to find any more info other than this sorry.