hello guys in my fps game i used the "mtlView.c" library

and the blure effect (

function main()
{
fps_max = 60;
freeze_mode = 1;
video_set(800,600,32,0);
level_load("contryside.wmb");
wait(5);
shadow_stencil = 4;
shadow_lod = 2;
stencil_blur(1);
fog();
freeze_mode = 0;
pp_set(camera,mtl_blur);
while(1)
{
mtl_blur.skill1 = floatv(mouse_force.x*25+mouse_force.y*25);

wait(1);
}
}

it works fine but when i tried to publish it i get this message that say "no effect compilier"

https://www.dropbox.com/s/pt31hqtyq2fi3yf/Fps.jpg

https://www.dropbox.com/s/b6fr5sxp76mvd87/er.jpg

https://www.dropbox.com/s/h8rf7lybpmxsykl/er2.jpg



help please and thank you in advince