Emulator Issues #1693
closedFailed to create vertex shader
0%
Description
I get no video - sometimes a limited amount of visual corruption, but not
actual intentional video. Happens with both dual-core and single-core
modes, Ubuntu 32-bit Karmic. Subversion revision 4608.
25:06:060 E[Video]: //Vertex Shader: comp:8000,
typedef struct { float4 T0, T1, T2; float4 N0, N1, N2; } s_cpnmtx;
typedef struct { float4 t; } FLT4;
typedef struct { FLT4 T[24]; } s_ctexmtx;
typedef struct { FLT4 T[64]; } s_ctrmtx;
typedef struct { FLT4 T[32]; } s_cnmtx;
typedef struct { FLT4 T[64]; } s_cpostmtx;
typedef struct { float4 col; float4 cosatt; float4 distatt; float4 pos;
float4 dir; } Light;
typedef struct { Light lights[8]; } s_clights;
typedef struct { float4 C0,C1,C2,C3; } s_cmtrl;
typedef struct { float4 T0
25:06:060 E[Video]: failed to create vertex shader
Updated by BhaaL over 14 years ago
Is this still the case with current revisions? Quite a few tweaks and fixes have been dedicated to Shaders around r53xx and r54xx.
Updated by durin42 over 14 years ago
This seems to not be an issue now, between this and the patch attached to 2508 I seem to be back to having video.