[GH-ISSUE #726] Error while building in release mode #471

Closed
opened 2026-02-27 15:50:31 +03:00 by kerem · 5 comments
Owner

Originally created by @agent47007 on GitHub (Nov 11, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/726

Describe the bug
I initially had issues with package manager while building in debug mode but unistalled and re-installed MouseKeyHook package and updated ILMerge. then i moved on to create a release of Quasar RAT and it showed a successful build in my Visual studio 2017 environment
when i opened the quasar.exe it demanded i create a certificate which i did and then saved the certificate.
when the quasar sceeen came up proceeded to client builder

  1. changed client tag name in basic settings
  2. added my IP address in connection settings
  3. did not change anything in installation setting
  4. changed setting in surveillance settings and clicked on build client
  5. got an error COULD NOT LOCATE "client.bin" file. it should be in the same directory as quasar

i run a windows 10 PC, kindly see screenshot below
quasar-error

Originally created by @agent47007 on GitHub (Nov 11, 2018). Original GitHub issue: https://github.com/quasar/Quasar/issues/726 **Describe the bug** I initially had issues with package manager while building in debug mode but unistalled and re-installed MouseKeyHook package and updated ILMerge. then i moved on to create a release of Quasar RAT and it showed a successful build in my Visual studio 2017 environment when i opened the quasar.exe it demanded i create a certificate which i did and then saved the certificate. when the quasar sceeen came up proceeded to client builder 1. changed client tag name in basic settings 2. added my IP address in connection settings 3. did not change anything in installation setting 4. changed setting in surveillance settings and clicked on build client 5. got an error COULD NOT LOCATE "client.bin" file. it should be in the same directory as quasar i run a windows 10 PC, kindly see screenshot below ![quasar-error](https://user-images.githubusercontent.com/30630122/48313747-f57ea780-e5c0-11e8-917c-b45ff71e7c85.png)
kerem closed this issue 2026-02-27 15:50:31 +03:00
Author
Owner

@MaxXor commented on GitHub (Nov 11, 2018):

Most of the time the AV is deleting the file. Just add an exception to your AV.

<!-- gh-comment-id:437672593 --> @MaxXor commented on GitHub (Nov 11, 2018): Most of the time the AV is deleting the file. Just add an exception to your AV.
Author
Owner

@15w34r0n3D4y commented on GitHub (Nov 11, 2018):

Got same problem, there is no client.bin file, and I add exception to AV. Are you fix it @agent47007?

<!-- gh-comment-id:437683779 --> @15w34r0n3D4y commented on GitHub (Nov 11, 2018): Got same problem, there is no client.bin file, and I add exception to AV. Are you fix it @agent47007?
Author
Owner

@agent47007 commented on GitHub (Nov 11, 2018):

hello,
i added the folder as an exception to comodo antivirus 10.
but i noticed that anytime i build a solution when my anti-virus is on i get a successful build but without the client.bin file
but when i build a solution when i have disabled of my antivirus setting i get the following error below.
i have already tried and tried package restore so many times and play around with package manager for hours and days without any resolve.
i also disabled most of my windows defender settings. can you do a build and send me
thanks
Severity Code Description Project File Line Suppression State
Error The command ""C:\Users\agent47\achike\QuasarRAT\packages\ILMerge.2.14.1208\tools\ILMerge.exe" /out:"C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.all.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\protobuf-net.dll" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Gma.System.MouseKeyHook.dll" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Quasar.Common.dll" /target:WinExe /wildcards /internalize
copy "C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.all.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\client.bin" /Y" exited with code 1. Quasar.Client
Severity Code Description Project File Line Suppression State
Warning CS0169 The field 'Client._typeIndex' is never used Quasar.Client C:\Users\agent47\achike\QuasarRAT\Quasar.Client\Networking\Client.cs 197 Active

<!-- gh-comment-id:437688809 --> @agent47007 commented on GitHub (Nov 11, 2018): hello, i added the folder as an exception to comodo antivirus 10. but i noticed that anytime i build a solution when my anti-virus is on i get a successful build but without the client.bin file but when i build a solution when i have disabled of my antivirus setting i get the following error below. i have already tried and tried package restore so many times and play around with package manager for hours and days without any resolve. i also disabled most of my windows defender settings. can you do a build and send me thanks Severity Code Description Project File Line Suppression State Error The command ""C:\Users\agent47\achike\QuasarRAT\packages\ILMerge.2.14.1208\tools\ILMerge.exe" /out:"C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.all.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\protobuf-net.dll" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Gma.System.MouseKeyHook.dll" "C:\Users\agent47\achike\QuasarRAT\bin\Release\Quasar.Common.dll" /target:WinExe /wildcards /internalize copy "C:\Users\agent47\achike\QuasarRAT\bin\Release\Client.all.exe" "C:\Users\agent47\achike\QuasarRAT\bin\Release\client.bin" /Y" exited with code 1. Quasar.Client Severity Code Description Project File Line Suppression State Warning CS0169 The field 'Client._typeIndex' is never used Quasar.Client C:\Users\agent47\achike\QuasarRAT\Quasar.Client\Networking\Client.cs 197 Active
Author
Owner

@15w34r0n3D4y commented on GitHub (Nov 11, 2018):

Solution for this error: https://github.com/quasar/QuasarRAT/issues/727

<!-- gh-comment-id:437701151 --> @15w34r0n3D4y commented on GitHub (Nov 11, 2018): Solution for this error: https://github.com/quasar/QuasarRAT/issues/727
Author
Owner

@treshchev commented on GitHub (Jan 7, 2024):

I have a similar problem, I can't fix it, can someone help me? I click on settings and this window pops up
qua

<!-- gh-comment-id:1880149576 --> @treshchev commented on GitHub (Jan 7, 2024): I have a similar problem, I can't fix it, can someone help me? I click on settings and this window pops up ![qua](https://github.com/quasar/Quasar/assets/113633658/7fa9b99c-6713-4072-96b5-9f9f545f2aa4)
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#471
No description provided.