Make Psychtoolbox to exe file with application compiler

I want to make exe file with application complier but I get some errors.

  1. there are some warning sign with the packaging. this is a screenshot of the log

  1. when I ignore the warning sign and start exe file, this error occurs.

‘Failed to initialize OpenGL for Matlab: Add the ‘core’ and ‘wrap’ directories of mogl to the search pathl
Error in = > mymatalbfile.m at line 18’

the line 18 is
[window, windowRect] = PsychImaging(‘OpenWindow’, screenNumber, grey, [], 32, 2);

What should I do next? Please help me.