Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Graphics card issue, maybe?
xkitsuna Offline
Junior Member

Posts: 6
Threads: 2
Joined: Jul 2011
Reputation: 0
#1
Solved: 8 Years, 1 Month, 4 Weeks ago Graphics card issue, maybe?

Hello, forum.

I'm having an EXCEPTION_ACCESS_VIOLATION error upon trying to run Amnesia. I did some looking around and I'm starting to become aware that the graphics card for this laptop probably cant support the game at all, but my friend--who I'm trying to help set Amnesia for--insists that she ran her computer specs through the website Can You Run It, and her computer past the minimum requirements amazingly.

Downloaded the game through Steam, in case that info is necessary.

Here are her computer specs:



OS Name Microsoft Windows XP Professional
Version 5.1.2600 Service Pack 2 Build 2600
OS Manufacturer Microsoft Corporation
System Name VALUED-C259449F
System Manufacturer Sony Corporation
System Model VGN-FE790P
System Type X86-based PC
Processor x86 Family 6 Model 15 Stepping 6 GenuineIntel ~1662 Mhz
Processor x86 Family 6 Model 15 Stepping 6 GenuineIntel ~1662 Mhz
BIOS Version/Date Phoenix Technologies LTD R0170J3, 8/17/2006
SMBIOS Version 2.40
Windows Directory C:\WINDOWS
System Directory C:\WINDOWS\system32
Boot Device \Device\HarddiskVolume2
Locale United States
Hardware Abstraction Layer Version = "5.1.2600.2705 (xpsp.050622-1524)"
User Name VALUED-C259449F\Leena
Time Zone Central Daylight Time
Total Physical Memory 1,024.00 MB
Available Physical Memory 220.86 MB
Total Virtual Memory 2.00 GB
Available Virtual Memory 1.96 GB
Page File Space 2.40 GB
Page File C:\pagefile.sys

Is this a problem we can fix, or are we basically screwed? :c
(This post was last modified: 10-02-2011, 08:39 PM by xkitsuna.)
10-02-2011, 08:39 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
Solved: 8 Years, 1 Month, 4 Weeks ago RE: Graphics card issue, maybe?

Can You Run It? isn't an entirely reliable source for finding out if your system can run a game. Also, you didn't post what graphics card and graphics card driver version the laptop has.

Tutorials: From Noob to Pro
10-02-2011, 08:51 PM
Website Find
xkitsuna Offline
Junior Member

Posts: 6
Threads: 2
Joined: Jul 2011
Reputation: 0
#3
Solved: 8 Years, 1 Month, 4 Weeks ago RE: Graphics card issue, maybe?


Oh, I didn't? Whoops, thought I did. Here:

Nvidia GeForce Go 7400 version 8.4.7.3

Does that help?

10-02-2011, 09:01 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
Solved: 8 Years, 1 Month, 4 Weeks ago RE: Graphics card issue, maybe?

(10-02-2011, 09:01 PM)xkitsuna Wrote: Oh, I didn't? Whoops, thought I did. Here:

Nvidia GeForce Go 7400 version 8.4.7.3

Does that help?

Did the game generate an hpl.log at My Documents\Amnesia\Main? If so, does it show any errors, like failing to compile GLSL shaders or not supporting const arrays in GLSL?

Tutorials: From Noob to Pro
10-02-2011, 09:22 PM
Website Find
xkitsuna Offline
Junior Member

Posts: 6
Threads: 2
Joined: Jul 2011
Reputation: 0
#5
Solved: 8 Years, 1 Month, 4 Weeks ago RE: Graphics card issue, maybe?

Yeah, it does. Exactly those types of errors. Should I copy and paste the hpl document?
10-02-2011, 09:31 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#6
Solved: 8 Years, 1 Month, 4 Weeks ago RE: Graphics card issue, maybe?

(10-02-2011, 09:31 PM)xkitsuna Wrote: Yeah, it does. Exactly those types of errors. Should I copy and paste the hpl document?

Yeah, that would help, though this is sounding like your graphics card drivers are out of date.

Tutorials: From Noob to Pro
10-02-2011, 09:49 PM
Website Find
xkitsuna Offline
Junior Member

Posts: 6
Threads: 2
Joined: Jul 2011
Reputation: 0
#7
Solved: 8 Years, 1 Month, 4 Weeks ago RE: Graphics card issue, maybe?

Version 1.20
-------- THE HPL ENGINE LOG ------------
Engine build ID 20101021192547

Creating Engine Modules
--------------------------------------------------------
Creating graphics module
Creating system module
Creating resource module
Creating input module
Creating sound module
Creating physics module
Creating ai module
Creating gui module
Creating generate module
Creating haptic module
Creating scene module
--------------------------------------------------------

Initializing Resources Module
--------------------------------------------------------
Creating loader handlers
Creating resource managers
Adding loaders to handlers
--------------------------------------------------------

Initializing Graphics Module
--------------------------------------------------------
Init lowlevel graphics: 1024x768 bpp:32 fs:1 ms:0 gpufmt:2 cap:'Amnesia - The Dark Descent - Loading...' pos:(-1x-1)
Setting video mode: 1024 x 768 - 32 bpp
Init Glew...OK
Setting up OpenGL
Vendor: NVIDIA Corporation
Renderer: GeForce Go 7400/PCI/SSE2
Version: 2.0.1
Max texture image units: 16
Max texture coord units: 8
Max user clip planes: 6
Two sided stencil: 1
Vertex Buffer Object: 1
Anisotropic filtering: 1
Max Anisotropic degree: 16
Multisampling: 1
Texture compression: 1
Texture compression S3TC: 1
Auto generate MipMaps: 1
Render to texture: 1
Max draw buffers: 4
Max color render targets: 4
Packed depth-stencil: 1
Texture float: 1
GLSL Version: 1.10 NVIDIA via Cg 1.3 compiler
ShaderModel 2: 1
ShaderModel 3: 1
ShaderModel 4: 0
OGL ATIFragmentShader: 0
ATTENTION: System does not support const arrays in glsl!
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] //////////////////////
[0049] // Normals
[0050]
[0051]
[0052] //////////////////////
[0053] // Normalmapping
[0054]
[0055]
[0056] //////////////////////
[0057] // Parallax
[0058]
[0059]
[0060] //////////////////////
[0061] // Deferring (G-Buffer)
[0062]
[0063]
[0064]
[0065]
[0066] //////////////////////
[0067] // Deferring (Lights)
[0068]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Could not load material 'Deferred' shader 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] //////////////////////
[0049] // Normals
[0050]
[0051]
[0052] //////////////////////
[0053] // Normalmapping
[0054]
[0055]
[0056] //////////////////////
[0057] // Parallax
[0058]
[0059]
[0060] //////////////////////
[0061] // Deferring (G-Buffer)
[0062]
[0063]
[0064]
[0065]
[0066] //////////////////////
[0067] // Deferring (Lights)
[0068]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Could not load material 'WireFrame' shader 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] //////////////////////
[0049] // Normals
[0050]
[0051]
[0052] //////////////////////
[0053] // Normalmapping
[0054]
[0055]
[0056] //////////////////////
[0057] // Parallax
[0058]
[0059]
[0060] //////////////////////
[0061] // Deferring (G-Buffer)
[0062]
[0063]
[0064]
[0065]
[0066] //////////////////////
[0067] // Deferring (Lights)
[0068]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Could not load material 'Simple' shader 'deferred_base_vtx.glsl'
Setting up G-Bugger: type: 0 texturenum: 3
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] gl_TexCoord[0] = gl_MultiTexCoord0;
[0049]
[0050]
[0051]
[0052]
[0053] //////////////////////
[0054] // Normals
[0055]
[0056]
[0057] //////////////////////
[0058] // Normalmapping
[0059]
[0060]
[0061] //////////////////////
[0062] // Parallax
[0063]
[0064]
[0065] //////////////////////
[0066] // Deferring (G-Buffer)
[0067]
[0068]
[0069]
[0070]
[0071] //////////////////////
[0072] // Deferring (Lights)
[0073]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_gbuffer_skybox_frag.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred G-Buffer Solid - Fragment Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007] #extension GL_ARB_draw_buffers : enable
[0008]
[0009]
[0010] ////////////////////
[0011] //Textures
[0012] uniform samplerCube aDiffuseMap;
[0013]
[0014]
[0015] //------------------------------------
[0016]
[0017] ///////////////////////////////
[0018] // Main program
[0019] void main()
[0020] {
[0021] gl_FragData[0].xyz = textureCube(aDiffuseMap, gl_TexCoord[0].xyz).xyz;
[0022] gl_FragData[1].xyz = vec3(1);
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120
(8) : warning C7508: extension GL_ARB_draw_buffers not supported

---------------------
ERROR: Couldn't create program 'deferred_gbuffer_skybox_frag.glsl'
ERROR: Failed to link GLSL program DeferredSkyBox
-------------

-------------
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] //////////////////////
[0049] // Normals
[0050]
[0051]
[0052] //////////////////////
[0053] // Normalmapping
[0054]
[0055]
[0056] //////////////////////
[0057] // Parallax
[0058]
[0059]
[0060] //////////////////////
[0061] // Deferring (G-Buffer)
[0062]
[0063]
[0064]
[0065]
[0066] //////////////////////
[0067] // Deferring (Lights)
[0068]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Could not load material 'Deferred' shader 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] //////////////////////
[0049] // Normals
[0050]
[0051]
[0052] //////////////////////
[0053] // Normalmapping
[0054]
[0055]
[0056] //////////////////////
[0057] // Parallax
[0058]
[0059]
[0060] //////////////////////
[0061] // Deferring (G-Buffer)
[0062]
[0063]
[0064]
[0065]
[0066] //////////////////////
[0067] // Deferring (Lights)
[0068]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Could not load material 'Deferred' shader 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] //////////////////////
[0049] // Normals
[0050]
[0051]
[0052] //////////////////////
[0053] // Normalmapping
[0054]
[0055]
[0056] //////////////////////
[0057] // Parallax
[0058]
[0059]
[0060] //////////////////////
[0061] // Deferring (G-Buffer)
[0062]
[0063]
[0064]
[0065]
[0066] //////////////////////
[0067] // Deferring (Lights)
[0068]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Could not load material 'Deferred' shader 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017] varying float gfLinearDepth;
[0018]
[0019] uniform float afInvFarPlane;
[0020] //64 bit G-Buffer
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033]
[0034] //---------------------------------------------
[0035]
[0036] ///////////////////////////////
[0037] // Main program
[0038] void main()
[0039] {
[0040] //////////////////////
[0041] // Position
[0042] gl_Position = ftransform();
[0043]
[0044]
[0045] //////////////////////
[0046] // Color
[0047]
[0048]
[0049] //////////////////////
[0050] // Uv
[0051]
[0052]
[0053] gl_TexCoord[0] = gl_MultiTexCoord0;
[0054]
[0055]
[0056]
[0057]
[0058] //////////////////////
[0059] // Normals
[0060]
[0061]
[0062] //////////////////////
[0063] // Normalmapping
[0064]
[0065]
[0066] //////////////////////
[0067] // Parallax
[0068]
[0069]
[0070] //////////////////////
[0071] // Deferring (G-Buffer)
[0072]
[0073] gfLinearDepth = -(gl_ModelViewMatrix * gl_Vertex).z * afInvFarPlane; //Do not use near plane! Doing like this will make the calcs simpler in the light shader.
[0074]
[0075]
[0076]
[0077]
[0078] //////////////////////
[0079] // Deferring (Lights)
[0080]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_ssao_blur_vtx.glsl'!
Shader code:
-------------------
[0001] #version 120
[0002]
[0003] void main()
[0004] {
[0005] gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
[0006] gl_TexCoord[0] = gl_MultiTexCoord0;
[0007] gl_TexCoord[1] = gl_MultiTexCoord1;
---------------------
Compile log:
---------------------
(1) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_ssao_blur_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_ssao_blur_vtx.glsl'!
Shader code:
-------------------
[0001] #version 120
[0002]
[0003] void main()
[0004] {
[0005] gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
[0006] gl_TexCoord[0] = gl_MultiTexCoord0;
[0007] gl_TexCoord[1] = gl_MultiTexCoord1;
---------------------
Compile log:
---------------------
(1) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_ssao_blur_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_ssao_render_vtx.glsl'!
Shader code:
-------------------
[0001] #version 120
[0002]
[0003] void main()
[0004] {
[0005] gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
[0006] gl_TexCoord[0] = gl_MultiTexCoord0;
---------------------
Compile log:
---------------------
(1) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_ssao_render_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] gl_TexCoord[0] = gl_MultiTexCoord0;
[0049]
[0050]
[0051]
[0052]
[0053] //////////////////////
[0054] // Normals
[0055]
[0056]
[0057] //////////////////////
[0058] // Normalmapping
[0059]
[0060]
[0061] //////////////////////
[0062] // Parallax
[0063]
[0064]
[0065] //////////////////////
[0066] // Deferring (G-Buffer)
[0067]
[0068]
[0069]
[0070]
[0071] //////////////////////
[0072] // Deferring (Lights)
[0073]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011] varying vec3 gvNormal;
[0012]
[0013]
[0014]
[0015]
[0016] varying vec4 gvColor;
[0017]
[0018]
[0019] //32 bit G-Buffer
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031]
[0032]
[0033] //---------------------------------------------
[0034]
[0035] ///////////////////////////////
[0036] // Main program
[0037] void main()
[0038] {
[0039] //////////////////////
[0040] // Position
[0041] gl_Position = ftransform();
[0042]
[0043]
[0044] //////////////////////
[0045] // Color
[0046]
[0047] gvColor = gl_Color;
[0048]
[0049]
[0050] //////////////////////
[0051] // Uv
[0052]
[0053]
[0054] gl_TexCoord[0] = gl_MultiTexCoord0;
[0055]
[0056]
[0057]
[0058]
[0059] //////////////////////
[0060] // Normals
[0061]
[0062] gvNormal = normalize(gl_NormalMatrix * gl_Normal);
[0063]
[0064]
[0065] //////////////////////
[0066] // Normalmapping
[0067]
[0068]
[0069] //////////////////////
[0070] // Parallax
[0071]
[0072]
[0073] //////////////////////
[0074] // Deferring (G-Buffer)
[0075]
[0076]
[0077]
[0078]
[0079] //////////////////////
[0080] // Deferring (Lights)
[0081]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
Adding engine materials
Initializing DevIL
Vendor String: Abysmal Software
Version String: Developer's Image Library (DevIL) 1.6.8pre Aug 12 2006
Version Number: 168
Adding engine post effects
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/posteffect_bloom_blur_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // PostEffect Bloom Blur - Vertex Shader
[0003] //
[0004] // Blur effect for the bloom post effect
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] void main()
[0009] {
[0010] gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
[0011] gl_TexCoord[0] = gl_MultiTexCoord0;
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'posteffect_bloom_blur_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/posteffect_bloom_blur_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // PostEffect Bloom Blur - Vertex Shader
[0003] //
[0004] // Blur effect for the bloom post effect
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] void main()
[0009] {
[0010] gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
[0011] gl_TexCoord[0] = gl_MultiTexCoord0;
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'posteffect_bloom_blur_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] gl_TexCoord[0] = gl_MultiTexCoord0;
[0049]
[0050]
[0051] gl_TexCoord[1] = gl_MultiTexCoord1;
[0052]
[0053]
[0054]
[0055] //////////////////////
[0056] // Normals
[0057]
[0058]
[0059] //////////////////////
[0060] // Normalmapping
[0061]
[0062]
[0063] //////////////////////
[0064] // Parallax
[0065]
[0066]
[0067] //////////////////////
[0068] // Deferring (G-Buffer)
[0069]
[0070]
[0071]
[0072]
[0073] //////////////////////
[0074] // Deferring (Lights)
[0075]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] gl_TexCoord[0] = gl_MultiTexCoord0;
[0049]
[0050]
[0051]
[0052]
[0053] //////////////////////
[0054] // Normals
[0055]
[0056]
[0057] //////////////////////
[0058] // Normalmapping
[0059]
[0060]
[0061] //////////////////////
[0062] // Parallax
[0063]
[0064]
[0065] //////////////////////
[0066] // Deferring (G-Buffer)
[0067]
[0068]
[0069]
[0070]
[0071] //////////////////////
[0072] // Deferring (Lights)
[0073]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] gl_TexCoord[0] = gl_MultiTexCoord0;
[0049]
[0050]
[0051]
[0052]
[0053] //////////////////////
[0054] // Normals
[0055]
[0056]
[0057] //////////////////////
[0058] // Normalmapping
[0059]
[0060]
[0061] //////////////////////
[0062] // Parallax
[0063]
[0064]
[0065] //////////////////////
[0066] // Deferring (G-Buffer)
[0067]
[0068]
[0069]
[0070]
[0071] //////////////////////
[0072] // Deferring (Lights)
[0073]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] gl_TexCoord[0] = gl_MultiTexCoord0;
[0049]
[0050]
[0051]
[0052]
[0053] //////////////////////
[0054] // Normals
[0055]
[0056]
[0057] //////////////////////
[0058] // Normalmapping
[0059]
[0060]
[0061] //////////////////////
[0062] // Parallax
[0063]
[0064]
[0065] //////////////////////
[0066] // Deferring (G-Buffer)
[0067]
[0068]
[0069]
[0070]
[0071] //////////////////////
[0072] // Deferring (Lights)
[0073]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011]
[0012]
[0013]
[0014]
[0015] //32 bit G-Buffer
[0016]
[0017]
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029] //---------------------------------------------
[0030]
[0031] ///////////////////////////////
[0032] // Main program
[0033] void main()
[0034] {
[0035] //////////////////////
[0036] // Position
[0037] gl_Position = ftransform();
[0038]
[0039]
[0040] //////////////////////
[0041] // Color
[0042]
[0043]
[0044] //////////////////////
[0045] // Uv
[0046]
[0047]
[0048] //////////////////////
[0049] // Normals
[0050]
[0051]
[0052] //////////////////////
[0053] // Normalmapping
[0054]
[0055]
[0056] //////////////////////
[0057] // Parallax
[0058]
[0059]
[0060] //////////////////////
[0061] // Deferring (G-Buffer)
[0062]
[0063]
[0064]
[0065]
[0066] //////////////////////
[0067] // Deferring (Lights)
[0068]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
ERROR: Couldn't create program 'deferred_base_vtx.glsl'
--------------------------------------------------------

Initializing Sound Module
--------------------------------------------------------
Initializing OpenAL
Available OpenAL devices:
0. Generic Software on SigmaTel Audio(OpenAL default)
Trying to open device 'Generic Software on SigmaTel Audio'... Success!
Number of mono sources: 32
Streaming setup: 4 Buffers x 262144 bytes each
--------------------------------------------------------

Initializing Game Module
--------------------------------------------------------
Adding engine updates
Initializing script functions
--------------------------------------------------------

User Initialization
--------------------------------------------------------
ERROR: Failed to compile GLSL shader 'c:/program files/steam/steamapps/common/amnesia the dark descent/core/shaders/deferred_base_vtx.glsl'!
Shader code:
-------------------
[0001] ////////////////////////////////////////////////////////
[0002] // Deferred Base - Vertex Shader
[0003] //
[0004] //
[0005] ////////////////////////////////////////////////////////
[0006] #version 120
[0007]
[0008] //---------------------------------------------
[0009]
[0010]
[0011] varying vec3 gvNormal;
[0012]
[0013]
[0014]
[0015]
[0016]
[0017] //32 bit G-Buffer
[0018]
[0019]
[0020]
[0021]
[0022]
[0023]
[0024]
[0025]
[0026]
[0027]
[0028]
[0029]
[0030]
[0031] //---------------------------------------------
[0032]
[0033] ///////////////////////////////
[0034] // Main program
[0035] void main()
[0036] {
[0037] //////////////////////
[0038] // Position
[0039] gl_Position = ftransform();
[0040]
[0041]
[0042] //////////////////////
[0043] // Color
[0044]
[0045]
[0046] //////////////////////
[0047] // Uv
[0048]
[0049]
[0050] gl_TexCoord[0] = gl_MultiTexCoord0;
[0051]
[0052]
[0053]
[0054]
[0055] //////////////////////
[0056] // Normals
[0057]
[0058] gvNormal = normalize(gl_NormalMatrix * gl_Normal);
[0059]
[0060]
[0061] //////////////////////
[0062] // Normalmapping
[0063]
[0064]
[0065] //////////////////////
[0066] // Parallax
[0067]
[0068]
[0069] //////////////////////
[0070] // Deferring (G-Buffer)
[0071]
[0072]
[0073]
[0074]
[0075] //////////////////////
[0076] // Deferring (Lights)
[0077]
---------------------
Compile log:
---------------------
(6) : error C0201: unsupported version 120

---------------------
(This post was last modified: 10-02-2011, 11:30 PM by Tanshaydar.)
10-02-2011, 10:21 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#8
Solved: 8 Years, 1 Month, 4 Weeks ago RE: Graphics card issue, maybe?

Mind putting that within code bbcode?

Also, try downloading and installing the latest driver for the system: http://www.nvidia.com/object/geforce_not..._beta.html

Tutorials: From Noob to Pro
10-02-2011, 11:22 PM
Website Find
plutomaniac Offline
Super Moderator

Posts: 6,368
Threads: 45
Joined: May 2011
Reputation: 183
#9
Solved: 8 Years, 1 Month, 4 Weeks ago RE: Graphics card issue, maybe?

Your graphics card is below system requirements to run the game.

(You have OpenGL 2.0.1 when 2.1 is needed at least)
10-03-2011, 03:58 PM
Find




Users browsing this thread: 1 Guest(s)