mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #256] Startup Manger Shows NOTHING #121
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)

@MaxXor commented on GitHub (Jun 2, 2015):
Maybe the PCs don't have any startup entries?
@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"
@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.
@DragonzMaster commented on GitHub (Jun 2, 2015):
no even if the client run under admin privil. the same problem happens
@MaxXor commented on GitHub (Jun 2, 2015):
ok, I'll see if i can fix this later today. :)
@DragonzMaster commented on GitHub (Jun 2, 2015):
Ok, Thanks in advance. 😄
@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 :(
@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.
@DragonzMaster commented on GitHub (Jun 3, 2015):
Did you test it with your PC or a client (not on your LAN ) ? @yankejustin
@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
@MaxXor commented on GitHub (Jun 3, 2015):
@yankejustin your count variable fucked it up a bit... :(
@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.@DragonzMaster commented on GitHub (Jun 3, 2015):
Please, @MaxXor Can you reopen this issue as I still have this problem.
@yankejustin commented on GitHub (Jun 3, 2015):
Oh, wow. I apologize.
@DragonzMaster commented on GitHub (Jun 3, 2015):
@MaxXor
Using Commit 618
@MaxXor commented on GitHub (Jun 3, 2015):
Thanks, okay try now the latest commit. It should fix this issue.
@DragonzMaster commented on GitHub (Jun 3, 2015):
Oh finally it is working good, Thank you very much @MaxXor
Well Done 👍 💯
@MaxXor commented on GitHub (Jun 3, 2015):
No problem!!