About Store Forum Documentation Contact



Post Reply 
[Solved] Can't load shader "Behind"
Author Message
rstralberg Offline
Member

Post: #1
[Solved] Can't load shader "Behind"
All was working just great with Windows 64 as target.
Then I tested a compilation with Android as target.
When switched back to Windows target I now get the
error message "Can't load shader 'Behind'" when I run
the program. Clean and Rebuild all have been tested.

I have tested to resinstall Esenthel but that doesn't help
(This post was last modified: 01-16-2017 09:56 PM by rstralberg.)
01-16-2017 08:58 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Can't load shader "Behind"
I think this is something related to the engine Pak not being loaded.
Can you run debugging and verify that in InitPre EE_init the engine Pak is being loaded?
01-16-2017 09:50 PM
Find all posts by this user Quote this message in a reply
rstralberg Offline
Member

Post: #3
RE: Can't load shader "Behind"
Thanks. Your answer gave me a hint.
Of some reason I had checked the "Embed Engine Data" in the Project settings ...
Can't remember I did that.. However Unchecking that solved the problem
(This post was last modified: 01-16-2017 09:57 PM by rstralberg.)
01-16-2017 09:56 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: [Solved] Can't load shader "Behind"
I was just about to post this.
Embed engine data will embed the engine.pak but only 2D shaders, without support for 3D (and "Behind" shader is 3D).

You can read more about "embed engine data" when hovering the mouse cursor over that option.
01-16-2017 09:58 PM
Find all posts by this user Quote this message in a reply
rstralberg Offline
Member

Post: #5
RE: [Solved] Can't load shader "Behind"
Yes. Thank's
01-16-2017 10:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply