tp
22-11-2009 19:18:52
I upgraded to MyGUI v2.2.3 from an earlier version I'm not completely sure of, I think it was from some time last summer.
The major updates I had to do in my code involved input injection, but I don't think that was a problem. In addition to that, I copied the files for the default skin into my project's resource paths
Since the update, I haven't been able to get anything to display. The log is not showing any errors
I'm trying to track this down, but any suggestions would be welcome, from someone who knows what happened to the rendering code in the change to 2.2.3.
The major updates I had to do in my code involved input injection, but I don't think that was a problem. In addition to that, I copied the files for the default skin into my project's resource paths
Since the update, I haven't been able to get anything to display. The log is not showing any errors
----------------------------------------------------------------------------------------------------------------------------------
loging report for : 11/22/2009 21:23:15
----------------------------------------------------------------------------------------------------------------------------------
21:23:15 | Platform | Info | * Initialise: OgreRenderManager | .\src\MyGUI_OgreRenderManager.cpp | 42
21:23:15 | Platform | Info | OgreRenderManager successfully initialized | .\src\MyGUI_OgreRenderManager.cpp | 70
21:23:15 | Platform | Info | * Initialise: OgreDataManager | .\src\MyGUI_OgreDataManager.cpp | 61
21:23:15 | Platform | Info | OgreDataManager successfully initialized | .\src\MyGUI_OgreDataManager.cpp | 65
21:23:15 | Core | Info | * Initialise: Gui | .\src\MyGUI_Gui.cpp | 83
21:23:15 | Core | Info | * MyGUI version 3.0.0 | .\src\MyGUI_Gui.cpp | 87
21:23:15 | Core | Info | * Initialise: ResourceManager | .\src\MyGUI_ResourceManager.cpp | 43
21:23:15 | Core | Info | ResourceManager successfully initialized | .\src\MyGUI_ResourceManager.cpp | 51
21:23:15 | Core | Info | * Initialise: LayerManager | .\src\MyGUI_LayerManager.cpp | 45
21:23:15 | Core | Info | LayerManager successfully initialized | .\src\MyGUI_LayerManager.cpp | 53
21:23:15 | Core | Info | * Initialise: WidgetManager | .\src\MyGUI_WidgetManager.cpp | 66
21:23:15 | Core | Info | WidgetManager successfully initialized | .\src\MyGUI_WidgetManager.cpp | 105
21:23:15 | Core | Info | * Initialise: InputManager | .\src\MyGUI_InputManager.cpp | 42
21:23:15 | Core | Info | InputManager successfully initialized | .\src\MyGUI_InputManager.cpp | 58
21:23:15 | Core | Info | * Initialise: SubWidgetManager | .\src\MyGUI_SubWidgetManager.cpp | 44
21:23:15 | Core | Info | SubWidgetManager successfully initialized | .\src\MyGUI_SubWidgetManager.cpp | 64
21:23:15 | Core | Info | * Initialise: SkinManager | .\src\MyGUI_SkinManager.cpp | 46
21:23:15 | Core | Info | SkinManager successfully initialized | .\src\MyGUI_SkinManager.cpp | 54
21:23:15 | Core | Info | * Initialise: FontManager | .\src\MyGUI_FontManager.cpp | 44
21:23:15 | Core | Info | FontManager successfully initialized | .\src\MyGUI_FontManager.cpp | 53
21:23:15 | Core | Info | * Initialise: ControllerManager | .\src\MyGUI_ControllerManager.cpp | 42
21:23:15 | Core | Info | ControllerManager successfully initialized | .\src\MyGUI_ControllerManager.cpp | 52
21:23:15 | Core | Info | * Initialise: PointerManager | .\src\MyGUI_PointerManager.cpp | 51
21:23:15 | Core | Info | PointerManager successfully initialized | .\src\MyGUI_PointerManager.cpp | 69
21:23:15 | Core | Info | * Initialise: ClipboardManager | .\src\MyGUI_ClipboardManager.cpp | 82
21:23:15 | Core | Info | ClipboardManager successfully initialized | .\src\MyGUI_ClipboardManager.cpp | 96
21:23:15 | Core | Info | * Initialise: LayoutManager | .\src\MyGUI_LayoutManager.cpp | 43
21:23:15 | Core | Info | LayoutManager successfully initialized | .\src\MyGUI_LayoutManager.cpp | 49
21:23:15 | Core | Info | * Initialise: DynLibManager | .\src\MyGUI_DynLibManager.cpp | 35
21:23:15 | Core | Info | DynLibManager successfully initialized | .\src\MyGUI_DynLibManager.cpp | 37
21:23:15 | Core | Info | * Initialise: PluginManager | .\src\MyGUI_PluginManager.cpp | 37
21:23:15 | Core | Info | PluginManager successfully initialized | .\src\MyGUI_PluginManager.cpp | 41
21:23:15 | Core | Info | * Initialise: DelegateManager | .\src\MyGUI_DelegateManager.cpp | 34
21:23:15 | Core | Info | DelegateManager successfully initialized | .\src\MyGUI_DelegateManager.cpp | 38
21:23:15 | Core | Info | * Initialise: LanguageManager | .\src\MyGUI_LanguageManager.cpp | 40
21:23:15 | Core | Info | LanguageManager successfully initialized | .\src\MyGUI_LanguageManager.cpp | 44
21:23:15 | Core | Info | * Initialise: FactoryManager | .\src\MyGUI_FactoryManager.cpp | 34
21:23:15 | Core | Info | FactoryManager successfully initialized | .\src\MyGUI_FactoryManager.cpp | 37
21:23:15 | Core | Info | Load ini file 'core_theme.xml' | .\src\MyGUI_ResourceManager.cpp | 152
21:23:15 | Core | Info | Load ini file 'core_language.xml' | .\src\MyGUI_ResourceManager.cpp | 152
21:23:15 | Core | Info | Load ini file 'core_font.xml' | .\src\MyGUI_ResourceManager.cpp | 152
21:23:15 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.17' using texture size 512 x 256 | .\src\MyGUI_ResourceTrueTypeFont.cpp | 179
21:23:15 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.17' using real height 17 pixels | .\src\MyGUI_ResourceTrueTypeFont.cpp | 180
21:23:15 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.14' using texture size 256 x 256 | .\src\MyGUI_ResourceTrueTypeFont.cpp | 179
21:23:15 | Core | Info | ResourceTrueTypeFont 'font_DejaVuSans.14' using real height 14 pixels | .\src\MyGUI_ResourceTrueTypeFont.cpp | 180
21:23:15 | Core | Info | Load ini file 'core_resource.xml' | .\src\MyGUI_ResourceManager.cpp | 152
21:23:15 | Core | Info | Load ini file 'core_skin.xml' | .\src\MyGUI_ResourceManager.cpp | 152
21:23:15 | Core | Info | Register value : 'HCenter' = 0 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 181
21:23:15 | Core | Info | Register value : 'VCenter' = 0 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 182
21:23:15 | Core | Info | Register value : 'Center' = 0 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 183
21:23:15 | Core | Info | Register value : 'Left' = 2 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 184
21:23:15 | Core | Info | Register value : 'Right' = 4 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 185
21:23:15 | Core | Info | Register value : 'HStretch' = 6 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 186
21:23:15 | Core | Info | Register value : 'Top' = 8 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 187
21:23:15 | Core | Info | Register value : 'Bottom' = 16 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 188
21:23:15 | Core | Info | Register value : 'VStretch' = 24 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 189
21:23:15 | Core | Info | Register value : 'Stretch' = 30 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 190
21:23:15 | Core | Info | Register value : 'Default' = 10 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 191
21:23:15 | Core | Info | Register value : 'HRelative' = 32 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 192
21:23:15 | Core | Info | Register value : 'VRelative' = 64 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 193
21:23:15 | Core | Info | Register value : 'Relative' = 96 | d:\development\atom\dependencies\mygui\myguiengine\include\MyGUI_Align.h | 194
21:23:15 | Core | Info | Load ini file 'core_pointer.xml' | .\src\MyGUI_ResourceManager.cpp | 152
21:23:15 | Core | Info | Load ini file 'core_layer.xml' | .\src\MyGUI_ResourceManager.cpp | 152
21:23:15 | Core | Info | Load ini file 'core_settings.xml' | .\src\MyGUI_ResourceManager.cpp | 152
21:23:15 | Core | Info | Gui successfully initialized | .\src\MyGUI_Gui.cpp | 132
I'm trying to track this down, but any suggestions would be welcome, from someone who knows what happened to the rendering code in the change to 2.2.3.