Re: [MBS] Warning about crash in JSONMBS class for invalid JSON

2022-11-10 Thread Christian Schmitz
> Am 10.11.2022 um 12:04 schrieb Kevin Gale : > > Hi Christian > > I assume we just need to replace the plugins with a newer date if we already > have 22.5? > Yes. Just download again. Best regards, Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/

Re: [MBS] Warning about crash in JSONMBS class for invalid JSON

2022-11-10 Thread Kevin Gale
Hi Christian I assume we just need to replace the plugins with a newer date if we already have 22.5? > On 10 Nov 2022, at 07:05, Christian Schmitz > wrote: > > Hello, > > A new version of 22.5 is uploaded with the date of today and the bug should > be fixed. > > This only affects people u

Re: [MBS] Warning about crash in JSONMBS class for invalid JSON

2022-11-09 Thread Christian Schmitz
Hello, A new version of 22.5 is uploaded with the date of today and the bug should be fixed. This only affects people using JSONMBS class, FMAPI classes or WebView2 control as far as I see. Enjoy the plugins! Best regards, Christian -- Read our blog about news on our plugins: http://www.mb

[MBS] Warning about crash in JSONMBS class for invalid JSON

2022-11-09 Thread Christian Schmitz
Hello, In an attempt to fix a JSON problem for one customer, it looks like I caused a problem in the error handling in the JSON parsing. If the JSON to parse is invalid, it will crash the application. e.g. Dim j as new JSONMBS("[1]") This works, but the following crashes: Dim j as new JSONMB