sudoinit6 Posted October 2, 2017 Share Posted October 2, 2017 It's a script I wrote and have been successfully running on one server for quite some time 20+ hours at a time. I set up a linux server and it dies before it even gets started every time. Other scripts run on the new server but this one just craps out immediately with no real reason given in the logs, anyone ever see anything like this? INFO][Bot #1][10/02 01:26:16 AM]: Loaded 4 built-in random solvers! [INFO][Bot #1][10/02 01:26:19 AM]: Started random solver : Auto Login Logging in... [INFO][Bot #1][10/02 01:26:24 AM]: Random solver exited : Auto Login [INFO][Bot #1][10/02 01:26:28 AM]: Started random solver : Welcome Screen Solving Welcome Screen... [INFO][Bot #1][10/02 01:26:29 AM]: Started script : xxxxx [INFO][Bot #1][10/02 01:26:32 AM]: Random solver exited : Welcome Screen [INFO][Bot #1][10/02 01:26:32 AM]: Terminating script xxxxx... [INFO][Bot #1][10/02 01:26:32 AM]: Script xxxxxhas exited! Quote Link to comment Share on other sites More sharing options...
Chris Posted October 2, 2017 Share Posted October 2, 2017 is there code in the onstart that stops the script? Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted October 2, 2017 Author Share Posted October 2, 2017 There is absolutely no code that stops the script. Quote Link to comment Share on other sites More sharing options...
HunterRS Posted October 2, 2017 Share Posted October 2, 2017 Guessing the old server was windows? Check if you are maybe running any windows specific commands. Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted October 2, 2017 Author Share Posted October 2, 2017 26 minutes ago, HunterRS said: Guessing the old server was windows? Check if you are maybe running any windows specific commands. What windows specific commands are possible within the bot? It was my understanding that this isn't how java works. Quote Link to comment Share on other sites More sharing options...
HunterRS Posted October 2, 2017 Share Posted October 2, 2017 4 minutes ago, sudoinit6 said: What windows specific commands are possible within the bot? It was my understanding that this isn't how java works. My java knowledge isn't on a high level, I mainly use python c# and c but I assumed there are some OS specific commands. Very possible I am wrong, would look into it for you but I don't have the time ATM. If you would like me to look at the script and try and figure it out later pm me. Quote Link to comment Share on other sites More sharing options...
scape Posted October 2, 2017 Share Posted October 2, 2017 Are you starting with CLI? Quote Link to comment Share on other sites More sharing options...
Juggles Posted October 2, 2017 Share Posted October 2, 2017 What happens if you start the script when the client is open? Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted October 2, 2017 Author Share Posted October 2, 2017 11 hours ago, scape said: Are you starting with CLI? yes. 11 hours ago, Juggles said: What happens if you start the script when the client is open? not possible, no gui, no monitor, running nointerface I mean on several windows boxes it runs flawlessly. Quote Link to comment Share on other sites More sharing options...