mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #20] Corrupted File Message #12
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#12
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 @yankejustin on GitHub (Mar 17, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/20
Issue where, when the client closes unexpectedly - often either shutting down the machine or closing via the server's command - the client cannot open the issue due to a Windows message popping up that states that there are 4 corrupted files in "C:\UsersMyUserName\Documents". Screenshot will be posted soon.
@MaxXor commented on GitHub (Mar 17, 2015):
Can you tell me which options you have used while building your client?
This window with the corrupted files comes from the Admin elevation trick.
@yankejustin commented on GitHub (Mar 17, 2015):
Options used to build client:
IP/Hostname: My IP
Port:4782
Password: 1234
Reconnect Delay: 5000 ms
Mutex: SjIIz4NsyJLQyHUBhUkGOwN88PRjFvHS
Install Client: FALSE
Enable Admin Elevation: TRUE
Change Icon: FALSE
However, even when I close the open client and rebuild everything, and even if I do NOT have "Enable Admin Elevation" checked when I build a new client and run it, the message will persist.
How should I find the corrupted files?
@MaxXor commented on GitHub (Mar 17, 2015):
Delete all stuff from the old client first (be sure to kill the process), then rebuild it with Admin Elevation set to
false. Please read this: https://github.com/MaxXor/xRAT#compiling@yankejustin commented on GitHub (Mar 17, 2015):
I dug a bit deeper and realized that I had forgotten to delete a few hanging files. I will see if it works very soon. I will test if it works as it did yesterday on my main machine and I will report the results as soon as I can.
@yankejustin commented on GitHub (Mar 17, 2015):
As for now, the client is no longer causing Windows to bark at me about corrupted files. :)
@MaxXor commented on GitHub (Mar 17, 2015):
Alright, good to know it's working for you!