quasar / Quasar

Remote Administration Tool for Windows
MIT License
8.4k stars 2.39k forks source link

Load Balancer window shooting down along with the feature andbackup hosts seem to be bugged #546

Open dogtar opened 7 years ago

dogtar commented 7 years ago

I just love quasar and load balancer, howeever Load Balancer's pop-up window shuts off along with the feature after couple minutes. I set it, minimize, browse 5-10 minutes and then suddenly it stops working, i check the tray, load balancer window dissapeared. Its probably when targeted clients disconnect (but i dont know) i really love this feature if you would fix it would be amazing (because when we use many clients the disconnections would be really often).

Also, when ive added back up host, ive installed stub on 20 clients with other rat. i got 20 connections on quasar now. then ive turned off quasar, launched it back, 0 connections. i wait 10min, zero still, relaunch, still zero, install them again, 20. after closing they dissapeared again for good.

i removed backup host, installed new stub, they stopped dissapearing. to me its not that important (load balancer is) because i use 2 rats as its a simple way to workaround it (didnt find anything to replace load balancer feature tho), anyway hope ive contributed anyhow. greetings

MaxXor commented 7 years ago

Regarding the bug with backup host: Can you check if the clients reconnect when you keep Quasar closed for like 5mins and then start it again? I think it's just the timeout setting. Do both hosts in your list point to the same IP and port?

Thanks, I'll check the other bug.

dogtar commented 7 years ago

I've checked on this again. When I tested unecrypted brand new quasar stub with double host pointing to my IP it was coming back.

Then I crypted it and it stopped. After turning quasar off it wont come back, even after 5min.

However when I use crypted stub (with single host) it comes back. Seems to be crypter related issue but its weird that i can crypt quasar stubs with single host and not with double.

I'm not using that crypter anymore but its name is DeluxeCrypter. greetings and good luck

0xE232FE commented 7 years ago

I am unable to recreate the Error. I am using my own Crypter in C and there is no problem with the Quasar Client. Everytime I kill my Host and restart the Server all Clients will find the way back in nearly 2-3 Minutes.

EnricoVogt commented 7 years ago

@dogtar... as you know quasar is developed in C# ... that means you dont need a skid crypter.... u can easy use C# Reflection to load and run Quasar at runtime ...

dogtar commented 7 years ago

@0xE232FE If my licence won't wore off till tommorow I'll record it. I have other crypters as well but only Deluxe supports 4.0, so I'm reporting bug related (possibly) only to this specified crypter, regardless if it's important or not.

@EnricoVogt I'll surely give this thought some Google, thanks.