Can't load layout [Solved]

mrmclovin

14-08-2008 20:04:32

My layout which is basically a tabwindow wont get onto the screen. I can see the mousepointer though.

mGui->loadLayout("debug.layout");

Log:

21:01:37 | General | Info | * Initialise: Gui | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 43
21:01:37 | General | Info | * MyGUI version 2.2.0 | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 47
21:01:37 | General | Info | Viewport : 800 600 | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 55
21:01:37 | General | Info | * Initialise: LayerManager | c:\develop\mygui_svn\myguiengine\src\mygui_layermanager.cpp | 26
21:01:37 | General | Info | LayerManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_layermanager.cpp | 46
21:01:37 | General | Info | * Initialise: WidgetManager | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 43
21:01:37 | General | Info | * Register widget factory 'Widget' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'Button' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'Window' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'List' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'HScroll' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'VScroll' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'Edit' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'ComboBox' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'StaticText' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'Sheet' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'Tab' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'Progress' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'ItemBox' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'MultiList' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'StaticImage' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'Message' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | Register value : 'Ok' = 1 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 151
21:01:37 | General | Info | Register value : 'Yes' = 2 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 152
21:01:37 | General | Info | Register value : 'No' = 4 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 153
21:01:37 | General | Info | Register value : 'Abort' = 8 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 154
21:01:37 | General | Info | Register value : 'Retry' = 16 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 155
21:01:37 | General | Info | Register value : 'Ignore' = 32 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 156
21:01:37 | General | Info | Register value : 'Cancel' = 64 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 157
21:01:37 | General | Info | Register value : 'Try' = 128 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 158
21:01:37 | General | Info | Register value : 'Continue' = 256 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 159
21:01:37 | General | Info | Register value : 'OkCancel' = 65 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 160
21:01:37 | General | Info | Register value : 'YesNo' = 6 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 161
21:01:37 | General | Info | Register value : 'YesNoCancel' = 70 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 162
21:01:37 | General | Info | Register value : 'RetryCancel' = 80 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 163
21:01:37 | General | Info | Register value : 'AbortRetryIgnore' = 56 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 164
21:01:37 | General | Info | Register value : 'CancelTryContinue' = 448 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 165
21:01:37 | General | Info | Register value : 'IconDefault' = 65536 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 167
21:01:37 | General | Info | Register value : 'IconInfo' = 65536 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 169
21:01:37 | General | Info | Register value : 'IconQuest' = 131072 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 170
21:01:37 | General | Info | Register value : 'IconError' = 262144 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 171
21:01:37 | General | Info | Register value : 'IconWarning' = 524288 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 172
21:01:37 | General | Info | Register value : 'Icon1' = 65536 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 174
21:01:37 | General | Info | Register value : 'Icon2' = 131072 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 175
21:01:37 | General | Info | Register value : 'Icon3' = 262144 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 176
21:01:37 | General | Info | Register value : 'Icon4' = 524288 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 177
21:01:37 | General | Info | Register value : 'Icon5' = 1048576 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 178
21:01:37 | General | Info | Register value : 'Icon6' = 2097152 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 179
21:01:37 | General | Info | Register value : 'Icon7' = 4194304 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 180
21:01:37 | General | Info | Register value : 'Icon8' = 8388608 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 181
21:01:37 | General | Info | * Register widget factory 'RenderBox' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'FooBar' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'PopupMenu' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'MenuBar' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | * Register widget factory 'Console' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
21:01:37 | General | Info | WidgetManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 70
21:01:37 | General | Info | * Initialise: InputManager | c:\develop\mygui_svn\myguiengine\src\mygui_inputmanager.cpp | 32
21:01:37 | General | Info | InputManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_inputmanager.cpp | 57
21:01:37 | General | Info | * Initialise: SubWidgetManager | c:\develop\mygui_svn\myguiengine\src\mygui_subwidgetmanager.cpp | 17
21:01:37 | General | Info | SubWidgetManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_subwidgetmanager.cpp | 33
21:01:37 | General | Info | * Initialise: SkinManager | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 26
21:01:37 | General | Info | Register value : 'ALIGN_HCENTER' = 0 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 31
21:01:37 | General | Info | Register value : 'ALIGN_VCENTER' = 0 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 32
21:01:37 | General | Info | Register value : 'ALIGN_CENTER' = 0 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 33
21:01:37 | General | Info | Register value : 'ALIGN_CENTER_PARENT' = 1 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 34
21:01:37 | General | Info | Register value : 'ALIGN_LEFT' = 2 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 35
21:01:37 | General | Info | Register value : 'ALIGN_RIGHT' = 4 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 36
21:01:37 | General | Info | Register value : 'ALIGN_HSTRETCH' = 6 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 37
21:01:37 | General | Info | Register value : 'ALIGN_TOP' = 8 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 38
21:01:37 | General | Info | Register value : 'ALIGN_BOTTOM' = 16 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 39
21:01:37 | General | Info | Register value : 'ALIGN_VSTRETCH' = 24 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 40
21:01:37 | General | Info | Register value : 'ALIGN_STRETCH' = 30 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 41
21:01:37 | General | Info | Register value : 'ALIGN_DEFAULT' = 10 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 42
21:01:37 | General | Info | SkinManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 46
21:01:37 | General | Info | * Initialise: FontManager | c:\develop\mygui_svn\myguiengine\src\mygui_fontmanager.cpp | 24
21:01:37 | General | Info | FontManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_fontmanager.cpp | 28
21:01:37 | General | Info | * Initialise: ControllerManager | c:\develop\mygui_svn\myguiengine\src\mygui_controllermanager.cpp | 20
21:01:37 | General | Info | ControllerManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_controllermanager.cpp | 24
21:01:37 | General | Info | * Initialise: PointerManager | c:\develop\mygui_svn\myguiengine\src\mygui_pointermanager.cpp | 24
21:01:37 | General | Info | PointerManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_pointermanager.cpp | 33
21:01:37 | General | Info | * Initialise: ClipboardManager | c:\develop\mygui_svn\myguiengine\src\mygui_clipboardmanager.cpp | 19
21:01:37 | General | Info | ClipboardManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_clipboardmanager.cpp | 26
21:01:37 | General | Info | * Initialise: LayoutManager | c:\develop\mygui_svn\myguiengine\src\mygui_layoutmanager.cpp | 25
21:01:37 | General | Info | LayoutManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_layoutmanager.cpp | 31
21:01:37 | General | Info | * Initialise: DynLibManager | c:\develop\mygui_svn\myguiengine\src\mygui_dynlibmanager.cpp | 18
21:01:37 | General | Info | DynLibManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_dynlibmanager.cpp | 20
21:01:37 | General | Info | * Initialise: PluginManager | c:\develop\mygui_svn\myguiengine\src\mygui_pluginmanager.cpp | 21
21:01:37 | General | Info | PluginManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_pluginmanager.cpp | 25
21:01:37 | General | Info | * Initialise: DelegateManager | c:\develop\mygui_svn\myguiengine\src\mygui_delegatemanager.cpp | 17
21:01:37 | General | Info | DelegateManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_delegatemanager.cpp | 21
21:01:37 | General | Info | * Initialise: LanguageManager | c:\develop\mygui_svn\myguiengine\src\mygui_languagemanager.cpp | 21
21:01:37 | General | Info | LanguageManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_languagemanager.cpp | 28
21:01:37 | General | Info | Load ini file 'core.lang' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
21:01:37 | General | Info | Load ini file 'core.layer' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
21:01:37 | General | Info | Load ini file 'core.skin' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
21:01:37 | General | Info | Load ini file 'core.font' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
21:01:37 | General | Info | Load ini file 'core.pointer' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
21:01:37 | General | Info | Load ini file 'core.plugin' from current path | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
21:01:37 | General | Error | Gui : 'XML_ERROR_OPEN_FILE' core.plugin | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 261
21:01:37 | General | Info | Gui successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 100
21:01:37 | General | Error | LayoutManager : 'XML_ERROR_NON_CLOSE_ALL_TAGS' debug.layout, line=35 , col=0 | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 261


What could possible be wrong?

~[L]~

14-08-2008 20:20:49

Did you see this ? "XML_ERROR_NON_CLOSE_ALL_TAGS"

Did you made that layout by yourself ?
can you post the .layout ?
apparently, you didn't close ALL tags in the .layout =P (that is an xml)

Adieu n_n

mrmclovin

14-08-2008 21:11:33

Yeh i suspected something like that and no i did it with the layouteditor.
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layout">
<Widget type="Tab" skin="Tab" position="88 280 336 192" layer="Back" name="DebugTabbar">
<Widget type="Sheet" skin="Default" position="8 29 320 156" name="TabCamera">
<Property key="Widget_Caption" value="Camera"/>
<Property key="Sheet_SmoothSelect" value="false"/>
<Widget type="StaticText" skin="StaticText" position="0 -5 320 160" name="CameraText"/>
</Widget>
</Widget>
</MyGUI>

Altren

14-08-2008 23:06:16

I tested it - it works fine for me...


offtop:
what is MyGUI 2.0.2_RC_1 ? We never released such version.

mrmclovin

15-08-2008 00:48:48

Something else i could be missing? other files? etc?

EDIT: Got it fixed, i've forgot to delete old CEGUI layout with same name.

new problem though: application just freezes ?
02:20:29 | General | Info | * Initialise: Gui | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 43
02:20:29 | General | Info | * MyGUI version 2.2.0 | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 47
02:20:29 | General | Info | Viewport : 800 600 | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 55
02:20:29 | General | Info | * Initialise: LayerManager | c:\develop\mygui_svn\myguiengine\src\mygui_layermanager.cpp | 26
02:20:29 | General | Info | LayerManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_layermanager.cpp | 46
02:20:29 | General | Info | * Initialise: WidgetManager | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 43
02:20:29 | General | Info | * Register widget factory 'Widget' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'Button' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'Window' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'List' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'HScroll' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'VScroll' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'Edit' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'ComboBox' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'StaticText' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'Sheet' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'Tab' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'Progress' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'ItemBox' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'MultiList' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'StaticImage' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'Message' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | Register value : 'Ok' = 1 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 151
02:20:29 | General | Info | Register value : 'Yes' = 2 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 152
02:20:29 | General | Info | Register value : 'No' = 4 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 153
02:20:29 | General | Info | Register value : 'Abort' = 8 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 154
02:20:29 | General | Info | Register value : 'Retry' = 16 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 155
02:20:29 | General | Info | Register value : 'Ignore' = 32 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 156
02:20:29 | General | Info | Register value : 'Cancel' = 64 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 157
02:20:29 | General | Info | Register value : 'Try' = 128 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 158
02:20:29 | General | Info | Register value : 'Continue' = 256 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 159
02:20:29 | General | Info | Register value : 'OkCancel' = 65 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 160
02:20:29 | General | Info | Register value : 'YesNo' = 6 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 161
02:20:29 | General | Info | Register value : 'YesNoCancel' = 70 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 162
02:20:29 | General | Info | Register value : 'RetryCancel' = 80 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 163
02:20:29 | General | Info | Register value : 'AbortRetryIgnore' = 56 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 164
02:20:29 | General | Info | Register value : 'CancelTryContinue' = 448 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 165
02:20:29 | General | Info | Register value : 'IconDefault' = 65536 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 167
02:20:29 | General | Info | Register value : 'IconInfo' = 65536 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 169
02:20:29 | General | Info | Register value : 'IconQuest' = 131072 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 170
02:20:29 | General | Info | Register value : 'IconError' = 262144 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 171
02:20:29 | General | Info | Register value : 'IconWarning' = 524288 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 172
02:20:29 | General | Info | Register value : 'Icon1' = 65536 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 174
02:20:29 | General | Info | Register value : 'Icon2' = 131072 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 175
02:20:29 | General | Info | Register value : 'Icon3' = 262144 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 176
02:20:29 | General | Info | Register value : 'Icon4' = 524288 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 177
02:20:29 | General | Info | Register value : 'Icon5' = 1048576 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 178
02:20:29 | General | Info | Register value : 'Icon6' = 2097152 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 179
02:20:29 | General | Info | Register value : 'Icon7' = 4194304 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 180
02:20:29 | General | Info | Register value : 'Icon8' = 8388608 | c:\develop\mygui_svn\myguiengine\src\mygui_messagefactory.cpp | 181
02:20:29 | General | Info | * Register widget factory 'RenderBox' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'FooBar' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'PopupMenu' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'MenuBar' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | * Register widget factory 'Console' | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 95
02:20:29 | General | Info | WidgetManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_widgetmanager.cpp | 70
02:20:29 | General | Info | * Initialise: InputManager | c:\develop\mygui_svn\myguiengine\src\mygui_inputmanager.cpp | 32
02:20:29 | General | Info | InputManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_inputmanager.cpp | 57
02:20:29 | General | Info | * Initialise: SubWidgetManager | c:\develop\mygui_svn\myguiengine\src\mygui_subwidgetmanager.cpp | 17
02:20:29 | General | Info | SubWidgetManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_subwidgetmanager.cpp | 33
02:20:29 | General | Info | * Initialise: SkinManager | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 26
02:20:29 | General | Info | Register value : 'ALIGN_HCENTER' = 0 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 31
02:20:29 | General | Info | Register value : 'ALIGN_VCENTER' = 0 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 32
02:20:29 | General | Info | Register value : 'ALIGN_CENTER' = 0 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 33
02:20:29 | General | Info | Register value : 'ALIGN_CENTER_PARENT' = 1 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 34
02:20:29 | General | Info | Register value : 'ALIGN_LEFT' = 2 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 35
02:20:29 | General | Info | Register value : 'ALIGN_RIGHT' = 4 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 36
02:20:29 | General | Info | Register value : 'ALIGN_HSTRETCH' = 6 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 37
02:20:29 | General | Info | Register value : 'ALIGN_TOP' = 8 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 38
02:20:29 | General | Info | Register value : 'ALIGN_BOTTOM' = 16 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 39
02:20:29 | General | Info | Register value : 'ALIGN_VSTRETCH' = 24 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 40
02:20:29 | General | Info | Register value : 'ALIGN_STRETCH' = 30 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 41
02:20:29 | General | Info | Register value : 'ALIGN_DEFAULT' = 10 | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 42
02:20:29 | General | Info | SkinManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_skinmanager.cpp | 46
02:20:29 | General | Info | * Initialise: FontManager | c:\develop\mygui_svn\myguiengine\src\mygui_fontmanager.cpp | 24
02:20:29 | General | Info | FontManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_fontmanager.cpp | 28
02:20:29 | General | Info | * Initialise: ControllerManager | c:\develop\mygui_svn\myguiengine\src\mygui_controllermanager.cpp | 20
02:20:29 | General | Info | ControllerManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_controllermanager.cpp | 24
02:20:29 | General | Info | * Initialise: PointerManager | c:\develop\mygui_svn\myguiengine\src\mygui_pointermanager.cpp | 24
02:20:29 | General | Info | PointerManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_pointermanager.cpp | 33
02:20:29 | General | Info | * Initialise: ClipboardManager | c:\develop\mygui_svn\myguiengine\src\mygui_clipboardmanager.cpp | 19
02:20:29 | General | Info | ClipboardManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_clipboardmanager.cpp | 26
02:20:29 | General | Info | * Initialise: LayoutManager | c:\develop\mygui_svn\myguiengine\src\mygui_layoutmanager.cpp | 25
02:20:29 | General | Info | LayoutManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_layoutmanager.cpp | 31
02:20:29 | General | Info | * Initialise: DynLibManager | c:\develop\mygui_svn\myguiengine\src\mygui_dynlibmanager.cpp | 18
02:20:29 | General | Info | DynLibManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_dynlibmanager.cpp | 20
02:20:29 | General | Info | * Initialise: PluginManager | c:\develop\mygui_svn\myguiengine\src\mygui_pluginmanager.cpp | 21
02:20:29 | General | Info | PluginManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_pluginmanager.cpp | 25
02:20:29 | General | Info | * Initialise: DelegateManager | c:\develop\mygui_svn\myguiengine\src\mygui_delegatemanager.cpp | 17
02:20:29 | General | Info | DelegateManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_delegatemanager.cpp | 21
02:20:29 | General | Info | * Initialise: LanguageManager | c:\develop\mygui_svn\myguiengine\src\mygui_languagemanager.cpp | 21
02:20:29 | General | Info | LanguageManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_languagemanager.cpp | 28
02:20:29 | General | Info | Load ini file 'core.lang' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
02:20:29 | General | Info | Load ini file 'core.layer' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
02:20:29 | General | Info | Load ini file 'core.skin' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
02:20:29 | General | Info | Load ini file 'core.font' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
02:20:29 | General | Info | Load ini file 'core.pointer' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
02:20:29 | General | Info | Load ini file 'core.plugin' from current path | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
02:20:29 | General | Error | Gui : 'XML_ERROR_OPEN_FILE' core.plugin | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 261
02:20:29 | General | Info | Gui successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 100
02:20:29 | General | Info | load layout '../../media/MyGUI_Media/debug.layout' | c:\develop\mygui_svn\myguiengine\src\mygui_layoutmanager.cpp | 56
02:20:29 | General | Info | Font 'MyGUI_CoreFont.18' using texture size 1024 x 64 | c:\develop\mygui_svn\myguiengine\src\mygui_font.cpp | 170


Ogre log:
02:20:24: Creating resource group General
02:20:24: Creating resource group Internal
02:20:24: Creating resource group Autodetect
02:20:24: SceneManagerFactory for type 'DefaultSceneManager' registered.
02:20:24: Registering ResourceManager for type Material
02:20:24: Registering ResourceManager for type Mesh
02:20:24: Registering ResourceManager for type Skeleton
02:20:24: MovableObjectFactory for type 'ParticleSystem' registered.
02:20:24: OverlayElementFactory for type Panel registered.
02:20:24: OverlayElementFactory for type BorderPanel registered.
02:20:24: OverlayElementFactory for type TextArea registered.
02:20:24: Registering ResourceManager for type Font
02:20:24: ArchiveFactory for archive type FileSystem registered.
02:20:24: ArchiveFactory for archive type Zip registered.
02:20:24: FreeImage version: 3.10.0
02:20:24: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
02:20:24: 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
02:20:24: DDS codec registering
02:20:24: Registering ResourceManager for type HighLevelGpuProgram
02:20:24: Registering ResourceManager for type Compositor
02:20:24: MovableObjectFactory for type 'Entity' registered.
02:20:24: MovableObjectFactory for type 'Light' registered.
02:20:24: MovableObjectFactory for type 'BillboardSet' registered.
02:20:24: MovableObjectFactory for type 'ManualObject' registered.
02:20:24: MovableObjectFactory for type 'BillboardChain' registered.
02:20:24: MovableObjectFactory for type 'RibbonTrail' registered.
02:20:24: Loading library .\RenderSystem_Direct3D9_d
02:20:24: Installing plugin: D3D9 RenderSystem
02:20:24: D3D9 : Direct3D9 Rendering Subsystem created.
02:20:24: D3D9: Driver Detection Starts
02:20:24: D3D9: Driver Detection Ends
02:20:24: Plugin successfully installed
02:20:24: Loading library .\RenderSystem_GL_d
02:20:24: Installing plugin: GL RenderSystem
02:20:24: OpenGL Rendering Subsystem created.
02:20:25: Plugin successfully installed
02:20:25: Loading library .\Plugin_ParticleFX_d
02:20:25: Installing plugin: ParticleFX
02:20:25: Particle Emitter Type 'Point' registered
02:20:25: Particle Emitter Type 'Box' registered
02:20:25: Particle Emitter Type 'Ellipsoid' registered
02:20:25: Particle Emitter Type 'Cylinder' registered
02:20:25: Particle Emitter Type 'Ring' registered
02:20:25: Particle Emitter Type 'HollowEllipsoid' registered
02:20:25: Particle Affector Type 'LinearForce' registered
02:20:25: Particle Affector Type 'ColourFader' registered
02:20:25: Particle Affector Type 'ColourFader2' registered
02:20:25: Particle Affector Type 'ColourImage' registered
02:20:25: Particle Affector Type 'ColourInterpolator' registered
02:20:25: Particle Affector Type 'Scaler' registered
02:20:25: Particle Affector Type 'Rotator' registered
02:20:25: Particle Affector Type 'DirectionRandomiser' registered
02:20:25: Particle Affector Type 'DeflectorPlane' registered
02:20:25: Plugin successfully installed
02:20:25: Loading library .\Plugin_BSPSceneManager_d
02:20:25: Installing plugin: BSP Scene Manager
02:20:25: Plugin successfully installed
02:20:25: Loading library .\Plugin_OctreeSceneManager_d
02:20:25: Installing plugin: Octree & Terrain Scene Manager
02:20:25: Plugin successfully installed
02:20:25: Loading library .\Plugin_CgProgramManager_d
02:20:25: Installing plugin: Cg Program Manager
02:20:25: Plugin successfully installed
02:20:25: *-*-* OGRE Initialising
02:20:25: *-*-* Version 1.4.9 (Eihort)
02:20:25: Creating resource group Bootstrap
02:20:25: Added resource location '../../media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'
02:20:25: Added resource location '../../media/packs/cubemap.zip' of type 'Zip' to resource group 'Bootstrap'
02:20:25: Added resource location '../../media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'Bootstrap'
02:20:25: Added resource location '../../media/packs/dragon.zip' of type 'Zip' to resource group 'Bootstrap'
02:20:25: Added resource location '../../media/packs/fresneldemo.zip' of type 'Zip' to resource group 'Bootstrap'
02:20:25: Added resource location '../../media/packs/ogretestmap.zip' of type 'Zip' to resource group 'Bootstrap'
02:20:25: Added resource location '../../media/packs/skybox.zip' of type 'Zip' to resource group 'Bootstrap'
02:20:25: Added resource location '../../media' of type 'FileSystem' to resource group 'General'
02:20:25: Added resource location '../../media/fonts' of type 'FileSystem' to resource group 'General'
02:20:25: Added resource location '../../media/materials/programs' of type 'FileSystem' to resource group 'General'
02:20:25: Added resource location '../../media/materials/scripts' of type 'FileSystem' to resource group 'General'
02:20:25: Added resource location '../../media/materials/textures' of type 'FileSystem' to resource group 'General'
02:20:25: Added resource location '../../media/models' of type 'FileSystem' to resource group 'General'
02:20:25: Added resource location '../../media/overlays' of type 'FileSystem' to resource group 'General'
02:20:25: Added resource location '../../media/particle' of type 'FileSystem' to resource group 'General'
02:20:25: Added resource location '../../media/DeferredShadingMedia' of type 'FileSystem' to resource group 'General'
02:20:25: Added resource location '../../media/MyGUI_Media' of type 'FileSystem' to resource group 'General'
02:20:25: D3D9 : RenderSystem Option: Allow NVPerfHUD = No
02:20:25: D3D9 : RenderSystem Option: Anti aliasing = None
02:20:25: D3D9 : RenderSystem Option: Floating-point mode = Fastest
02:20:25: D3D9 : RenderSystem Option: Full Screen = Yes
02:20:25: D3D9 : RenderSystem Option: Rendering Device = Radeon X1950 Pro
02:20:25: D3D9 : RenderSystem Option: VSync = No
02:20:25: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour
02:20:25: CPU Identifier & Features
02:20:25: -------------------------
02:20:25: * CPU ID: GenuineIntel: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz
02:20:25: * SSE: yes
02:20:25: * SSE2: yes
02:20:25: * SSE3: yes
02:20:25: * MMX: yes
02:20:25: * MMXEXT: yes
02:20:25: * 3DNOW: no
02:20:25: * 3DNOWEXT: no
02:20:25: * CMOV: yes
02:20:25: * TSC: yes
02:20:25: * FPU: yes
02:20:25: * PRO: yes
02:20:25: * HT: no
02:20:25: -------------------------
02:20:25: D3D9 : Subsystem Initialising
02:20:25: D3D9RenderSystem::createRenderWindow "Application", 800x600 fullscreen miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false
02:20:25: D3D9 : Created D3D9 Rendering Window 'Application' : 800x600, 32bpp
02:20:25: Registering ResourceManager for type Texture
02:20:25: Registering ResourceManager for type GpuProgram
02:20:25: RenderSystem capabilities
02:20:25: -------------------------
02:20:25: * Hardware generation of mipmaps: yes
02:20:25: * Texture blending: yes
02:20:25: * Anisotropic texture filtering: yes
02:20:25: * Dot product texture operation: yes
02:20:25: * Cube mapping: yes
02:20:25: * Hardware stencil buffer: yes
02:20:25: - Stencil depth: 8
02:20:25: - Two sided stencil support: yes
02:20:25: - Wrap stencil values: yes
02:20:25: * Hardware vertex / index buffers: yes
02:20:25: * Vertex programs: yes
02:20:25: - Max vertex program version: vs_3_0
02:20:25: * Fragment programs: yes
02:20:25: - Max fragment program version: ps_3_0
02:20:25: * Texture Compression: yes
02:20:25: - DXT: yes
02:20:25: - VTC: no
02:20:25: * Scissor Rectangle: yes
02:20:25: * Hardware Occlusion Query: yes
02:20:25: * User clip planes: yes
02:20:25: * VET_UBYTE4 vertex element type: yes
02:20:25: * Infinite far plane projection: yes
02:20:25: * Hardware render-to-texture: yes
02:20:25: * Floating point textures: yes
02:20:25: * Non-power-of-two textures: yes (limited)
02:20:25: * Volume textures: yes
02:20:25: * Multiple Render Targets: 4
02:20:25: * Point Sprites: yes
02:20:25: * Extended point parameters: yes
02:20:25: * Max Point Size: 256
02:20:25: * Vertex texture fetch: no
02:20:25: ***************************************
02:20:25: *** D3D9 : Subsystem Initialised OK ***
02:20:25: ***************************************
02:20:25: ResourceBackgroundQueue - threading disabled
02:20:25: Particle Renderer Type 'billboard' registered
02:20:25: SceneManagerFactory for type 'BspSceneManager' registered.
02:20:25: Registering ResourceManager for type BspLevel
02:20:25: SceneManagerFactory for type 'OctreeSceneManager' registered.
02:20:25: SceneManagerFactory for type 'TerrainSceneManager' registered.
02:20:25: Parsing scripts for resource group Autodetect
02:20:25: Finished parsing scripts for resource group Autodetect
02:20:25: Parsing scripts for resource group Bootstrap
02:20:25: Parsing script OgreCore.material
02:20:25: Parsing script OgreProfiler.material
02:20:25: Parsing script RomanBath.material
02:20:26: Parsing script Ogre.fontdef
02:20:26: Parsing script OgreDebugPanel.overlay
02:20:26: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
02:20:26: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
02:20:26: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
02:20:26: Font BlueHighwayusing texture size 512x512
02:20:26: Info: Freetype returned null for character 127 in font BlueHighway
02:20:26: Info: Freetype returned null for character 128 in font BlueHighway
02:20:26: Info: Freetype returned null for character 129 in font BlueHighway
02:20:26: Info: Freetype returned null for character 130 in font BlueHighway
02:20:26: Info: Freetype returned null for character 131 in font BlueHighway
02:20:26: Info: Freetype returned null for character 132 in font BlueHighway
02:20:26: Info: Freetype returned null for character 133 in font BlueHighway
02:20:26: Info: Freetype returned null for character 134 in font BlueHighway
02:20:26: Info: Freetype returned null for character 135 in font BlueHighway
02:20:26: Info: Freetype returned null for character 136 in font BlueHighway
02:20:26: Info: Freetype returned null for character 137 in font BlueHighway
02:20:26: Info: Freetype returned null for character 138 in font BlueHighway
02:20:26: Info: Freetype returned null for character 139 in font BlueHighway
02:20:26: Info: Freetype returned null for character 140 in font BlueHighway
02:20:26: Info: Freetype returned null for character 141 in font BlueHighway
02:20:26: Info: Freetype returned null for character 142 in font BlueHighway
02:20:26: Info: Freetype returned null for character 143 in font BlueHighway
02:20:26: Info: Freetype returned null for character 144 in font BlueHighway
02:20:26: Info: Freetype returned null for character 145 in font BlueHighway
02:20:26: Info: Freetype returned null for character 146 in font BlueHighway
02:20:26: Info: Freetype returned null for character 147 in font BlueHighway
02:20:26: Info: Freetype returned null for character 148 in font BlueHighway
02:20:26: Info: Freetype returned null for character 149 in font BlueHighway
02:20:26: Info: Freetype returned null for character 150 in font BlueHighway
02:20:26: Info: Freetype returned null for character 151 in font BlueHighway
02:20:26: Info: Freetype returned null for character 152 in font BlueHighway
02:20:26: Info: Freetype returned null for character 153 in font BlueHighway
02:20:26: Info: Freetype returned null for character 154 in font BlueHighway
02:20:26: Info: Freetype returned null for character 155 in font BlueHighway
02:20:26: Info: Freetype returned null for character 156 in font BlueHighway
02:20:26: Info: Freetype returned null for character 157 in font BlueHighway
02:20:26: Info: Freetype returned null for character 158 in font BlueHighway
02:20:26: Info: Freetype returned null for character 159 in font BlueHighway
02:20:26: Info: Freetype returned null for character 160 in font BlueHighway
02:20:26: Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
02:20:26: Texture: ogretext.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
02:20:26: Parsing script OgreLoadingPanel.overlay
02:20:26: Finished parsing scripts for resource group Bootstrap
02:20:26: Parsing scripts for resource group General
02:20:26: Parsing script Examples.program
02:20:26: Parsing script StdQuad_vp.program
02:20:26: Parsing script deferred.glsl.program
02:20:26: Parsing script deferred.hlsl.program
02:20:26: Parsing script deferred_post_debug.glsl.program
02:20:26: Parsing script deferred_post_debug.hlsl.program
02:20:26: Parsing script deferred_post_minilight.glsl.program
02:20:26: Parsing script deferred_post_minilight.hlsl.program
02:20:26: OGRE EXCEPTION(2:InvalidParametersException): Parameter called lightSpecularColor does not exist. in GpuProgramParameters::_findNamedConstantDefinition at f:\ogrenew_148\ogremain\src\ogregpuprogram.cpp (line 883)
02:20:26: Error at line 29 of deferred_post_minilight.hlsl.program: Invalid param_named_auto attribute - Parameter called lightSpecularColor does not exist.
02:20:26: Parsing script deferred_post_multipass.glsl.program
02:20:26: Parsing script deferred_post_multipass.hlsl.program
02:20:26: Parsing script deferred_post_onepass.glsl.program
02:20:26: Parsing script deferred_post_onepass.hlsl.program
02:20:26: Parsing script Base.material
02:20:26: Error in material Examples/BumpMapping/MultiLightSpecularTemplate at line 102 of Base.material: Invalid vertex_program_ref entry - vertex program Examples/BumpMapVPSpecular has not been defined.
02:20:26: Error in material Examples/BumpMapping/MultiLightSpecularTemplate at line 110 of Base.material: Invalid fragment_program_ref entry - fragment program Examples/BumpMapFPSpecular has not been defined.
02:20:26: Error in material Examples/BumpMapping/MultiLightSpecularTemplate at line 196 of Base.material: Invalid vertex_program_ref entry - vertex program Examples/BumpMapVP has not been defined.
02:20:26: Parsing script BlackAndWhite.material
02:20:26: Parsing script Bloom.material
02:20:26: Parsing script DepthShadowmap.material
02:20:26: Parsing script DOF.material
02:20:26: Parsing script Embossed.material
02:20:26: Parsing script Example-DynTex.material
02:20:26: Parsing script Example-Water.material
02:20:26: Parsing script Example.material
02:20:26: Parsing script Examples-Advanced.material
02:20:27: Parsing script facial.material
02:20:27: Parsing script Glass.material
02:20:27: Parsing script hdr.material
02:20:27: Parsing script HeatVision.material
02:20:27: Parsing script Hurt.material
02:20:27: Parsing script instancing.material
02:20:27: Parsing script Invert.material
02:20:27: Parsing script konst.material
02:20:27: Parsing script Laplace.material
02:20:27: Parsing script MotionBlur.material
02:20:27: Parsing script Ocean.material
02:20:27: Parsing script OffsetMapping.material
02:20:28: Parsing script Ogre.material
02:20:28: Parsing script ogreSkap.material
02:20:28: Parsing script OldMovie.material
02:20:28: Parsing script OldTV.material
02:20:28: Parsing script Posterize.material
02:20:28: Parsing script RZR-002.material
02:20:28: Parsing script Scene.material
02:20:28: Parsing script SharpenEdges.material
02:20:28: Parsing script smoke.material
02:20:28: Parsing script Tiling.material
02:20:28: Parsing script VarianceShadowmap.material
02:20:28: Parsing script deferred.material
02:20:28: Parsing script deferreddemo.material
02:20:28: Parsing script deferred_post_debug.material
02:20:28: Parsing script deferred_post_minilight.material
02:20:28: Parsing script deferred_post_multipass.material
02:20:28: Parsing script deferred_post_onepass.material
02:20:28: Parsing script Examples.compositor
02:20:28: Parsing script sample.fontdef
02:20:28: Parsing script emitted_emitter.particle
02:20:28: Parsing script Example-Water.particle
02:20:28: Parsing script Example.particle
02:20:28: Parsing script smoke.particle
02:20:28: Parsing script Compositor.overlay
02:20:28: Parsing script DP3.overlay
02:20:28: Parsing script Example-CubeMapping.overlay
02:20:28: Parsing script Example-DynTex.overlay
02:20:28: Parsing script Example-Water.overlay
02:20:28: Parsing script Shadows.overlay
02:20:28: Finished parsing scripts for resource group General
02:20:28: Parsing scripts for resource group Internal
02:20:28: Finished parsing scripts for resource group Internal
02:20:28: TerrainSceneManager: Registered a new PageSource for type Heightmap
02:20:28: Mesh: Loading plane.mesh.
02:20:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_normal].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Error loading texture MaPZone[Sewer_Plate_04_normal].dds. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_normal].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Texture: nm.png: Loading 6 faces(PF_R8G8B8,128x128x1) with hardware generated mipmaps from multiple Images. Internal format is PF_X8R8G8B8,128x128x1.
02:20:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_diffuse].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Error loading texture MaPZone[Sewer_Plate_04_diffuse].dds. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_diffuse].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_normal].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Error loading texture MaPZone[Sewer_Plate_04_normal].dds. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_normal].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_diffuse].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Error loading texture MaPZone[Sewer_Plate_04_diffuse].dds. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_diffuse].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Texture: rockwall.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
02:20:29: Creating viewport on target 'Application', rendering from camera 'Camera', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0
02:20:29: Texture: core.png: Loading 1 faces(PF_A8R8G8B8,1024x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,1024x256x1.

~[L]~

15-08-2008 03:06:44

Take a look here :

02:20:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_normal].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Error loading texture MaPZone[Sewer_Plate_04_normal].dds. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_normal].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Texture: nm.png: Loading 6 faces(PF_R8G8B8,128x128x1) with hardware generated mipmaps from multiple Images. Internal format is PF_X8R8G8B8,128x128x1.
02:20:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_diffuse].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Error loading texture MaPZone[Sewer_Plate_04_diffuse].dds. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_diffuse].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_normal].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Error loading texture MaPZone[Sewer_Plate_04_normal].dds. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_normal].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_diffuse].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Error loading texture MaPZone[Sewer_Plate_04_diffuse].dds. Texture layer will be blank. Loading the texture failed with the following exception: OGRE EXCEPTION(6:FileNotFoundException): Cannot locate resource MaPZone[Sewer_Plate_04_diffuse].dds in resource group General or any other group. in ResourceGroupManager::openResource at f:\ogrenew_148\ogremain\src\ogreresourcegroupmanager.cpp (line 604)
02:20:28: Texture: rockwall.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1.
02:20:29: Creating viewport on target 'Application', rendering from camera 'Camera', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0
02:20:29: Texture: core.png: Loading 1 faces(PF_A8R8G8B8,1024x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,1024x256x1.


And see all that's missing ..
it's natural that an application crashes if the resources doesn't exist (or the exception isn't controlled)

Dew~>

mrmclovin

15-08-2008 15:51:05

Hmm the app works even if those exceptions about the resources occurs. It's when I use mGui->loadLayout() that causes the hang-up. Maybe somthing about that XML_ERROR about core.plugin ?

mrmclovin

15-08-2008 21:32:16

This is starting to get really lame. Can someone confrim that this procedure is right? :


mGui->initialise();
mGui->loadLayout("debug.layout");
mGui->setSceneManager(mSceneMgr);

Im having 1 debug.layout file. Nothing more.
all core.pointer, .layer, .skin etc. loads except core.plugin

That should be it, right?

My app do not crash if I remove the loadLayout() call.

EDIT: App does also crash if you replace loadlayout with a manually created widget like:
MyGUI::ButtonPtr button = mGui->GetMyGUI()->createWidget<MyGUI::Button>("Button", 10, 10, 300, 26, MyGUI::ALIGN_DEFAULT, "Main");
button->setCaption("exit");

~[L]~

16-08-2008 01:53:23

I assume that you do this :

mGui = new MyGUI::Gui();


in some part of your code, and that initialise NEEDS a RenderWindow as parameter to work on ..
naturally, if you don't tell where to draw, your application will crash...

now that the documentation is online, take a look : http://lawliet.net84.net/MyGUI/a00040.h ... 6b70157fae

and, funny, but the loadLayout() belongs to LayoutManager : http://lawliet.net84.net/MyGUI/a00058.h ... a50e8947ea


Adieu ~>

mrmclovin

16-08-2008 12:31:02

~"]I assume that you do this :

mGui = new MyGUI::Gui();


in some part of your code, and that initialise NEEDS a RenderWindow as parameter to work on ..
naturally, if you don't tell where to draw, your application will crash...

now that the documentation is online, take a look : http://lawliet.net84.net/MyGUI/a00040.h ... 6b70157fae

and, funny, but the loadLayout() belongs to LayoutManager : http://lawliet.net84.net/MyGUI/a00058.h ... a50e8947ea


Adieu ~>


Ahh sorry, that's me being to rush'y. I do use mGui = new MyGUI::Gui. And i give the renderwindow to initialise method. And of course loadLayout is done via mLayoutMgr; Thing is that everything compiles. The crash happens during run-time.

my.name

16-08-2008 13:41:18

Maybe somthing about that XML_ERROR about core.plugin ?
no

test:
mGui->initialise();
mGui->setSceneManager(mSceneMgr);
mGui->loadLayout("debug.layout");

mrmclovin

16-08-2008 15:39:06

Im getting this error Sometimes


I'm also getting this warning when i run MyGUI_d.dll with dependenywalker:
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.

my.name

16-08-2008 16:12:26

I do not see a picture

mrmclovin

16-08-2008 16:21:50

I do not see a picture

http://picasaweb.google.com/simwarg/Ogre/photo?authkey=7rcDxboLXcQ#5235125642891823602

There's a link to my google photos. It's the latest one with a yellow exclaimationmark on its window.

mrmclovin

16-08-2008 16:30:32

I did also try to compile and run TestApp.exe. It does also crash and gives pretty much the same log (crash att same place):

[......]
17:28:13 | General | Info | * Initialise: LayoutManager | c:\develop\mygui_svn\myguiengine\src\mygui_layoutmanager.cpp | 25
17:28:13 | General | Info | LayoutManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_layoutmanager.cpp | 31
17:28:13 | General | Info | * Initialise: DynLibManager | c:\develop\mygui_svn\myguiengine\src\mygui_dynlibmanager.cpp | 18
17:28:13 | General | Info | DynLibManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_dynlibmanager.cpp | 20
17:28:13 | General | Info | * Initialise: PluginManager | c:\develop\mygui_svn\myguiengine\src\mygui_pluginmanager.cpp | 21
17:28:13 | General | Info | PluginManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_pluginmanager.cpp | 25
17:28:13 | General | Info | * Initialise: DelegateManager | c:\develop\mygui_svn\myguiengine\src\mygui_delegatemanager.cpp | 17
17:28:13 | General | Info | DelegateManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_delegatemanager.cpp | 21
17:28:13 | General | Info | * Initialise: LanguageManager | c:\develop\mygui_svn\myguiengine\src\mygui_languagemanager.cpp | 21
17:28:13 | General | Info | LanguageManager successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_languagemanager.cpp | 28
17:28:13 | General | Info | Load ini file 'core.lang' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
17:28:13 | General | Info | Load ini file 'core.layer' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
17:28:13 | General | Info | Load ini file 'core.skin' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
17:28:13 | General | Info | Load ini file 'core.font' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
17:28:13 | General | Info | Load ini file 'core.pointer' from resource group : General | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
17:28:13 | General | Info | Load ini file 'core.plugin' from current path | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 316
17:28:13 | General | Error | Gui : 'core.plugin', tag 'MyGUI' not found | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 267
17:28:13 | General | Info | Gui successfully initialized | c:\develop\mygui_svn\myguiengine\src\mygui_gui.cpp | 100
17:28:13 | General | Info | Font 'MyGUI_CoreFont.18' using texture size 1024 x 64 | c:\develop\mygui_svn\myguiengine\src\mygui_font.cpp | 170
17:28:13 | General | Info | Font 'MyGUI_CoreFont.18' using real height 24 pixels | c:\develop\mygui_svn\myguiengine\src\mygui_font.cpp | 171


Guess this has to be something with my dll and the depending dll's.

my.name

16-08-2008 18:43:17

press 'contunue'

mrmclovin

16-08-2008 21:11:52

Nope I can't let this go on. Spent 5 days trying to get this work but it seems that I have all odds against me. Perheps ill try again later in the future. Again thank you for your help!

EDIT: hehe yet again I will not give up yet due to new possible solution. Follow up here.