Hi, I came across this a couple days ago and tried running it to see its effects. It works beautifully when rendering in OpenGL but when it comes to rendering in Direct3D9 all I get is a blank screen. Any ideas why? I have a GeForce GTS 240 graphics card and the ogre log is posted below. If additional information is needed please let me know.
Code: Select all
09:41:43: Creating resource group General
09:41:43: Creating resource group Internal
09:41:43: Creating resource group Autodetect
09:41:43: SceneManagerFactory for type 'DefaultSceneManager' registered.
09:41:43: Registering ResourceManager for type Material
09:41:43: Registering ResourceManager for type Mesh
09:41:43: Registering ResourceManager for type Skeleton
09:41:43: MovableObjectFactory for type 'ParticleSystem' registered.
09:41:43: OverlayElementFactory for type Panel registered.
09:41:43: OverlayElementFactory for type BorderPanel registered.
09:41:43: OverlayElementFactory for type TextArea registered.
09:41:43: Registering ResourceManager for type Font
09:41:43: ArchiveFactory for archive type FileSystem registered.
09:41:43: ArchiveFactory for archive type Zip registered.
09:41:43: FreeImage version: 3.10.0
09:41:43: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
09:41:43: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2
09:41:43: DDS codec registering
09:41:43: Registering ResourceManager for type HighLevelGpuProgram
09:41:43: Registering ResourceManager for type Compositor
09:41:43: MovableObjectFactory for type 'Entity' registered.
09:41:43: MovableObjectFactory for type 'Light' registered.
09:41:43: MovableObjectFactory for type 'BillboardSet' registered.
09:41:43: MovableObjectFactory for type 'ManualObject' registered.
09:41:43: MovableObjectFactory for type 'BillboardChain' registered.
09:41:43: MovableObjectFactory for type 'RibbonTrail' registered.
09:41:43: Loading library .\RenderSystem_Direct3D9_d
09:41:43: Installing plugin: D3D9 RenderSystem
09:41:43: D3D9 : Direct3D9 Rendering Subsystem created.
09:41:43: D3D9: Driver Detection Starts
09:41:43: D3D9: Driver Detection Ends
09:41:43: Plugin successfully installed
09:41:43: Loading library .\RenderSystem_GL_d
09:41:43: Installing plugin: GL RenderSystem
09:41:43: OpenGL Rendering Subsystem created.
09:41:44: Plugin successfully installed
09:41:44: Loading library .\Plugin_ParticleFX_d
09:41:44: Installing plugin: ParticleFX
09:41:44: Particle Emitter Type 'Point' registered
09:41:44: Particle Emitter Type 'Box' registered
09:41:44: Particle Emitter Type 'Ellipsoid' registered
09:41:44: Particle Emitter Type 'Cylinder' registered
09:41:44: Particle Emitter Type 'Ring' registered
09:41:44: Particle Emitter Type 'HollowEllipsoid' registered
09:41:44: Particle Affector Type 'LinearForce' registered
09:41:44: Particle Affector Type 'ColourFader' registered
09:41:44: Particle Affector Type 'ColourFader2' registered
09:41:44: Particle Affector Type 'ColourImage' registered
09:41:44: Particle Affector Type 'ColourInterpolator' registered
09:41:44: Particle Affector Type 'Scaler' registered
09:41:44: Particle Affector Type 'Rotator' registered
09:41:44: Particle Affector Type 'DirectionRandomiser' registered
09:41:44: Particle Affector Type 'DeflectorPlane' registered
09:41:44: Plugin successfully installed
09:41:44: Loading library .\Plugin_BSPSceneManager_d
09:41:44: Installing plugin: BSP Scene Manager
09:41:44: Plugin successfully installed
09:41:44: Loading library .\Plugin_CgProgramManager_d
09:41:44: Installing plugin: Cg Program Manager
09:41:44: Plugin successfully installed
09:41:44: Loading library .\Plugin_PCZSceneManager_d.dll
09:41:44: Installing plugin: Portal Connected Zone Scene Manager
09:41:44: PCZone Factory Type 'ZoneType_Default' registered
09:41:44: Plugin successfully installed
09:41:44: Loading library .\Plugin_OctreeZone_d.dll
09:41:44: Installing plugin: Octree Zone Factory
09:41:44: Plugin successfully installed
09:41:44: Loading library .\Plugin_OctreeSceneManager_d
09:41:44: Installing plugin: Octree & Terrain Scene Manager
09:41:44: Plugin successfully installed
09:41:44: *-*-* OGRE Initialising
09:41:44: *-*-* Version 1.6.3 (Shoggoth)
09:41:44: Creating resource group Bootstrap
09:41:44: Added resource location '../../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'
09:41:44: Added resource location '../../../Media' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/fonts' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/materials/programs' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/materials/scripts' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/materials/textures' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/models' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/overlays' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/particle' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/gui' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/DeferredShadingMedia' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/PCZAppMedia' of type 'FileSystem' to resource group 'General'
09:41:44: Added resource location '../../../Media/packs/cubemap.zip' of type 'Zip' to resource group 'General'
09:41:44: Added resource location '../../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'
09:41:44: Added resource location '../../../Media/packs/dragon.zip' of type 'Zip' to resource group 'General'
09:41:44: Added resource location '../../../Media/packs/fresneldemo.zip' of type 'Zip' to resource group 'General'
09:41:44: Added resource location '../../../Media/packs/ogretestmap.zip' of type 'Zip' to resource group 'General'
09:41:44: Added resource location '../../../Media/packs/skybox.zip' of type 'Zip' to resource group 'General'
09:41:44: D3D9 : RenderSystem Option: Allow NVPerfHUD = No
09:41:44: D3D9 : RenderSystem Option: Anti aliasing = Level 8
09:41:44: D3D9 : RenderSystem Option: Floating-point mode = Fastest
09:41:44: D3D9 : RenderSystem Option: Full Screen = No
09:41:44: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce GTS 240
09:41:44: D3D9 : RenderSystem Option: VSync = No
09:41:44: D3D9 : RenderSystem Option: Video Mode = 1280 x 720 @ 32-bit colour
09:41:44: D3D9 : RenderSystem Option: sRGB Gamma Conversion = No
09:41:46: CPU Identifier & Features
09:41:46: -------------------------
09:41:46: * CPU ID: GenuineIntel: Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz
09:41:46: * SSE: yes
09:41:46: * SSE2: yes
09:41:46: * SSE3: yes
09:41:46: * MMX: yes
09:41:46: * MMXEXT: yes
09:41:46: * 3DNOW: no
09:41:46: * 3DNOWEXT: no
09:41:46: * CMOV: yes
09:41:46: * TSC: yes
09:41:46: * FPU: yes
09:41:46: * PRO: yes
09:41:46: * HT: no
09:41:46: -------------------------
09:41:46: D3D9 : Subsystem Initialising
09:41:46: D3D9RenderSystem::_createRenderWindow "OGRE Render Window", 1280x720 windowed miscParams: FSAA=8 FSAAQuality=0 colourDepth=32 gamma=false useNVPerfHUD=false vsync=false
09:41:46: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 1280x720, 32bpp
09:41:46: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem.
09:41:46: Registering ResourceManager for type Texture
09:41:46: Registering ResourceManager for type GpuProgram
09:41:46: D3D9: Vertex texture format supported - PF_FLOAT16_RGB
09:41:46: D3D9: Vertex texture format supported - PF_FLOAT16_RGBA
09:41:46: D3D9: Vertex texture format supported - PF_FLOAT32_RGB
09:41:46: D3D9: Vertex texture format supported - PF_FLOAT32_RGBA
09:41:46: D3D9: Vertex texture format supported - PF_FLOAT16_R
09:41:46: D3D9: Vertex texture format supported - PF_FLOAT32_R
09:41:46: D3D9: Vertex texture format supported - PF_FLOAT16_GR
09:41:46: D3D9: Vertex texture format supported - PF_FLOAT32_GR
09:41:46: RenderSystem capabilities
09:41:46: -------------------------
09:41:46: RenderSystem Name: Direct3D9 Rendering Subsystem
09:41:46: GPU Vendor: nvidia
09:41:46: Device Name: NVIDIA GeForce GTS 240
09:41:46: Driver Version: 8.17.11.9621
09:41:46: * Fixed function pipeline: yes
09:41:46: * Hardware generation of mipmaps: yes
09:41:46: * Texture blending: yes
09:41:46: * Anisotropic texture filtering: yes
09:41:46: * Dot product texture operation: yes
09:41:46: * Cube mapping: yes
09:41:46: * Hardware stencil buffer: yes
09:41:46: - Stencil depth: 8
09:41:46: - Two sided stencil support: yes
09:41:46: - Wrap stencil values: yes
09:41:46: * Hardware vertex / index buffers: yes
09:41:46: * Vertex programs: yes
09:41:46: * Fragment programs: yes
09:41:46: * Geometry programs: no
09:41:46: * Supported Shader Profiles: hlsl ps_1_1 ps_1_2 ps_1_3 ps_1_4 ps_2_0 ps_2_a ps_2_b ps_2_x ps_3_0 vs_1_1 vs_2_0 vs_2_a vs_2_x vs_3_0
09:41:46: * Texture Compression: yes
09:41:46: - DXT: yes
09:41:46: - VTC: no
09:41:46: * Scissor Rectangle: yes
09:41:46: * Hardware Occlusion Query: yes
09:41:46: * User clip planes: yes
09:41:46: * VET_UBYTE4 vertex element type: yes
09:41:46: * Infinite far plane projection: yes
09:41:46: * Hardware render-to-texture: yes
09:41:46: * Floating point textures: yes
09:41:46: * Non-power-of-two textures: yes
09:41:46: * Volume textures: yes
09:41:46: * Multiple Render Targets: 4
09:41:46: - With different bit depths: yes
09:41:46: * Point Sprites: yes
09:41:46: * Extended point parameters: yes
09:41:46: * Max Point Size: 8192
09:41:46: * Vertex texture fetch: yes
09:41:46: - Max vertex textures: 4
09:41:46: - Vertex textures shared: no
09:41:46: * Render to Vertex Buffer : no
09:41:46: * DirectX per stage constants: yes
09:41:46: ***************************************
09:41:46: *** D3D9 : Subsystem Initialised OK ***
09:41:46: ***************************************
09:41:46: ResourceBackgroundQueue - threading disabled
09:41:46: Particle Renderer Type 'billboard' registered
09:41:46: SceneManagerFactory for type 'BspSceneManager' registered.
09:41:46: Registering ResourceManager for type BspLevel
09:41:46: SceneManagerFactory for type 'PCZSceneManager' registered.
09:41:46: MovableObjectFactory for type 'PCZLight' registered.
09:41:46: PCZone Factory Type 'ZoneType_Octree' registered
09:41:46: PCZone Factory Type 'ZoneType_Terrain' registered
09:41:46: SceneManagerFactory for type 'OctreeSceneManager' registered.
09:41:46: SceneManagerFactory for type 'TerrainSceneManager' registered.
09:41:46: Added resource location 'c:/ogreResources' of type 'FileSystem' to resource group 'General'
09:41:46: Added resource location 'c:/ogreResources/shaders' of type 'FileSystem' to resource group 'General'
09:41:46: Added resource location 'C:/ogre-v1-6-3/ogre/Samples/Media/materials/scripts' of type 'FileSystem' to resource group 'General'
09:41:46: Parsing scripts for resource group Autodetect
09:41:46: Finished parsing scripts for resource group Autodetect
09:41:46: Parsing scripts for resource group Bootstrap
09:41:46: Parsing script OgreCore.material
09:41:46: Parsing script OgreProfiler.material
09:41:46: Parsing script Ogre.fontdef
09:41:46: Parsing script OgreDebugPanel.overlay
09:41:46: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
09:41:46: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
09:41:46: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
09:41:46: Font BlueHighwayusing texture size 512x512
09:41:46: Info: Freetype returned null for character 127 in font BlueHighway
09:41:46: Info: Freetype returned null for character 128 in font BlueHighway
09:41:46: Info: Freetype returned null for character 129 in font BlueHighway
09:41:46: Info: Freetype returned null for character 130 in font BlueHighway
09:41:46: Info: Freetype returned null for character 131 in font BlueHighway
09:41:46: Info: Freetype returned null for character 132 in font BlueHighway
09:41:46: Info: Freetype returned null for character 133 in font BlueHighway
09:41:46: Info: Freetype returned null for character 134 in font BlueHighway
09:41:46: Info: Freetype returned null for character 135 in font BlueHighway
09:41:46: Info: Freetype returned null for character 136 in font BlueHighway
09:41:46: Info: Freetype returned null for character 137 in font BlueHighway
09:41:46: Info: Freetype returned null for character 138 in font BlueHighway
09:41:46: Info: Freetype returned null for character 139 in font BlueHighway
09:41:46: Info: Freetype returned null for character 140 in font BlueHighway
09:41:46: Info: Freetype returned null for character 141 in font BlueHighway
09:41:46: Info: Freetype returned null for character 142 in font BlueHighway
09:41:46: Info: Freetype returned null for character 143 in font BlueHighway
09:41:46: Info: Freetype returned null for character 144 in font BlueHighway
09:41:46: Info: Freetype returned null for character 145 in font BlueHighway
09:41:46: Info: Freetype returned null for character 146 in font BlueHighway
09:41:46: Info: Freetype returned null for character 147 in font BlueHighway
09:41:46: Info: Freetype returned null for character 148 in font BlueHighway
09:41:46: Info: Freetype returned null for character 149 in font BlueHighway
09:41:46: Info: Freetype returned null for character 150 in font BlueHighway
09:41:46: Info: Freetype returned null for character 151 in font BlueHighway
09:41:46: Info: Freetype returned null for character 152 in font BlueHighway
09:41:46: Info: Freetype returned null for character 153 in font BlueHighway
09:41:46: Info: Freetype returned null for character 154 in font BlueHighway
09:41:46: Info: Freetype returned null for character 155 in font BlueHighway
09:41:46: Info: Freetype returned null for character 156 in font BlueHighway
09:41:46: Info: Freetype returned null for character 157 in font BlueHighway
09:41:46: Info: Freetype returned null for character 158 in font BlueHighway
09:41:46: Info: Freetype returned null for character 159 in font BlueHighway
09:41:46: Info: Freetype returned null for character 160 in font BlueHighway
09:41:46: Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
09:41:46: Parsing script OgreLoadingPanel.overlay
09:41:46: Finished parsing scripts for resource group Bootstrap
09:41:46: Parsing scripts for resource group General
09:41:46: Parsing script Examples.program
09:41:47: Parsing script StdQuad_vp.program
09:41:47: Parsing script deferred.glsl.program
09:41:47: Parsing script deferred.hlsl.program
09:41:47: Parsing script deferred.program
09:41:47: Parsing script deferred_post_ambient.program
09:41:47: Parsing script deferred_post_debug.glsl.program
09:41:47: Parsing script deferred_post_debug.hlsl.program
09:41:47: Parsing script deferred_post_debug.program
09:41:47: Parsing script deferred_post_minilight.glsl.program
09:41:47: Parsing script deferred_post_minilight.hlsl.program
09:41:47: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightFalloff does not exist. in GpuProgramParameters::_findNamedConstantDefinition at c:\ogre-v1-6-3\ogre\ogremain\src\ogregpuprogram.cpp (line 1097)
09:41:47: Compiler error: invalid parameters in deferred_post_minilight.hlsl.program(27): setting of constant failed
09:41:47: Parsing script deferred_post_minilight.program
09:41:47: Parsing script deferred_post_multipass.glsl.program
09:41:47: Parsing script deferred_post_multipass.hlsl.program
09:41:47: Parsing script deferred_post_onepass.glsl.program
09:41:47: Parsing script deferred_post_onepass.hlsl.program
09:41:47: Parsing script deferred_post_vs.program
09:41:47: Parsing script newDepthShadowmap.program
09:41:47: Parsing script newLighting.program
09:41:48: OGRE EXCEPTION(2:InvalidParametersException): Parameter called iLightAtt does not exist. in GpuProgramParameters::_findNamedConstantDefinition at c:\ogre-v1-6-3\ogre\ogremain\src\ogregpuprogram.cpp (line 1097)
09:41:48: Compiler error: invalid parameters in newLighting.program(113): setting of constant failed
09:41:48: OGRE EXCEPTION(2:InvalidParametersException): Parameter called iLightAtt does not exist. in GpuProgramParameters::_findNamedConstantDefinition at c:\ogre-v1-6-3\ogre\ogremain\src\ogregpuprogram.cpp (line 1097)
09:41:48: Compiler error: invalid parameters in newLighting.program(133): setting of constant failed
09:41:48: OGRE EXCEPTION(2:InvalidParametersException): Parameter called iSpotParams does not exist. in GpuProgramParameters::_findNamedConstantDefinition at c:\ogre-v1-6-3\ogre\ogremain\src\ogregpuprogram.cpp (line 1097)
09:41:48: Compiler error: invalid parameters in newLighting.program(134): setting of constant failed
09:41:48: OGRE EXCEPTION(2:InvalidParametersException): Parameter called iLightAtt does not exist. in GpuProgramParameters::_findNamedConstantDefinition at c:\ogre-v1-6-3\ogre\ogremain\src\ogregpuprogram.cpp (line 1097)
09:41:48: Compiler error: invalid parameters in newLighting.program(172): setting of constant failed
09:41:48: OGRE EXCEPTION(2:InvalidParametersException): Parameter called iLightAtt does not exist. in GpuProgramParameters::_findNamedConstantDefinition at c:\ogre-v1-6-3\ogre\ogremain\src\ogregpuprogram.cpp (line 1097)
09:41:48: Compiler error: invalid parameters in newLighting.program(192): setting of constant failed
09:41:48: OGRE EXCEPTION(2:InvalidParametersException): Parameter called iSpotParams does not exist. in GpuProgramParameters::_findNamedConstantDefinition at c:\ogre-v1-6-3\ogre\ogremain\src\ogregpuprogram.cpp (line 1097)
09:41:48: Compiler error: invalid parameters in newLighting.program(193): setting of constant failed
09:41:48: Parsing script normalmapping.program
09:41:48: OGRE EXCEPTION(2:InvalidParametersException): Parameter called worldViewProj does not exist. in GpuProgramParameters::_findNamedConstantDefinition at c:\ogre-v1-6-3\ogre\ogremain\src\ogregpuprogram.cpp (line 1097)
09:41:48: Compiler error: invalid parameters in normalmapping.program(9): setting of constant failed
09:41:48: OGRE EXCEPTION(2:InvalidParametersException): Parameter called texelOffsets does not exist. in GpuProgramParameters::_findNamedConstantDefinition at c:\ogre-v1-6-3\ogre\ogremain\src\ogregpuprogram.cpp (line 1097)
09:41:48: Compiler error: invalid parameters in normalmapping.program(10): setting of constant failed
09:41:48: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource normalmappingFP.cg in resource group General or any other group. in ResourceGroupManager::openResource at c:\ogre-v1-6-3\ogre\ogremain\src\ogreresourcegroupmanager.cpp (line 753)
09:41:48: High-level program normalmappingFP encountered an error during loading and is thus not supported.
OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource normalmappingFP.cg in resource group General or any other group. in ResourceGroupManager::openResource at c:\ogre-v1-6-3\ogre\ogremain\src\ogreresourcegroupmanager.cpp (line 753)
09:41:48: Parsing script shadowCaster.program
09:41:48: Parsing script SSSFake.program
09:41:48: Parsing script Examples.program
09:41:48: Parsing script StdQuad_vp.program
09:41:48: Parsing script ASCII.material
09:41:48: Parsing script ASMSwizzle.material
09:41:48: Compiler error: object unsupported by render system in ASMSwizzle.material(1)
09:41:48: Parsing script BlackAndWhite.material
09:41:48: Parsing script Bloom.material
09:41:48: Parsing script Bloom2.material
09:41:48: Parsing script CGSwizzle.material
09:41:48: Parsing script DepthShadowmap.material
09:41:48: Parsing script Dither.material
09:41:48: Parsing script DOF.material
09:41:48: Parsing script Embossed.material
09:41:48: Parsing script Example-DynTex.material
09:41:48: Parsing script Example-Water.material
09:41:48: Parsing script Example.material
09:41:49: Parsing script Examples-Advanced.material
09:41:49: Parsing script facial.material
09:41:50: Parsing script Glass.material
09:41:50: Parsing script GLSLSwizzle.material
09:41:50: Parsing script Halftone.material
09:41:50: Parsing script hdr.material
09:41:50: Parsing script HeatVision.material
09:41:50: Parsing script Hurt.material
09:41:50: Parsing script instancing.material
09:41:50: Parsing script Invert.material
09:41:50: Parsing script IsoSurf.material
09:41:50: Parsing script Laplace.material
09:41:50: Parsing script MotionBlur.material
09:41:50: Parsing script MRTtest.material
09:41:50: Parsing script NightVision.material
09:41:50: Parsing script Ocean.material
09:41:50: Parsing script OffsetMapping.material
09:41:51: Parsing script Ogre.material
09:41:51: Parsing script OldMovie.material
09:41:51: Parsing script OldTV.material
09:41:51: Parsing script ParticleGS.material
09:41:51: OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/GenerateVS: CG ERROR : "The compile returned an error."
(0) : error C6015: Output 'POSITION' not completely written
in CgProgram::loadFromSource at c:\ogre-v1-6-3\ogre\plugins\cgprogrammanager\src\ogrecgprogrammanagerdll.cpp (line 66)
09:41:51: High-level program Ogre/ParticleGS/GenerateVS encountered an error during loading and is thus not supported.
OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/GenerateVS: CG ERROR : "The compile returned an error."
(0) : error C6015: Output 'POSITION' not completely written
in CgProgram::loadFromSource at c:\ogre-v1-6-3\ogre\plugins\cgprogrammanager\src\ogrecgprogrammanagerdll.cpp (line 66)
09:41:51: OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayVS: CG ERROR : "The compile returned an error."
(249) : warning C7050: "output.color" might be used before being initialized
(0) : error C6015: Output 'POSITION' not completely written
in CgProgram::loadFromSource at c:\ogre-v1-6-3\ogre\plugins\cgprogrammanager\src\ogrecgprogrammanagerdll.cpp (line 66)
09:41:51: High-level program Ogre/ParticleGS/DisplayVS encountered an error during loading and is thus not supported.
OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayVS: CG ERROR : "The compile returned an error."
(249) : warning C7050: "output.color" might be used before being initialized
(0) : error C6015: Output 'POSITION' not completely written
in CgProgram::loadFromSource at c:\ogre-v1-6-3\ogre\plugins\cgprogrammanager\src\ogrecgprogrammanagerdll.cpp (line 66)
09:41:51: OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayPS: CG ERROR : "The compile returned an error."
(323) : fatal error C9999: unexpected cast operation
in CgProgram::loadFromSource at c:\ogre-v1-6-3\ogre\plugins\cgprogrammanager\src\ogrecgprogrammanagerdll.cpp (line 66)
09:41:51: High-level program Ogre/ParticleGS/DisplayPS encountered an error during loading and is thus not supported.
OGRE EXCEPTION(7:InternalErrorException): Unable to compile Cg program Ogre/ParticleGS/DisplayPS: CG ERROR : "The compile returned an error."
(323) : fatal error C9999: unexpected cast operation
in CgProgram::loadFromSource at c:\ogre-v1-6-3\ogre\plugins\cgprogrammanager\src\ogrecgprogrammanagerdll.cpp (line 66)
09:41:51: Parsing script Posterize.material
09:41:51: Parsing script pssm.material
09:41:51: Parsing script RadialBlur.material
09:41:51: Parsing script RZR-002.material
09:41:51: Parsing script SharpenEdges.material
09:41:51: Parsing script smoke.material
09:41:51: Parsing script Tiling.material
09:41:51: Parsing script VarianceShadowmap.material
09:41:51: Parsing script deferred.material
09:41:51: Parsing script deferreddemo.material
09:41:51: Parsing script deferred_post_ambient.material
09:41:51: Parsing script deferred_post_debug.material
09:41:51: Parsing script deferred_post_minilight.material
09:41:51: Parsing script deferred_post_multipass.material
09:41:51: Parsing script deferred_post_onepass.material
09:41:51: Parsing script ROOM.material
09:41:51: Parsing script RomanBath.material
09:41:51: Parsing script applicator.material
09:41:51: Parsing script ball.material
09:41:51: Parsing script bones.material
09:41:51: Parsing script bottomPanel.material
09:41:51: Parsing script button.material
09:41:51: Parsing script cervix.material
09:41:51: Parsing script cervix_01.material
09:41:51: Parsing script dog.material
09:41:51: Parsing script Hand-Lit.material
09:41:51: Parsing script hand.material
09:41:51: Parsing script mirena.material
09:41:51: Parsing script panel.material
09:41:51: Parsing script Pointer.material
09:41:51: Parsing script Pointer2.material
09:41:51: Parsing script sheet.material
09:41:51: Parsing script speculum.material
09:41:51: Parsing script squishey.material
09:41:51: Parsing script testpanel.material
09:41:51: Parsing script text.material
09:41:51: Parsing script topPanel.material
09:41:51: Parsing script whiteball.material
09:41:51: Parsing script newDepthShadowmap.material
09:41:51: Parsing script newLighting.material
09:41:52: Parsing script normalmapping.material
09:41:52: Parsing script shadowCaster.material
09:41:52: Parsing script SSSFake.material
09:41:52: Parsing script ASCII.material
09:41:52: Parsing script ASMSwizzle.material
09:41:52: Compiler error: object unsupported by render system in ASMSwizzle.material(1)
09:41:52: Parsing script BlackAndWhite.material
09:41:52: Parsing script Bloom.material
09:41:52: Parsing script Bloom2.material
09:41:52: Parsing script CGSwizzle.material
09:41:52: Parsing script DepthShadowmap.material
09:41:52: Parsing script Dither.material
09:41:52: Parsing script DOF.material
09:41:52: Parsing script Embossed.material
09:41:52: Parsing script Example-DynTex.material
09:41:52: Parsing script Example-Water.material
09:41:52: Parsing script Example.material
09:41:52: Parsing script Examples-Advanced.material
09:41:52: Parsing script facial.material
09:41:52: Parsing script Glass.material
09:41:52: Parsing script GLSLSwizzle.material
09:41:52: Parsing script Halftone.material
09:41:53: Parsing script hdr.material
09:41:53: Parsing script HeatVision.material
09:41:53: Parsing script Hurt.material
09:41:53: Parsing script instancing.material
09:41:53: Parsing script Invert.material
09:41:53: Parsing script IsoSurf.material
09:41:53: Parsing script Laplace.material
09:41:53: Parsing script MotionBlur.material
09:41:53: Parsing script MRTtest.material
09:41:53: Parsing script NightVision.material
09:41:53: Parsing script Ocean.material
09:41:53: Parsing script OffsetMapping.material
09:41:53: Parsing script Ogre.material
09:41:53: Parsing script OldMovie.material
09:41:53: Parsing script OldTV.material
09:41:53: Parsing script ParticleGS.material
09:41:53: Parsing script Posterize.material
09:41:53: Parsing script pssm.material
09:41:53: Parsing script RadialBlur.material
09:41:53: Parsing script RZR-002.material
09:41:53: Parsing script SharpenEdges.material
09:41:53: Parsing script smoke.material
09:41:53: Parsing script Tiling.material
09:41:53: Parsing script VarianceShadowmap.material
09:41:53: Parsing script emitted_emitter.particle
09:41:53: Parsing script Example-Water.particle
09:41:53: Parsing script Example.particle
09:41:53: Parsing script smoke.particle
09:41:53: Parsing script Examples.compositor
09:41:54: Parsing script deferred.compositor
09:41:54: Parsing script SSSFake.compositor
09:41:54: Parsing script Examples.compositor
09:41:54: Parsing script main.menu
09:41:54: Parsing script OneDevice.haptics
09:41:54: Parsing script TwoDevices.haptics
09:41:54: Parsing script ball.hapticScene
09:41:54: Parsing script cervix.hapticScene
09:41:54: Parsing script dog.hapticScene
09:41:54: Parsing script hand.hapticScene
09:41:54: Parsing script sample.fontdef
09:41:54: Parsing script Compositor.overlay
09:41:54: Parsing script DP3.overlay
09:41:54: Parsing script Example-CubeMapping.overlay
09:41:54: Parsing script Example-DynTex.overlay
09:41:54: Parsing script Example-Water.overlay
09:41:54: Parsing script Shadows.overlay
09:41:54: Finished parsing scripts for resource group General
09:41:54: Parsing scripts for resource group Internal
09:41:54: Finished parsing scripts for resource group Internal
09:41:54: Could not open UTF16 language file.
09:41:54: Texture: diffuse.png: Loading 1 faces(PF_R8G8B8,2048x2048x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,2048x2048x1.
09:41:55: Mesh: Loading hand.mesh.
09:41:55: Texture: specular.png: Loading 1 faces(PF_R8G8B8,2048x2048x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,2048x2048x1.
09:41:55: Texture: normal.png: Loading 1 faces(PF_R8G8B8,2048x2048x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,2048x2048x1.
09:41:56: Mesh: Loading mirena.mesh.
09:41:56: Texture: measurements.png: Loading 1 faces(PF_A8R8G8B8,226x1038x1) with 5 generated mipmaps from Image. Internal format is PF_A8R8G8B8,226x1038x1.
09:41:56: Texture: cervix_01_colour.png: Loading 1 faces(PF_R8G8B8,2048x2048x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,2048x2048x1.
09:41:56: Texture: cervix_01_spec.png: Loading 1 faces(PF_R8G8B8,1024x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1.
09:41:57: Texture: cervix_01_normal.png: Loading 1 faces(PF_A8R8G8B8,2048x2048x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,2048x2048x1.
09:41:57: *** Initializing OIS ***
09:41:58: Texture: spot_shadow_fade.png: Loading 1 faces(PF_R8G8B8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
09:42:05: PCZone Factory Type 'ZoneType_Octree' unregistered
09:42:05: PCZone Factory Type 'ZoneType_Terrain' unregistered
09:42:05: Unregistering ResourceManager for type BspLevel
09:42:05: *-*-* OGRE Shutdown
09:42:05: Unregistering ResourceManager for type Compositor
09:42:05: Unregistering ResourceManager for type Font
09:42:05: Unregistering ResourceManager for type Skeleton
09:42:05: Unregistering ResourceManager for type Mesh
09:42:05: Unregistering ResourceManager for type HighLevelGpuProgram
09:42:05: Uninstalling plugin: Octree & Terrain Scene Manager
09:42:05: Plugin successfully uninstalled
09:42:05: Unloading library .\Plugin_OctreeSceneManager_d
09:42:05: Uninstalling plugin: Octree Zone Factory
09:42:05: Plugin successfully uninstalled
09:42:05: Unloading library .\Plugin_OctreeZone_d.dll
09:42:05: Uninstalling plugin: Portal Connected Zone Scene Manager
09:42:05: Plugin successfully uninstalled
09:42:05: Unloading library .\Plugin_PCZSceneManager_d.dll
09:42:05: Uninstalling plugin: Cg Program Manager
09:42:05: Plugin successfully uninstalled
09:42:05: Unloading library .\Plugin_CgProgramManager_d
09:42:05: Uninstalling plugin: BSP Scene Manager
09:42:05: Plugin successfully uninstalled
09:42:05: Unloading library .\Plugin_BSPSceneManager_d
09:42:05: Uninstalling plugin: ParticleFX
09:42:05: Plugin successfully uninstalled
09:42:05: Unloading library .\Plugin_ParticleFX_d
09:42:05: Uninstalling plugin: GL RenderSystem
09:42:05: *** Stopping Win32GL Subsystem ***
09:42:05: Plugin successfully uninstalled
09:42:05: Unloading library .\RenderSystem_GL_d
09:42:05: Uninstalling plugin: D3D9 RenderSystem
09:42:05: D3D9 : Shutting down cleanly.
09:42:05: Unregistering ResourceManager for type Texture
09:42:05: Unregistering ResourceManager for type GpuProgram
09:42:05: D3D9 : Direct3D9 Rendering Subsystem destroyed.
09:42:05: Plugin successfully uninstalled
09:42:05: Unloading library .\RenderSystem_Direct3D9_d
09:42:05: Unregistering ResourceManager for type Material