LogFile = "" // set path to logfile
Should I set the path to a folder or to a text file?config.ini
Code:LogFile = "" // set path to logfile
LogFile = "C:\\Users\\root\\Desktop\\Team Speak 3 Server + bot\\SinusBot\\Logs.txt"
LogFile = "C:\\Users\\root\\Desktop\\Team Speak 3 Server + bot\\SinusBot"
text file, and just to be sure it's written to, make a blank file yourself.Should I set the path to a folder or to a text file?
I made it like thistext file, and just to be sure it's written to, make a blank file yourself.
LogFile = "C:\\Users\\root\\Desktop\\Team Speak 3 Server + bot\\SinusBot\\Logs.txt"
It could be where you specified the folder, but I don't know exactly the way it's supposed to on Windows. Try referencing a path that doesn't include spaces.and now the bot doesn't start, is there anything wrong with it?