Demos not run

pepote

15-04-2006 21:01:09

When I try "Debug>start new instance" to run a demo-project from OgreDotNet.sln I obtain some errors:

System.Runtime.InteropServices.SEHException occurred
Message="External component has thrown an exception."
Source="OgreDotNet"
ErrorCode=-2147467259
StackTrace:
at OgreDotNet.OgreBindingsPINVOKE.ResourceGroupManager_addResourceLocation__SWIG_1(HandleRef jarg1, String jarg2, String jarg3, String jarg4)
at OgreDotNet.ResourceGroupManager.addResourceLocation(String name, String locType, String resGroup)
at OgreDotNet.ExampleApplication.SetupResources(String sFileName)
at OgreDotNet.ExampleApplication.Setup()
at OgreDotNet.ExampleApplication.Start()
at DemoCustomObjects.cDemoCustomObjects.Main(String[] args) in C:\OgreSDK\ogreaddons\ogredotnet\Samples\DemoCustomObjects\DemoCustomObjects.cs:line 215


If I make a new project with Math3D and OgreDotNet references and the code for first tutorial of wiki I obtain the next one:
System.TypeInitializationException was unhandled
Message="The type initializer for 'OgreDotNet.OgreBindingsPINVOKE' threw an exception."
Source="OgreDotNet"
TypeName="OgreDotNet.OgreBindingsPINVOKE"
StackTrace:
at OgreDotNet.OgreBindingsPINVOKE.new_Root__SWIG_3()
at OgreDotNet.Root..ctor()
at OgreDotNet.ExampleApplication.Setup()
at OgreDotNet.ExampleApplication.Start()
at TutorialApplication1.TutorialApplication.Main(String[] args) in C:\OgreSDK\samples\Project1\Project1\TutorialApplication1.cs:line 17
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()


Can anybody help me?

rastaman

15-04-2006 23:26:19

for the OgreDotNet Samples, in project properties/debug set the working directory to ogredotnet\Bin\Debug. this can't use a reletive path VS so you just have to set this you self.

for you new project, make sure you copy all the dlls and cfg files to projectdir/bin/debug then edit the resources.cfg and correct the paths to the Media directory.

pepote

16-04-2006 00:14:16

I put directory media, directory Plugins, dlls and cfg in myproject/bin/debug

So I write in resources.cfg the paths *any* = media/*any*

But I can't load the media...

fennec

16-04-2006 09:37:50

You should try to launch the program from command line, not within VS because sometimes i can see exceptions on command line that i can't see in VS output windows.

pepote

16-04-2006 10:48:23

How I do it?

If you already have runing one solution with Ogre in another directory against ogre or ogredotnet bin/debug, can you show me your resources.cfg?

I think is a path rutes problem. Because when I up comment the line of Root root = new Root(). The debugger break onto addResourceListener, and in console stop in the ferst line OgreCore.zip. But not throw me a specific failiure, only the exception I put above.

pepote

16-04-2006 11:14:29

I solved the problem put in the same folder project file, media directory, Plugins directory, all *.dll, all *.cdf and sources of project (*cs).

Then I put in:

- Plugins.cfg -> PluginFolder =./Plugin
- resources.cfg-> FileSystem = ./media

And program run successfully.

parnell

22-04-2006 12:18:08

This application has failed to start because MSVCP80D.dll was not found. Re-installing the application my fix this problem.

... get this when i try to run the demos. i made a new folder for the demos with all of the required dlls and just running the executables... that kosher?

tried to manually put the debug msvc dlls in the folder... that made it mad :) it said i needed to use a manifest to use debug dlls.

update: did some homework, appears that 2005 express has no redist folder and is missing the things i would need to make these work as a "side by side assembly". Thinking i may be f'd until i get vs standard or pro.




Creating resource group General
Creating resource group Internal
Creating resource group Autodetect
Registering ResourceManager for type Material
Registering ResourceManager for type Mesh
Registering ResourceManager for type Skeleton
MovableObjectFactory for type 'ParticleSystem' registered.
Loading library OgrePlatform_d.dll
OverlayElementFactory for type Panel registered.
OverlayElementFactory for type BorderPanel registered.
OverlayElementFactory for type TextArea registered.
Registering ResourceManager for type Font
ArchiveFactory for archive type FileSystem registered.
ArchiveFactory for archive type Zip registered.
DevIL version: Developer's Image Library (DevIL) 1.6.7 Nov 9 2005
DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mn
g jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda ic
b vst tif tiff wal xpm raw
Registering ResourceManager for type HighLevelGpuProgram
Registering ResourceManager for type Compositor
MovableObjectFactory for type 'Entity' registered.
MovableObjectFactory for type 'Light' registered.
MovableObjectFactory for type 'BillboardSet' registered.
MovableObjectFactory for type 'ManualObject' registered.
MovableObjectFactory for type 'BillboardChain' registered.
MovableObjectFactory for type 'RibbonTrail' registered.
Loading library .\RenderSystem_Direct3D9
D3D9 : Direct3D9 Rendering Subsystem created.
D3D9: Driver Detection Starts
D3D9: Driver Detection Ends
Loading library .\RenderSystem_GL
OpenGL Rendering Subsystem created.
Loading library .\Plugin_ParticleFX
### Exception External component has thrown an exception.
OgreDotNet
at OgreDotNet.OgreBindingsPINVOKE.new_Root__SWIG_3()
at OgreDotNet.Root..ctor() in C:\OgreSDK\ogreaddons\ogredotnet\OgreNet\Root.c
s:line 100
at OgreDotNet.ExampleApplication.Setup() in C:\OgreSDK\ogreaddons\ogredotnet\
OgreNet\Custom\ExampleApplication.cs:line 69
at OgreDotNet.ExampleApplication.Start() in C:\OgreSDK\ogreaddons\ogredotnet\
OgreNet\Custom\ExampleApplication.cs:line 56
at DemoCEGUI.CEGUIApplication.Main(String[] args) in C:\OgreSDK\ogreaddons\og
redotnet\DemoCEGUI\CEGUIApplication.cs:line 210



**UPdate** i think i ifigured it out, i'm going to build particlefx on my machine, i never built it locally.

parnell

22-04-2006 23:49:30

now i'm having another problem: resource manager won't load, ... Looks like i might be missing a folder... any idea which one?
C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug>democegui
Creating resource group General
Creating resource group Internal
Creating resource group Autodetect
Registering ResourceManager for type Material
Registering ResourceManager for type Mesh
Registering ResourceManager for type Skeleton
MovableObjectFactory for type 'ParticleSystem' registered.
Loading library OgrePlatform_d.dll
OverlayElementFactory for type Panel registered.
OverlayElementFactory for type BorderPanel registered.
OverlayElementFactory for type TextArea registered.
Registering ResourceManager for type Font
ArchiveFactory for archive type FileSystem registered.
ArchiveFactory for archive type Zip registered.
DevIL version: Developer's Image Library (DevIL) 1.6.7 Nov 9 2005
DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mn
g jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda ic
b vst tif tiff wal xpm raw
Registering ResourceManager for type HighLevelGpuProgram
Registering ResourceManager for type Compositor
MovableObjectFactory for type 'Entity' registered.
MovableObjectFactory for type 'Light' registered.
MovableObjectFactory for type 'BillboardSet' registered.
MovableObjectFactory for type 'ManualObject' registered.
MovableObjectFactory for type 'BillboardChain' registered.
MovableObjectFactory for type 'RibbonTrail' registered.
Loading library .\RenderSystem_Direct3D9
D3D9 : Direct3D9 Rendering Subsystem created.
D3D9: Driver Detection Starts
D3D9: Driver Detection Ends
Loading library .\RenderSystem_GL
OpenGL Rendering Subsystem created.
Loading library .\Plugin_ParticleFX
Particle Emitter Type 'Point' registered
Particle Emitter Type 'Box' registered
Particle Emitter Type 'Ellipsoid' registered
Particle Emitter Type 'Cylinder' registered
Particle Emitter Type 'Ring' registered
Particle Emitter Type 'HollowEllipsoid' registered
Particle Affector Type 'LinearForce' registered
Particle Affector Type 'ColourFader' registered
Particle Affector Type 'ColourFader2' registered
Particle Affector Type 'ColourImage' registered
Particle Affector Type 'ColourInterpolator' registered
Particle Affector Type 'Scaler' registered
Particle Affector Type 'Rotator' registered
Particle Affector Type 'DirectionRandomiser' registered
Particle Affector Type 'DeflectorPlane' registered
*-*-* OGRE Initialising
*-*-* Version 1.2.0 (Dagon)
Creating resource group Bootstrap
Added resource location 'C:/OgreSDK/media/packs/OgreCore.zip' of type 'Zip' to r
esource group 'Bootstrap'
Added resource location 'C:/OgreSDK/media/packs/skybox.zip' of type 'Zip' to res
ource group 'General'
Added resource location 'C:/OgreSDK/media/fonts' of type 'FileSystem' to resourc
e group 'General'
Added resource location 'C:/OgreSDK/media/particle' of type 'FileSystem' to reso
urce group 'General'
Added resource location 'C:/OgreSDK/media/models' of type 'FileSystem' to resour
ce group 'General'
Added resource location 'C:/OgreSDK/media/materials/textures' of type 'FileSyste
m' to resource group 'General'
Added resource location 'C:/OgreSDK/media/materials/scripts' of type 'FileSystem
' to resource group 'General'
Added resource location 'C:/OgreSDK/media/gui' of type 'FileSystem' to resource
group 'General'
### Exception External component has thrown an exception.
OgreDotNet
at OgreDotNet.OgreBindingsPINVOKE.ResourceGroupManager_addResourceLocation__S
WIG_1(HandleRef jarg1, String jarg2, String jarg3, String jarg4)
at OgreDotNet.ResourceGroupManager.addResourceLocation(String name, String lo
cType, String resGroup) in C:\OgreSDK\ogreaddons\ogredotnet\OgreNet\ResourceGrou
pManager.cs:line 172
at OgreDotNet.ExampleApplication.SetupResources(String sFileName) in C:\OgreS
DK\ogreaddons\ogredotnet\OgreNet\Custom\ExampleApplication.cs:line 133
at OgreDotNet.ExampleApplication.Setup() in C:\OgreSDK\ogreaddons\ogredotnet\
OgreNet\Custom\ExampleApplication.cs:line 71
at OgreDotNet.ExampleApplication.Start() in C:\OgreSDK\ogreaddons\ogredotnet\
OgreNet\Custom\ExampleApplication.cs:line 56
at DemoCEGUI.CEGUIApplication.Main(String[] args) in C:\OgreSDK\ogreaddons\og
redotnet\DemoCEGUI\CEGUIApplication.cs:line 210
### Exception Attempted to read or write protected memory. This is often an ind
ication that other memory is corrupt.
CeguiDotNet
at CeguiDotNet.CeguiBindingsPINVOKE.WindowManager_destroyAllWindows(HandleRef
jarg1)
at CeguiDotNet.WindowManager.destroyAllWindows() in C:\OgreSDK\ogreaddons\ogr
edotnet\CeguiNet\WindowManager.cs:line 107
at DemoCEGUI.CEGUIApplication.Dispose() in C:\OgreSDK\ogreaddons\ogredotnet\D
emoCEGUI\CEGUIApplication.cs:line 195
at DemoCEGUI.CEGUIApplication.Main(String[] args) in C:\OgreSDK\ogreaddons\og
redotnet\DemoCEGUI\CEGUIApplication.cs:line 220
*-*-* OGRE Shutdown
Unregistering ResourceManager for type Compositor
Unregistering ResourceManager for type Font

Unhandled Exception: System.AccessViolationException: Attempted to read or write
protected memory. This is often an indication that other memory is corrupt.
at OgreDotNet.OgreBindingsPINVOKE.delete_Root(HandleRef jarg1)
at OgreDotNet.Root.Dispose()
at OgreDotNet.Root.Finalize()

C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug>


**update** i feel dumb, the resource.cfg was pointing to an invalid directory (would be nice if it would do checking before loading!)

pepote

22-04-2006 23:55:58

I advice you copy media directory from Ogre/bin. Also all dlls in this directory and the dlls of OgreDotNet. Put all items in your project directory. Then configure the project modifing the working directory and debug with the same place as all items.

Note: Load references from your project directory, no from ogre directory. And turn false option "copy file in out put directory". Because in debug task will try replace the files you include in project.

parnell

23-04-2006 00:32:31

well... i tried updating the resources.cfg


[Bootstrap]
Zip=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/packs/OgreCore.zip
# Resource locations to be added to the default path
[General]
Zip=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/packs/skybox.zip
Zip=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/packs/cubemap.zip
Zip=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/packs/cubemapsJS.zip
Zip=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/packs/dragon.zip
Zip=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/packs/fresneldemo.zip
Zip=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/packs/ogretestmap.zip
Zip=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/packs/skybox.zip
Zip=C:/OgreSDK/ogreaddons/ogredotnet/Samples/Media/zip/Mountain.zip
Zip=C:/OgreSDK/ogreaddons/ogredotnet/Samples/Media/zip/Starfield.zip
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/fonts
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/particle
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/models
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/materials/textures
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/materials/scripts
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/gui

FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Samples/Media


and i got these errors still... is the compositor broken?

C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug>demorsq > output.txt
Creating resource group General
Creating resource group Internal
Creating resource group Autodetect
Registering ResourceManager for type Material
Registering ResourceManager for type Mesh
Registering ResourceManager for type Skeleton
MovableObjectFactory for type 'ParticleSystem' registered.
Loading library OgrePlatform_d.dll
OverlayElementFactory for type Panel registered.
OverlayElementFactory for type BorderPanel registered.
OverlayElementFactory for type TextArea registered.
Registering ResourceManager for type Font
ArchiveFactory for archive type FileSystem registered.
ArchiveFactory for archive type Zip registered.
DevIL version: Developer's Image Library (DevIL) 1.6.7 Nov 9 2005
DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mn
g jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda ic
b vst tif tiff wal xpm raw
Registering ResourceManager for type HighLevelGpuProgram
Registering ResourceManager for type Compositor
MovableObjectFactory for type 'Entity' registered.
MovableObjectFactory for type 'Light' registered.
MovableObjectFactory for type 'BillboardSet' registered.
MovableObjectFactory for type 'ManualObject' registered.
MovableObjectFactory for type 'BillboardChain' registered.
MovableObjectFactory for type 'RibbonTrail' registered.
Loading library .\RenderSystem_Direct3D9
D3D9 : Direct3D9 Rendering Subsystem created.
D3D9: Driver Detection Starts
D3D9: Driver Detection Ends
Loading library .\RenderSystem_GL
OpenGL Rendering Subsystem created.
Loading library .\Plugin_ParticleFX
Particle Emitter Type 'Point' registered
Particle Emitter Type 'Box' registered
Particle Emitter Type 'Ellipsoid' registered
Particle Emitter Type 'Cylinder' registered
Particle Emitter Type 'Ring' registered
Particle Emitter Type 'HollowEllipsoid' registered
Particle Affector Type 'LinearForce' registered
Particle Affector Type 'ColourFader' registered
Particle Affector Type 'ColourFader2' registered
Particle Affector Type 'ColourImage' registered
Particle Affector Type 'ColourInterpolator' registered
Particle Affector Type 'Scaler' registered
Particle Affector Type 'Rotator' registered
Particle Affector Type 'DirectionRandomiser' registered
Particle Affector Type 'DeflectorPlane' registered
*-*-* OGRE Initialising
*-*-* Version 1.2.0 (Dagon)
Creating resource group Bootstrap
Added resource location 'C:/OgreSDK/media/packs/OgreCore.zip' of type 'Zip' to r
esource group 'Bootstrap'
Added resource location 'C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/packs/
skybox.zip' of type 'Zip' to resource group 'General'
Added resource location 'C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/fonts'
of type 'FileSystem' to resource group 'General'
Added resource location 'C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/partic
le' of type 'FileSystem' to resource group 'General'
Added resource location 'C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/models
' of type 'FileSystem' to resource group 'General'
Added resource location 'C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/materi
als/textures' of type 'FileSystem' to resource group 'General'
Added resource location 'C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/materi
als/scripts' of type 'FileSystem' to resource group 'General'
Added resource location 'C:/OgreSDK/ogreaddons/ogredotnet/bin/debug/media/gui' o
f type 'FileSystem' to resource group 'General'
Added resource location 'C:/OgreSDK/ogreaddons/ogredotnet/Samples/Media' of type
'FileSystem' to resource group 'General'
D3D9 : RenderSystem Option: Allow NVPerfHUD = No
D3D9 : RenderSystem Option: Anti aliasing = None
D3D9 : RenderSystem Option: Floating-point mode = Fastest
D3D9 : RenderSystem Option: Full Screen = Yes
D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 6800 Series GPU
D3D9 : RenderSystem Option: VSync = No
D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour
D3D9 : Subsystem Initialising
D3D9RenderSystem::createRenderWindow "Ogre Render Window", 800x600 fullscreen m
iscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false
D3D9 : Created D3D9 Rendering Window 'Ogre Render Window' : 800x600, 32bpp
Registering ResourceManager for type Texture
Registering ResourceManager for type GpuProgram
RenderSystem capabilities
-------------------------
* Hardware generation of mipmaps: yes
* Texture blending: yes
* Anisotropic texture filtering: yes
* Dot product texture operation: yes
* Cube mapping: yes
* Hardware stencil buffer: yes
- Stencil depth: 8
- Two sided stencil support: yes
- Wrap stencil values: yes
* Hardware vertex / index buffers: yes
* Vertex programs: yes
- Max vertex program version: vs_3_0
* Fragment programs: yes
- Max fragment program version: ps_3_0
* Texture Compression: yes
- DXT: yes
- VTC: no
* Scissor Rectangle: yes
* Hardware Occlusion Query: yes
* User clip planes: yes
* VET_UBYTE4 vertex element type: yes
* Infinite far plane projection: yes
* Hardware render-to-texture: yes
* Floating point textures: yes
* Non-power-of-two textures: yes
* Volume textures: yes
* Multiple Render Targets: 4
* Point Sprites: yes
* Extended point parameters: yes
* Max Point Size: 8192
***************************************
*** D3D9 : Subsystem Initialised OK ***
***************************************
ResourceBackgroundQueue - threading disabled
Particle Renderer Type 'billboard' registered
Creating viewport on target 'Ogre Render Window', rendering from camera 'MainCam
era', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0
Viewport for camera 'MainCamera', actual dimensions L: 0 T: 0 W: 800 H: 600
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
hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x
1.
Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardw
are generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with h
ardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
Font BlueHighwayusing texture size 512x512
Info: Freetype returned null for character 127 in font BlueHighway
Info: Freetype returned null for character 128 in font BlueHighway
Info: Freetype returned null for character 129 in font BlueHighway
Info: Freetype returned null for character 130 in font BlueHighway
Info: Freetype returned null for character 131 in font BlueHighway
Info: Freetype returned null for character 132 in font BlueHighway
Info: Freetype returned null for character 133 in font BlueHighway
Info: Freetype returned null for character 134 in font BlueHighway
Info: Freetype returned null for character 135 in font BlueHighway
Info: Freetype returned null for character 136 in font BlueHighway
Info: Freetype returned null for character 137 in font BlueHighway
Info: Freetype returned null for character 138 in font BlueHighway
Info: Freetype returned null for character 139 in font BlueHighway
Info: Freetype returned null for character 140 in font BlueHighway
Info: Freetype returned null for character 141 in font BlueHighway
Info: Freetype returned null for character 142 in font BlueHighway
Info: Freetype returned null for character 143 in font BlueHighway
Info: Freetype returned null for character 144 in font BlueHighway
Info: Freetype returned null for character 145 in font BlueHighway
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
Info: Freetype returned null for character 149 in font BlueHighway
Info: Freetype returned null for character 150 in font BlueHighway
Info: Freetype returned null for character 151 in font BlueHighway
Info: Freetype returned null for character 152 in font BlueHighway
Info: Freetype returned null for character 153 in font BlueHighway
Info: Freetype returned null for character 154 in font BlueHighway
Info: Freetype returned null for character 155 in font BlueHighway
Info: Freetype returned null for character 156 in font BlueHighway
Info: Freetype returned null for character 157 in font BlueHighway
Info: Freetype returned null for character 158 in font BlueHighway
Info: Freetype returned null for character 159 in font BlueHighway
Info: Freetype returned null for character 160 in font BlueHighway
Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 genera
ted mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware gen
erated 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/HardwareSkinningOneW
eightShadowCaster parameter entry_point is not valid.
Error at line 22 of Examples.program: Error in program Ogre/HardwareSkinningOneW
eightShadowCaster parameter profiles is not valid.
Error at line 30 of Examples.program: Error in program Ogre/HardwareSkinningOneW
eight parameter entry_point is not valid.
Error at line 30 of Examples.program: Error in program Ogre/HardwareSkinningOneW
eight parameter profiles is not valid.
Error at line 38 of Examples.program: Error in program Ogre/HardwareSkinningTwoW
eightsShadowCaster parameter entry_point is not valid.
Error at line 38 of Examples.program: Error in program Ogre/HardwareSkinningTwoW
eightsShadowCaster parameter profiles is not valid.
Error at line 46 of Examples.program: Error in program Ogre/HardwareSkinningTwoW
eights parameter entry_point is not valid.
Error at line 46 of Examples.program: Error in program Ogre/HardwareSkinningTwoW
eights parameter profiles is not valid.
Error at line 54 of Examples.program: Error in program Ogre/HardwareSkinningFour
Weights parameter entry_point is not valid.
Error at line 54 of Examples.program: Error in program Ogre/HardwareSkinningFour
Weights parameter profiles is not valid.
Error at line 68 of Examples.program: Error in program Ogre/HardwareMorphAnimati
on parameter entry_point is not valid.
Error at line 68 of Examples.program: Error in program Ogre/HardwareMorphAnimati
on parameter profiles is not valid.
Error at line 82 of Examples.program: Error in program Ogre/HardwarePoseAnimatio
n parameter entry_point is not valid.
Error at line 82 of Examples.program: Error in program Ogre/HardwarePoseAnimatio
n 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 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
*-*-* OGRE Shutdown
Unregistering ResourceManager for type Compositor

rastaman

23-04-2006 18:49:24

parnell:
Are you sure you have the paths correct in resources.cfg? Specifically the textures directory (Media/materials/textures). It looks like Ogre can not find the texture files.

parnell

23-04-2006 23:35:05

I really don't know if resource.cfg is right... i put it in my previous post, but can you confirm i have all of the files? The error i'm getting says "Null" returned for that TTF file... i replaced with a known working ttf file... still get the error. Alsso i get the invalid entry point errors for the shaders, compositor etc... remember you had me remove those "get scene manager and set scene manager" functions in the *.I file... would that affect this?

Volume in drive C has no label.
Volume Serial Number is 2923-1E01

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug

04/21/2006 08:15 AM <DIR> .
04/21/2006 08:15 AM <DIR> ..
04/21/2006 08:15 AM <DIR> CVS
04/22/2006 06:42 AM 659,456 CeguiBindings.dll
04/22/2006 06:42 AM 4,475,904 CeguiBindings.pdb
04/22/2006 06:43 AM 69,632 OgreBindings_Cegui.dll
04/22/2006 06:43 AM 4,541,440 OgreBindings_Cegui.pdb
04/22/2006 06:43 AM 5,263,360 OgreBindings.dll
04/22/2006 06:43 AM 35,113,984 OgreBindings.pdb
04/22/2006 07:01 AM 450,560 CeguiDotNet.dll
04/22/2006 07:00 AM 1,086,976 CeguiDotNet.pdb
04/21/2006 05:29 PM 45,056 Math3D.dll
04/21/2006 05:29 PM 91,648 Math3D.pdb
04/22/2006 06:47 PM 1,417,216 OgreDotNet.dll
04/22/2006 06:47 PM 3,579,392 OgreDotNet.pdb
04/22/2006 07:02 AM 32,768 OgreDotNet.Cegui.dll
04/22/2006 07:02 AM 46,592 OgreDotNet.Cegui.pdb
04/22/2006 07:10 AM 20,480 DemoCEGUI.exe
04/22/2006 07:10 AM 17,920 DemoCEGUI.pdb
04/22/2006 07:02 AM 20,480 DemoCeguiMenus.exe
04/22/2006 07:02 AM 17,920 DemoCeguiMenus.pdb
04/22/2006 07:02 AM 20,480 DemoCelShading.exe
04/22/2006 07:02 AM 15,872 DemoCelShading.pdb
04/22/2006 07:02 AM 28,672 DemoCustomObjects.exe
04/22/2006 07:02 AM 36,352 DemoCustomObjects.pdb
04/22/2006 07:02 AM 24,576 DemoFireworks.exe
04/22/2006 07:02 AM 22,016 DemoFireworks.pdb
04/22/2006 07:02 AM 28,672 DemoGrass.exe
04/22/2006 07:02 AM 24,064 DemoGrass.pdb
04/22/2006 07:02 AM 16,384 DemoParticleFX.exe
04/22/2006 07:02 AM 13,824 DemoParticleFX.pdb
04/22/2006 07:02 AM 20,480 DemoRenderToTexture.exe
04/22/2006 07:02 AM 15,872 DemoRenderToTexture.pdb
04/22/2006 07:02 AM 20,480 DemoRSQ.exe
04/22/2006 07:02 AM 15,872 DemoRSQ.pdb
04/22/2006 07:02 AM 16,384 SkeletalAnimation.exe
04/22/2006 07:02 AM 13,824 SkeletalAnimation.pdb
04/22/2006 07:02 AM 20,480 DemoSkyBox.exe
04/22/2006 07:02 AM 17,920 DemoSkyBox.pdb
04/22/2006 07:02 AM 36,864 DemoWinForms.exe
04/22/2006 07:02 AM 19,968 DemoWinForms.pdb
04/22/2006 06:18 AM <DIR> plugins
03/11/2006 04:36 AM 3,158,016 CEGUIBase_d.dll
03/11/2006 04:39 AM 282,624 CEGUIFalagardBase_d.dll
03/11/2006 04:38 AM 405,504 CEGUITaharezLook_d.dll
03/11/2006 04:39 AM 454,656 CEGUIWindowsLook_d.dll
03/09/2006 02:53 PM 1,683,456 cg.dll
11/08/2005 07:30 PM 761,856 DevIL.dll
11/08/2005 07:25 PM 73,728 ILU.dll
11/08/2005 07:25 PM 15,872 ILUT.dll
04/17/2006 05:54 AM 167,936 OgreGUIRenderer_d.dll
04/17/2006 05:47 AM 11,682,304 OgreMain_d.dll
04/17/2006 05:59 AM 548,864 OgrePlatform_d.dll
04/17/2006 05:54 AM 2,744,320 RenderSystem_Direct3D9.dll
04/17/2006 05:59 AM 1,728,512 RenderSystem_GL.dll
11/17/2003 06:29 PM 55,808 zlib1.dll
09/05/2002 05:10 PM 65 quake3settings.cfg
04/23/2006 05:08 PM 16,796 Ogre.log
04/23/2006 05:08 PM 165,761 OgreLeaks.log
04/17/2006 05:48 AM 630,784 Plugin_BSPSceneManager.dll
04/17/2006 05:48 AM 122,880 Plugin_CgProgramManager.dll
04/17/2006 05:49 AM 860,160 Plugin_OctreeSceneManager.dll
04/22/2006 05:24 PM 304,128 Plugin_ParticleFX.dll
04/23/2006 05:08 PM 415 ogre.cfg
08/26/2005 02:10 AM 163 Plugins.cfg
04/22/2006 05:42 PM <DIR> media
02/25/2005 06:33 PM 323 media.cfg
04/22/2006 06:13 PM 1,122 output.txt
04/23/2006 05:00 PM 1,271 resources.cfg.$$$
04/23/2006 05:08 PM 1,270 resources.cfg
04/23/2006 05:08 PM 1,140 OgreMemory.log
04/23/2006 05:12 PM 0 dirs.txt
67 File(s) 83,249,574 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\CVS

04/21/2006 08:15 AM <DIR> .
04/21/2006 08:15 AM <DIR> ..
03/25/2006 12:56 AM 54 Root
03/25/2006 12:56 AM 32 Repository
03/25/2006 12:56 AM 92 Entries
3 File(s) 178 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\plugins

04/22/2006 06:18 AM <DIR> .
04/22/2006 06:18 AM <DIR> ..
0 File(s) 0 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
05/27/2005 03:13 PM 2,419 terrain.cfg
04/22/2006 05:42 PM <DIR> DeferredShadingMedia
04/22/2006 05:42 PM <DIR> fonts
04/22/2006 05:42 PM <DIR> gui
04/22/2006 05:42 PM <DIR> materials
04/22/2006 05:42 PM <DIR> models
04/22/2006 05:42 PM <DIR> overlays
04/22/2006 05:42 PM <DIR> packs
04/22/2006 05:42 PM <DIR> particle
1 File(s) 2,419 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\DeferredShadingMedia

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
08/23/2005 10:53 AM 1,102 COPYING
08/23/2005 10:53 AM 1,241 deferred.glsl.program
08/23/2005 10:53 AM 1,606 deferred.hlsl.program
08/23/2005 10:53 AM 2,481 deferred.material
08/23/2005 10:53 AM 619 deferred_post_debug.glsl.program
08/23/2005 10:53 AM 484 deferred_post_debug.hlsl.program
09/10/2005 06:40 PM 2,793 deferred_post_debug.material
08/23/2005 10:53 AM 735 deferred_post_minilight.glsl.program
08/23/2005 10:53 AM 809 deferred_post_minilight.hlsl.program
09/10/2005 06:40 PM 930 deferred_post_minilight.material
08/23/2005 10:53 AM 730 deferred_post_multipass.glsl.program
08/23/2005 10:53 AM 759 deferred_post_multipass.hlsl.program
08/23/2005 10:53 AM 2,010 deferred_post_multipass.material
08/23/2005 10:53 AM 894 deferred_post_onepass.glsl.program
08/23/2005 10:53 AM 915 deferred_post_onepass.hlsl.program
08/23/2005 10:53 AM 1,114 deferred_post_onepass.material
09/10/2005 06:40 PM 3,434 deferreddemo.material
04/22/2006 05:42 PM <DIR> DeferredShading
17 File(s) 22,656 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\DeferredShadingMedia\DeferredShading

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
04/22/2006 05:42 PM <DIR> material
04/22/2006 05:42 PM <DIR> post
0 File(s) 0 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\DeferredShadingMedia\DeferredShading\material

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
04/22/2006 05:42 PM <DIR> glsl
04/22/2006 05:42 PM <DIR> hlsl
0 File(s) 0 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\DeferredShadingMedia\DeferredShading\material\glsl

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
08/23/2005 10:53 AM 2,140 nm_notex_ps.glsl
08/23/2005 10:53 AM 2,154 nm_ps.glsl
08/23/2005 10:53 AM 1,897 nm_vs.glsl
08/23/2005 10:53 AM 1,758 notex_ps.glsl
08/23/2005 10:53 AM 1,783 ps.glsl
08/23/2005 10:53 AM 1,744 vs.glsl
6 File(s) 11,476 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\DeferredShadingMedia\DeferredShading\material\hlsl

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
08/23/2005 10:53 AM 2,163 nm_notex_ps.hlsl
08/23/2005 10:53 AM 2,187 nm_ps.hlsl
08/23/2005 10:53 AM 2,180 nm_vs.hlsl
08/23/2005 10:53 AM 1,815 notex_ps.hlsl
08/23/2005 10:53 AM 1,909 ps.hlsl
08/23/2005 10:53 AM 1,993 vs.hlsl
6 File(s) 12,247 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\DeferredShadingMedia\DeferredShading\post

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
04/22/2006 05:42 PM <DIR> glsl
04/22/2006 05:42 PM <DIR> hlsl
0 File(s) 0 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\DeferredShadingMedia\DeferredShading\post\glsl

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
08/23/2005 10:53 AM 2,398 Ambient_ps.glsl
08/23/2005 10:53 AM 3,382 GlobalLight_ps.glsl
08/23/2005 10:53 AM 3,433 LightMaterial_ps.glsl
08/23/2005 10:53 AM 2,734 LightMaterial_vs.glsl
08/23/2005 10:53 AM 1,721 ShowColour_ps.glsl
08/23/2005 10:53 AM 1,753 ShowDS_ps.glsl
08/23/2005 10:53 AM 1,734 ShowNormal_ps.glsl
08/23/2005 10:53 AM 3,947 SinglePass_ps.glsl
08/23/2005 10:53 AM 1,833 vs.glsl
9 File(s) 22,935 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\DeferredShadingMedia\DeferredShading\post\hlsl

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
08/23/2005 10:53 AM 2,169 Ambient_ps.hlsl
08/23/2005 10:53 AM 3,751 GlobalLight_ps.hlsl
08/23/2005 10:53 AM 3,717 LightMaterial_ps.hlsl
08/23/2005 10:53 AM 2,757 LightMaterial_vs.hlsl
08/23/2005 10:53 AM 1,736 ShowColour_ps.hlsl
08/23/2005 10:53 AM 1,765 ShowDS_ps.hlsl
08/23/2005 10:53 AM 1,850 ShowNormal_ps.hlsl
08/23/2005 10:53 AM 4,763 SinglePass_ps.hlsl
08/23/2005 10:53 AM 2,156 vs.hlsl
9 File(s) 24,664 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\fonts

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
03/19/2006 05:12 PM 51,728 bluebold.ttf
03/19/2006 05:12 PM 52,456 bluecond.ttf
03/19/2006 05:12 PM 9,850 read_me.html
04/16/2006 02:30 PM 147 sample.fontdef
03/28/2004 05:48 PM 11,236 solo5.ttf
03/19/2006 05:12 PM 55,820 Copy of bluehigh.ttf
03/19/2006 05:12 PM 55,820 bluehigh.ttf.old
03/19/2006 05:12 PM 52,456 bluehigh.ttf
8 File(s) 289,513 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\gui

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
04/07/2006 04:44 PM 8,357 CompositorDemo.layout
03/23/2006 06:56 PM 140 CompositorDemoCegui.config
10/06/2005 08:55 PM 18,597 Falagard.xsd
02/25/2005 06:33 PM 2,686 Font.xsd
02/25/2005 06:33 PM 1,803 GUILayout.xsd
10/06/2005 08:52 PM 2,261 GUIScheme.xsd
02/25/2005 06:33 PM 1,475 Imageset.xsd
04/16/2006 02:30 PM 138 OceanDemoCegui.config
04/16/2006 02:30 PM 12,435 OceanDemoLayout.xml
10/06/2005 08:51 PM 18,927 TaharezLook.imageset
10/06/2005 08:55 PM 179,901 TaharezLook.looknfeel
04/16/2006 02:30 PM 61,942 TaharezLook.tga
04/16/2006 02:30 PM 5,197 TaharezLookSkin.scheme
10/06/2005 08:55 PM 2,545 TaharezLookWidgetAliases.scheme
03/19/2006 05:12 PM 182 bluehighway-10.font
03/19/2006 05:12 PM 162 bluehighway-12.font
03/19/2006 05:12 PM 179 bluehighway-8.font
02/05/2005 07:55 AM 5,565 cegui8.layout
04/16/2006 02:30 PM 18,923 facial.layout
02/05/2005 04:39 AM 4,221 ogregui.layout
20 File(s) 345,636 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\materials

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
04/22/2006 05:42 PM <DIR> programs
04/22/2006 05:42 PM <DIR> scripts
04/22/2006 05:42 PM <DIR> textures
0 File(s) 0 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\materials\programs

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
01/30/2006 06:13 AM 865 Bloom_ps20.hlsl
01/30/2006 06:13 AM 364 Bloom_vs11.hlsl
01/30/2006 06:13 AM 629 Blur0_ps20.hlsl
01/30/2006 06:13 AM 438 Blur0_vs.glsl
01/30/2006 06:13 AM 366 Blur0_vs11.hlsl
01/30/2006 06:13 AM 632 Blur1_ps20.hlsl
01/30/2006 06:13 AM 438 Blur1_vs.glsl
01/30/2006 06:13 AM 360 Blur1_vs11.hlsl
01/30/2006 06:13 AM 302 Blur_ps.glsl
02/08/2006 01:08 AM 306 Combine_fp.cg
03/05/2006 06:22 PM 949 DOF_ps.cg
04/16/2006 02:30 PM 7,929 Example_Basic.cg
04/16/2006 02:30 PM 7,652 Example_BumpMapping.cg
03/28/2004 05:48 PM 1,872 Example_CelShading.cg
03/28/2004 05:48 PM 2,419 Example_Fresnel.cg
04/13/2004 05:49 AM 2,162 Example_FresnelPS.asm
03/28/2004 05:48 PM 634 Example_Projection.cg
03/04/2006 06:43 PM 242 GlassFP.cg
01/31/2005 06:09 AM 902 Grass.cg
03/05/2006 06:23 PM 505 GrayScale.cg
02/07/2006 12:59 AM 6,352 HeatVision.cg
03/25/2006 10:19 PM 128 InvertFP.cg
03/25/2006 10:19 PM 836 LaplaceFP.cg
02/25/2006 10:45 PM 2,670 Ocean2GLSL.frag
02/25/2006 10:45 PM 3,072 Ocean2GLSL.vert
02/25/2006 10:45 PM 3,138 Ocean2HLSL_Cg.frag
02/25/2006 10:45 PM 3,684 Ocean2HLSL_Cg.vert
09/04/2005 02:56 PM 3,327 OffsetMapping.cg
03/28/2004 05:48 PM 1,521 OffsetMapping_specular.asm
04/15/2006 01:52 AM 1,668 OldMovieFP.cg
03/05/2006 03:37 AM 1,523 OldTV.cg
03/25/2006 10:19 PM 347 PosterizeFP.cg
03/25/2006 10:19 PM 418 SharpenEdgesFP.cg
03/05/2006 03:35 AM 3,012 StdQuad_vp.cg
04/08/2006 11:44 AM 176 StdQuad_vp.glsl
03/25/2006 10:19 PM 978 TilingFP.cg
04/08/2006 05:50 PM 208 hdr.cg
04/08/2006 11:44 AM 5,398 hdr.hlsl
04/08/2006 11:44 AM 467 hdr_bloom.glsl
04/08/2006 11:44 AM 750 hdr_downscale2x2luminence.glsl
04/08/2006 11:44 AM 873 hdr_downscale3x3.glsl
04/08/2006 11:44 AM 1,286 hdr_downscale3x3brightpass.glsl
04/08/2006 11:44 AM 587 hdr_finalToneMapping.glsl
04/08/2006 11:44 AM 683 hdr_tonemap_util.glsl
02/25/2006 10:45 PM 1,756 oceanGLSL.frag
02/25/2006 10:45 PM 1,035 oceanGLSL.vert
02/25/2006 10:45 PM 1,773 oceanHLSL_Cg.frag
02/25/2006 10:45 PM 1,158 oceanHLSL_Cg.vert
48 File(s) 78,790 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\materials\scripts

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
03/04/2006 08:23 PM 502 BlackAndWhite.material
03/05/2006 06:26 PM 3,015 Bloom.material
03/06/2006 08:30 PM 1,870 DOF.material
03/05/2006 06:29 PM 493 Embossed.material
01/17/2005 12:02 PM 1,029 Example-DynTex.material
02/25/2005 06:33 PM 2,266 Example-Water.material
04/16/2006 02:30 PM 14,444 Example.material
12/10/2005 05:46 PM 28,766 Examples-Advanced.material
04/16/2006 02:30 PM 13,204 Examples.compositor
04/16/2006 02:30 PM 2,450 Examples.program
03/05/2006 06:26 PM 641 Glass.material
03/05/2006 06:27 PM 4,650 HeatVision.material
01/30/2006 11:27 AM 406 Hurt.material
03/25/2006 10:18 PM 532 Invert.material
03/25/2006 10:18 PM 618 Laplace.material
03/05/2006 06:27 PM 1,218 MotionBlur.material
02/25/2006 10:46 PM 4,165 Ocean.controls
03/11/2006 05:16 PM 7,699 Ocean.material
02/03/2005 07:12 PM 3,552 OffsetMapping.material
03/28/2004 05:48 PM 1,437 Ogre.material
04/15/2006 01:51 AM 1,288 OldMovie.material
03/05/2006 03:34 AM 1,294 OldTV.material
03/25/2006 10:18 PM 553 Posterize.material
03/28/2004 05:48 PM 118 RZR-002.material
03/26/2006 05:24 AM 732 SharpenEdges.material
04/16/2006 02:30 PM 1,173 StdQuad_vp.program
03/25/2006 10:18 PM 657 Tiling.material
01/26/2006 05:34 PM 866 facial.material
04/08/2006 04:39 PM 7,281 hdr.material
03/28/2004 05:48 PM 216 smoke.material
30 File(s) 107,135 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\materials\textures

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
03/28/2004 05:48 PM 31,111 10points.png
03/25/2006 10:21 PM 1,289 1D_Noise.png
03/25/2006 10:21 PM 1,273 1D_Noise2.png
03/25/2006 10:21 PM 57,210 8x8PagesSplotches2.png
03/28/2004 05:48 PM 223,569 BeachStones.jpg
03/28/2004 05:48 PM 240,791 BumpyMetal.jpg
03/28/2004 05:48 PM 21,982 Chrome.jpg
03/28/2004 05:48 PM 32,214 Dirt.jpg
04/16/2006 02:30 PM 85,554 Dr_Bunsen_Head.jpg
06/23/2004 09:03 PM 1,085 GLX_icon.png
03/28/2004 05:48 PM 38,602 GreenSkin.jpg
01/30/2006 06:13 AM 76 HeatLookup.tga
01/30/2006 06:13 AM 194,946 HeatNoise.tga
03/28/2004 05:48 PM 368,115 MtlPlat2.jpg
03/28/2004 05:48 PM 74,482 NMBalls.png
03/28/2004 05:48 PM 105,115 NMBumpsOut.png
03/28/2004 05:48 PM 29,935 NMHollyBumps.png
03/28/2004 05:48 PM 131,360 NMStripes.png
02/25/2006 10:48 PM 812 NPRMetallic.tga
02/25/2006 10:48 PM 2,097,280 NoiseVolume.dds
03/28/2004 05:48 PM 64,407 RZR-002.png
03/05/2006 12:00 AM 262,272 Random3D.dds
03/28/2004 05:48 PM 210,683 RustedMetal.jpg
12/28/2005 06:29 PM 111,029 RustyBarrel.png
03/28/2004 05:48 PM 13,975 RustySteel.jpg
04/15/2006 01:53 AM 556 Sepia1D.tga
03/28/2004 05:48 PM 270,916 Water01.jpg
03/28/2004 05:48 PM 185,893 Water02.jpg
01/30/2006 06:13 AM 196,652 WaterNormal1.tga
01/30/2006 06:13 AM 196,652 WaterNormal2.tga
03/28/2004 05:48 PM 85,471 WeirdEye.png
01/04/2006 11:27 AM 74,413 WoodPallet.png
05/11/2004 05:26 PM 1,160,182 atheneNormalMap.png
11/05/2005 12:17 PM 23,886 aureola.png
03/28/2004 05:48 PM 1,736 basic_droplet.png
04/15/2006 06:29 PM 53,610 blue_jaiqua.jpg
03/28/2004 05:48 PM 140 cel_shading_diffuse.png
03/28/2004 05:48 PM 137 cel_shading_edge.png
03/28/2004 05:48 PM 137 cel_shading_specular.png
03/28/2004 05:48 PM 5,166 clouds.jpg
03/28/2004 05:48 PM 227 cursor.png
04/03/2004 04:36 PM 5,227 dirt01.jpg
03/28/2004 05:48 PM 208 dkyellow.png
03/28/2004 05:48 PM 21,743 droplet.png
03/28/2004 05:48 PM 45,717 egyptrockyfull.jpg
03/28/2004 05:48 PM 72,982 flare.png
03/28/2004 05:48 PM 5,803 flaretrail.png
04/08/2006 05:50 PM 163,441 fw12b.jpg
01/30/2005 05:31 PM 73,825 gras_02.png
03/28/2004 05:48 PM 202,003 grass_1024.jpg
03/28/2004 05:48 PM 9,386 nm_bk.png
03/28/2004 05:48 PM 9,380 nm_dn.png
03/28/2004 05:48 PM 9,385 nm_fr.png
03/28/2004 05:48 PM 9,383 nm_lf.png
03/28/2004 05:48 PM 9,383 nm_rt.png
03/28/2004 05:48 PM 9,394 nm_up.png
03/25/2006 10:21 PM 1,119,699 normalNoiseColor.png
03/28/2004 05:48 PM 43,726 nskingr.jpg
03/28/2004 05:48 PM 9,682 ogreborder.png
03/28/2004 05:48 PM 12,300 ogreborderUp.png
03/28/2004 05:48 PM 196 ogrebordercenter.png
02/25/2006 10:49 PM 92,707 ogregui.tga
04/10/2005 04:26 PM 19,510 ogrelogo-small.jpg
02/26/2005 11:02 AM 66,890 ogrelogo.png
03/28/2004 05:48 PM 2,097,280 perlinvolume.dds
03/28/2004 05:48 PM 44,863 r2skin.jpg
02/05/2006 06:17 PM 261 ribbonband.png
03/28/2004 05:48 PM 197,007 rockwall.tga
03/28/2004 05:48 PM 16,486 rockwall_NH.tga
03/28/2004 05:48 PM 208 scr-back.png
03/28/2004 05:48 PM 233 scr-down-p.png
03/28/2004 05:48 PM 245 scr-down.png
03/28/2004 05:48 PM 227 scr-thumb.png
03/28/2004 05:48 PM 235 scr-up-p.png
03/28/2004 05:48 PM 246 scr-up.png
03/28/2004 05:48 PM 49,673 smoke.png
03/28/2004 05:48 PM 599 smokecolors.png
03/28/2004 05:48 PM 117,574 snow_1024.jpg
03/28/2004 05:48 PM 11,347 spacesky.jpg
03/28/2004 05:48 PM 53,416 spheremap.png
03/28/2004 05:48 PM 116,577 steelhead.png
03/28/2004 05:48 PM 20,941 terr_dirt-grass.jpg
03/28/2004 05:48 PM 26,075 terr_rock-dirt.jpg
03/28/2004 05:48 PM 16,882 terr_rock6.jpg
06/24/2004 05:36 PM 103,088 terrain.png
03/28/2004 05:48 PM 14,832 terrain_detail.jpg
05/22/2004 05:20 PM 72,019 terrain_texture.jpg
03/28/2004 05:48 PM 22,930 texmap2.jpg
02/25/2006 10:49 PM 125,873 waveNM.png
03/10/2006 06:20 PM 262,272 waves2.dds
90 File(s) 12,038,300 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\models

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
12/28/2005 06:29 PM 16,356 Barrel.mesh
01/11/2005 07:03 PM 29,750 RZR-002.mesh
01/04/2006 11:27 AM 24,478 WoodPallet.mesh
09/26/2004 06:23 PM 784,109 athene.mesh
09/26/2004 06:15 PM 6,243 column.mesh
09/26/2004 06:15 PM 2,119 cube.mesh
01/26/2006 05:34 PM 434,476 facial.mesh
01/11/2005 07:03 PM 106,347 fish.mesh
03/28/2004 05:48 PM 672 fish.skeleton
09/26/2004 06:15 PM 466,033 geosphere4500.mesh
09/26/2004 06:15 PM 828,283 geosphere8000.mesh
04/15/2006 06:29 PM 519,992 jaiqua.mesh
04/15/2006 06:29 PM 134,164 jaiqua.skeleton
09/26/2004 06:15 PM 1,032,006 knot.mesh
09/26/2004 06:20 PM 133,054 ninja.mesh
03/28/2004 05:48 PM 74,585 ninja.skeleton
01/11/2005 07:03 PM 1,369,358 ogrehead.mesh
01/11/2005 07:03 PM 61,860 razor.mesh
09/26/2004 06:12 PM 42,603 robot.mesh
03/28/2004 05:48 PM 18,984 robot.skeleton
10/24/2004 04:55 PM 137,883 sphere.mesh
04/08/2006 05:50 PM 133,017 tudorhouse.mesh
22 File(s) 6,356,372 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\overlays

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
11/14/2004 07:11 PM 1,156 BasicOgreGuiTemplates.inc
04/16/2006 02:31 PM 1,591 Compositor.overlay
04/16/2006 02:31 PM 2,275 DP3.overlay
04/16/2006 02:31 PM 2,933 Example-CubeMapping.overlay
04/16/2006 02:31 PM 4,134 Example-DynTex.overlay
04/16/2006 02:31 PM 3,361 Example-Water.overlay
04/16/2006 02:31 PM 2,063 Shadows.overlay
7 File(s) 17,513 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\packs

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
04/16/2006 02:31 PM 95,331 OgreCore.zip
09/18/2001 02:39 AM 4,626,599 chiropteraDM.pk3
09/18/2001 01:35 AM 3,781 chiropteraDM.txt
03/28/2004 05:48 PM 274,274 cubemap.zip
03/28/2004 05:48 PM 428,953 cubemapsJS.zip
03/28/2004 05:48 PM 422,531 dragon.zip
10/23/2004 11:08 AM 663,613 fresneldemo.zip
03/28/2004 05:48 PM 308,862 ogretestmap.zip
03/28/2004 05:48 PM 122,655 skybox.zip
9 File(s) 6,946,599 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Bin\Debug\media\particle

04/22/2006 05:42 PM <DIR> .
04/22/2006 05:42 PM <DIR> ..
03/28/2004 05:48 PM 798 Example-Water.particle
04/16/2006 02:31 PM 7,124 Example.particle
05/08/2005 04:31 PM 842 smoke.particle
3 File(s) 8,764 bytes

Total Files Listed:
355 File(s) 109,534,771 bytes
65 Dir(s) 7,419,625,472 bytes free

----------------
Volume in drive C has no label.
Volume Serial Number is 2923-1E01

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Samples\Media

04/21/2006 08:15 AM <DIR> .
04/21/2006 08:15 AM <DIR> ..
04/21/2006 08:15 AM <DIR> CVS
04/21/2006 08:15 AM <DIR> zip
11/28/2005 03:04 PM 122,309 Mountain_ft.jpg
11/28/2005 03:04 PM 112,051 clouds02.512.png
11/28/2005 03:04 PM 125,340 Mountain_lt.jpg
11/28/2005 03:04 PM 99,478 Mountain_rt.jpg
02/22/2006 09:31 PM 248 Demos.material
11/28/2005 03:04 PM 2,084 DemoFireworks.particle
11/28/2005 03:04 PM 29,668 Mountain_tp.jpg
11/28/2005 03:04 PM 535 DemoFireworks.material
11/28/2005 03:04 PM 124 SkyBoxes.readme.txt
11/28/2005 03:04 PM 393,479 clouds01.512.png
11/28/2005 03:04 PM 557 SkyBoxes.material
11/28/2005 03:04 PM 8,361 Starfield_bk.jpg
11/28/2005 03:04 PM 8,397 Starfield_bt.jpg
11/28/2005 03:04 PM 8,404 Starfield_ft.jpg
11/28/2005 03:04 PM 8,385 Starfield_lt.jpg
11/28/2005 03:04 PM 8,361 Starfield_rt.jpg
11/28/2005 03:04 PM 8,375 Starfield_tp.jpg
11/28/2005 03:04 PM 94,660 Mountain_bk.jpg
11/28/2005 03:04 PM 141,539 Mountain_bt.jpg
04/23/2006 05:19 PM 0 dirs.txt
20 File(s) 1,172,355 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Samples\Media\CVS

04/21/2006 08:15 AM <DIR> .
04/21/2006 08:15 AM <DIR> ..
03/25/2006 12:56 AM 54 Root
03/25/2006 12:56 AM 36 Repository
03/25/2006 12:56 AM 991 Entries
3 File(s) 1,081 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Samples\Media\zip

04/21/2006 08:15 AM <DIR> .
04/21/2006 08:15 AM <DIR> ..
04/21/2006 08:15 AM <DIR> CVS
11/28/2005 03:04 PM 1,844,658 Starfield.zip
11/28/2005 03:04 PM 659,682 Mountain.zip
2 File(s) 2,504,340 bytes

Directory of C:\OgreSDK\ogreaddons\ogredotnet\Samples\Media\zip\CVS

04/21/2006 08:15 AM <DIR> .
04/21/2006 08:15 AM <DIR> ..
03/25/2006 12:56 AM 54 Root
03/25/2006 12:56 AM 40 Repository
03/25/2006 12:56 AM 99 Entries
3 File(s) 193 bytes

Total Files Listed:
28 File(s) 3,677,969 bytes
11 Dir(s) 7,419,297,792 bytes free

parnell

23-04-2006 23:44:41

OK FIXED! :)

thanks guys.

just dragged and dropped c:\ogresdk\ogreaddons\ogredotnet\samples\media
and
c:\ogresdk\media
into my project debug folder

then i have this for resource.cfg

# Resource locations to be added to the 'boostrap' path
# This also contains the minimum you need to use the Ogre example framework
[Bootstrap]
Zip=c:/ogresdk/ogreaddons/ogredotnet/bin/debug/media/packs/OgreCore.zip

# Resource locations to be added to the default path
[General]
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/DeferredShadingMedia
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/DeferredShadingMedia/DeferredShading
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/DeferredShadingMedia/DeferredShading/material
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/DeferredShadingMedia/DeferredShading/material/glsl
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/DeferredShadingMedia/DeferredShading/material/hlsl
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/DeferredShadingMedia/DeferredShading/post
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/DeferredShadingMedia/DeferredShading/post/glsl
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/DeferredShadingMedia/DeferredShading/post/hlsl
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/fonts
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/gui
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/materials
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/materials/programs
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/materials/scripts
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/materials/textures
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/models
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/overlays
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/packs
FileSystem=C:/OgreSDK/ogreaddons/ogredotnet/Bin/Debug/media/particle
Zip=c:/ogresdk/ogreaddons/ogredotnet/bin/debug/media/packs/cubemap.zip
Zip=c:/ogresdk/ogreaddons/ogredotnet/bin/debug/media/packs/cubemapsJS.zip
Zip=c:/ogresdk/ogreaddons/ogredotnet/bin/debug/media/packs/dragon.zip
Zip=c:/ogresdk/ogreaddons/ogredotnet/bin/debug/media/packs/fresneldemo.zip
Zip=c:/ogresdk/ogreaddons/ogredotnet/bin/debug/media/packs/ogretestmap.zip
Zip=c:/ogresdk/ogreaddons/ogredotnet/bin/debug/media/packs/skybox.zip


Hope this helps future people with problems. THANK god that's over.

parnell

23-04-2006 23:57:22

Ogre desperately needs to check for files before trying to load them... lol