Boobchicken 0 Posted November 5, 2021 I am unable to start a bot with the right account. How do I choose which account is used? Account manager on dreambot seems pretty scuffed atm. Exposed my mule to a worker IP and a worker to another worker's IP. I tried many things but whatever I do it takes the first account in the account list to log in. I have tried the following: - Add new accounts automatically - Re-add accounts - Re-add proxies - Select account before hitting the 'x' button when closing that interface - Loggin in on a fresh start with the new account after removing it from the account manager while having "add accounts automatically" enabled and some other stuff I forgot. So far it seems to be impossible to choose which account to use to login PS Since I cannot use quickstart to specify which account to use since I am a new member transitioning from another client this is really a turn off. I currently feel like I have made the mistake of translating my codebase to dreambot so far. Testing whether dreambot is the client I want to transition to is really getting frustrating because the client has some issues; client shuts down randomly without leaving an error message in the logs (which I think has to do which intellij rewriting the class files to the scripts folder while the client simultaneously is reading those files), account manager seems unusable, there is no built in webwalk system and there is no chat place where I can ask about stuff like this and discuss stuff (yes I know discord has banned your server but please come with an alternative...)
Hosfad 155 Posted November 5, 2021 Hey there @Boobchicken , in the script manager on the bottom there is a ComboBox that allows you to choose which account you want to launch the script on . You can join the DreamBot EDU discord server : https://discord.gg/wvZaH3W. Its where alot of the Scripters/Mods and Devs hangout all the time , Any question you might have someone in the discord will know the answer for it . We used to have a live chat on the forums but due to security issues it is temporally disabled 7 hours ago, Boobchicken said: client shuts down randomly without leaving an error message in the logs Any more context on this ?
Boobchicken 0 Author Posted November 5, 2021 @Hosfad This was really helpful. Thank you! I was in a grumpy state when I posted this thread. I overlooked the account option in the script manager since I exclusively used the restart button since I only use one aio script. Happy to see that there is indeed a discord server! The client shutdown issue has become a lot more rare since I changed the artifact settings in intellij to copy a fully built jar instead of building to the existing jar in the scripts folder, making the chance that dreambot will be reading an incomplete scripts file more rare. It's still very frustrating when it happens though.
Hosfad 155 Posted November 5, 2021 12 minutes ago, Boobchicken said: The client shutdown issue has become a lot more rare since I changed the artifact settings in intellij to copy a fully built jar instead of building to the existing jar in the scripts folder, making the chance that dreambot will be reading an incomplete scripts file more rare. It's still very frustrating when it happens though. You might wanna contact one of the devs , im not sure what could cause it , sometimes intellij inserts a System.exit inside the catch body , so maybe that's what causing the client shutdowns for you .
Boobchicken 0 Author Posted November 7, 2021 On 11/5/2021 at 4:16 PM, Hosfad said: You might wanna contact one of the devs , im not sure what could cause it , sometimes intellij inserts a System.exit inside the catch body , so maybe that's what causing the client shutdowns for you . I am very certain it has to do with class loading from a (being written to) corrupt jar file. It's a lot less common since I am careful not to reload scripts while exporting from intellij. Also I am careful when my script is loading a new node (aka loading a class)
Hosfad 155 Posted November 7, 2021 4 hours ago, Boobchicken said: I am very certain it has to do with class loading from a (being written to) corrupt jar file. It's a lot less common since I am careful not to reload scripts while exporting from intellij. Also I am careful when my script is loading a new node (aka loading a class) Well i can assure you that that is not the case , i have local scripts running and after deleting the jar from the scripts folder (Linux allows you to delete files beeing used) the script continues to work just fine
Boobchicken 0 Author Posted November 7, 2021 6 hours ago, Hosfad said: Well i can assure you that that is not the case , i have local scripts running and after deleting the jar from the scripts folder (Linux allows you to delete files beeing used) the script continues to work just fine The problem I am having is on windows. Linux indeed never has issues like this. HAIL LINUX The issue is also that short after starting scripts I tend to rebuild the project and the script may not have loaded all classes (cause I debug like a moron). The classes are loaded on demand and I work with a lot of nodes and inheritance and bla bla bla I just took the dust out of my linux computer and it's all running perfectly fine on there. Likewise, when I dont rebuild in intellij the scripts dont crash. Therefore I am religiously convinced that it does indeed have to do with script loading.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.