[Fixed]Problems with MSVCP71 on Vista

SiWi

06-06-2007 10:22:38

I installed Python-Ogre on Vista and put the msvcp71.dll in the system32 folder but the MSVCP71 Error occurs. Where do I have to put the dll on Vista?

andy

06-06-2007 12:54:45

I suggest that you download the 1.0RC2(a) Snap Shot as it's built with VC8 and automatically installs the redistributables..

[b]Get it here[/b]

Cheers

Andy

SiWi

06-06-2007 14:37:31

So installed the snapshot, but I can´t run the setup.py.

andy

06-06-2007 14:53:20

You don't need to run setup.py with the installer - it does everything for you..

You should be able to open a dos box (command line) and go to \pythonogre\demos\ogre and run a demo ie "python demo_smoke.py"

Or run the demos from the programs menu as there should now be a python-ogre group with all the demos..

If you still have problems let me know the errors you see when running a demo from the command line

Andy

SiWi

07-06-2007 15:45:11

When I want to run the demos from the programs menu the command line pops up for one second and nothing happens. If I want to start the demos from command line I get the error, that it doesn´t know the command python. I don´t know the exact English Error Message, because I´m German.
It seems to be a Problem with my Python-Installation, but I never had this problem with XP. I think this is a very foolish problem and I´m very sorry for stealing your time, but i can´t fix it. :oops:

andy

08-06-2007 02:27:19

First off there is no such thing as a "foolish" problem -- send through any question and we'll answer as best we can :)

open a dos box (command window) and run...
cd \pythonogre\demos\ogre
\python25\python demo_smoke.py

(assuming you installed python 2.5 and used the default python-ogre installation directory)

Let me know what the error is (you can send me the ogre.log as well)

Cheers
Andy

SiWi

08-06-2007 09:59:53

Now I get the error:
Traceback (most recent call last):
File "C:\PythonOgre\demos\ogre\Demo_Smoke.py", line 12, in <module>
import ogre.renderer.OGRE as ogre
File "C:\Python25\lib\site-packages\ogre\renderer\OGRE\__init__.py", line 6, in <module>
from _ogre_ import *
ImportError: DLL load failed:

Now something German comes(try to translate it):
The application couldn´t be started, because the Side-by-Side Configuration isn´t valid. You find more information in the Applicationprotocoll(think thats the log?).
Is the log the Ogre Textdocument in PythonOgre/demos/Ogre ?
Here is it:
13:29:01: Creating resource group General
13:29:01: Creating resource group Internal
13:29:01: Creating resource group Autodetect
13:29:01: SceneManagerFactory for type 'DefaultSceneManager' registered.
13:29:01: Registering ResourceManager for type Material
13:29:01: Registering ResourceManager for type Mesh
13:29:02: Registering ResourceManager for type Skeleton
13:29:02: MovableObjectFactory for type 'ParticleSystem' registered.
13:29:02: OverlayElementFactory for type Panel registered.
13:29:02: OverlayElementFactory for type BorderPanel registered.
13:29:02: OverlayElementFactory for type TextArea registered.
13:29:02: Registering ResourceManager for type Font
13:29:02: ArchiveFactory for archive type FileSystem registered.
13:29:02: ArchiveFactory for archive type Zip registered.
13:29:02: FreeImage version: 3.9.2
13:29:02: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
13:29:02: 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
13:29:02: DDS codec registering
13:29:02: Registering ResourceManager for type HighLevelGpuProgram
13:29:02: Registering ResourceManager for type Compositor
13:29:02: MovableObjectFactory for type 'Entity' registered.
13:29:02: MovableObjectFactory for type 'Light' registered.
13:29:02: MovableObjectFactory for type 'BillboardSet' registered.
13:29:02: MovableObjectFactory for type 'ManualObject' registered.
13:29:02: MovableObjectFactory for type 'BillboardChain' registered.
13:29:02: MovableObjectFactory for type 'RibbonTrail' registered.
13:29:02: Loading library ../../plugins\RenderSystem_GL.dll
13:29:02: Installing plugin: GL RenderSystem
13:29:02: OpenGL Rendering Subsystem created.
13:29:02: Plugin successfully installed
13:29:02: Loading library ../../plugins\RenderSystem_Direct3D9.dll
13:29:02: Installing plugin: D3D9 RenderSystem
13:29:02: D3D9 : Direct3D9 Rendering Subsystem created.
13:29:02: D3D9: Driver Detection Starts
13:29:02: D3D9: Driver Detection Ends
13:29:02: Plugin successfully installed
13:29:02: Loading library ../../plugins\Plugin_ParticleFX.dll
13:29:02: Installing plugin: ParticleFX
13:29:02: Particle Emitter Type 'Point' registered
13:29:02: Particle Emitter Type 'Box' registered
13:29:02: Particle Emitter Type 'Ellipsoid' registered
13:29:02: Particle Emitter Type 'Cylinder' registered
13:29:02: Particle Emitter Type 'Ring' registered
13:29:02: Particle Emitter Type 'HollowEllipsoid' registered
13:29:02: Particle Affector Type 'LinearForce' registered
13:29:02: Particle Affector Type 'ColourFader' registered
13:29:02: Particle Affector Type 'ColourFader2' registered
13:29:02: Particle Affector Type 'ColourImage' registered
13:29:02: Particle Affector Type 'ColourInterpolator' registered
13:29:02: Particle Affector Type 'Scaler' registered
13:29:02: Particle Affector Type 'Rotator' registered
13:29:02: Particle Affector Type 'DirectionRandomiser' registered
13:29:02: Particle Affector Type 'DeflectorPlane' registered
13:29:02: Plugin successfully installed
13:29:02: Loading library ../../plugins\Plugin_BSPSceneManager.dll
13:29:02: Installing plugin: BSP Scene Manager
13:29:02: Plugin successfully installed
13:29:02: Loading library ../../plugins\Plugin_OctreeSceneManager.dll
13:29:02: Installing plugin: Octree & Terrain Scene Manager
13:29:02: Plugin successfully installed
13:29:02: Loading library ../../plugins\Plugin_CgProgramManager.dll
13:29:02: Installing plugin: Cg Program Manager
13:29:02: Plugin successfully installed
13:29:02: *-*-* OGRE Initialising
13:29:02: *-*-* Version 1.4.0 (Eihort)
13:29:02: Creating resource group Bootstrap
13:29:02: Added resource location '../media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'
13:29:02: Added resource location '../media' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/fonts' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/sounds' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/Audio' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/materials/programs' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/materials/scripts' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/materials/textures' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/models' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/overlays' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/particle' of type 'FileSystem' to resource group 'General'
13:29:02: Added resource location '../media/packs/cubemap.zip' of type 'Zip' to resource group 'General'
13:29:02: Added resource location '../media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'
13:29:02: Added resource location '../media/packs/dragon.zip' of type 'Zip' to resource group 'General'
13:29:02: Added resource location '../media/packs/fresneldemo.zip' of type 'Zip' to resource group 'General'
13:29:02: Added resource location '../media/packs/ogretestmap.zip' of type 'Zip' to resource group 'General'
13:29:02: Added resource location '../media/packs/skybox.zip' of type 'Zip' to resource group 'General'
13:29:02: D3D9 : RenderSystem Option: Allow NVPerfHUD = No
13:29:02: D3D9 : RenderSystem Option: Anti aliasing = None
13:29:02: D3D9 : RenderSystem Option: Floating-point mode = Fastest
13:29:02: D3D9 : RenderSystem Option: Full Screen = Yes
13:29:02: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7600 GT
13:29:02: D3D9 : RenderSystem Option: VSync = No
13:29:02: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour
13:29:04: CPU Identifier & Features
13:29:04: -------------------------
13:29:04: * CPU ID: GenuineIntel: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
13:29:04: * SSE: yes
13:29:04: * SSE2: yes
13:29:04: * SSE3: yes
13:29:04: * MMX: yes
13:29:04: * MMXEXT: yes
13:29:04: * 3DNOW: no
13:29:04: * 3DNOWEXT: no
13:29:04: * CMOV: yes
13:29:04: * TSC: yes
13:29:04: * FPU: yes
13:29:04: * PRO: yes
13:29:04: * HT: no
13:29:04: -------------------------
13:29:04: D3D9 : Subsystem Initialising
13:29:04: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 fullscreen miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false
13:29:04: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp
13:29:04: Registering ResourceManager for type Texture
13:29:04: Registering ResourceManager for type GpuProgram
13:29:04: D3D9: Vertex texture format supported - PF_FLOAT32_RGB
13:29:04: D3D9: Vertex texture format supported - PF_FLOAT32_RGBA
13:29:04: D3D9: Vertex texture format supported - PF_FLOAT32_R
13:29:04: RenderSystem capabilities
13:29:04: -------------------------
13:29:04: * Hardware generation of mipmaps: yes
13:29:04: * Texture blending: yes
13:29:04: * Anisotropic texture filtering: yes
13:29:04: * Dot product texture operation: yes
13:29:04: * Cube mapping: yes
13:29:04: * Hardware stencil buffer: yes
13:29:04: - Stencil depth: 8
13:29:04: - Two sided stencil support: yes
13:29:04: - Wrap stencil values: yes
13:29:04: * Hardware vertex / index buffers: yes
13:29:04: * Vertex programs: yes
13:29:04: - Max vertex program version: vs_3_0
13:29:04: * Fragment programs: yes
13:29:04: - Max fragment program version: ps_3_0
13:29:04: * Texture Compression: yes
13:29:04: - DXT: yes
13:29:04: - VTC: no
13:29:04: * Scissor Rectangle: yes
13:29:04: * Hardware Occlusion Query: yes
13:29:04: * User clip planes: yes
13:29:04: * VET_UBYTE4 vertex element type: yes
13:29:04: * Infinite far plane projection: yes
13:29:04: * Hardware render-to-texture: yes
13:29:04: * Floating point textures: yes
13:29:04: * Non-power-of-two textures: yes
13:29:04: * Volume textures: yes
13:29:04: * Multiple Render Targets: 4
13:29:04: * Point Sprites: yes
13:29:04: * Extended point parameters: yes
13:29:04: * Max Point Size: 8192
13:29:04: * Vertex texture fetch: yes
13:29:04: - Max vertex textures: 4
13:29:04: - Vertex textures shared: no
13:29:04: ***************************************
13:29:04: *** D3D9 : Subsystem Initialised OK ***
13:29:04: ***************************************
13:29:04: ResourceBackgroundQueue - threading disabled
13:29:04: Particle Renderer Type 'billboard' registered
13:29:04: SceneManagerFactory for type 'OctreeSceneManager' registered.
13:29:04: SceneManagerFactory for type 'TerrainSceneManager' registered.
13:29:04: SceneManagerFactory for type 'BspSceneManager' registered.
13:29:04: Registering ResourceManager for type BspLevel
13:29:04: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0
13:29:04: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600
13:29:04: Parsing scripts for resource group Autodetect
13:29:04: Finished parsing scripts for resource group Autodetect
13:29:04: Parsing scripts for resource group Bootstrap
13:29:04: Parsing script OgreCore.material
13:29:04: Parsing script OgreProfiler.material
13:29:04: Parsing script Ogre.fontdef
13:29:04: Parsing script OgreDebugPanel.overlay
13:29:04: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
13:29:04: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
13:29:04: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
13:29:04: Font BlueHighwayusing texture size 512x512
13:29:04: Info: Freetype returned null for character 127 in font BlueHighway
13:29:04: Info: Freetype returned null for character 128 in font BlueHighway
13:29:04: Info: Freetype returned null for character 129 in font BlueHighway
13:29:04: Info: Freetype returned null for character 130 in font BlueHighway
13:29:04: Info: Freetype returned null for character 131 in font BlueHighway
13:29:04: Info: Freetype returned null for character 132 in font BlueHighway
13:29:04: Info: Freetype returned null for character 133 in font BlueHighway
13:29:04: Info: Freetype returned null for character 134 in font BlueHighway
13:29:04: Info: Freetype returned null for character 135 in font BlueHighway
13:29:04: Info: Freetype returned null for character 136 in font BlueHighway
13:29:04: Info: Freetype returned null for character 137 in font BlueHighway
13:29:04: Info: Freetype returned null for character 138 in font BlueHighway
13:29:04: Info: Freetype returned null for character 139 in font BlueHighway
13:29:04: Info: Freetype returned null for character 140 in font BlueHighway
13:29:04: Info: Freetype returned null for character 141 in font BlueHighway
13:29:04: Info: Freetype returned null for character 142 in font BlueHighway
13:29:04: Info: Freetype returned null for character 143 in font BlueHighway
13:29:04: Info: Freetype returned null for character 144 in font BlueHighway
13:29:04: Info: Freetype returned null for character 145 in font BlueHighway
13:29:04: Info: Freetype returned null for character 146 in font BlueHighway
13:29:04: Info: Freetype returned null for character 147 in font BlueHighway
13:29:04: Info: Freetype returned null for character 148 in font BlueHighway
13:29:04: Info: Freetype returned null for character 149 in font BlueHighway
13:29:04: Info: Freetype returned null for character 150 in font BlueHighway
13:29:04: Info: Freetype returned null for character 151 in font BlueHighway
13:29:04: Info: Freetype returned null for character 152 in font BlueHighway
13:29:04: Info: Freetype returned null for character 153 in font BlueHighway
13:29:04: Info: Freetype returned null for character 154 in font BlueHighway
13:29:04: Info: Freetype returned null for character 155 in font BlueHighway
13:29:04: Info: Freetype returned null for character 156 in font BlueHighway
13:29:04: Info: Freetype returned null for character 157 in font BlueHighway
13:29:04: Info: Freetype returned null for character 158 in font BlueHighway
13:29:04: Info: Freetype returned null for character 159 in font BlueHighway
13:29:04: Info: Freetype returned null for character 160 in font BlueHighway
13:29:04: Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
13:29:04: Texture: ogretext.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
13:29:04: Parsing script OgreLoadingPanel.overlay
13:29:04: Finished parsing scripts for resource group Bootstrap
13:29:04: Parsing scripts for resource group General
13:29:04: Parsing script Examples.program
13:29:04: OGRE EXCEPTION(2:InvalidParametersException): Parameter called ambient does not exist. in GpuProgramParameters::_findNamedConstantDefinition at \Development\ogrenew\OgreMain\src\OgreGpuProgram.cpp (line 868)
13:29:04: Error at line 94 of Examples.program: Invalid param_named_auto attribute - Parameter called ambient does not exist.
13:29:04: Parsing script StdQuad_vp.program
13:29:04: Parsing script BlackAndWhite.material
13:29:04: Parsing script Bloom.material
13:29:04: Parsing script Civic.material
13:29:04: Parsing script CustomShadows.material
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowcastervp.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/ShadowCasterVP/Cg encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowcasterfp.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/ShadowCasterFP/Cg encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowcastervp.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/ShadowCasterVP/HLSL encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowcasterfp.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/ShadowCasterFP/HLSL encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowreceivervp.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/ShadowReceiverVP/Cg encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowreceiverfp.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/ShadowReceiverFP/Cg encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowreceivervp.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/ShadowReceiverVP/HLSL encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowreceiverfp.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/ShadowReceiverFP/HLSL encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource SimpleShaderVP.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/SimpleShaderVP/Cg encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource SimpleShaderVP.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/SimpleShaderVP/HLSL encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource SimpleShaderFP.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/SimpleShaderFP/HLSL encountered an error during loading and is thus not supported.
13:29:04: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource SimpleShaderFP.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:04: High-level program CustomShadows/SimpleShaderFP/Cg encountered an error during loading and is thus not supported.
13:29:04: Parsing script DepthShadowmap.material
13:29:04: Parsing script DOF.material
13:29:04: Parsing script Embossed.material
13:29:04: Parsing script Example-DynTex.material
13:29:04: Parsing script Example-Water.material
13:29:04: Parsing script Example.material
13:29:04: Parsing script Examples-Advanced.material
13:29:04: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fresnelBias does not exist. in GpuProgramParameters::_findNamedConstantDefinition at \Development\ogrenew\OgreMain\src\OgreGpuProgram.cpp (line 868)
13:29:04: Error in material Examples/FresnelReflectionRefraction at line 662 of Examples-Advanced.material: Invalid param_named attribute - Parameter called fresnelBias does not exist.
13:29:04: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fresnelScale does not exist. in GpuProgramParameters::_findNamedConstantDefinition at \Development\ogrenew\OgreMain\src\OgreGpuProgram.cpp (line 868)
13:29:04: Error in material Examples/FresnelReflectionRefraction at line 663 of Examples-Advanced.material: Invalid param_named attribute - Parameter called fresnelScale does not exist.
13:29:04: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fresnelPower does not exist. in GpuProgramParameters::_findNamedConstantDefinition at \Development\ogrenew\OgreMain\src\OgreGpuProgram.cpp (line 868)
13:29:04: Error in material Examples/FresnelReflectionRefraction at line 664 of Examples-Advanced.material: Invalid param_named attribute - Parameter called fresnelPower does not exist.
13:29:04: OGRE EXCEPTION(2:InvalidParametersException): Parameter called distortionRange does not exist. in GpuProgramParameters::_findNamedConstantDefinition at \Development\ogrenew\OgreMain\src\OgreGpuProgram.cpp (line 868)
13:29:04: Error in material Examples/FresnelReflectionRefraction at line 673 of Examples-Advanced.material: Invalid param_named attribute - Parameter called distortionRange does not exist.
13:29:04: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fresnelBias does not exist. in GpuProgramParameters::_findNamedConstantDefinition at \Development\ogrenew\OgreMain\src\OgreGpuProgram.cpp (line 868)
13:29:04: Error in material Examples/FresnelReflectionRefraction at line 716 of Examples-Advanced.material: Invalid param_named attribute - Parameter called fresnelBias does not exist.
13:29:04: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fresnelScale does not exist. in GpuProgramParameters::_findNamedConstantDefinition at \Development\ogrenew\OgreMain\src\OgreGpuProgram.cpp (line 868)
13:29:04: Error in material Examples/FresnelReflectionRefraction at line 717 of Examples-Advanced.material: Invalid param_named attribute - Parameter called fresnelScale does not exist.
13:29:04: OGRE EXCEPTION(2:InvalidParametersException): Parameter called fresnelPower does not exist. in GpuProgramParameters::_findNamedConstantDefinition at \Development\ogrenew\OgreMain\src\OgreGpuProgram.cpp (line 868)
13:29:04: Error in material Examples/FresnelReflectionRefraction at line 718 of Examples-Advanced.material: Invalid param_named attribute - Parameter called fresnelPower does not exist.
13:29:05: Parsing script facial.material
13:29:05: Parsing script Glass.material
13:29:05: Parsing script hdr.material
13:29:05: Parsing script HeatVision.material
13:29:05: Parsing script Hurt.material
13:29:05: Parsing script instancing.material
13:29:05: Parsing script Invert.material
13:29:05: Parsing script Laplace.material
13:29:05: Parsing script MotionBlur.material
13:29:05: Parsing script Ocean.material
13:29:05: Parsing script OffsetMapping.material
13:29:05: Parsing script Ogre.material
13:29:05: Parsing script OldMovie.material
13:29:05: Parsing script OldTV.material
13:29:05: Parsing script PlaneOptimalShadows.material
13:29:05: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowcastervp.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:05: High-level program PlaneOptimalShadows/ShadowCasterVP/Cg encountered an error during loading and is thus not supported.
13:29:05: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowcasterfp.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:05: High-level program PlaneOptimalShadows/ShadowCasterFP/Cg encountered an error during loading and is thus not supported.
13:29:05: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowcastervp.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:05: High-level program PlaneOptimalShadows/ShadowCasterVP/HLSL encountered an error during loading and is thus not supported.
13:29:05: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowcasterfp.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:05: High-level program PlaneOptimalShadows/ShadowCasterFP/HLSL encountered an error during loading and is thus not supported.
13:29:05: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowreceivervp.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:05: High-level program PlaneOptimalShadows/ShadowReceiverVP/Cg encountered an error during loading and is thus not supported.
13:29:05: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowreceiverfp.cg in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:05: High-level program PlaneOptimalShadows/ShadowReceiverFP/Cg encountered an error during loading and is thus not supported.
13:29:05: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowreceivervp.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:05: High-level program PlaneOptimalShadows/ShadowReceiverVP/HLSL encountered an error during loading and is thus not supported.
13:29:05: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource customshadowreceiverfp.hlsl in resource group General or any other group. in ResourceGroupManager::openResource at \Development\ogrenew\OgreMain\src\OgreResourceGroupManager.cpp (line 603)
13:29:05: High-level program PlaneOptimalShadows/ShadowReceiverFP/HLSL encountered an error during loading and is thus not supported.
13:29:05: Parsing script Posterize.material
13:29:05: Parsing script RZR-002.material
13:29:05: Parsing script Scene.material
13:29:05: Parsing script SharpenEdges.material
13:29:05: Parsing script smoke.material
13:29:05: Parsing script Tiling.material
13:29:05: Parsing script Tower.material
13:29:05: Parsing script VarianceShadowmap.material
13:29:05: Parsing script zombie.material
13:29:05: Parsing script fresnelenviron.material
13:29:05: Parsing script Examples.compositor
13:29:05: Parsing script sample.fontdef
13:29:05: Parsing script emitted_emitter.particle
13:29:05: Parsing script Example-Water.particle
13:29:05: Parsing script Example.particle
13:29:05: Parsing script smoke.particle
13:29:05: Parsing script Compositor.overlay
13:29:05: Parsing script DP3.overlay
13:29:05: Parsing script Example-CubeMapping.overlay
13:29:05: Parsing script Example-DynTex.overlay
13:29:05: Parsing script Example-Water.overlay
13:29:05: Parsing script Shadows.overlay
13:29:05: Finished parsing scripts for resource group General
13:29:05: Parsing scripts for resource group Internal
13:29:05: Finished parsing scripts for resource group Internal
13:29:05: Mesh: Loading robot.mesh.
13:29:05: Skeleton: Loading robot.skeleton
13:29:05: Texture: r2skin.jpg: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
13:29:19: Unregistering ResourceManager for type BspLevel
13:29:19: *-*-* OGRE Shutdown
13:29:19: Unregistering ResourceManager for type Compositor
13:29:19: Unregistering ResourceManager for type Font
13:29:19: Unregistering ResourceManager for type Skeleton
13:29:19: Unregistering ResourceManager for type Mesh
13:29:19: Unregistering ResourceManager for type HighLevelGpuProgram
13:29:19: Uninstalling plugin: Cg Program Manager
13:29:19: Plugin successfully uninstalled
13:29:19: Unloading library ../../plugins\Plugin_CgProgramManager.dll
13:29:19: Uninstalling plugin: Octree & Terrain Scene Manager
13:29:19: Plugin successfully uninstalled
13:29:19: Unloading library ../../plugins\Plugin_OctreeSceneManager.dll
13:29:19: Uninstalling plugin: BSP Scene Manager
13:29:19: Plugin successfully uninstalled
13:29:19: Unloading library ../../plugins\Plugin_BSPSceneManager.dll
13:29:19: Uninstalling plugin: ParticleFX
13:29:19: Plugin successfully uninstalled
13:29:19: Unloading library ../../plugins\Plugin_ParticleFX.dll
13:29:19: Uninstalling plugin: D3D9 RenderSystem
13:29:19: Render Target 'OGRE Render Window' Average FPS: 1299.45 Best FPS: 1495.5 Worst FPS: 999
13:29:19: D3D9 : Shutting down cleanly.
13:29:19: Unregistering ResourceManager for type Texture
13:29:19: Unregistering ResourceManager for type GpuProgram
13:29:19: D3D9 : Direct3D9 Rendering Subsystem destroyed.
13:29:19: Plugin successfully uninstalled
13:29:19: Unloading library ../../plugins\RenderSystem_Direct3D9.dll
13:29:19: Uninstalling plugin: GL RenderSystem
13:29:19: *** Stopping Win32GL Subsystem ***
13:29:19: Plugin successfully uninstalled
13:29:19: Unloading library ../../plugins\RenderSystem_GL.dll
13:29:19: Unregistering ResourceManager for type Material

andy

11-06-2007 05:12:43

Can you try the latest version (RC2c) as I've tested it on Vista (with success) and perhaps the updates to the media files will solve your issues

Cheers
Andy

SiWi

12-06-2007 16:21:01

've done a small amount of testing (ran 4 or 5 demos) on Vista without any problems.

There is one user on the board that isn't having any joy but I haven't heard back from him regarding his testing of RC2

Andy..


I think I am this user.
I tested RC2 today and the funny thing about is I don´t get the old error, but it doesn´t find the MSVCP71.dll again.
Where do i have to put the dll?

andy

13-06-2007 00:14:33

Did you download and reinstall the latest RC2(c) versoin?

Andy

SiWi

13-06-2007 14:04:25

yes, i downloaded the latest rc2. With the latest rc2 MSVCP71.dll is missing. The same with RC1. With RC2 snapshot I got the erorr 4 posts above.

andy

13-06-2007 14:09:12

Python-Ogre doesn't use that DLL, however Python does...

Do you want to check it's in the same directory as your Python.exe

Perhaps a resintall of Python 2.5, followed by Python-Ogre??

Andy

SiWi

13-06-2007 15:54:53

I did so, but i get the dll missing error again. I also put it into the Python25 folder. Something you should notice is that i use Vista x64. On which platform did you do your testing, andy?
Should i try all new svn versions coming up?

SiWi

21-06-2007 15:19:55

You have to put the dll in the demo folders(Ogre or GUI, etc.)
I tried this with another version of(seems to be so) the dll before and it didn´t work.
I think the version its working with is from www.dll-files.com.
It would be great if you could put an correct version of the dll in the demo folders for all those Vista Home Premium 64-bit users. :D
putting the same dll in the system32 folder didn´t work. (Why?) So you really have to put in the demos folder.