mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #1042] wont open the exe #747
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#747
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 @OusmBlueNinja on GitHub (Dec 25, 2021).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1042
it loads then nothong happens no window no error and i have all my antiviruses off
@edcdecl commented on GitHub (Dec 26, 2021):
Are you referring to the server or the generated client?
If you're talking about the client, the client isn't supposed to show a GUI when run. It runs in the background.
If you're talking about the server, I would wait for someone like BurntDog or MaxXor, or one of the contributors.
@OusmBlueNinja commented on GitHub (Dec 26, 2021):
the one that is used to make the server (not the one thats a rat the build
tool)
On Sat, Dec 25, 2021 at 7:24 PM Erick Ortiz @.***>
wrote:
@edcdecl commented on GitHub (Dec 31, 2021):
If you're trying to compile this yourself, then you need to download Visual Studio with the C# programming language. Download the Quasar repository, and open the Quasar.sln file. Then click on Build > Build Solution or press Ctrl + Shift + B.
@SmurkOC commented on GitHub (Jan 2, 2022):
wait for them where? and what is the server? how do i use it or create it?
@BurntDog commented on GitHub (Jan 2, 2022):
After you compile the project you will be using the "Server.exe" to build/Setup your "Client.exe". You run the Client.exe on the pc you want to control and run the Server.exe to accept connection from Client.exe and have remote control.
@MaxXor commented on GitHub (Jan 2, 2022):
This is a bug tracker, for actual software bugs. Please refer to the guide for setup instructions: https://github.com/quasar/Quasar/wiki/Getting-Started