SirDerpity
New Member
So, each time I run the sinusbot shortcut, the command prompt opens up normally, but fails to create an instance, prompting me with this (Code below). Before anyone recommends running as administrator, I have already done that each time I've started the program.
I am running on a Windows 10, 64 bit computer with an amd CPU.
With this being said, I am unable to have a bot connect to any server, hence rendering this program completely useless until a fix can be found.
My config file looks like this if this will help at all.
Thanks in advance.
I am running on a Windows 10, 64 bit computer with an amd CPU.
Code:
2016/07/25 17:06:46 cb87d37c INFO Initializing bot://cb87d37c-fb9a-4718-8d99-da13a72c2881
2016/07/25 17:06:47 cb87d37c 173dd245 DEBUG Spawning instance shortly due to missing configuration file
2016/07/25 17:06:47 cb87d37c 173dd245 INFO Loaded
2016/07/25 17:06:47 cb87d37c c411d2f5 DEBUG Spawning instance shortly due to missing configuration file
2016/07/25 17:06:47 cb87d37c c411d2f5 INFO Loaded
2016/07/25 17:06:47 FFmpeg/avcodec v3673444; license: LGPL version 2.1 or later; 493 codecs
2016/07/25 17:06:47 FFmpeg/avformat v3673958; license: LGPL version 2.1 or later; 138 formats
2016/07/25 17:06:47 cb87d37c 173dd245 INFO Starting instance ts3server://127.0.0.1?port=9987&nickname=TS3SB-Demobot&password=&channel=&channelpassword=
2016/07/25 17:06:47 cb87d37c c411d2f5 INFO Starting instance ts3server://167.114.57.219?port=9987&nickname=Ray%27s%20bot&password=&channel=&channelpassword=
2016/07/25 17:06:47 cb87d37c 173dd245 ERROR Error spawning instancefork/exec D:\TeamSpeak\Sinusbot\TeamSpeak 3 Client\ts3client_win64.exe: The requested operation requires elevation.
2016/07/25 17:06:47 cb87d37c 173dd245 INFO TSClient quit.
2016/07/25 17:06:47 cb87d37c c411d2f5 ERROR Error spawning instancefork/exec D:\TeamSpeak\Sinusbot\TeamSpeak 3 Client\ts3client_win64.exe: The requested operation requires elevation.
2016/07/25 17:06:47 cb87d37c c411d2f5 INFO TSClient quit.
2016/07/25 17:06:47 RadioStation data loaded
2016/07/25 17:06:48 Imported radio stations
2016/07/25 17:06:53 cb87d37c 173dd245 WARN Could not request shutdown
2016/07/25 17:06:53 cb87d37c c411d2f5 WARN Could not request shutdown
2016/07/25 17:07:17 cb87d37c 173dd245 DEBUG Storing configuration.
2016/07/25 17:07:17 cb87d37c c411d2f5 DEBUG Storing configuration.
With this being said, I am unable to have a bot connect to any server, hence rendering this program completely useless until a fix can be found.
My config file looks like this if this will help at all.
Code:
TS3Path = "D:\\TeamSpeak\\Sinusbot\\TeamSpeak 3 Client\\ts3client_win64.exe"
ListenHost = "0.0.0.0"
DataDir = ""
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
LogLevel = 10
EnableProfiler = false
YoutubeDLPath = ""
EnableDebugConsole = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
MTU = 1500
SampleInterval = 100
StartVNC = false
EnableMulticastMetadata = false
EnableWebStream = false
LogFile = ""
LicenseKey = "cXyH4qyHTfqqu6Rzk9lFIr1ksnWzihBowxhECcSqrwc="
EnableAloneMode = false
[StreamRewrites]
Thanks in advance.