Closed RagTMS closed 2 years ago
On windows, the folder should be written in this way:
"Folder": "D://Raghu//Minecraft Extra//Servers//SMP"
If after this change the problem is still there, it might be solved by lauching msh like this:
cd "D:/Raghu/Minecraft Extra/Servers/SMP"
./msh.exe
Tell me if this solves your problem, if not we can dig a bit further down to solve it.
If you like this project you can support it by starring it or joining the discord channel
Hi, I changed the config to "Folder": "D://Raghu//Minecraft Extra//Servers//SMP"
but it still says the same message
and when I try to do the
cd "D:/Raghu/Minecraft Extra/Servers/SMP"
./msh.exe
it says this
D:\Raghu\Minecraft Extra\Servers\SMP\minecraft-server-hibernation>./msh.exe
'.' is not recognized as an internal or external command, operable program or batch file.
Can you send a link to your discord channel so I can join it please,
Thank you
it says this
D:\Raghu\Minecraft Extra\Servers\SMP\minecraft-server-hibernation>./msh.exe '.' is not recognized as an internal or external command, operable program or batch file.
ok maybe try
cd "D:/Raghu/Minecraft Extra/Servers/SMP"
msh.exe
if it doesnt work: i think i fixed this in 8d85e478e7949599f507330c0db47a9d724f6e27 here is the compiled binary of this commit
I feel like I'm doing something silly but I can't get the server to work
This is what the exe says
and here is my config
I put {} around the Folder and FileName and switched the / to \ but it says the same thing. The server is fabric 1.18.2.
Thank you