ConfigDialog::display Error in ExampleApplication Static Build Topic is solved

Problems building or running the engine, queries about how to use features etc.
User avatar
blitzcoder
Greenskin
Posts: 101
Joined: Wed Oct 09, 2019 4:06 am
x 25

ConfigDialog::display Error in ExampleApplication Static Build

Post by blitzcoder »

Ogre Version: 1.x
Operating System: Win10
Render System: DX/GL

Getting this error using the ExampleApplication.h with Static Build.

"OGRE EXCEPTION(1813): The specified resource type cannot be found in the image file. in Config Dialog::display".

ogre.cfg is already in place and no problem running the SampleBrowser (Static Build)

Image

Code: Select all

13:17:06: Installing plugin: GL RenderSystem
13:17:06: OpenGL Rendering Subsystem created.
13:17:06: Plugin successfully installed
13:17:06: Installing plugin: D3D9 RenderSystem
13:17:06: D3D9 : Direct3D9 Rendering Subsystem created.
13:17:06: D3D9: Driver Detection Starts
13:17:06: D3D9: Driver Detection Ends
13:17:06: Plugin successfully installed
13:17:06: Installing plugin: Cg Program Manager
13:17:06: Plugin successfully installed
13:17:06: Installing plugin: Octree & Terrain Scene Manager
13:17:06: Plugin successfully installed
13:17:06: Installing plugin: ParticleFX
13:17:06: Particle Emitter Type 'Point' registered
13:17:06: Particle Emitter Type 'Box' registered
13:17:06: Particle Emitter Type 'Ellipsoid' registered
13:17:06: Particle Emitter Type 'Cylinder' registered
13:17:06: Particle Emitter Type 'Ring' registered
13:17:06: Particle Emitter Type 'HollowEllipsoid' registered
13:17:06: Particle Affector Type 'LinearForce' registered
13:17:06: Particle Affector Type 'ColourFader' registered
13:17:06: Particle Affector Type 'ColourFader2' registered
13:17:06: Particle Affector Type 'ColourImage' registered
13:17:06: Particle Affector Type 'ColourInterpolator' registered
13:17:06: Particle Affector Type 'Scaler' registered
13:17:06: Particle Affector Type 'Rotator' registered
13:17:06: Particle Affector Type 'DirectionRandomiser' registered
13:17:06: Particle Affector Type 'DeflectorPlane' registered
13:17:06: Plugin successfully installed
13:17:06: Installing plugin: BSP Scene Manager
13:17:06: Plugin successfully installed
13:17:06: Creating resource group Essential
13:17:06: Added resource location '../../media/thumbnails' of type 'FileSystem' to resource group 'Essential'
13:17:06: Added resource location '../../media/packs/SdkTrays.zip' of type 'Zip' to resource group 'Essential'
13:17:06: Added resource location '../../media' of type 'FileSystem' to resource group 'General'
13:17:06: Creating resource group Popular
13:17:06: Added resource location '../../media/fonts' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/materials/programs' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/materials/scripts' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/materials/textures' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/materials/textures/nvidia' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/models' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/particle' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/DeferredShadingMedia' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/PCZAppMedia' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/RTShaderLib' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/RTShaderLib/materials' of type 'FileSystem' to resource group 'Popular'
13:17:06: Added resource location '../../media/packs/cubemap.zip' of type 'Zip' to resource group 'Popular'
13:17:06: Added resource location '../../media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'Popular'
13:17:06: Added resource location '../../media/packs/dragon.zip' of type 'Zip' to resource group 'Popular'
13:17:06: Added resource location '../../media/packs/fresneldemo.zip' of type 'Zip' to resource group 'Popular'
13:17:06: Added resource location '../../media/packs/ogretestmap.zip' of type 'Zip' to resource group 'Popular'
13:17:06: Added resource location '../../media/packs/ogredance.zip' of type 'Zip' to resource group 'Popular'
13:17:06: Added resource location '../../media/packs/Sinbad.zip' of type 'Zip' to resource group 'Popular'
13:17:06: Added resource location '../../media/packs/skybox.zip' of type 'Zip' to resource group 'Popular'
13:17:06: D3D9 : RenderSystem Option: Allow NVPerfHUD = No
13:17:06: D3D9 : RenderSystem Option: FSAA = 0
13:17:06: D3D9 : RenderSystem Option: Floating-point mode = Fastest
13:17:06: D3D9 : RenderSystem Option: Full Screen = No
13:17:06: D3D9 : RenderSystem Option: Rendering Device = Monitor-1-AMD Radeon(TM) Graphics
13:17:06: D3D9 : RenderSystem Option: Resource Creation Policy = Create on all devices
13:17:06: D3D9 : RenderSystem Option: VSync = Yes
13:17:06: D3D9 : RenderSystem Option: VSync Interval = 1
13:17:06: D3D9 : RenderSystem Option: Video Mode = 1024 x 768 @ 32-bit colour
13:17:06: D3D9 : RenderSystem Option: sRGB Gamma Conversion = No
13:17:55: *-*-* OGRE Shutdown
13:17:55: Unregistering ResourceManager for type Compositor
13:17:55: Unregistering ResourceManager for type Font
13:17:55: Unregistering ResourceManager for type Skeleton
13:17:55: Unregistering ResourceManager for type Mesh
13:17:55: Unregistering ResourceManager for type HighLevelGpuProgram
13:17:55: D3D9 : Shutting down cleanly.
13:17:55: D3D9 : Direct3D9 Rendering Subsystem destroyed.
13:17:55: *** Stopping Win32GL Subsystem ***
13:17:55: Unregistering ResourceManager for type Material

New Blitz3D/BlitzBasic/BlitzMax Home - https://blitzbasic.org

User avatar
blitzcoder
Greenskin
Posts: 101
Joined: Wed Oct 09, 2019 4:06 am
x 25

Re: ConfigDialog::display Error in ExampleApplication Static Build

Post by blitzcoder »

Figured out later on and again pointing to Win32Resource.rc file as described here:

viewtopic.php?p=554834#p554834

It seemed to be a requirement for Static build and anything related to ExampleApplication framework and SampleBrowser.

New Blitz3D/BlitzBasic/BlitzMax Home - https://blitzbasic.org