mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 07:15:59 +03:00
[GH-ISSUE #1116] Can't Run With MONO on Linux #814
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#814
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 @xMunduSCodEx on GitHub (Jan 13, 2023).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1116
I can't make the Server works on Linux, tried with Kali Linux and Arch Linux, both with full wine and mono installed.
Always crash on the startup (Certificate Wizard) when I push on "CREATE" it freeze for a while then crash
@xMunduSCodEx commented on GitHub (Jan 13, 2023):
On arch linux running with wine I get followin .NET Framework Unhandlede Exception:
@edcdecl commented on GitHub (Jan 13, 2023):
it literally says that the platform isn't implemented
@xMunduSCodEx commented on GitHub (Jan 14, 2023):
@edcdecl commented on GitHub (Jan 14, 2023):
that doesn't help at all. just don't use quasar on linux
@xMunduSCodEx commented on GitHub (Jan 14, 2023):
I'm sharing just for information as I tried on 4 different Linux Distro and no one is working, anyway tha'ts fine I will not use on Linux if ever a fix will show up I'll reconsider to use it . thanks to everybody :-)
@edcdecl commented on GitHub (Jan 14, 2023):
i haven't actually read the source code to quasar but i think .NET can tell if you're using linux, which is why it throws PlatformNotSupportedException or whatever.
also i apologize if i come off as aggressive i don't mean to be.
@xMunduSCodEx commented on GitHub (Jan 14, 2023):
Hi Erick, no absolutely I haven't felt any aggresive from you :-)) I appreciate for your time sharing your thoughts if I come up with a solution I'll share it here
@BurntDog commented on GitHub (Jan 14, 2023):
Never design for Linux and wine is very limited. Plenty of good open source Linux out there.
@MaxXor commented on GitHub (Feb 11, 2023):
I'm not sure about this one, Quasar server used to work on Mono before, the client never did. In the screenshot you posted it seems like BouncyCastle has a problem generating the certificate on Mono.
@MaxXor commented on GitHub (Feb 11, 2023):
I think this might be the reason:
github.com/quasar/Quasar@16a4702d0e/Quasar.Common/Helpers/PlatformHelper.cs (L24-L31)If you remove these lines and compile it, does it work @xMunduSCodEx ?