fullscreen - crash when app ends (demos + layout editor)

bishopnator

27-01-2010 15:45:27

When I run your demos in fullscreen mode (Direct3D9 renderer), they crash with following callstack (only in release):

LayoutEditor.exe!00439ec5()
[Frames below may be incorrect and/or missing, no symbols loaded for LayoutEditor.exe]
> OgreMain.dll!Ogre::WindowEventUtilities::_WndProc(HWND__ * hWnd=, unsigned int uMsg=, unsigned int wParam=, long lParam=) Line 223 + 0x16 bytes C++
user32.dll!7e418734()
user32.dll!7e418816()
user32.dll!7e42a013()
user32.dll!7e42a998()
d3d9.dll!4fdf6309()
user32.dll!7e418734()
user32.dll!7e418816()
user32.dll!7e428ea0()
user32.dll!7e428eec()
ntdll.dll!7c90e473()
user32.dll!7e4238eb()
user32.dll!7e4238c3()
d3d9.dll!4fe035b9()
user32.dll!7e42c1d5()
user32.dll!7e42c1e9()
OgreMain.dll!Ogre::WindowEventUtilities::_WndProc(HWND__ * hWnd=, unsigned int uMsg=, unsigned int wParam=, long lParam=) Line 255 C++
d3d9.dll!4fe03680()
d3d9.dll!4fe09cac()
d3d9.dll!4fe08678()
d3d9.dll!4fdf6829()
kernel32.dll!7c8024c7()
d3d9.dll!4fdf9cd0()
d3d9.dll!4fdf601c()
d3d9.dll!4fdf6361()
user32.dll!7e418734()
user32.dll!7e418816()
user32.dll!7e428ea0()
user32.dll!7e428eec()
ntdll.dll!7c90e473()
user32.dll!7e42b1a8()
RenderSystem_Direct3D9.dll!Ogre::D3D9RenderWindow::destroy() Line 647 C++
LayoutEditor.exe!0043be16()
LayoutEditor.exe!0040a682()
LayoutEditor.exe!0044446b()
LayoutEditor.exe!0040b53c()
LayoutEditor.exe!004429a6()
kernel32.dll!7c817077()


Piece of code from ogre:

// method WindowEventUtilities::_WndProc
case WM_DISPLAYCHANGE:
win->windowMovedOrResized();
for(index = start; index != end; ++index)
(index->second)->windowResized(win); // this row is marked in callstack
break;


I am using Ogre1.6.2 on windows XP.

my.name

27-01-2010 15:51:56

show logs.

bishopnator

28-01-2010 07:13:33

Ogre.log:

08:29:09: Creating resource group General
08:29:09: Creating resource group Internal
08:29:09: Creating resource group Autodetect
08:29:09: SceneManagerFactory for type 'DefaultSceneManager' registered.
08:29:09: Registering ResourceManager for type Material
08:29:09: Registering ResourceManager for type Mesh
08:29:09: Registering ResourceManager for type Skeleton
08:29:09: MovableObjectFactory for type 'ParticleSystem' registered.
08:29:09: OverlayElementFactory for type Panel registered.
08:29:09: OverlayElementFactory for type BorderPanel registered.
08:29:09: OverlayElementFactory for type TextArea registered.
08:29:09: Registering ResourceManager for type Font
08:29:09: ArchiveFactory for archive type FileSystem registered.
08:29:09: ArchiveFactory for archive type Zip registered.
08:29:09: FreeImage version: 3.12.0
08:29:09: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
08:29:09: 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,pfm
08:29:09: DDS codec registering
08:29:09: Registering ResourceManager for type HighLevelGpuProgram
08:29:09: Registering ResourceManager for type Compositor
08:29:09: MovableObjectFactory for type 'Entity' registered.
08:29:09: MovableObjectFactory for type 'Light' registered.
08:29:09: MovableObjectFactory for type 'BillboardSet' registered.
08:29:09: MovableObjectFactory for type 'ManualObject' registered.
08:29:09: MovableObjectFactory for type 'BillboardChain' registered.
08:29:09: MovableObjectFactory for type 'RibbonTrail' registered.
08:29:09: Loading library .\RenderSystem_Direct3D9
08:29:09: Installing plugin: D3D9 RenderSystem
08:29:09: D3D9 : Direct3D9 Rendering Subsystem created.
08:29:09: D3D9: Driver Detection Starts
08:29:09: D3D9: Driver Detection Ends
08:29:09: Plugin successfully installed
08:29:09: Loading library .\RenderSystem_GL
08:29:10: Installing plugin: GL RenderSystem
08:29:10: OpenGL Rendering Subsystem created.
08:29:11: Plugin successfully installed
08:29:11: *-*-* OGRE Initialising
08:29:11: *-*-* Version 1.6.2 (Shoggoth)
08:29:11: Added resource location '../../../Media' of type 'FileSystem' to resource group 'General'
08:29:11: Added resource location '../../../Media/MyGUI_Media' of type 'FileSystem' to resource group 'General'
08:29:11: Added resource location '../../../Media/Tools/LayoutEditor' of type 'FileSystem' to resource group 'General'
08:29:11: Added resource location '../../../Media/Tools/LayoutEditor/Panels' of type 'FileSystem' to resource group 'General'
08:29:11: Added resource location '../../../Media/Tools/LayoutEditor/Themes' of type 'FileSystem' to resource group 'General'
08:29:11: Added resource location '../../../Media/Tools/LayoutEditor/Settings' of type 'FileSystem' to resource group 'General'
08:29:11: Added resource location '../../../Media/Common/Wallpapers' of type 'FileSystem' to resource group 'General'
08:29:11: D3D9 : RenderSystem Option: Allow NVPerfHUD = No
08:29:11: D3D9 : RenderSystem Option: Anti aliasing = None
08:29:11: D3D9 : RenderSystem Option: Floating-point mode = Fastest
08:29:11: D3D9 : RenderSystem Option: Full Screen = Yes
08:29:11: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 9600 GT
08:29:11: D3D9 : RenderSystem Option: VSync = No
08:29:11: D3D9 : RenderSystem Option: Video Mode = 1280 x 1024 @ 16-bit colour
08:29:11: D3D9 : RenderSystem Option: sRGB Gamma Conversion = No
08:29:11: CPU Identifier & Features
08:29:11: -------------------------
08:29:11: * CPU ID: GenuineIntel: Intel(R) Pentium(R) D CPU 3.40GHz
08:29:11: * SSE: yes
08:29:11: * SSE2: yes
08:29:11: * SSE3: yes
08:29:11: * MMX: yes
08:29:11: * MMXEXT: yes
08:29:11: * 3DNOW: no
08:29:11: * 3DNOWEXT: no
08:29:11: * CMOV: yes
08:29:11: * TSC: yes
08:29:11: * FPU: yes
08:29:11: * PRO: yes
08:29:11: * HT: yes
08:29:11: -------------------------
08:29:11: D3D9 : Subsystem Initialising
08:29:11: D3D9RenderSystem::_createRenderWindow "OGRE Render Window", 1280x1024 fullscreen miscParams: FSAA=0 FSAAQuality=0 colourDepth=16 gamma=false useNVPerfHUD=false vsync=false
08:29:11: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 1280x1024, 16bpp
08:29:11: Registering ResourceManager for type Texture
08:29:11: Registering ResourceManager for type GpuProgram
08:29:11: D3D9: Vertex texture format supported - PF_FLOAT16_RGB
08:29:11: D3D9: Vertex texture format supported - PF_FLOAT16_RGBA
08:29:11: D3D9: Vertex texture format supported - PF_FLOAT32_RGB
08:29:11: D3D9: Vertex texture format supported - PF_FLOAT32_RGBA
08:29:11: D3D9: Vertex texture format supported - PF_FLOAT16_R
08:29:11: D3D9: Vertex texture format supported - PF_FLOAT32_R
08:29:11: D3D9: Vertex texture format supported - PF_FLOAT16_GR
08:29:11: D3D9: Vertex texture format supported - PF_FLOAT32_GR
08:29:11: RenderSystem capabilities
08:29:11: -------------------------
08:29:11: RenderSystem Name: Direct3D9 Rendering Subsystem
08:29:11: GPU Vendor: nvidia
08:29:11: Device Name: NVIDIA GeForce 9600 GT
08:29:11: Driver Version: 6.14.11.9562
08:29:11: * Fixed function pipeline: yes
08:29:11: * Hardware generation of mipmaps: yes
08:29:11: * Texture blending: yes
08:29:11: * Anisotropic texture filtering: yes
08:29:11: * Dot product texture operation: yes
08:29:11: * Cube mapping: yes
08:29:11: * Hardware stencil buffer: no
08:29:11: * Hardware vertex / index buffers: yes
08:29:11: * Vertex programs: yes
08:29:11: * Fragment programs: yes
08:29:11: * Geometry programs: no
08:29:11: * 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
08:29:11: * Texture Compression: yes
08:29:11: - DXT: yes
08:29:11: - VTC: no
08:29:11: * Scissor Rectangle: yes
08:29:11: * Hardware Occlusion Query: yes
08:29:11: * User clip planes: yes
08:29:11: * VET_UBYTE4 vertex element type: yes
08:29:11: * Infinite far plane projection: yes
08:29:11: * Hardware render-to-texture: yes
08:29:11: * Floating point textures: yes
08:29:11: * Non-power-of-two textures: yes
08:29:11: * Volume textures: yes
08:29:11: * Multiple Render Targets: 4
08:29:11: - With different bit depths: yes
08:29:11: * Point Sprites: yes
08:29:11: * Extended point parameters: yes
08:29:11: * Max Point Size: 8192
08:29:11: * Vertex texture fetch: yes
08:29:11: - Max vertex textures: 4
08:29:11: - Vertex textures shared: no
08:29:11: * Render to Vertex Buffer : no
08:29:11: * DirectX per stage constants: yes
08:29:11: ***************************************
08:29:11: *** D3D9 : Subsystem Initialised OK ***
08:29:11: ***************************************
08:29:11: ResourceBackgroundQueue - threading disabled
08:29:11: Particle Renderer Type 'billboard' registered
08:29:12: Parsing scripts for resource group Autodetect
08:29:12: Finished parsing scripts for resource group Autodetect
08:29:12: Parsing scripts for resource group General
08:29:12: Finished parsing scripts for resource group General
08:29:12: Parsing scripts for resource group Internal
08:29:12: Finished parsing scripts for resource group Internal
08:29:12: Texture: core_micro_font.PNG: Loading 1 faces(PF_A8R8G8B8,512x128x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,512x128x1.
08:29:12: Texture: core_black_orange.png: Loading 1 faces(PF_A8R8G8B8,1024x256x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,1024x256x1.
08:29:12: Texture: progresstrack.png: Loading 1 faces(PF_A8R8G8B8,256x64x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x64x1.
08:29:12: Texture: core_debug.png: Loading 1 faces(PF_A8R8G8B8,64x64x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,64x64x1.
08:29:12: Texture: core_pointer.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
08:29:13: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource external_resources.xml in resource group General or any other group. in ResourceGroupManager::openResource at C:\VSLibs\OgreSDKsrc1.6.2\OgreMain\src\OgreResourceGroupManager.cpp (line 753)
08:29:13: Texture: wallpaper0.png: Loading 1 faces(PF_R8G8B8,1024x1024x1) with 0 generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1.


MyGUI.log:

----------------------------------------------------------------------------------------------------------------------------------
loging report for : 01/28/2010 08:29:12
----------------------------------------------------------------------------------------------------------------------------------

08:29:12 | Platform | Info | * Initialise: OgreRenderManager | C:\VSLibs\GolfOgre\MyGUI3.0\Platforms\Ogre\OgrePlatform\src\MyGUI_OgreRenderManager.cpp | 27
08:29:12 | Platform | Info | OgreRenderManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\Platforms\Ogre\OgrePlatform\src\MyGUI_OgreRenderManager.cpp | 55
08:29:12 | Platform | Info | * Initialise: OgreDataManager | C:\VSLibs\GolfOgre\MyGUI3.0\Platforms\Ogre\OgrePlatform\src\MyGUI_OgreDataManager.cpp | 46
08:29:12 | Platform | Info | OgreDataManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\Platforms\Ogre\OgrePlatform\src\MyGUI_OgreDataManager.cpp | 50
08:29:12 | Core | Info | * Initialise: Gui | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_Gui.cpp | 82
08:29:12 | Core | Info | * MyGUI version 3.0.0 | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_Gui.cpp | 86
08:29:12 | Core | Info | * Initialise: ResourceManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 43
08:29:12 | Core | Info | ResourceManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 51
08:29:12 | Core | Info | * Initialise: LayerManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 45
08:29:12 | Core | Info | LayerManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 53
08:29:12 | Core | Info | * Initialise: WidgetManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_WidgetManager.cpp | 66
08:29:12 | Core | Info | WidgetManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_WidgetManager.cpp | 105
08:29:12 | Core | Info | * Initialise: InputManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_InputManager.cpp | 42
08:29:12 | Core | Info | InputManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_InputManager.cpp | 59
08:29:12 | Core | Info | * Initialise: SubWidgetManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp | 44
08:29:12 | Core | Info | SubWidgetManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp | 64
08:29:12 | Core | Info | * Initialise: SkinManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_SkinManager.cpp | 46
08:29:12 | Core | Info | SkinManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_SkinManager.cpp | 54
08:29:12 | Core | Info | * Initialise: FontManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_FontManager.cpp | 44
08:29:12 | Core | Info | FontManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_FontManager.cpp | 53
08:29:12 | Core | Info | * Initialise: ControllerManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ControllerManager.cpp | 42
08:29:12 | Core | Info | ControllerManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ControllerManager.cpp | 52
08:29:12 | Core | Info | * Initialise: PointerManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PointerManager.cpp | 51
08:29:12 | Core | Info | PointerManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PointerManager.cpp | 69
08:29:12 | Core | Info | * Initialise: ClipboardManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ClipboardManager.cpp | 82
08:29:12 | Core | Info | ClipboardManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ClipboardManager.cpp | 96
08:29:12 | Core | Info | * Initialise: LayoutManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayoutManager.cpp | 43
08:29:12 | Core | Info | LayoutManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayoutManager.cpp | 49
08:29:12 | Core | Info | * Initialise: DynLibManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_DynLibManager.cpp | 35
08:29:12 | Core | Info | DynLibManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_DynLibManager.cpp | 37
08:29:12 | Core | Info | * Initialise: PluginManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 37
08:29:12 | Core | Info | PluginManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 41
08:29:12 | Core | Info | * Initialise: LanguageManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LanguageManager.cpp | 40
08:29:12 | Core | Info | LanguageManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LanguageManager.cpp | 44
08:29:12 | Core | Info | * Initialise: FactoryManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_FactoryManager.cpp | 34
08:29:12 | Core | Info | FactoryManager successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_FactoryManager.cpp | 37
08:29:12 | Core | Info | Load ini file 'editor_theme.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Load ini file 'editor_language.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Load ini file 'core_font.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.17' using texture size 512 x 256 | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp | 183
08:29:12 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.17' using real height 17 pixels | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp | 184
08:29:12 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.14' using texture size 256 x 256 | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp | 183
08:29:12 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.14' using real height 14 pixels | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceTrueTypeFont.cpp | 184
08:29:12 | Core | Info | Load ini file 'core_resource.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Load ini file 'core_skin.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Load ini file 'core_pointer.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Load ini file 'editor_layer.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Load ini file 'editor_skin.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Load ini file 'editor_skin_helper.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Load ini file 'editor_settings.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Gui successfully initialized | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_Gui.cpp | 129
08:29:12 | Core | Info | Load ini file 'widgets.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:12 | Core | Info | Load ini file 'values.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:13 | Core | Info | Load ini file 'ignore.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:13 | Core | Info | Load ini file 'editor_plugin.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:13 | Core | Info | Load ini file 'StrangeButtonPlugin.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:13 | Core | Info | Loading library Plugin_StrangeButton.dll | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_DynLib.cpp | 51
08:29:13 | Core | Info | Installing plugin: Plugin | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 153
08:29:13 | Plugin | Info | initialize | C:\VSLibs\GolfOgre\MyGUI3.0\Plugins\Plugin_StrangeButton\Plugin.cpp | 38
08:29:13 | Core | Info | Plugin successfully installed | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 160
08:29:13 | Core | Info | Load ini file 'HikariWidgetPlugin.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:13 | Core | Info | Loading library Plugin_HikariWidget.dll | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_DynLib.cpp | 51
08:29:13 | Core | Error | Plugin 'Plugin_HikariWidget.dll' not found | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 66
08:29:13 | Core | Info | Load ini file 'AwesomiumWidgetPlugin.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:13 | Core | Info | Loading library Plugin_AwesomiumWidget.dll | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_DynLib.cpp | 51
08:29:13 | Core | Error | Plugin 'Plugin_AwesomiumWidget.dll' not found | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 66
08:29:13 | Core | Info | Load ini file 'external_resources.xml' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 152
08:29:13 | Core | Error | ResourceManager : 'external_resources.xml', not found | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 175
08:29:18 | Core | Info | * Shutdown: Gui | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_Gui.cpp | 136
08:29:18 | Core | Info | * Shutdown: PointerManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PointerManager.cpp | 76
08:29:18 | Core | Info | PointerManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PointerManager.cpp | 92
08:29:18 | Core | Info | * Shutdown: InputManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_InputManager.cpp | 66
08:29:18 | Core | Info | InputManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_InputManager.cpp | 71
08:29:18 | Core | Info | * Shutdown: SkinManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_SkinManager.cpp | 61
08:29:18 | Core | Info | SkinManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_SkinManager.cpp | 66
08:29:18 | Core | Info | * Shutdown: SubWidgetManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp | 71
08:29:18 | Core | Info | SubWidgetManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_SubWidgetManager.cpp | 91
08:29:18 | Core | Info | * Shutdown: LayerManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 60
08:29:18 | Core | Info | destroy layer 'Background' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Back' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'LayoutEditor_Widgets' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'LayoutEditor_Rectangle' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Overlapped' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Middle' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Modal' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Main' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Popup' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'FadeMiddle' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Info' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'ToolTip' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'DragAndDrop' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'FadeBusy' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Pointer' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Fade' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | destroy layer 'Statistic' | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 208
08:29:18 | Core | Info | LayerManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayerManager.cpp | 71
08:29:18 | Core | Info | * Shutdown: FontManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_FontManager.cpp | 60
08:29:18 | Core | Info | FontManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_FontManager.cpp | 67
08:29:18 | Core | Info | * Shutdown: ControllerManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ControllerManager.cpp | 59
08:29:18 | Core | Info | ControllerManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ControllerManager.cpp | 70
08:29:18 | Core | Info | * Shutdown: ClipboardManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ClipboardManager.cpp | 103
08:29:18 | Core | Info | ClipboardManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ClipboardManager.cpp | 105
08:29:18 | Core | Info | * Shutdown: LayoutManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayoutManager.cpp | 56
08:29:18 | Core | Info | LayoutManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LayoutManager.cpp | 60
08:29:18 | Core | Info | * Shutdown: PluginManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 48
08:29:18 | Core | Info | Uninstalling plugin: Plugin | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 168
08:29:18 | Plugin | Info | shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\Plugins\Plugin_StrangeButton\Plugin.cpp | 47
08:29:18 | Core | Info | Plugin successfully uninstalled | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 176
08:29:18 | Core | Info | Unloading library Plugin_StrangeButton.dll | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_DynLib.cpp | 66
08:29:18 | Core | Info | PluginManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_PluginManager.cpp | 53
08:29:18 | Core | Info | * Shutdown: DynLibManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_DynLibManager.cpp | 44
08:29:18 | Core | Info | DynLibManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_DynLibManager.cpp | 58
08:29:18 | Core | Info | * Shutdown: LanguageManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LanguageManager.cpp | 51
08:29:18 | Core | Info | LanguageManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_LanguageManager.cpp | 55
08:29:18 | Core | Info | * Shutdown: ResourceManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 58
08:29:18 | Core | Info | ResourceManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_ResourceManager.cpp | 68
08:29:18 | Core | Info | * Shutdown: FactoryManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_FactoryManager.cpp | 44
08:29:18 | Core | Info | FactoryManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_FactoryManager.cpp | 46
08:29:18 | Core | Info | * Shutdown: WidgetManager | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_WidgetManager.cpp | 112
08:29:18 | Core | Info | WidgetManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_WidgetManager.cpp | 122
08:29:18 | Core | Info | Gui successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\MyGUIEngine\src\MyGUI_Gui.cpp | 175
08:29:18 | Platform | Info | * Shutdown: OgreRenderManager | C:\VSLibs\GolfOgre\MyGUI3.0\Platforms\Ogre\OgrePlatform\src\MyGUI_OgreRenderManager.cpp | 62
08:29:18 | Platform | Info | OgreRenderManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\Platforms\Ogre\OgrePlatform\src\MyGUI_OgreRenderManager.cpp | 70
08:29:18 | Platform | Info | * Shutdown: OgreDataManager | C:\VSLibs\GolfOgre\MyGUI3.0\Platforms\Ogre\OgrePlatform\src\MyGUI_OgreDataManager.cpp | 57
08:29:18 | Platform | Info | OgreDataManager successfully shutdown | C:\VSLibs\GolfOgre\MyGUI3.0\Platforms\Ogre\OgrePlatform\src\MyGUI_OgreDataManager.cpp | 59

bishopnator

29-01-2010 08:54:02

I find today that I tried to run samples and LayoutEditor in 16bit color mode instead of 32bit colors. So reproducing is really simple - set video mode to 16bit color (ie. Video Mode=1280 x 1024 @ 16-bit colour) and run in fullscreen - during exiting application you should see crash (I am using winXP and 32bit colors in display properties which is common in present).

In 32bit color mode everything works fine - I don't need 16bit color mode of course .. just set this value accidentally.