Access violation

Hi,

I installed the application on a server, by copying the release files (32 bit) on a directory, and adding the midas.dll.

I can register my iphone (add to start screen for a PWA, allowing notifications).

EDIT: I also get it on my development environment and with a Chrome on Windows as client

In the serverlog I see

Got Request from: /vapidPublicKey
Got request from: /registerSubscription

When I want to "send to all' I get an access violation

Hi,

Assuming you copied the dlls from the distributed libWin32 folder, if you get this on "Send to all" that could mean issues with retrieving the registered notification from the dataset or something related to the SSL part.
You mention you get the same error on your development environment. Does this happen in release mode only? Would it be an option to run this in debug and break on execution to see the stack trace?

(accidentally deleted my previous post)

Hi,

It happens both in DEBUG and RELEASE mode.

It used to work in the past, but now it does not seem to work anywhere (also tried Delphi 13, both in debug and release mode). It seems it has to do somewhere indeed with SSL.

(Running on latest version of Windows 11)

Hi,

Thank you for the additional details. The IOHandler issue is something we already fixed internally and it is awaiting release. In the meantime, we'll provide an incremental source update in a private message.

Thank you Tünde... this solved indeed the issue