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
Soma still not starting after driver update
Helm Offline
Junior Member

Posts: 7
Threads: 2
Joined: Sep 2015
Reputation: 0
#1
Solved: 8 Years, 1 Month, 3 Weeks ago Soma still not starting after driver update

Hi,

I posted about this issue in this thread:

https://www.frictionalgames.com/forum/thread-30769.html

It seems that the issue was resolved for a guest and the thread was closed, however my game still will not start.

I uninstalled my graphics drivers, downloaded the latest drivers from AMD and installed them. Unfortunately the game has the same problem as before.

Here is my new hpl.log:

Loading data from cloud storage
--------------------------------------------------------
Files on steam cloud:
No could files found!
Time: 0
--------------------------------------------------------

Version 1.01
-------- THE HPL ENGINE LOG ------------
Creating Engine Modules
--------------------------------------------------------
Creating job manager with 3 threads and 1024 jobs
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
Creating script module
Creating lipsync module
--------------------------------------------------------

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

Initializing Graphics Module
--------------------------------------------------------
Init lowlevel graphics: -1x-1 bpp:32 rr: 60 fs:0 ms:0 driver: 0 cap:'SOMA Loading...' posSad-1x-1)
Available drivers:
(0) - 'windows'
(1) - 'dummy'
Creating window: (-1,-1) 1366 x 768 - 32 bpp flags: 3
Setting display mode: 1366 x 768 - 32 bpp 60 hz
Init Glew...OK
Setting up OpenGL
Vendor: ATI Technologies Inc.
Renderer: ATI Mobility Radeon HD 5470
Version: 4.0.10188 Compatibility Profile Context
Max texture image units: 16
Max texture coord units: 16
Max texture buffer size: 268435456
Max texture array slices: 8192
Max user clip planes: 8
Two sided stencil: 1
Vertex Buffer Object: 1
Anisotropic filtering: 1
Max Anisotropic degree: 16
Multisampling: 1
Texture compression: 1
Texture compression S3TC: 1
Texture compression 3DC: 1
Texture sRGB: 1
Geometry Instancing: 1
Auto generate MipMaps: 1
Render to texture: 1
Max draw buffers: 8
Max color render targets: 8
Packed depth-stencil: 1
Texture float: 1
GLSL Version: 4.00
ShaderModel 2: 1
ShaderModel 3: 1
ShaderModel 4: 1
Max vertex uniforms: 4096
Max fragment uniforms: 1024
OGL ATIFragmentShader: 1
Tesselation: 0
MultiBindTex: 0
ERROR: Failed to compile GLSL shader ''!
Shader code:
-------------------
[0001] #version 330
[0002] #extension GL_ARB_explicit_attrib_location : enable
[0003] #extension GL_ARB_uniform_buffer_object : enable
[0004] #extension GL_ARB_shading_language_420pack: enable
[0005] ////////////////////////////////////////////////////////
[0006] // Deferred Skybox - Fragment Shader
[0007] //
[0008] // samples a cubemap skybox
[0009] ////////////////////////////////////////////////////////
[0010]
[0011]
[0012]
[0013] layout(binding = 0) uniform samplerCube aSkyMap;
[0014]
[0015] in vec4 px_vPosition;
[0016] in vec4 px_vTexCoord0;
[0017] in vec4 px_vColor;
[0018] layout(location = 0) out vec4 out_vColor;
[0019]
[0020] void main()
[0021] {
[0022] vec4 px_vPosition = gl_FragCoord;
[0023] bool px_bFrontFacing = gl_FrontFacing;
[0024] int px_lPrimitiveID = gl_PrimitiveID;
[0025]
[0026]
[0027] vec4 vFinalColor;
[0028]
[0029] ////////////////////
[0030] //Diffuse
[0031] vFinalColor = texture(aSkyMap, px_vTexCoord0.xyz);
[0032]
[0033] //Convert color to linear space if needed
[0034]
[0035] vFinalColor.rgb = pow(vFinalColor.rgb, vec3(2.2));
[0036]
[0037]
[0038]
[0039] // Multiply with 8.0 to increase precision
---------------------
Compile log:
---------------------
Fragment shader failed to compile with the following errors:
WARNING: 0:4: warning(#62) enable/warn/disable extension isn't found, extension 'GL_ARB_shading_language_420pack' is not supported
ERROR: 0:13: error(#279) Invalid layout qualifier 'binding'
ERROR: error(#273) 1 compilation errors. No code generated

Is there any other way to resolve this?
09-25-2015, 09:18 PM
Find
Thomas Offline
Frictional Games

Posts: 2,634
Threads: 184
Joined: Apr 2006
Reputation: 68
#2
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Soma still not starting after driver update

It doesn't seem like your driver has been updated to the latest version. Pretty sure it should read 4.1.something.
09-25-2015, 10:12 PM
Find
Googolplex Offline
Banned

Posts: 2,340
Threads: 246
Joined: Oct 2008
#3
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Soma still not starting after driver update

Install Catalyst 15.8 beta.
09-25-2015, 10:15 PM
Find
Helm Offline
Junior Member

Posts: 7
Threads: 2
Joined: Sep 2015
Reputation: 0
#4
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Soma still not starting after driver update

Quote:It doesn't seem like your driver has been updated to the latest version. Pretty sure it should read 4.1.something.

I had uninstalled my drivers and installed the latest version for my card from the AMD website.

Quote:Install Catalyst 15.8 beta.

I've just tried that, once again uninstalling the old drivers and restarting the computer. Still getting the same problem.
09-26-2015, 12:27 AM
Find
Filizitas Offline
Member

Posts: 219
Threads: 7
Joined: Sep 2015
Reputation: 2
#5
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Soma still not starting after driver update

It clearly says: "GL_ARB_shading_language_420pack"

Thats openGL.

Go and get it Big Grin

Tentacle raping guy is coming for ya Q.Q Watcha gonna do?
09-26-2015, 06:31 PM
Find
Kein Offline
Posting Freak

Posts: 1,444
Threads: 22
Joined: Sep 2010
Reputation: 25
#6
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Soma still not starting after driver update

(09-26-2015, 12:27 AM)Helm Wrote:
Quote:It doesn't seem like your driver has been updated to the latest version. Pretty sure it should read 4.1.something.

I had uninstalled my drivers and installed the latest version for my card from the AMD website.

Quote:Install Catalyst 15.8 beta.

I've just tried that, once again uninstalling the old drivers and restarting the computer. Still getting the same problem.

Hey Helm, get AIDA Extreme BETA from here:
http://www.aida64.com/downloads
download, run and go to Display -> OpenGL.
Find OpenGL Compliancy and tell which versions are 100% supported?

"Avoid Capture"
Bugs/Tricks Gallery:
1 | 2 | 3
09-26-2015, 11:55 PM
Find
Helm Offline
Junior Member

Posts: 7
Threads: 2
Joined: Sep 2015
Reputation: 0
#7
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Soma still not starting after driver update

Quote:It clearly says: "GL_ARB_shading_language_420pack"

Thats openGL.

Go and get it Big Grin

Sorry, I'm not sure what you're trying to say here? To my understanding all I should need is my updated drivers and the game.

Quote:Hey Helm, get AIDA Extreme BETA from here:
http://www.aida64.com/downloads
download, run and go to Display -> OpenGL.
Find OpenGL Compliancy and tell which versions are 100% supported?

Everything up to and including OpenGL 4.0 is ticked. Does this have something do do with the compatability context under Version in the hpl.log file?
09-28-2015, 05:14 PM
Find
Thomas Offline
Frictional Games

Posts: 2,634
Threads: 184
Joined: Apr 2006
Reputation: 68
#8
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Soma still not starting after driver update

Try uninstalling the current drivers, rebooting and then installing them again. Might be some sort of driver corruption.
09-29-2015, 08:18 AM
Find
Helm Offline
Junior Member

Posts: 7
Threads: 2
Joined: Sep 2015
Reputation: 0
#9
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Soma still not starting after driver update

Quote:Try uninstalling the current drivers, rebooting and then installing them again. Might be some sort of driver corruption.

I've done this three times:

-Uninstalled current drivers
-Restarted computer
-Reinstalled new Catalyst drivers
-Restarted computer
-Restarted computer again

This hasn't worked so far.
09-29-2015, 04:25 PM
Find
Googolplex Offline
Banned

Posts: 2,340
Threads: 246
Joined: Oct 2008
#10
Solved: 8 Years, 1 Month, 3 Weeks ago RE: Soma still not starting after driver update

Try catalyst 15.9 beta.
09-29-2015, 05:09 PM
Find




Users browsing this thread: 1 Guest(s)