Splash Screen Demo fails 64 bit

The UAdvSmoothsplashScreenDemo runs fine when compiled as 32 bit.
Under 64 bit the 

 AdvSmoothSplashScreen.Picture.LoadFromFile 
procedure causes the Delphi Rio user interface to lock up and require a restart.

Is this happening at design-time?
What exact steps to reproduce?

Hello,

The error is most likely due to the resource 'tms_logo.png',
which is in the same folder as the dproj file.
But the Output Directory is probably set to a subfolder with Win64 when compiling for 64-bit.
If this is the problem you can change the output directory to '.' or copy the image file to the subfolder with the executable. This problem with the demo will be fixed in the next update.