Bug with MyGUI 3.0 binaries

xadh00m

11-01-2010 09:23:28

Hi!

Congratulation to this polished GUI library. Its features and performance looks fantastic judging from the binary demos you provide.

Although I encountered two problem when running the Layout Editor (WinXP, Quadro FX1500M, on a cloned screen(!) ).
1. For some reason the whole machine locks up in different (rare) situations (e.g. one time when simply creating a new button) and only seems to recover when switching back to the primary (laptop screen).
2. In other random cases (e.g. when dropping down a menu list) the screen gets screwed up (and sometimes recovers if I click/change other widgets, its hardly visible what I do in these situations).
See attached screenshot of this behaviour, the whole screen is flickering/moving heavily. Maybe a texture atlas problem?

xad

my.name

11-01-2010 13:47:46

O_O

Altren

11-01-2010 13:52:27

We don't use atlas. Looks like vertex buffer was corrupted. May be inside videocard.
Try to run with different settings/renderers and check if problem still persist.

xadh00m

11-01-2010 14:31:41

Hi!

In my first post I used DirectX (1024x768, no AA, windowed).

When I use OpenGL I get a different (but maybe related) problem after some time (creating several widgets moving around testing etc.).
Instead of all widgets, only parts of the side menu are flickering during the animation (when the internal lists change). See attached screenshot:

xad

EDIT: I get no obvious errors in the logs...

Altren

12-01-2010 14:05:18

Forgot to ask, what Ogre version do you use? And give us Ogre log please.
Also if it is possible - try debug/release builds. We never had similar problem before...

xadh00m

12-01-2010 14:25:48

As I wrote in the topic. I used the demo binaries you provide with MyGUI 3.0. The logs don´t show serious problems:

Ogre.log:
15:29:33: Creating resource group General
15:29:33: Creating resource group Internal
15:29:33: Creating resource group Autodetect
15:29:33: SceneManagerFactory for type 'DefaultSceneManager' registered.
15:29:33: Registering ResourceManager for type Material
15:29:33: Registering ResourceManager for type Mesh
15:29:33: Registering ResourceManager for type Skeleton
15:29:33: MovableObjectFactory for type 'ParticleSystem' registered.
15:29:33: OverlayElementFactory for type Panel registered.
15:29:33: OverlayElementFactory for type BorderPanel registered.
15:29:33: OverlayElementFactory for type TextArea registered.
15:29:33: Registering ResourceManager for type Font
15:29:33: ArchiveFactory for archive type FileSystem registered.
15:29:33: ArchiveFactory for archive type Zip registered.
15:29:33: FreeImage version: 3.10.0
15:29:33: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
15:29:33: 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
15:29:33: DDS codec registering
15:29:33: Registering ResourceManager for type HighLevelGpuProgram
15:29:33: Registering ResourceManager for type Compositor
15:29:33: MovableObjectFactory for type 'Entity' registered.
15:29:33: MovableObjectFactory for type 'Light' registered.
15:29:33: MovableObjectFactory for type 'BillboardSet' registered.
15:29:33: MovableObjectFactory for type 'ManualObject' registered.
15:29:33: MovableObjectFactory for type 'BillboardChain' registered.
15:29:33: MovableObjectFactory for type 'RibbonTrail' registered.
15:29:33: Loading library .\RenderSystem_Direct3D9
15:29:33: Installing plugin: D3D9 RenderSystem
15:29:33: D3D9 : Direct3D9 Rendering Subsystem created.
15:29:33: D3D9: Driver Detection Starts
15:29:33: D3D9: Driver Detection Ends
15:29:33: Plugin successfully installed
15:29:33: Loading library .\RenderSystem_GL
15:29:33: Installing plugin: GL RenderSystem
15:29:33: OpenGL Rendering Subsystem created.
15:29:34: Plugin successfully installed
15:29:34: *-*-* OGRE Initialising
15:29:34: *-*-* Version 1.7.0dev-unstable (Cthugha)
15:29:34: Added resource location '../../Media' of type 'FileSystem' to resource group 'General'
15:29:34: Added resource location '../../Media/MyGUI_Media' of type 'FileSystem' to resource group 'General'
15:29:34: Added resource location '../../Media/Tools/LayoutEditor' of type 'FileSystem' to resource group 'General'
15:29:34: Added resource location '../../Media/Tools/LayoutEditor/Panels' of type 'FileSystem' to resource group 'General'
15:29:34: Added resource location '../../Media/Tools/LayoutEditor/Themes' of type 'FileSystem' to resource group 'General'
15:29:34: Added resource location '../../Media/Tools/LayoutEditor/Settings' of type 'FileSystem' to resource group 'General'
15:29:34: Added resource location '../../Media/Common/Wallpapers' of type 'FileSystem' to resource group 'General'
15:29:34: D3D9 : RenderSystem Option: Allow NVPerfHUD = No
15:29:34: D3D9 : RenderSystem Option: FSAA = 0
15:29:34: D3D9 : RenderSystem Option: Floating-point mode = Fastest
15:29:34: D3D9 : RenderSystem Option: Full Screen = Yes
15:29:34: D3D9 : RenderSystem Option: Rendering Device = Monitor-1-NVIDIA Quadro FX 1500M
15:29:34: D3D9 : RenderSystem Option: Resource Creation Policy = Create on all devices
15:29:34: D3D9 : RenderSystem Option: VSync = No
15:29:34: D3D9 : RenderSystem Option: VSync Interval = 1
15:29:34: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour
15:29:34: D3D9 : RenderSystem Option: sRGB Gamma Conversion = No
15:29:34: CPU Identifier & Features
15:29:34: -------------------------
15:29:34: * CPU ID: GenuineIntel: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz
15:29:34: * SSE: yes
15:29:34: * SSE2: yes
15:29:34: * SSE3: yes
15:29:34: * MMX: yes
15:29:34: * MMXEXT: yes
15:29:34: * 3DNOW: no
15:29:34: * 3DNOWEXT: no
15:29:34: * CMOV: yes
15:29:34: * TSC: yes
15:29:34: * FPU: yes
15:29:34: * PRO: yes
15:29:34: * HT: no
15:29:34: -------------------------
15:29:34: *** Starting Win32GL Subsystem ***
15:29:34: GLRenderSystem::_createRenderWindow "OGRE Render Window", 1024x768 windowed miscParams: FSAA=0 FSAAHint= colourDepth=32 displayFrequency=0 gamma=false vsync=false vsyncInterval=1
15:29:34: Created Win32Window 'OGRE Render Window' : 1032x795, 32bpp
15:29:34: GL_VERSION = 2.1.1
15:29:34: GL_VENDOR = NVIDIA Corporation
15:29:34: GL_RENDERER = Quadro FX 1500M/PCI/SSE2
15:29:34: GL_EXTENSIONS = GL_ARB_color_buffer_float GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_shadow GL_ARB_shader_objects GL_ARB_shading_language_100 GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_gpu_program_parameters GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_sRGB GL_EXT_timer_query GL_EXT_vertex_array GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square GL_NV_copy_depth_to_color GL_NV_depth_clamp GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_texgen_reflection GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_expand_normal GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control GL_Autodesk_valid_back_buffer_hint
15:29:34: Supported WGL extensions: WGL_ARB_buffer_region WGL_ARB_extensions_string WGL_ARB_make_current_read WGL_ARB_multisample WGL_ARB_pbuffer WGL_ARB_pixel_format WGL_ARB_pixel_format_float WGL_ARB_render_texture WGL_ATI_pixel_format_float WGL_EXT_extensions_string WGL_EXT_swap_control WGL_I3D_genlock WGL_NV_float_buffer WGL_NV_gpu_affinity WGL_NV_render_depth_texture WGL_NV_render_texture_rectangle WGL_NV_swap_group
15:29:34: ***************************
15:29:34: *** GL Renderer Started ***
15:29:34: ***************************
15:29:34: Registering ResourceManager for type GpuProgram
15:29:34: GLSL support detected
15:29:34: GL: Using GL_EXT_framebuffer_object for rendering to textures (best)
15:29:34: FBO PF_UNKNOWN depth/stencil support: D16S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_R5G6B5 depth/stencil support: D0S0 D16S0
15:29:34: FBO PF_B5G6R5 depth/stencil support: D0S0 D16S0
15:29:34: FBO PF_R8G8B8 depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_B8G8R8 depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_A8R8G8B8 depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_B8G8R8A8 depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_A2R10G10B10 depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_A2B10G10R10 depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_FLOAT16_RGB depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_FLOAT16_RGBA depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_FLOAT32_RGB depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_FLOAT32_RGBA depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_X8R8G8B8 depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_X8B8G8R8 depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_SHORT_RGBA depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: FBO PF_R3G3B2 depth/stencil support: D0S0 D16S0
15:29:34: FBO PF_SHORT_RGB depth/stencil support: D0S0 D24S0 D32S0 Packed-D24S8
15:29:34: [GL] : Valid FBO targets PF_UNKNOWN PF_R5G6B5 PF_B5G6R5 PF_R8G8B8 PF_B8G8R8 PF_A8R8G8B8 PF_B8G8R8A8 PF_A2R10G10B10 PF_A2B10G10R10 PF_FLOAT16_RGB PF_FLOAT16_RGBA PF_FLOAT32_RGB PF_FLOAT32_RGBA PF_X8R8G8B8 PF_X8B8G8R8 PF_SHORT_RGBA PF_R3G3B2 PF_SHORT_RGB
15:29:34: RenderSystem capabilities
15:29:34: -------------------------
15:29:34: RenderSystem Name: OpenGL Rendering Subsystem
15:29:34: GPU Vendor: nvidia
15:29:34: Device Name: Quadro FX 1500M/PCI/SSE2
15:29:34: Driver Version: 2.1.1.0
15:29:34: * Fixed function pipeline: yes
15:29:34: * Hardware generation of mipmaps: yes
15:29:34: * Texture blending: yes
15:29:34: * Anisotropic texture filtering: yes
15:29:34: * Dot product texture operation: yes
15:29:34: * Cube mapping: yes
15:29:34: * Hardware stencil buffer: yes
15:29:34: - Stencil depth: 8
15:29:34: - Two sided stencil support: yes
15:29:34: - Wrap stencil values: yes
15:29:34: * Hardware vertex / index buffers: yes
15:29:34: * Vertex programs: yes
15:29:34: * Number of floating-point constants for vertex programs: 256
15:29:34: * Number of integer constants for vertex programs: 0
15:29:34: * Number of boolean constants for vertex programs: 0
15:29:34: * Fragment programs: yes
15:29:34: * Number of floating-point constants for fragment programs: 512
15:29:34: * Number of integer constants for fragment programs: 0
15:29:34: * Number of boolean constants for fragment programs: 0
15:29:34: * Geometry programs: no
15:29:34: * Number of floating-point constants for geometry programs: 26988
15:29:34: * Number of integer constants for geometry programs: 26727
15:29:34: * Number of boolean constants for geometry programs: 24436
15:29:34: * Supported Shader Profiles: arbfp1 arbvp1 fp20 fp30 fp40 glsl vp30 vp40
15:29:34: * Texture Compression: yes
15:29:34: - DXT: yes
15:29:34: - VTC: yes
15:29:34: - PVRTC: no
15:29:34: * Scissor Rectangle: yes
15:29:34: * Hardware Occlusion Query: yes
15:29:34: * User clip planes: yes
15:29:34: * VET_UBYTE4 vertex element type: yes
15:29:34: * Infinite far plane projection: yes
15:29:34: * Hardware render-to-texture: yes
15:29:34: * Floating point textures: yes
15:29:34: * Non-power-of-two textures: yes
15:29:34: * Volume textures: yes
15:29:34: * Multiple Render Targets: 4
15:29:34: - With different bit depths: yes
15:29:34: * Point Sprites: yes
15:29:34: * Extended point parameters: yes
15:29:34: * Max Point Size: 63.375
15:29:34: * Vertex texture fetch: yes
15:29:34: * Number of world matrices: 0
15:29:34: * Number of texture units: 16
15:29:34: * Stencil buffer depth: 8
15:29:34: * Number of vertex blend matrices: 0
15:29:34: - Max vertex textures: 4
15:29:34: - Vertex textures shared: yes
15:29:34: * Render to Vertex Buffer : no
15:29:34: * GL 1.5 without VBO workaround: no
15:29:34: * Frame Buffer objects: yes
15:29:34: * Frame Buffer objects (ARB extension): no
15:29:34: * Frame Buffer objects (ATI extension): no
15:29:34: * PBuffer support: no
15:29:34: * GL 1.5 without HW-occlusion workaround: no
15:29:34: Registering ResourceManager for type Texture
15:29:34: DefaultWorkQueue('Root') initialising on thread main.
15:29:34: Particle Renderer Type 'billboard' registered
15:29:34: Parsing scripts for resource group Autodetect
15:29:34: Finished parsing scripts for resource group Autodetect
15:29:34: Parsing scripts for resource group General
15:29:34: Finished parsing scripts for resource group General
15:29:34: Parsing scripts for resource group Internal
15:29:34: Finished parsing scripts for resource group Internal
15:29:35: Texture: core_micro_font.PNG: Loading 1 faces(PF_A8R8G8B8,512x128x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,512x128x1.
15:29:35: Texture: core_black_orange.png: Loading 1 faces(PF_A8R8G8B8,1024x256x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,1024x256x1.
15:29:35: Texture: progresstrack.png: Loading 1 faces(PF_A8R8G8B8,256x64x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x64x1.
15:29:35: Texture: core_debug.png: Loading 1 faces(PF_A8R8G8B8,64x64x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,64x64x1.
15:29:35: Texture: core_pointer.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
15:29:35: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource external_resources.xml in resource group General or any other group. in ResourceGroupManager::openResource at .\src\OgreResourceGroupManager.cpp (line 752)
15:29:35: Texture: wallpaper0.png: Loading 1 faces(PF_R8G8B8,1024x1024x1) with 0 generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1.
15:35:30: DefaultWorkQueue('Root') shutting down on thread main.
15:35:30: *-*-* OGRE Shutdown
15:35:30: Unregistering ResourceManager for type Compositor
15:35:30: Unregistering ResourceManager for type Font
15:35:30: Unregistering ResourceManager for type Skeleton
15:35:30: Unregistering ResourceManager for type Mesh
15:35:30: Unregistering ResourceManager for type HighLevelGpuProgram
15:35:30: Uninstalling plugin: GL RenderSystem
15:35:30: Unregistering ResourceManager for type GpuProgram
15:35:30: *** Stopping Win32GL Subsystem ***
15:35:30: Unregistering ResourceManager for type Texture
15:35:30: Plugin successfully uninstalled
15:35:30: Unloading library .\RenderSystem_GL
15:35:30: Uninstalling plugin: D3D9 RenderSystem
15:35:30: D3D9 : Shutting down cleanly.
15:35:30: D3D9 : Direct3D9 Rendering Subsystem destroyed.
15:35:30: Plugin successfully uninstalled
15:35:30: Unloading library .\RenderSystem_Direct3D9
15:35:30: Unregistering ResourceManager for type Material
15:35:30: DefaultWorkQueue('Root') shutting down on thread main.


MyGUI.log
----------------------------------------------------------------------------------------------------------------------------------
loging report for : 01/12/2010 15:29:34
----------------------------------------------------------------------------------------------------------------------------------

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


What is quiet obvious is, that the glitches seem to be triangle index errors (at least in some cases). After about 5 minutes of messing around in the LayoutEditor (creating deleting widgets, testing) it starts messing some random triangle vertices and textures. It looks somehow like a low level problem. Might be a driver thing... :?

xad

my.name

12-01-2010 16:17:50

Please wait.
Do not reinstall the driver

Altren

12-01-2010 18:16:36

Well, still no luck with reproducing this or finding possible reasons.

So please try next things:
1) try to see if this also happens in any demos;
2) remove all plugins from Media\Tools\LayoutEditor\editor_plugins.xml (just remove those three lines);
3) update videocard driver :)

xadh00m

12-01-2010 21:04:48

Ok, I can confirm that a similar problem occurs in the PanelView demo I tried next (OpenGL). In the beginning everything is fine but after changing the menu very often and writing many letters (see the triangle count) it started flickering randomly. The screenshot shows the worst situation I got. Most of the time there is just a part of a text line skewed stretched etc. for a few frames until it recovers.

Regarding your list it seems the only option left is my driver. I´m not sure if I can do it because its the laptop from my company. I will check that out.

Thx for this fantastic lib though! :wink:

my.name

13-01-2010 16:21:05

=)

xadh00m

18-01-2010 14:33:31

I can confirm that this behaviour does not happen on another fixed PC. I tried to recreate it there but it worked like a charme. So it seems to be a local problem. If I ever come across this problem on another machine I will shout. Until then I assume its my own drivers fault.

Thx for your help!
xad