HtheChemist / BitBurnerCentralManager

A prototype thread manager for BitBurner
MIT License
26 stars 12 forks source link

Couldn't start script on server #14

Closed flightdragonz closed 2 years ago

flightdragonz commented 2 years ago

threadError Hi, I get this error after running the script for a while..

HtheChemist commented 2 years ago

what is the output of run /Orchestrator/Console.js threadsUse?

flightdragonz commented 2 years ago

Sorry, just updated the scripts and reset my game(installed some augment) , the issue was as of yesterday's commit, not sure if it's still happening in the current commit, ill keep you updated if it occurs again

flightdragonz commented 2 years ago

image image

Probably a minor bug with the script trying to start another thread on a server with maxed usage?

HtheChemist commented 2 years ago

Thanks, its is hard to say. I will need to eventually add more significant error message...

HtheChemist commented 2 years ago

I think that this is due to pre-existing server not having the right scripts on them, after an update for example. I have added in Boot.js a small loop to copy the right file to the existing server.

HtheChemist commented 2 years ago

New update should solve this.