Nabeel Posted January 23 Report Posted January 23 Hi, I'm the author of an ACARS app, I think I've reported some crash reports I've received before, I can't remember. But either way, I thought I'd also pass these along 🙂 Object reference not set to an instance of an object. Link: https://vmslabs.sentry.io/share/issue/e8b4d98eb51a4260be75f6f88c4fed5c/ The ANSI string passed in could not be converted from the default ANSI code page to Unicode. Link: https://vmslabs.sentry.io/share/issue/cfb0fb1a9a8b40688349e3eaf4436c65 Destination array is not long enough to copy all the items in the collection. Check array index and length. Link: https://vmslabs.sentry.io/share/issue/5fc584aecde84713b504348ee585e65d/ The given key 'WTAP_LNav_Along_Track_Speed' was not present in the dictionary Link: https://vmslabs.sentry.io/share/issue/0589ab4912d740a3a2f573e633299b10/  Let me know if there's anything I can do to help!
Paul Henty Posted January 24 Report Posted January 24 Hi, Reports 1 and 4 look like they could be some threading problems. I've uploaded a beta version to NuGet that is more thread safe for you to try. (In the Nuget package manager, Check the box "Include Pre-release" to see it). Report 2 looks to be a bad string coming from the WAPI DLL. I'm not sure what to do about that. Does it happen often? Is it only with one particular aircraft? Report 3 looks to be thrown from your code: (or whatever library is calling my DLL). Method: void SimConnectClient.VS_OnValuesChanged(object sender, EventArgs e) In: libclient-win (Version:2.0.0.0) Paul
Nabeel Posted Wednesday at 04:47 AM Author Report Posted Wednesday at 04:47 AM Hi Paul,  Sorry for the delay - report 2, I've only seen it once. I will deploy the beta package up today and see if there's any additional reports  Nabeel
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now