IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Moteurs 3D Discussion :

[Ogre]Probleme avec exemple de bauland


Sujet :

Moteurs 3D

  1. #1
    Membre habitué

    Profil pro
    Inscrit en
    Avril 2004
    Messages
    421
    Détails du profil
    Informations personnelles :
    Localisation : Belgique

    Informations forums :
    Inscription : Avril 2004
    Messages : 421
    Points : 189
    Points
    189
    Par défaut [Ogre]Probleme avec exemple de bauland
    bonjour,
    voila, j'essaie de faire tourner cet exemple la.

    http://bauland.developpez.com/tutori.../Tutoriel2.cpp

    et voila ce que j'ai

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
     
    RenderSystem capabilities
    -------------------------
     * Hardware generation of mipmaps: yes
     * Texture blending: yes
     * Anisotropic texture filtering: yes
     * Dot product texture operation: yes
     * Cube mapping: no
     * Hardware stencil buffer: yes
       - Stencil depth: 8
       - Two sided stencil support: no
       - Wrap stencil values: yes
     * Hardware vertex / index buffers: no
     * Vertex programs: no
     * Fragment programs: no
     * Texture Compression: yes
       - DXT: no
       - VTC: no
     * Scissor Rectangle: yes
     * Hardware Occlusion Query: no
     * User clip planes: yes
     * VET_UBYTE4 vertex element type: yes
     * Infinite far plane projection: yes
     * Hardware render-to-texture: yes
     * Floating point textures: no
     * Non-power-of-two textures: no
     * Volume textures: yes
     * Multiple Render Targets: 1
     * Point Sprites: no
     * Extended point parameters: no
     * Max Point Size: 20
    ...
     
    Added resource location '../media/materials/programs' of type 'FileSystem' to resource group 'General'
     
    ...
     
    Parsing scripts for resource group Autodetect
    Finished parsing scripts for resource group Autodetect
    Parsing scripts for resource group Bootstrap
    Parsing script OgreCore.material
    Parsing script OgreProfiler.material
    Parsing script Ogre.fontdef
    Parsing script OgreDebugPanel.overlay
    Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with 8 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
    Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with 8 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
    Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
    Font BlueHighwayusing texture size 512x512
    ...
    Info: Freetype returned null for character 146 in font BlueHighway
    Info: Freetype returned null for character 147 in font BlueHighway
    Info: Freetype returned null for character 148 in font BlueHighway
    ...
    Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
    Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with 8 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
    Parsing script OgreLoadingPanel.overlay
    Finished parsing scripts for resource group Bootstrap
    Parsing scripts for resource group General
    Parsing script Examples.program
    Error at line 13 of Examples.program: Error in program Ogre/BasicVertexPrograms/AmbientOneTexture parameter entry_point is not valid.
    Error at line 13 of Examples.program: Error in program Ogre/BasicVertexPrograms/AmbientOneTexture parameter profiles is not valid.
    Error at line 22 of Examples.program: Error in program Ogre/HardwareSkinningOneWeightShadowCaster parameter entry_point is not valid.
    Error at line 22 of Examples.program: Error in program Ogre/HardwareSkinningOneWeightShadowCaster parameter profiles is not valid.
    Error at line 30 of Examples.program: Error in program Ogre/HardwareSkinningOneWeight parameter entry_point is not valid.
    Error at line 30 of Examples.program: Error in program Ogre/HardwareSkinningOneWeight parameter profiles is not valid.
    Error at line 38 of Examples.program: Error in program Ogre/HardwareSkinningTwoWeightsShadowCaster parameter entry_point is not valid.
    Error at line 38 of Examples.program: Error in program Ogre/HardwareSkinningTwoWeightsShadowCaster parameter profiles is not valid.
    Error at line 46 of Examples.program: Error in program Ogre/HardwareSkinningTwoWeights parameter entry_point is not valid.
    Error at line 46 of Examples.program: Error in program Ogre/HardwareSkinningTwoWeights parameter profiles is not valid.
    Error at line 54 of Examples.program: Error in program Ogre/HardwareSkinningFourWeights parameter entry_point is not valid.
    Error at line 54 of Examples.program: Error in program Ogre/HardwareSkinningFourWeights parameter profiles is not valid.
    Error at line 68 of Examples.program: Error in program Ogre/HardwareMorphAnimation parameter entry_point is not valid.
    Error at line 68 of Examples.program: Error in program Ogre/HardwareMorphAnimation parameter profiles is not valid.
    Error at line 82 of Examples.program: Error in program Ogre/HardwarePoseAnimation parameter entry_point is not valid.
    Error at line 82 of Examples.program: Error in program Ogre/HardwarePoseAnimation parameter profiles is not valid.
    Parsing script StdQuad_vp.program
    Error at line 11 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_vp parameter entry_point is not valid.
    Error at line 11 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_vp parameter profiles is not valid.
    Error at line 23 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_Tex2_vp parameter entry_point is not valid.
    Error at line 23 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_Tex2_vp parameter profiles is not valid.
    Error at line 35 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_Tex2a_vp parameter entry_point is not valid.
    Error at line 35 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_Tex2a_vp parameter profiles is not valid.
    Error at line 47 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_Tex3_vp parameter entry_point is not valid.
    Error at line 47 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_Tex3_vp parameter profiles is not valid.
    Error at line 59 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_Tex4_vp parameter entry_point is not valid.
    Error at line 59 of StdQuad_vp.program: Error in program Ogre/Compositor/StdQuad_Tex4_vp parameter profiles is not valid.
    Parsing script deferred.glsl.program
    Parsing script deferred.hlsl.program
    Error at line 15 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/vs parameter entry_point is not valid.
    Error at line 15 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/vs parameter target is not valid.
    Error at line 25 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/ps parameter entry_point is not valid.
    Error at line 25 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/ps parameter target is not valid.
    Error at line 35 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/notex_ps parameter entry_point is not valid.
    Error at line 35 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/notex_ps parameter target is not valid.
    Error at line 49 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/nm_vs parameter entry_point is not valid.
    Error at line 49 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/nm_vs parameter target is not valid.
    Error at line 59 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/nm_ps parameter entry_point is not valid.
    Error at line 59 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/nm_ps parameter target is not valid.
    Error at line 70 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/nm_notex_ps parameter entry_point is not valid.
    Error at line 70 of deferred.hlsl.program: Error in program DeferredShading/material/hlsl/nm_notex_ps parameter target is not valid.
    Parsing script deferred_post_debug.glsl.program
    Parsing script deferred_post_debug.hlsl.program
    Error at line 6 of deferred_post_debug.hlsl.program: Error in program DeferredShading/post/hlsl/ShowNormal_ps parameter entry_point is not valid.
    Error at line 6 of deferred_post_debug.hlsl.program: Error in program DeferredShading/post/hlsl/ShowNormal_ps parameter target is not valid.
    Error at line 12 of deferred_post_debug.hlsl.program: Error in program DeferredShading/post/hlsl/ShowDS_ps parameter entry_point is not valid.
    Error at line 12 of deferred_post_debug.hlsl.program: Error in program DeferredShading/post/hlsl/ShowDS_ps parameter target is not valid.
    Error at line 18 of deferred_post_debug.hlsl.program: Error in program DeferredShading/post/hlsl/ShowColour_ps parameter entry_point is not valid.
    Error at line 18 of deferred_post_debug.hlsl.program: Error in program DeferredShading/post/hlsl/ShowColour_ps parameter target is not valid.
    Parsing script deferred_post_minilight.glsl.program
    Parsing script deferred_post_minilight.hlsl.program
    Error at line 14 of deferred_post_minilight.hlsl.program: Error in program DeferredShading/post/hlsl/LightMaterial_vs parameter entry_point is not valid.
    Error at line 14 of deferred_post_minilight.hlsl.program: Error in program DeferredShading/post/hlsl/LightMaterial_vs parameter target is not valid.
    Error at line 29 of deferred_post_minilight.hlsl.program: Error in program DeferredShading/post/hlsl/LightMaterial_ps parameter entry_point is not valid.
    Error at line 29 of deferred_post_minilight.hlsl.program: Error in program DeferredShading/post/hlsl/LightMaterial_ps parameter target is not valid.
    Parsing script deferred_post_multipass.glsl.program
    Parsing script deferred_post_multipass.hlsl.program
    Error at line 13 of deferred_post_multipass.hlsl.program: Error in program DeferredShading/post/hlsl/Ambient_ps parameter entry_point is not valid.
    Error at line 13 of deferred_post_multipass.hlsl.program: Error in program DeferredShading/post/hlsl/Ambient_ps parameter target is not valid.
    Error at line 28 of deferred_post_multipass.hlsl.program: Error in program DeferredShading/post/hlsl/GlobalLight_ps parameter entry_point is not valid.
    Error at line 28 of deferred_post_multipass.hlsl.program: Error in program DeferredShading/post/hlsl/GlobalLight_ps parameter target is not valid.
    Parsing script deferred_post_onepass.glsl.program
    Parsing script deferred_post_onepass.hlsl.program
    Error at line 11 of deferred_post_onepass.hlsl.program: Error in program DeferredShading/post/hlsl/vs parameter entry_point is not valid.
    Error at line 11 of deferred_post_onepass.hlsl.program: Error in program DeferredShading/post/hlsl/vs parameter target is not valid.
    Error at line 29 of deferred_post_onepass.hlsl.program: Error in program DeferredShading/post/hlsl/SinglePass_ps parameter entry_point is not valid.
    Error at line 29 of deferred_post_onepass.hlsl.program: Error in program DeferredShading/post/hlsl/SinglePass_ps parameter target is not valid.
    Parsing script BlackAndWhite.material
    Error at line 6 of BlackAndWhite.material: Error in program Ogre/Compositor/B&W_FP parameter entry_point is not valid.
    Error at line 6 of BlackAndWhite.material: Error in program Ogre/Compositor/B&W_FP parameter profiles is not valid.
    Parsing script Bloom.material
    Error at line 7 of Bloom.material: Error in program Blur0_vs11 parameter entry_point is not valid.
    Error at line 7 of Bloom.material: Error in program Blur0_vs11 parameter target is not valid.
    Error at line 15 of Bloom.material: Error in program Blur0_ps20 parameter entry_point is not valid.
    Error at line 15 of Bloom.material: Error in program Blur0_ps20 parameter target is not valid.
    Error at line 23 of Bloom.material: Error in program Blur1_vs11 parameter entry_point is not valid.
    Error at line 23 of Bloom.material: Error in program Blur1_vs11 parameter target is not valid.
    Error at line 31 of Bloom.material: Error in program Blur1_ps20 parameter entry_point is not valid.
    Error at line 31 of Bloom.material: Error in program Blur1_ps20 parameter target is not valid.
    Parsing script DOF.material
    Error at line 6 of DOF.material: Error in program DOF_Blur_ps parameter entry_point is not valid.
    Error at line 6 of DOF.material: Error in program DOF_Blur_ps parameter profiles is not valid.
    Error at line 13 of DOF.material: Error in program DOF_Blend_ps parameter entry_point is not valid.
    Error at line 13 of DOF.material: Error in program DOF_Blend_ps parameter profiles is not valid.
    Parsing script Embossed.material
    Error at line 6 of Embossed.material: Error in program Ogre/Compositor/Embossed_FP parameter entry_point is not valid.
    Error at line 6 of Embossed.material: Error in program Ogre/Compositor/Embossed_FP parameter profiles is not valid.
    Parsing script Example-DynTex.material
    Parsing script Example-Water.material
    Parsing script Example.material
    Error at line 183 of Example.material: Error in program Examples/MorningSkyBoxHDRfp parameter entry_point is not valid.
    Error at line 183 of Example.material: Error in program Examples/MorningSkyBoxHDRfp parameter profiles is not valid.
    Error at line 234 of Example.material: Error in program Examples/MorningCubeMapHDRfp parameter entry_point is not valid.
    Error at line 234 of Example.material: Error in program Examples/MorningCubeMapHDRfp parameter profiles is not valid.
    Error at line 757 of Example.material: Error in program Examples/GrassWaverVp parameter entry_point is not valid.
    Error at line 757 of Example.material: Error in program Examples/GrassWaverVp parameter profiles is not valid.
    Parsing script Examples-Advanced.material
    Error at line 17 of Examples-Advanced.material: Error in program Ogre/CelShadingVP parameter entry_point is not valid.
    Error at line 17 of Examples-Advanced.material: Error in program Ogre/CelShadingVP parameter profiles is not valid.
    Error at line 24 of Examples-Advanced.material: Error in program Ogre/CelShadingFP parameter entry_point is not valid.
    Error at line 24 of Examples-Advanced.material: Error in program Ogre/CelShadingFP parameter profiles is not valid.
    Error at line 82 of Examples-Advanced.material: Error in program Examples/BumpMapVP parameter entry_point is not valid.
    Error at line 82 of Examples-Advanced.material: Error in program Examples/BumpMapVP parameter profiles is not valid.
    Error at line 90 of Examples-Advanced.material: Error in program Examples/BumpMapFP parameter entry_point is not valid.
    Error at line 90 of Examples-Advanced.material: Error in program Examples/BumpMapFP parameter profiles is not valid.
    Error at line 98 of Examples-Advanced.material: Error in program Examples/BumpMapVPShadowRcv parameter entry_point is not valid.
    Error at line 98 of Examples-Advanced.material: Error in program Examples/BumpMapVPShadowRcv parameter profiles is not valid.
    Error at line 105 of Examples-Advanced.material: Error in program Examples/BumpMapFPShadowRcv parameter entry_point is not valid.
    Error at line 105 of Examples-Advanced.material: Error in program Examples/BumpMapFPShadowRcv parameter profiles is not valid.
    Error at line 114 of Examples-Advanced.material: Error in program Examples/BumpMapVPSpecular parameter entry_point is not valid.
    Error at line 114 of Examples-Advanced.material: Error in program Examples/BumpMapVPSpecular parameter profiles is not valid.
    Error at line 122 of Examples-Advanced.material: Error in program Examples/BumpMapFPSpecular parameter entry_point is not valid.
    Error at line 122 of Examples-Advanced.material: Error in program Examples/BumpMapFPSpecular parameter profiles is not valid.
    Error at line 581 of Examples-Advanced.material: Error in program Examples/TexProjectionVP parameter entry_point is not valid.
    Error at line 581 of Examples-Advanced.material: Error in program Examples/TexProjectionVP parameter profiles is not valid.
    Error at line 589 of Examples-Advanced.material: Error in program Examples/TexProjectionFP parameter entry_point is not valid.
    Error at line 589 of Examples-Advanced.material: Error in program Examples/TexProjectionFP parameter profiles is not valid.
    Error at line 632 of Examples-Advanced.material: Error in program Examples/FresnelRefractReflectVP parameter entry_point is not valid.
    Error at line 632 of Examples-Advanced.material: Error in program Examples/FresnelRefractReflectVP parameter profiles is not valid.
    Error at line 640 of Examples-Advanced.material: Error in program Examples/FresnelRefractReflectFP parameter entry_point is not valid.
    Error at line 640 of Examples-Advanced.material: Error in program Examples/FresnelRefractReflectFP parameter profiles is not valid.
    Parsing script Glass.material
    Error at line 6 of Glass.material: Error in program Ogre/Compositor/GlassFP parameter entry_point is not valid.
    Error at line 6 of Glass.material: Error in program Ogre/Compositor/GlassFP parameter profiles is not valid.
    Parsing script HeatVision.material
    Error at line 11 of HeatVision.material: Error in program Fury/HeatVision/HeatCaster_vp parameter entry_point is not valid.
    Error at line 11 of HeatVision.material: Error in program Fury/HeatVision/HeatCaster_vp parameter profiles is not valid.
    Error at line 18 of HeatVision.material: Error in program Fury/HeatVision/HeatCaster_fp parameter entry_point is not valid.
    Error at line 18 of HeatVision.material: Error in program Fury/HeatVision/HeatCaster_fp parameter profiles is not valid.
    Error at line 49 of HeatVision.material: Error in program Fury/HeatVision/ColdCaster_vp parameter entry_point is not valid.
    Error at line 49 of HeatVision.material: Error in program Fury/HeatVision/ColdCaster_vp parameter profiles is not valid.
    Error at line 56 of HeatVision.material: Error in program Fury/HeatVision/ColdCaster_fp parameter entry_point is not valid.
    Error at line 56 of HeatVision.material: Error in program Fury/HeatVision/ColdCaster_fp parameter profiles is not valid.
    Error at line 92 of HeatVision.material: Error in program Fury/HeatVision/LightToHeat_vp parameter entry_point is not valid.
    Error at line 92 of HeatVision.material: Error in program Fury/HeatVision/LightToHeat_vp parameter profiles is not valid.
    Error at line 99 of HeatVision.material: Error in program Fury/HeatVision/LightToHeat_fp parameter entry_point is not valid.
    Error at line 99 of HeatVision.material: Error in program Fury/HeatVision/LightToHeat_fp parameter profiles is not valid.
    Error at line 170 of HeatVision.material: Error in program Fury/HeatVision/Blur_vp parameter entry_point is not valid.
    Error at line 170 of HeatVision.material: Error in program Fury/HeatVision/Blur_vp parameter profiles is not valid.
    Error at line 177 of HeatVision.material: Error in program Fury/HeatVision/Blur_fp parameter entry_point is not valid.
    Error at line 177 of HeatVision.material: Error in program Fury/HeatVision/Blur_fp parameter profiles is not valid.
    Parsing script Hurt.material
    Parsing script Invert.material
    Error at line 6 of Invert.material: Error in program Ogre/Compositor/InvertFP parameter entry_point is not valid.
    Error at line 6 of Invert.material: Error in program Ogre/Compositor/InvertFP parameter profiles is not valid.
    Parsing script Laplace.material
    Error at line 6 of Laplace.material: Error in program Ogre/Compositor/LaplaceFP parameter entry_point is not valid.
    Error at line 6 of Laplace.material: Error in program Ogre/Compositor/LaplaceFP parameter profiles is not valid.
    Parsing script MotionBlur.material
    Error at line 11 of MotionBlur.material: Error in program Ogre/Compositor/Combine_fp parameter entry_point is not valid.
    Error at line 11 of MotionBlur.material: Error in program Ogre/Compositor/Combine_fp parameter profiles is not valid.
    Parsing script Ocean.material
    Error at line 15 of Ocean.material: Error in program HLSL/OceanVS parameter entry_point is not valid.
    Error at line 15 of Ocean.material: Error in program HLSL/OceanVS parameter target is not valid.
    Error at line 23 of Ocean.material: Error in program HLSL/OceanFS parameter entry_point is not valid.
    Error at line 23 of Ocean.material: Error in program HLSL/OceanFS parameter target is not valid.
    Error at line 138 of Ocean.material: Error in program Cg/OceanVS parameter entry_point is not valid.
    Error at line 138 of Ocean.material: Error in program Cg/OceanVS parameter profiles is not valid.
    Error at line 146 of Ocean.material: Error in program Cg/OceanFS parameter entry_point is not valid.
    Error at line 146 of Ocean.material: Error in program Cg/OceanFS parameter profiles is not valid.
    Error at line 199 of Ocean.material: Error in program Cg/Ocean2VS parameter entry_point is not valid.
    Error at line 199 of Ocean.material: Error in program Cg/Ocean2VS parameter profiles is not valid.
    Error at line 207 of Ocean.material: Error in program Cg/Ocean2FS parameter entry_point is not valid.
    Error at line 207 of Ocean.material: Error in program Cg/Ocean2FS parameter profiles is not valid.
    Error at line 271 of Ocean.material: Error in program HLSL/Ocean2VS parameter entry_point is not valid.
    Error at line 271 of Ocean.material: Error in program HLSL/Ocean2VS parameter target is not valid.
    Error at line 279 of Ocean.material: Error in program HLSL/Ocean2FS parameter entry_point is not valid.
    Error at line 279 of Ocean.material: Error in program HLSL/Ocean2FS parameter target is not valid.
    Parsing script OffsetMapping.material
    Error at line 7 of OffsetMapping.material: Error in program Examples/OffsetMappingVP parameter entry_point is not valid.
    Error at line 7 of OffsetMapping.material: Error in program Examples/OffsetMappingVP parameter profiles is not valid.
    Error at line 15 of OffsetMapping.material: Error in program Examples/OffsetMappingFP parameter entry_point is not valid.
    Error at line 15 of OffsetMapping.material: Error in program Examples/OffsetMappingFP parameter profiles is not valid.
    Parsing script Ogre.material
    Parsing script OldMovie.material
    Error at line 6 of OldMovie.material: Error in program Ogre/Compositor/OldMovieFP parameter entry_point is not valid.
    Error at line 6 of OldMovie.material: Error in program Ogre/Compositor/OldMovieFP parameter profiles is not valid.
    Parsing script OldTV.material
    Error at line 6 of OldTV.material: Error in program Ogre/Compositor/OldTV_FP parameter entry_point is not valid.
    Error at line 6 of OldTV.material: Error in program Ogre/Compositor/OldTV_FP parameter profiles is not valid.
    Parsing script Posterize.material
    Error at line 6 of Posterize.material: Error in program Ogre/Compositor/PosterizeFP parameter entry_point is not valid.
    Error at line 6 of Posterize.material: Error in program Ogre/Compositor/PosterizeFP parameter profiles is not valid.
    Parsing script RZR-002.material
    Parsing script SharpenEdges.material
    Error at line 6 of SharpenEdges.material: Error in program Ogre/Compositor/SharpenEdgesFP parameter entry_point is not valid.
    Error at line 6 of SharpenEdges.material: Error in program Ogre/Compositor/SharpenEdgesFP parameter profiles is not valid.
    Parsing script Tiling.material
    Error at line 6 of Tiling.material: Error in program Ogre/Compositor/TilingFP parameter entry_point is not valid.
    Error at line 6 of Tiling.material: Error in program Ogre/Compositor/TilingFP parameter profiles is not valid.
    Parsing script facial.material
    Parsing script hdr.material
    Error at line 7 of hdr.material: Error in program Ogre/Compositor/HDR/downscale2x2LuminenceHLSL_fp parameter entry_point is not valid.
    Error at line 7 of hdr.material: Error in program Ogre/Compositor/HDR/downscale2x2LuminenceHLSL_fp parameter target is not valid.
    Error at line 73 of hdr.material: Error in program Ogre/Compositor/HDR/downscale3x3HLSL_fp parameter entry_point is not valid.
    Error at line 73 of hdr.material: Error in program Ogre/Compositor/HDR/downscale3x3HLSL_fp parameter target is not valid.
    Error at line 140 of hdr.material: Error in program Ogre/Compositor/HDR/downscale3x3brightpassHLSL_fp parameter entry_point is not valid.
    Error at line 140 of hdr.material: Error in program Ogre/Compositor/HDR/downscale3x3brightpassHLSL_fp parameter target is not valid.
    Error at line 227 of hdr.material: Error in program Ogre/Compositor/HDR/bloomHLSL_fp parameter entry_point is not valid.
    Error at line 227 of hdr.material: Error in program Ogre/Compositor/HDR/bloomHLSL_fp parameter target is not valid.
    Error at line 346 of hdr.material: Error in program Ogre/Compositor/HDR/finaltonemappingHLSL_fp parameter entry_point is not valid.
    Error at line 346 of hdr.material: Error in program Ogre/Compositor/HDR/finaltonemappingHLSL_fp parameter target is not valid.
    Parsing script smoke.material
    Parsing script deferred.material
    Parsing script deferred_post_debug.material
    Parsing script deferred_post_minilight.material
    Parsing script deferred_post_multipass.material
    Parsing script deferred_post_onepass.material
    Parsing script deferreddemo.material
    Parsing script fresnelenviron.material
    Parsing script Examples.compositor
    Parsing script sample.fontdef
    Parsing script Example-Water.particle
    Parsing script Example.particle
    Parsing script smoke.particle
    Parsing script Compositor.overlay
    Parsing script DP3.overlay
    Parsing script Example-CubeMapping.overlay
    Parsing script Example-DynTex.overlay
    Parsing script Example-Water.overlay
    Parsing script Shadows.overlay
    Finished parsing scripts for resource group General
    Parsing scripts for resource group Internal
    Finished parsing scripts for resource group Internal
    Une exception a été levée: An exception has been thrown!
     
    -----------------------------------
    Details:
    -----------------------------------
    Error #: 7
    Function: ResourceGroupManager::findGroupContainingResource
    Description: Unable to derive resource group for OgreHead.mesh automatically since the resource was not found..
    File: OgreResourceGroupManager.cpp
    Line: 1346
    Stack unwinding: (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- (..) <- <<beginning of stack>>
    elekis@elekis-desktop:~/Projets/G-Ogre/src$
    les 3 petits points, ca veut dire qu'il fait la meme chose (sinon je suis en dessous des 30 000 sigles quqe le forum impose par msg)

    la fenetre apparait subtilement (cad j'ai a peine le temps de la voir) puis elle disparait et je n'ai aucune idée de pourquoi evidemment.


    PS: je suis sous linux avec la version source (que j'ai compilé moi meme), j'ai une Radeon 7500.
    j'ai deja reussi a faire fonctionner des exemple plus ou moins sans erreur.

    PPS etant donné que je suis sous linux, j'ai evidemment adapté le code. (MSG sous linux, ca passe pas ainsi que l'include de ogre pas en premier)


    merci

    a+++

  2. #2
    Rédacteur
    Avatar de bafman
    Profil pro
    Développeur informatique
    Inscrit en
    Novembre 2003
    Messages
    2 574
    Détails du profil
    Informations personnelles :
    Âge : 39
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Industrie

    Informations forums :
    Inscription : Novembre 2003
    Messages : 2 574
    Points : 5 323
    Points
    5 323
    Par défaut
    apparament, il ne trouve pas les ressources (modele ogrehead.mesh). il faut reverifier que tu a bien toutes les ressources au bon endroit et les fichiers de config valides
    * Il est infiniment plus simple de faire rapidement un code qui marche que de faire un code rapide qui marche
    * pour faciliter les recherches, n'oubliez pas de voter pour les réponses pertinentes
    Mes articles

  3. #3
    Membre habitué

    Profil pro
    Inscrit en
    Avril 2004
    Messages
    421
    Détails du profil
    Informations personnelles :
    Localisation : Belgique

    Informations forums :
    Inscription : Avril 2004
    Messages : 421
    Points : 189
    Points
    189
    Par défaut
    elle y sont bien .

    merci

    a+++

Discussions similaires

  1. Réponses: 2
    Dernier message: 07/11/2007, 23h00
  2. Réponses: 3
    Dernier message: 13/10/2007, 23h19
  3. Réponses: 3
    Dernier message: 26/08/2007, 00h34
  4. [axis 2.0][sandesha 1.0] problem avec l'exemple echostring
    Par mlequim dans le forum Services Web
    Réponses: 1
    Dernier message: 30/05/2006, 14h05
  5. [DOM] probleme avec les exemples Xerces.
    Par brune dans le forum Format d'échange (XML, JSON...)
    Réponses: 2
    Dernier message: 26/05/2004, 11h23

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo