error
muggs88 opened this issue · 17 comments
I binded two files. I binded a random file and your recent silent miner. I keep getting the same error. The first file pops up fine, but the second one I keep getting this error.
Windows cannot find'C:\Users\Owner\AppData\Roaming\Windows'. Make sure you typed the name correctly, and then try again.
Thanks.
Ah yeah there might be a bug with the file start command (not being encased in quotes), someone else reported it as well.
Is there anything I can do about it?
If you compile it yourself then maybe, I think the issue is here:
UnamBinder/UnamBinder/Resources/Program.c
Line 63 in 647fca7
It should maybe be
"%s \"%s\""
there.so replace the "%s %s" with "%s "%s""
my bad "%s "%s""
The \ wont come up for some reason. I will give it a go.
Yes that might work. It auto formats the \ away when typing it since it's an escape character.
Ok thanks. I will let you know how it goes.
What do you use to compile?
Visual Studio 2019.
Do you know any compilers that dont take up as much space as visual studios?
Also, to compile it is all I do get the .sln and put it in visual studios then build?
Thanks btw.
Don't really know of any others that work well, but yeah just open the .sln file with Visual Studio and then build it.
Mabye I messed something up but all I get is 2 command prompts that pop up.
can you mabye give it a go if you have time. Im going to keep trying though.
I'm also having this issue. I'll try the fix you gave.
It actually just comes up with a CLI for each program you binded.