You are not logged in.
At the end of the mORMotUILogin.pas unit, comment the corresponding line:
..
initialization
//Gdip.RegisterPictures; // will initialize the Gdip library if necessary
Application.OnException := TLoginForm.HandleApplicationException;
...
BTW, the TJpegImage implemented in our SynGDIPLus library is much faster than Vcl.Imaging.jpeg.
Offline