CONNEXION
  • RetourJeux
    • Sorties
    • Hit Parade
    • Les + populaires
    • Les + attendus
    • Soluces
    • Tous les Jeux
    • Gaming
  • RetourActu Gaming
    • News
    • Astuces
    • Tests
    • Previews
    • Toute l'actu gaming
  • RetourBons plans
    • Bons plans
    • Bons plans Smartphone
    • Bons plans Hardware
    • Bons plans Image et Son
    • Bons plans Amazon
    • Bons plans Cdiscount
    • Bons plans Decathlon
    • Bons plans Fnac
    • Tous les Bons plans
  • RetourJVTech
    • Actus High-Tech
    • Intelligence Artificielle
    • Smartphones
    • Mobilité urbaine
    • Hardware
    • Image et son
    • Tutoriels
    • Tests produits High-Tech
    • Guides d'achat High-Tech
    • JVTech
  • RetourCulture
    • Actus Culture
    • Culture
  • RetourVidéos
    • A la une
    • Gaming Live
    • Vidéos Tests
    • Vidéos Previews
    • Gameplay
    • Trailers
    • Chroniques
    • Replay Web TV
    • Toutes les vidéos
  • RetourForums
    • Hardware PC
    • PS5
    • Switch 2
    • Xbox Series
    • Switch
    • Pokemon pocket
    • FC 25 Ultimate Team
    • League of Legends
    • Tous les Forums
  • PC
  • PS5
  • Xbox Series
  • Switch 2
  • PS4
  • One
  • Switch
  • iOS
  • Android
  • MMO
  • RPG
  • FPS
En ce moment Genshin Impact Valhalla Breath of the wild Animal Crossing GTA 5 Red dead 2
Rage
Forum
  • Accueil
  • Actus
  • Tests
  • Vidéos
  • Images
  • Soluces
  • Forum
Liste des sujets

Problème démarrage

[JV]Calli
[JV]Calli
Niveau 2
08 octobre 2011 à 15:17:19

J'ai un problème au démarrage, j'arrive jusqu'à juste après la cinématique ID puis là ça se ferme et ouvre la fameuse fenêtre bleue avec tout ça dedans :

--------- EndBackgroundLoads() ----------
IO: 0 seeks, 407 reads, 27MB, 33.6MB/s
Read sleep msec: 0
Decompress sleep msec: 0
Foreground sleep msec: 80
Total msec: 4128
21.0 seconds to preload resources
PATCH: generated/decls/renderProg/feedbackresolve.decl
PATCH: generated/decls/renderParm/feedbackcolormap.decl
While compiling fragment program feedbackresolve from feedbackresolve
-----------------
1: #version 150
2:
3: void clip( float v ) { if ( v < 0.0 ) { discard; } }
4: void clip( vec2 v ) { if ( any( lessThan( v, vec2( 0.0 ) ) ) ) { discard; } }
5: void clip( vec3 v ) { if ( any( lessThan( v, vec3( 0.0 ) ) ) ) { discard; } }
6: void clip( vec4 v ) { if ( any( lessThan( v, vec4( 0.0 ) ) ) ) { discard; } }
7:
8: float saturate( float v ) { return clamp( v, 0.0, 1.0 ); }
9: vec2 saturate( vec2 v ) { return clamp( v, 0.0, 1.0 ); }
10: vec3 saturate( vec3 v ) { return clamp( v, 0.0, 1.0 ); }
11: vec4 saturate( vec4 v ) { return clamp( v, 0.0, 1.0 ); }
12:
13: vec4 tex2D( sampler2D sampler, vec2 texcoord ) { return texture( sampler, texcoord.xy ); }
14: vec4 tex2D( sampler2DShadow sampler, vec3 texcoord ) { return vec4( texture( sampler, texcoord.xyz ) ); }
15:
16: vec4 tex2D( sampler2D sampler, vec2 texcoord, vec2 dx, vec2 dy ) { return textureGrad( sampler, texcoord.xy, dx, dy ); }
17: vec4 tex2D( sampler2DShadow sampler, vec3 texcoord, vec2 dx, vec2 dy ) { return vec4( textureGrad( sampler, texcoord.xyz, dx, dy ) ); }
18:
19: vec4 texCUBE( samplerCube sampler, vec3 texcoord ) { return texture( sampler, texcoord.xyz ); }
20: vec4 texCUBE( samplerCubeShadow sampler, vec4 texcoord ) { return vec4( texture( sampler, texcoord.xyzw ) ); }
21:
22: vec4 tex1Dproj( sampler1D sampler, vec2 texcoord ) { return textureProj( sampler, texcoord ); }
23: vec4 tex2Dproj( sampler2D sampler, vec3 texcoord ) { return textureProj( sampler, texcoord ); }
24: vec4 tex3Dproj( sampler3D sampler, vec4 texcoord ) { return textureProj( sampler, texcoord ); }
25:
26: vec4 tex1Dbias( sampler1D sampler, vec4 texcoord ) { return texture( sampler, texcoord.x, texcoord.w ); }
27: vec4 tex2Dbias( sampler2D sampler, vec4 texcoord ) { return texture( sampler, texcoord.xy, texcoord.w ); }
28: vec4 tex3Dbias( sampler3D sampler, vec4 texcoord ) { return texture( sampler, texcoord.xyz, texcoord.w ); }
29: vec4 texCUBEbias( samplerCube sampler, vec4 texcoord ) { return texture( sampler, texcoord.xyz, texcoord.w ); }
30:
31: vec4 tex1Dlod( sampler1D sampler, vec4 texcoord ) { return textureLod( sampler, texcoord.x, texcoord.w ); }
32: vec4 tex2Dlod( sampler2D sampler, vec4 texcoord ) { return textureLod( sampler, texcoord.xy, texcoord.w ); }
33: vec4 tex3Dlod( sampler3D sampler, vec4 texcoord ) { return textureLod( sampler, texcoord.xyz, texcoord.w ); }
34: vec4 texCUBElod( samplerCube sampler, vec4 texcoord ) { return textureLod( sampler, texcoord.xyz, texcoord.w ); }
35:
36: uniform vec4 _fa_ [1];
37: uniform sampler2DMS samp_feedbackcolormap;
38:
39: in vec4 vofi_TexCoord0;
40:
41: out vec4 out_FragColor;
42:
43: void main() {
44: vec2 texcoord = vofi_TexCoord0.xy * vec2( 1.0 / _fa_[0 ].z, 1.0 / _fa_[0 ].w );
45: ivec2 texcoordi = ivec2( texcoord.x, texcoord.y );
46: out_FragColor = texelFetch( samp_feedbackcolormap, texcoordi.xy, 0 );
47: }
-----------------
0(46) : error C1115: unable to find compatible overloaded function "texelFetch(sampler2DMS, ivec2, int)"

? @ 0x00697064( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x006971dc( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x0057a137( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x0057a17b( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x005384de( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x0061d391( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x0047f474( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x0047f621( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x004841d4( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x00439d05( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x005ddd40( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x00bb833c( ) + bytes () : ** UNKNOWN **( ** FUNC_PARAM_ERROR ** )
? @ 0x7c817067( ) + bytes () : RegisterWaitForInputIdle( )
ERROR: Failed to compile render prog feedbackresolve from feedbackresolve
Dumped console text to C:\Documents and Settings\Administrateur\Mes documents\My Games\id
Software\Rage\base\ErrorLog_08-10-2011__15-12.txt.

idRenderSystem::Shutdown()
Shutting down OpenGL subsystem
...releasing DC
...destroying window

    • ************************

Failed to compile render prog feedbackresolve from feedbackresolve

    • ************************

Si vous avez un quelconque solution, j'écoute !
Merci d'avance.

JKIFFTONBOULE
JKIFFTONBOULE
Niveau 6
08 octobre 2011 à 15:29:03

:rechercher: !!!

[JV]Calli
[JV]Calli
Niveau 2
08 octobre 2011 à 15:57:35

Je n'ai pas trouvé justement, mais je vais persévérer...

La vidéo du moment