-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null reference exception when running WhisperChat(sample app) on Mono Version 5.16 #59
Comments
Hi @marzim Didn't try running Zyan on Linux for a couple of years, sorry. |
Hi @yallie , I have same problem with xamarin android on visual studio 2022 community at this line : System.NullReferenceException here is the stacktrace :
Thanks |
Hi @yallie ,
Tried to run the WhisperChat(sample app) on Linux(Opensuse) box with Mono version 5.16.
Server run just fine but Client crash during MainForm_Show
`Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an object
Server stack trace: at System.Security.Principal.WindowsIdentity.System.Runtime.Serialization.IDeserializationCallback.OnDeserialization (System.Object sender) [0x00000] in <773ec02b42f74a918ccd74911c8063c9>:0
at System.Runtime.Serialization.ObjectManager.RaiseDeserializationEvent () [0x00021] in <773ec02b42f74a918ccd74911c8063c9>:0`
BTW I'm using the latest version.
Any inputs are much appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: