[GH-ISSUE #256] Startup Manger Shows NOTHING #121

Closed
opened 2026-02-27 15:48:55 +03:00 by kerem · 18 comments
Owner

Originally created by @DragonzMaster on GitHub (Jun 2, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/256

I tried to get startup entries but the form opens and shows nothing
I tried with more than one client but still shows nothing
I tried on my PC using "localhost", it worked
anyone else face this problem ??


EDIT : even after using latest commit (616)
xr3

Originally created by @DragonzMaster on GitHub (Jun 2, 2015). Original GitHub issue: https://github.com/quasar/Quasar/issues/256 I tried to get startup entries but the form opens and shows nothing I tried with more than one client but still shows nothing I tried on my PC using "localhost", it worked anyone else face this problem ?? --- EDIT : even after using latest commit (616) ![xr3](https://cloud.githubusercontent.com/assets/12255107/7957679/97ab4034-09e9-11e5-9005-439d36e816aa.png)
kerem 2026-02-27 15:48:55 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MaxXor commented on GitHub (Jun 2, 2015):

Maybe the PCs don't have any startup entries?

<!-- gh-comment-id:107825785 --> @MaxXor commented on GitHub (Jun 2, 2015): Maybe the PCs don't have any startup entries?
Author
Owner

@DragonzMaster commented on GitHub (Jun 2, 2015):

No, I am sure that there are startup entries
I forgot to mention that the status of client [server side] is "Startup information failed"

<!-- gh-comment-id:107827297 --> @DragonzMaster commented on GitHub (Jun 2, 2015): No, I am sure that there are startup entries I forgot to mention that the status of client [server side] is "Startup information failed"
Author
Owner

@MaxXor commented on GitHub (Jun 2, 2015):

I see the mistake, the users are probably running the client under normal privileges, not admin right?
This try-catch block https://github.com/MaxXor/xRAT/blob/master/Client/Core/Commands/SystemHandler.cs#L56 is a bit too big.

<!-- gh-comment-id:107827629 --> @MaxXor commented on GitHub (Jun 2, 2015): I see the mistake, the users are probably running the client under normal privileges, not admin right? This try-catch block https://github.com/MaxXor/xRAT/blob/master/Client/Core/Commands/SystemHandler.cs#L56 is a bit too big.
Author
Owner

@DragonzMaster commented on GitHub (Jun 2, 2015):

no even if the client run under admin privil. the same problem happens

xrat2

<!-- gh-comment-id:107829533 --> @DragonzMaster commented on GitHub (Jun 2, 2015): no even if the client run under admin privil. the same problem happens ![xrat2](https://cloud.githubusercontent.com/assets/12255107/7929942/e1b65f1a-0903-11e5-87ee-ee18a5c17a66.png)
Author
Owner

@MaxXor commented on GitHub (Jun 2, 2015):

ok, I'll see if i can fix this later today. :)

<!-- gh-comment-id:107830534 --> @MaxXor commented on GitHub (Jun 2, 2015): ok, I'll see if i can fix this later today. :)
Author
Owner

@DragonzMaster commented on GitHub (Jun 2, 2015):

Ok, Thanks in advance. 😄

<!-- gh-comment-id:107830786 --> @DragonzMaster commented on GitHub (Jun 2, 2015): Ok, Thanks in advance. :smile:
Author
Owner

@DragonzMaster commented on GitHub (Jun 3, 2015):

@MaxXor Please, Are you sure that it is working now ??
as it seems that it doesn't work even after using latest commit (615)
EDIT : It is not working on any PC except mine :(

<!-- gh-comment-id:108151096 --> @DragonzMaster commented on GitHub (Jun 3, 2015): @MaxXor Please, Are you sure that it is working now ?? as it seems that it doesn't work even after using latest commit (615) EDIT : It is not working on any PC except mine :(
Author
Owner

@yankejustin commented on GitHub (Jun 3, 2015):

I have tested this and it is working fine for me now. Perhaps this has something to do with you using Windows 8.

<!-- gh-comment-id:108162479 --> @yankejustin commented on GitHub (Jun 3, 2015): I have tested this and it is working fine for me now. Perhaps this has something to do with you using Windows 8.
Author
Owner

@DragonzMaster commented on GitHub (Jun 3, 2015):

Did you test it with your PC or a client (not on your LAN ) ? @yankejustin

<!-- gh-comment-id:108163020 --> @DragonzMaster commented on GitHub (Jun 3, 2015): Did you test it with your PC or a client (not on your LAN ) ? @yankejustin
Author
Owner

@DragonzMaster commented on GitHub (Jun 3, 2015):

This problem is FIXED but the main problem still occurs

@MaxXor , the only one who i can get startup entries from
a small bug appears, as you see the file located in startup folder but is shown under HKLM/RUN
the client's system is 32bit

xr2

<!-- gh-comment-id:108173186 --> @DragonzMaster commented on GitHub (Jun 3, 2015): ## This problem is FIXED but the main problem still occurs @MaxXor , the only one who i can get startup entries from a small bug appears, as you see the file located in startup folder but is shown under HKLM/RUN the client's system is 32bit ![xr2](https://cloud.githubusercontent.com/assets/12255107/7951952/718ea250-09ae-11e5-96a6-21875a89eef9.png)
Author
Owner

@MaxXor commented on GitHub (Jun 3, 2015):

@yankejustin your count variable fucked it up a bit... :(

<!-- gh-comment-id:108200820 --> @MaxXor commented on GitHub (Jun 3, 2015): @yankejustin your count variable fucked it up a bit... :(
Author
Owner

@MaxXor commented on GitHub (Jun 3, 2015):

You forgot that there was an IF (github.com/MaxXor/xRAT@dc5bef821e (diff-102b515604)) so it wasn't couting right on 32bit systems.

<!-- gh-comment-id:108201843 --> @MaxXor commented on GitHub (Jun 3, 2015): You forgot that there was an IF (https://github.com/MaxXor/xRAT/commit/dc5bef821ee3bb8786bac25cb836a8b846f31ee5#diff-102b515604a387697dd3c8a5c16b8227L106) so it wasn't couting right on 32bit systems.
Author
Owner

@DragonzMaster commented on GitHub (Jun 3, 2015):

Please, @MaxXor Can you reopen this issue as I still have this problem.

<!-- gh-comment-id:108247103 --> @DragonzMaster commented on GitHub (Jun 3, 2015): Please, @MaxXor Can you reopen this issue as I still have this problem.
Author
Owner

@yankejustin commented on GitHub (Jun 3, 2015):

Oh, wow. I apologize.

<!-- gh-comment-id:108290537 --> @yankejustin commented on GitHub (Jun 3, 2015): Oh, wow. I apologize.
Author
Owner

@DragonzMaster commented on GitHub (Jun 3, 2015):

@MaxXor
Using Commit 618

x4

<!-- gh-comment-id:108389786 --> @DragonzMaster commented on GitHub (Jun 3, 2015): @MaxXor Using Commit 618 ![x4](https://cloud.githubusercontent.com/assets/12255107/7960404/aa4933ba-0a00-11e5-9386-d65b2f0dbefc.png)
Author
Owner

@MaxXor commented on GitHub (Jun 3, 2015):

Thanks, okay try now the latest commit. It should fix this issue.

<!-- gh-comment-id:108404685 --> @MaxXor commented on GitHub (Jun 3, 2015): Thanks, okay try now the latest commit. It should fix this issue.
Author
Owner

@DragonzMaster commented on GitHub (Jun 3, 2015):

Oh finally it is working good, Thank you very much @MaxXor
Well Done 👍 💯

<!-- gh-comment-id:108420767 --> @DragonzMaster commented on GitHub (Jun 3, 2015): Oh finally it is working good, Thank you very much @MaxXor Well Done :+1: :100:
Author
Owner

@MaxXor commented on GitHub (Jun 3, 2015):

No problem!!

<!-- gh-comment-id:108421064 --> @MaxXor commented on GitHub (Jun 3, 2015): No problem!!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#121
No description provided.