Widget with name 'Projection' not found. [PositionSelectorCo

kfm

09-12-2015 16:15:58

Hi all,

I am trying to get the LayoutEditor to run, but it only starts, renders the "first" image of all widgets, but then crashes as soon I press any key or switch window focus.

This is the log message before the shutdown log routines:


Load ini file 'Widgets.xml'
Load ini file 'WidgetsBackwardCompatibility.xml'
Load ini file 'Values.xml'
Load ini file 'Ignore.xml'
Load ini file 'Hotkeys.xml'
Load ini file 'SkinReplaces.xml'
Load ini file 'EditorPlugin.xml'
Load ini file 'StrangeButtonPlugin.xml'
Loading library Plugin_StrangeButton.dll
Plugin 'Plugin_StrangeButton.dll' not found
Load ini file 'HikariWidgetPlugin.xml'
Loading library Plugin_HikariWidget.dll
Plugin 'Plugin_HikariWidget.dll' not found
Load ini file 'BerkeliumWidgetPlugin.xml'
Loading library Plugin_BerkeliumWidget.dll
Plugin 'Plugin_BerkeliumWidget.dll' not found
Texture: Wallpaper.png: Loading 1 faces(PF_R8G8B8,1024x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1.
Widget with name 'Projection' not found. [PositionSelectorControl.layout]
* Shutdown: Gui
* Shutdown: PointerManager
PointerManager successfully shutdown
* Shutdown: InputManager
InputManager successfully shutdown
* Shutdown: SkinManager
SkinManager successfully shutdown
* Shutdown: SubWidgetManager
SubWidgetManager successfully shutdown
* Shutdown: LayerManager
destroy layer 'Background'
destroy layer 'Back'
destroy layer 'LayoutEditor_Widgets'
destroy layer 'LayoutEditor_MainPane'
destroy layer 'LayoutEditor_Rectangle'
destroy layer 'Overlapped'
destroy layer 'Middle'
destroy layer 'Modal'
destroy layer 'Main'
destroy layer 'Popup'
destroy layer 'FadeMiddle'
destroy layer 'Info'
destroy layer 'ToolTip'
destroy layer 'DragAndDrop'
destroy layer 'FadeBusy'
destroy layer 'Pointer'
destroy layer 'Fade'
destroy layer 'Statistic'
LayerManager successfully shutdown
* Shutdown: FontManager
FontManager successfully shutdown
* Shutdown: ControllerManager
ControllerManager successfully shutdown
* Shutdown: ClipboardManager
ClipboardManager successfully shutdown
* Shutdown: LayoutManager
LayoutManager successfully shutdown
* Shutdown: PluginManager
PluginManager successfully shutdown
* Shutdown: DynLibManager
DynLibManager successfully shutdown
* Shutdown: LanguageManager
LanguageManager successfully shutdown
* Shutdown: ResourceManager
ResourceManager successfully shutdown
* Shutdown: FactoryManager
FactoryManager successfully shutdown
* Shutdown: ToolTipManager
ToolTipManager successfully shutdown
* Shutdown: WidgetManager
WidgetManager successfully shutdown
Gui successfully shutdown
* Shutdown: RenderManager
RenderManager successfully shutdown
* Shutdown: DataManager
DataManager successfully shutdown


Though I don't know how a simple Warning Log close the whole LayoutEditor? Anybody knows how to keep it open?

Many regards,
kfm

Altren

10-12-2015 03:04:27

It might be that you have inconsistent resources and some data used by LayoutEditor is not up to date. Check that you have not changed MyGUI media and binary is from the same version as files resources.

kfm

10-12-2015 06:39:42

Thanks for answering so far, but unfortunately all files are fresh out of MyGUI_3.2.0.zip

Maybe this old version was inconsistent? I build the source files with my own build script too, because MinGW just bugged out.

Looking at the dates in MyGUI_3.2.0.zip, the version is from date 28.2.2012 (I took an older version, because I found a nice project using Ogre3D + MyGUI which is quite old already).