We’re testing the UI on difference devices.
App ran fine on others but crashed right after splash screen.
The level is default third person with a bunch of UMG blueprints.
Logs are really long but here should be the error trace back:
LogRHI: Error: Shader compile failed: ERROR: 0:426: 'TEXCOORD10' : location layout not allowed on block
ERROR: 0:427: 'TEXCOORD11' : location layout not allowed on block
ERROR: 0:428: 'TEXCOORD0' : location layout not allowed on block
ERROR: 0:429: 'TEXCOORD7' : location layout not allowed on block
ERROR: 0:430: 'TEXCOORD8' : location layout not allowed on block
ERROR: 0:435: 'v0' : undeclared identifier
ERROR: 0:435: 'xyz' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:435: 'assign' : cannot convert from '3-component vector of float' to 'float'
ERROR: 0:439: 'v3' : undeclared identifier
ERROR: 0:439: 'xyz' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:439: 'in_TEXCOORD10' : undeclared identifier
ERROR: 0:439: 'Data' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:439: 'xyz' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:440: 'v2' : undeclared identifier
ERROR: 0:440: 'xyz' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:443: 'v5' : undeclared identifier
ERROR: 0:443: 'xyzw' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:443: 'in_TEXCOORD11' : undeclared identifier
ERROR: 0:443: 'Data' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:444: 'v4' : undeclared identifier
ERROR: 0:444: 'xyzw' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:447: 'v7' : undeclared identifier
ERROR: 0:447: 'xyz' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:447: 'in_TEXCOORD8' : undeclared identifier
ERROR: 0:447: 'Data' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:447: 'xyz' : field selection requires structure, vector, or matrix on left hand side
ERROR: 0:447: 'assign' : cannot convert from '3-component vector of float' to 'float'
ERROR: 0:448: 'v6' : undeclared identifier