-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Can't Run With MONO on Linux #1116
Comments
On arch linux running with wine I get followin .NET Framework Unhandlede Exception:
|
it literally says that the platform isn't implemented |
that doesn't help at all. just don't use quasar on linux |
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 :-) |
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. |
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 |
Never design for Linux and wine is very limited. Plenty of good open source Linux out there. |
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. |
I think this might be the reason: Quasar/Quasar.Common/Helpers/PlatformHelper.cs Lines 24 to 31 in 16a4702
If you remove these lines and compile it, does it work @xMunduSCodEx ? |
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
The text was updated successfully, but these errors were encountered: