What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Autoupdate and Autostart Issue

Tormiasz

Community Developer
Joined
Jun 16, 2014
Messages
701
Reaction score
5
Hello.

--autostart and --autoupdate commands are not working together if there was an update. The bot is propably restarted without the command line arguments being sent causing new instance to not autostart.
 
make sure to have autostart as the last parameters, sometimes it fuck things up
 
Please fix this. Happens to me again after the newest patch.
 
update manually the bot... it takes 15 seconds. Or dev a c# app that will dig through a zip file. Kappa
Yes it's workaround, but not solution. I'm creating my own launcher to handle things, want to do minimum things by hand. If there are tools to use, why not to use them and have life easier? I see issues, I report and hope for them being fixed.
 
Hello.

--autostart and --autoupdate commands are not working together if there was an update. The bot is propably restarted without the command line arguments being sent causing new instance to not autostart.

That's correct. The global buddy updater doesn't have a feature for argument passthrough to my knowledge, so when it launches the updated app, it's without args.
 
Back
Top