hi, goof editor

magicstone

14-03-2007 08:21:16

HI, I begining to study ogre3d and i intalled goof editor, but i had one problem, it is that i don't pain terrian and place somethings on scene except show some GUI. I think that i had installed successful.Please help me,thanks!

Falagard

14-03-2007 21:50:51

Not sure what to say. If you got the GOOF source code compiling from CVS then you must be pretty adept at working things out since it's not easy at the moment.

If you instead downloaded a binary version of it, I'm not sure where you got it from and what version it is.

Are you saying you're able to place objects but not edit the terrain? There's a drop down box at the top of the editor that allows you to switch the tool from the world editor (place objects) to the terrain editor.

magicstone

15-03-2007 03:16:06

Sorry, i speak little english. I means that i don't place one mesh on scene from drop down box at the top of the editor and i don't see the terrain. I got the GOOF-Editor codes from the CVS and compiling successful.

"GOOF is currently available in ogreaddons as an early pre-alpha version and is being updated daily. Click below to follow instructions on how to install GOOF.
Game_Object_Oriented_Framework_Installation
"
I sure i do that in rules.

magicstone

15-03-2007 03:59:15

The CEGUI log list error:
# Run vsvars32.bat from your Visual Studio directory to set up environment variables needed by the compiler. For example, C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat
# Navigate to DEV_ROOT/Boost/ while still in the command prompt.
# Enter the following at the command prompt if running Visual Studio 2003: "bjam.exe -sTOOLS=vc-7_1 --with-thread --with-filesystem"
# If running Visual Studio 2005, use the same command above except with -sTOOLS=vc-8_0 instead.

14/03/2007 17:46:33 (Error) Exception: FontManager::getFont - A Font object with the specified name 'Commonwealth-6' does not exist within the system

ogre log list error:
17:46:28: An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named lightAttenuation.
File: e:\devlopment\dev_root\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
17:46:28: Error in material TestSquare at line 48 of TestSquare.material: Invalid param_named_auto attribute - An exception has been thrown!

nindim

15-03-2007 09:34:15

I don't know if this helps, but I think with Goof when you start the camera is kinda inside the terrain, so you've gotta move up a little bit to see it.... Forgive me if I'm simplifying this a little too much but sometimes its the simple things that turn out to be the least obvious!

kungfoomasta

15-03-2007 17:57:05

I may be wrong, but doesn't the log show that "Commonwealth-6.font" does not exist in any defined resource locations?

Also, TestSquare.material may need to be upgraded to be Eihort compatible, and/or checked for syntax errors within the script.

Looking again, The Exception you show is referencing a material different than TestSquare, so you may have a few materials that need tweaking.

KungFooMasta

Falagard

15-03-2007 23:20:31

TestSquare doesn't matter, ignore that problem.

Yeah, the camera is probably below the terrain. Hold the right mouse button and drag the mouse to look, and use WASD keys to move the camera backwards and up.

kungfoomasta

15-03-2007 23:40:56

This is a bit scary.. but nobody else comments on the log, regarding exceptions and errors? Are these commonly found when running Goof, or are errors and exceptions acceptable to everybody? odd..

KungFooMasta

magicstone

16-03-2007 07:28:11

Thanks Falagard and all! I can see sky box and "CEGUI" GUI but no terrain. so that i can't placed somethings and paint.

http://www.ogre3d.org/phpBB2addons/view ... &start=345
I Got this link from forum. I find it nice, but my GOOF Editor is not same as Falagard's Editor.
Now i conjecture version error?
I got it is old version?


http://www.ogre3d.org/wiki/index.php/Ga ... stallation
(
Ogre


Skip this if you already have Ogre versions 1.21 from CVS.

If you are using Windows, download Ogre dependencies for your compiler: http://www.ogre3d.org/index.php?option= ... tcat&cat=4

1. Using TortoiseCVS (http://prdownloads.sourceforge.net/tort ... 1.8.26.exe), follow these instructions:
2. In windows explorer, navigate to DEV_ROOT folder, right click on it, and choose "CVS Checkout".
3. For anonymous access if you don't have a dev account with sourceforge, enter a CVSROOT of ":pserver:anonymous@cvs.ogre3d.org:/cvsroot/ogre"
4. For dev access, type ":ext:[YourUsername]@cvs.ogre3d.org/cvsroot/ogre"
5. For module enter "ogrenew"
6. Navigate to the "Revision" tab and click "Choose branch or tag" radio button, then click "Update List". Drop down the "Branch or tag name" selection box and choose "v1-2-1"
7. Click OK to checkout Ogre 1.2.1
8. Extract Ogre dependencies into the DEV_ROOT/ogrenew folder

[edit]
Ogre Addons


Checkout ogreaddons. Follow the same instructions above except for module enter "ogreaddons" and don't choose a revision, just click "OK".
)

magicstone

16-03-2007 07:44:02

I am adepted that hold the right mouse button and drag the mouse to look, and use WASD keys to move the camera backwards and up.

But in my GOOF Editor the WASD keys is not response.

magicstone

18-03-2007 13:25:03

The ogre.log listed this info.

21:06:51: Creating resource group General
21:06:51: Creating resource group Internal
21:06:51: Creating resource group Autodetect
21:06:51: Registering ResourceManager for type Material
21:06:51: Registering ResourceManager for type Mesh
21:06:51: Registering ResourceManager for type Skeleton
21:06:51: MovableObjectFactory for type 'ParticleSystem' registered.
21:06:51: Loading library OgrePlatform_d.dll
21:06:51: OverlayElementFactory for type Panel registered.
21:06:51: OverlayElementFactory for type BorderPanel registered.
21:06:51: OverlayElementFactory for type TextArea registered.
21:06:51: Registering ResourceManager for type Font
21:06:51: ArchiveFactory for archive type FileSystem registered.
21:06:51: ArchiveFactory for archive type Zip registered.
21:06:51: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005
21:06:51: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw
21:06:51: Registering ResourceManager for type HighLevelGpuProgram
21:06:51: Registering ResourceManager for type Compositor
21:06:51: MovableObjectFactory for type 'Entity' registered.
21:06:51: MovableObjectFactory for type 'Light' registered.
21:06:51: MovableObjectFactory for type 'BillboardSet' registered.
21:06:52: MovableObjectFactory for type 'ManualObject' registered.
21:06:52: MovableObjectFactory for type 'BillboardChain' registered.
21:06:52: MovableObjectFactory for type 'RibbonTrail' registered.
21:06:52: Loading library .\RenderSystem_Direct3D9
21:06:52: D3D9 : Direct3D9 Rendering Subsystem created.
21:06:52: D3D9: Driver Detection Starts
21:06:52: D3D9: Driver Detection Ends
21:06:52: Loading library .\RenderSystem_GL
21:06:53: OpenGL Rendering Subsystem created.
21:06:54: Loading library .\Plugin_ParticleFX
21:06:54: Particle Emitter Type 'Point' registered
21:06:54: Particle Emitter Type 'Box' registered
21:06:54: Particle Emitter Type 'Ellipsoid' registered
21:06:54: Particle Emitter Type 'Cylinder' registered
21:06:54: Particle Emitter Type 'Ring' registered
21:06:54: Particle Emitter Type 'HollowEllipsoid' registered
21:06:54: Particle Affector Type 'LinearForce' registered
21:06:54: Particle Affector Type 'ColourFader' registered
21:06:54: Particle Affector Type 'ColourFader2' registered
21:06:54: Particle Affector Type 'ColourImage' registered
21:06:54: Particle Affector Type 'ColourInterpolator' registered
21:06:54: Particle Affector Type 'Scaler' registered
21:06:54: Particle Affector Type 'Rotator' registered
21:06:54: Particle Affector Type 'DirectionRandomiser' registered
21:06:54: Particle Affector Type 'DeflectorPlane' registered
21:06:54: Loading library .\Plugin_BSPSceneManager
21:06:54: Registering ResourceManager for type BspLevel
21:06:54: Loading library .\Plugin_OctreeSceneManager
21:06:54: Loading library .\Plugin_CgProgramManager
21:06:54: Loading library .\Plugin_PagingLandScapeSceneManager2
21:06:54: *-*-* OGRE Initialising
21:06:54: *-*-* Version 1.2.1 (Dagon)
21:06:54: Creating resource group Bootstrap
21:06:54: Added resource location '../../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'
21:06:54: Added resource location '../../../Media' of type 'FileSystem' to resource group 'General'
21:06:54: Added resource location '../../../Media/fonts' of type 'FileSystem' to resource group 'General'
21:06:54: Added resource location '../../../Media/materials/programs' of type 'FileSystem' to resource group 'General'
21:06:54: Added resource location '../../../Media/materials/scripts' of type 'FileSystem' to resource group 'General'
21:06:54: Added resource location '../../../Media/materials/textures' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/models' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/overlays' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/particle' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/gui' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/DeferredShadingMedia' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/ManagedMaterials' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Materials' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Meshes' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Meshes/Actors' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Meshes/GeneratedLeaves' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Meshes/Plants' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Meshes/Test' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Meshes/Trees' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Meshes/Utility' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Particles' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Shaders' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Sounds' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Assets/Textures' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Editor' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/GUI' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects/Lights' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects/Meshes' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects/Meshes/Plants' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects/Meshes/PlaceHolders' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects/Meshes/Test' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects/Meshes/Trees' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects/Meshes/Trees/GeneratedLeaves' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects/ParticleSystems' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Objects/Compounds' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Partitions' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/GOOF/Worlds' of type 'FileSystem' to resource group 'General'
21:06:55: Added resource location '../../../Media/packs/cubemap.zip' of type 'Zip' to resource group 'General'
21:06:55: Added resource location '../../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'
21:06:55: Added resource location '../../../Media/packs/dragon.zip' of type 'Zip' to resource group 'General'
21:06:55: Added resource location '../../../Media/packs/fresneldemo.zip' of type 'Zip' to resource group 'General'
21:06:55: Added resource location '../../../Media/packs/ogretestmap.zip' of type 'Zip' to resource group 'General'
21:06:55: Added resource location '../../../Media/packs/skybox.zip' of type 'Zip' to resource group 'General'
21:06:55: Creating resource group PLSM2
21:06:55: Added resource location '../../../Media/paginglandscape2' of type 'FileSystem' to resource group 'PLSM2'
21:06:55: Added resource location '../../../Media/paginglandscape2/gui' of type 'FileSystem' to resource group 'PLSM2'
21:06:55: Added resource location '../../../Media/paginglandscape2/models' of type 'FileSystem' to resource group 'PLSM2'
21:06:55: Added resource location '../../../Media/paginglandscape2/materials' of type 'FileSystem' to resource group 'PLSM2'
21:06:55: Added resource location '../../../Media/paginglandscape2/materials/scripts' of type 'FileSystem' to resource group 'PLSM2'
21:06:55: Added resource location '../../../Media/paginglandscape2/materials/textures' of type 'FileSystem' to resource group 'PLSM2'
21:06:55: Added resource location '../../../Media/paginglandscape2/materials/programs' of type 'FileSystem' to resource group 'PLSM2'
21:06:55: Added resource location '../../../Media/paginglandscape2/datasrcs' of type 'FileSystem' to resource group 'PLSM2'
21:06:55: Added resource location '../../../Media/paginglandscape2/terrains' of type 'FileSystem' to resource group 'PLSM2'
21:06:55: D3D9 : RenderSystem Option: Allow NVPerfHUD = No
21:06:55: D3D9 : RenderSystem Option: Anti aliasing = None
21:06:55: D3D9 : RenderSystem Option: Floating-point mode = Fastest
21:06:55: D3D9 : RenderSystem Option: Full Screen = No
21:06:55: D3D9 : RenderSystem Option: Rendering Device = ATI MOBILITY RADEON 9600/9700 Series
21:06:55: D3D9 : RenderSystem Option: VSync = Yes
21:06:55: D3D9 : RenderSystem Option: Video Mode = 1024 x 768 @ 32-bit colour
21:08:03: D3D9 : Subsystem Initialising
21:08:03: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 1024x768 windowed miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=true
21:08:03: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 1024x768, 32bpp
21:08:04: Registering ResourceManager for type Texture
21:08:04: Registering ResourceManager for type GpuProgram
21:08:04: RenderSystem capabilities
21:08:04: -------------------------
21:08:04: * Hardware generation of mipmaps: yes
21:08:04: * Texture blending: yes
21:08:04: * Anisotropic texture filtering: yes
21:08:04: * Dot product texture operation: yes
21:08:04: * Cube mapping: yes
21:08:04: * Hardware stencil buffer: yes
21:08:04: - Stencil depth: 8
21:08:04: - Two sided stencil support: yes
21:08:04: - Wrap stencil values: yes
21:08:04: * Hardware vertex / index buffers: yes
21:08:04: * Vertex programs: yes
21:08:04: - Max vertex program version: vs_2_0
21:08:04: * Fragment programs: yes
21:08:04: - Max fragment program version: ps_2_0
21:08:04: * Texture Compression: yes
21:08:04: - DXT: yes
21:08:04: - VTC: no
21:08:04: * Scissor Rectangle: yes
21:08:04: * Hardware Occlusion Query: yes
21:08:04: * User clip planes: yes
21:08:04: * VET_UBYTE4 vertex element type: yes
21:08:04: * Infinite far plane projection: yes
21:08:04: * Hardware render-to-texture: yes
21:08:04: * Floating point textures: yes
21:08:04: * Non-power-of-two textures: yes
21:08:04: * Volume textures: yes
21:08:04: * Multiple Render Targets: 4
21:08:04: * Point Sprites: yes
21:08:04: * Extended point parameters: yes
21:08:04: * Max Point Size: 256
21:08:04: ***************************************
21:08:04: *** D3D9 : Subsystem Initialised OK ***
21:08:04: ***************************************
21:08:04: ResourceBackgroundQueue - threading disabled
21:08:04: Particle Renderer Type 'billboard' registered
21:08:04: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0
21:08:04: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 1024 H: 768
21:08:04: Parsing scripts for resource group Autodetect
21:08:04: Finished parsing scripts for resource group Autodetect
21:08:04: Parsing scripts for resource group Bootstrap
21:08:04: Parsing script OgreCore.material
21:08:04: Parsing script OgreProfiler.material
21:08:04: Parsing script Ogre.fontdef
21:08:04: Parsing script OgreDebugPanel.overlay
21:08:04: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
21:08:04: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:08:04: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
21:08:04: Font BlueHighwayusing texture size 512x512
21:08:04: Info: Freetype returned null for character 127 in font BlueHighway
21:08:04: Info: Freetype returned null for character 128 in font BlueHighway
21:08:04: Info: Freetype returned null for character 129 in font BlueHighway
21:08:04: Info: Freetype returned null for character 130 in font BlueHighway
21:08:04: Info: Freetype returned null for character 131 in font BlueHighway
21:08:04: Info: Freetype returned null for character 132 in font BlueHighway
21:08:04: Info: Freetype returned null for character 133 in font BlueHighway
21:08:04: Info: Freetype returned null for character 134 in font BlueHighway
21:08:04: Info: Freetype returned null for character 135 in font BlueHighway
21:08:04: Info: Freetype returned null for character 136 in font BlueHighway
21:08:04: Info: Freetype returned null for character 137 in font BlueHighway
21:08:04: Info: Freetype returned null for character 138 in font BlueHighway
21:08:04: Info: Freetype returned null for character 139 in font BlueHighway
21:08:04: Info: Freetype returned null for character 140 in font BlueHighway
21:08:04: Info: Freetype returned null for character 141 in font BlueHighway
21:08:04: Info: Freetype returned null for character 142 in font BlueHighway
21:08:04: Info: Freetype returned null for character 143 in font BlueHighway
21:08:04: Info: Freetype returned null for character 144 in font BlueHighway
21:08:04: Info: Freetype returned null for character 145 in font BlueHighway
21:08:04: Info: Freetype returned null for character 146 in font BlueHighway
21:08:04: Info: Freetype returned null for character 147 in font BlueHighway
21:08:04: Info: Freetype returned null for character 148 in font BlueHighway
21:08:04: Info: Freetype returned null for character 149 in font BlueHighway
21:08:04: Info: Freetype returned null for character 150 in font BlueHighway
21:08:04: Info: Freetype returned null for character 151 in font BlueHighway
21:08:04: Info: Freetype returned null for character 152 in font BlueHighway
21:08:04: Info: Freetype returned null for character 153 in font BlueHighway
21:08:04: Info: Freetype returned null for character 154 in font BlueHighway
21:08:04: Info: Freetype returned null for character 155 in font BlueHighway
21:08:04: Info: Freetype returned null for character 156 in font BlueHighway
21:08:04: Info: Freetype returned null for character 157 in font BlueHighway
21:08:04: Info: Freetype returned null for character 158 in font BlueHighway
21:08:04: Info: Freetype returned null for character 159 in font BlueHighway
21:08:04: Info: Freetype returned null for character 160 in font BlueHighway
21:08:04: Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
21:08:04: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
21:08:04: Parsing script OgreLoadingPanel.overlay
21:08:04: Finished parsing scripts for resource group Bootstrap
21:08:04: Parsing scripts for resource group General
21:08:04: Parsing script Examples.program
21:08:04: Parsing script StdQuad_vp.program
21:08:05: Parsing script deferred.glsl.program
21:08:05: Parsing script deferred.hlsl.program
21:08:05: Parsing script deferred_post_debug.glsl.program
21:08:05: Parsing script deferred_post_debug.hlsl.program
21:08:05: Parsing script deferred_post_minilight.glsl.program
21:08:05: Parsing script deferred_post_minilight.hlsl.program
21:08:05: An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named lightSpecularColor.
File: e:\devlopment\dev_root\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
21:08:05: Error at line 29 of deferred_post_minilight.hlsl.program: Invalid param_named_auto attribute - An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named lightSpecularColor.
File: e:\devlopment\dev_root\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
21:08:05: Parsing script deferred_post_multipass.glsl.program
21:08:05: Parsing script deferred_post_multipass.hlsl.program
21:08:05: Parsing script deferred_post_onepass.glsl.program
21:08:05: Parsing script deferred_post_onepass.hlsl.program
21:08:05: Parsing script LightingCG.program
21:08:05: Parsing script BlackAndWhite.material
21:08:05: Parsing script Bloom.material
21:08:05: Parsing script DOF.material
21:08:05: Parsing script Embossed.material
21:08:05: Parsing script Example-DynTex.material
21:08:05: Parsing script Example-Water.material
21:08:05: Parsing script Example.material
21:08:06: Parsing script Examples-Advanced.material
21:08:06: Parsing script facial.material
21:08:06: Parsing script Glass.material
21:08:06: Parsing script hdr.material
21:08:06: Parsing script HeatVision.material
21:08:07: Parsing script Hurt.material
21:08:07: Parsing script Invert.material
21:08:07: Parsing script Laplace.material
21:08:07: Parsing script MotionBlur.material
21:08:07: Parsing script Ocean.material
21:08:07: Parsing script OffsetMapping.material
21:08:07: Parsing script Ogre.material
21:08:07: Parsing script OldMovie.material
21:08:07: Parsing script OldTV.material
21:08:07: Parsing script Posterize.material
21:08:07: Parsing script RZR-002.material
21:08:07: Parsing script SharpenEdges.material
21:08:07: Parsing script smoke.material
21:08:07: Parsing script Tiling.material
21:08:07: Parsing script deferred.material
21:08:07: Parsing script deferreddemo.material
21:08:07: Parsing script deferred_post_debug.material
21:08:08: Parsing script deferred_post_minilight.material
21:08:08: Parsing script deferred_post_multipass.material
21:08:08: Parsing script deferred_post_onepass.material
21:08:08: Parsing script OneTexBumpSpecReflectPerPixelModShad.material
21:08:08: Parsing script Actor.material
21:08:08: Parsing script ActorCollisionBody.material
21:08:08: Parsing script ActorCollisionLegs.material
21:08:08: Error at line 1 of ActorCollisionLegs.material: Unrecognised command: ActorCollisionLegsMat
21:08:08: Error at line 2 of ActorCollisionLegs.material: Unrecognised command: {
21:08:08: Error at line 3 of ActorCollisionLegs.material: Unrecognised command: technique
21:08:08: Error at line 4 of ActorCollisionLegs.material: Unrecognised command: {
21:08:08: Error at line 5 of ActorCollisionLegs.material: Unrecognised command: pass
21:08:08: Error at line 6 of ActorCollisionLegs.material: Unrecognised command: {
21:08:08: Error at line 7 of ActorCollisionLegs.material: Unrecognised command: ambient
21:08:08: Error at line 8 of ActorCollisionLegs.material: Unrecognised command: diffuse
21:08:08: Error at line 9 of ActorCollisionLegs.material: Unrecognised command: specular
21:08:08: Error at line 10 of ActorCollisionLegs.material: Unrecognised command: emissive
21:08:08: Error at line 11 of ActorCollisionLegs.material: Unexpected terminating brace.
21:08:08: Error at line 12 of ActorCollisionLegs.material: Unexpected terminating brace.
21:08:08: Error at line 13 of ActorCollisionLegs.material: Unexpected terminating brace.
21:08:08: Parsing script ActorCollisionMesh.material
21:08:08: Parsing script Bark1.material
21:08:08: Parsing script Bark1_Leaves1Bark1.material
21:08:08: Parsing script Bark1_Leaves1Leaves1.material
21:08:08: Parsing script Box0Point5Meters.material
21:08:08: Parsing script Box1m.material
21:08:08: Parsing script Bush1.material
21:08:08: Parsing script CameraOrientedLeaves.material
21:08:08: Parsing script ClearSky.material
21:08:08: Parsing script CloudySky.material
21:08:08: Parsing script Default.material
21:08:08: Parsing script Fern1.material
21:08:08: Parsing script Fern2.material
21:08:08: Parsing script GOOFExplosion.material
21:08:08: Parsing script GOOFGeneral.material
21:08:08: Parsing script GOOFPlaceHolderLight.material
21:08:08: Parsing script GOOFPlaceHolderParticleSystem.material
21:08:08: Parsing script GOOFPlaceHolderSound.material
21:08:08: Parsing script GOOFSmokePuff.material
21:08:08: Parsing script Grass1.material
21:08:08: Parsing script GreenAshMulti.material
21:08:08: Parsing script GreyGrid.material
21:08:08: Parsing script Invisible.material
21:08:08: Parsing script LeafPointsMaterials.material
21:08:08: Parsing script LilyPad1.material
21:08:08: Parsing script LODBoxesMaterials.material
21:08:08: Parsing script ManipulatorHandles.material
21:08:08: Parsing script Mushroom1.material
21:08:08: Parsing script PerPixelShaded.material
21:08:08: Error in material PerPixelShaded at line 11 of PerPixelShaded.material: Invalid vertex_program_ref entry - vertex program Base/AmbientOneTextureVS has not been defined.
21:08:08: Error in material PerPixelShaded at line 15 of PerPixelShaded.material: Invalid fragment_program_ref entry - fragment program Base/AmbientOneTextureFS has not been defined.
21:08:08: Error in material PerPixelShaded at line 36 of PerPixelShaded.material: Invalid vertex_program_ref entry - vertex program Phong/DirectionalLightVS has not been defined.
21:08:08: Error in material PerPixelShaded at line 40 of PerPixelShaded.material: Invalid fragment_program_ref entry - fragment program Phong/DirectionalLightFS has not been defined.
21:08:08: Error in material PerPixelShaded at line 61 of PerPixelShaded.material: Invalid vertex_program_ref entry - vertex program Phong/PointLightVS has not been defined.
21:08:08: Error in material PerPixelShaded at line 65 of PerPixelShaded.material: Invalid fragment_program_ref entry - fragment program Phong/PointLightFS has not been defined.
21:08:08: Error in material PerPixelShaded at line 86 of PerPixelShaded.material: Invalid vertex_program_ref entry - vertex program Phong/SpotLightVS has not been defined.
21:08:08: Error in material PerPixelShaded at line 90 of PerPixelShaded.material: Invalid fragment_program_ref entry - fragment program Phong/SpotLightFS has not been defined.
21:08:08: Parsing script PinkFlower1.material
21:08:08: Parsing script Rock1.material
21:08:08: Parsing script Rock2.material
21:08:08: Parsing script SkyBlend.material
21:08:08: Parsing script SmallSphere20CM.material
21:08:08: Parsing script SphereMaterial.material
21:08:08: Parsing script TeapotShaded.material
21:08:08: Parsing script TestSquare.material
21:08:09: An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named lightAttenuation.
File: e:\devlopment\dev_root\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
21:08:09: Error in material TestSquare at line 48 of TestSquare.material: Invalid param_named_auto attribute - An exception has been thrown!

-----------------------------------
Details:
-----------------------------------
Error #: 7
Function: GpuProgramParameters::getParamIndex
Description: Cannot find a parameter named lightAttenuation.
File: e:\devlopment\dev_root\ogrenew\ogremain\src\ogregpuprogram.cpp
Line: 773
Stack unwinding: <<beginning of stack>>
21:08:09: Parsing script Tree1_Billboard.material
21:08:09: Parsing script Trees.material
21:08:09: Parsing script Tropical1.material
21:08:09: Parsing script Twig1.material
21:08:09: Parsing script Weed1.material
21:08:09: Parsing script Weed2.material
21:08:09: Parsing script WhiteFlower1.material
21:08:09: Parsing script TreeType1Large1.material
21:08:09: Parsing script GlobalModulativeShadowReceiver.material
21:08:09: Parsing script fresnelenviron.material
21:08:09: Parsing script Examples.compositor
21:08:09: Parsing script sample.fontdef
21:08:09: Parsing script Example-Water.particle
21:08:09: Parsing script Example.particle
21:08:10: Parsing script smoke.particle
21:08:10: Parsing script GOOFParticleSystems.particle
21:08:10: Parsing script Compositor.overlay
21:08:10: Parsing script DP3.overlay
21:08:10: Parsing script Example-CubeMapping.overlay
21:08:10: Parsing script Example-DynTex.overlay
21:08:10: Parsing script Example-Water.overlay
21:08:10: Parsing script Shadows.overlay
21:08:10: Finished parsing scripts for resource group General
21:08:10: Parsing scripts for resource group Internal
21:08:10: Finished parsing scripts for resource group Internal
21:08:10: Parsing scripts for resource group PLSM2
21:08:10: Parsing script DecompressShadowReceiver.program
21:08:10: Parsing script DecompressSplat.program
21:08:10: Parsing script DecompressSplatShader.program
21:08:10: Parsing script DecompressVertex.program
21:08:10: Parsing script PLShaders.program
21:08:10: Parsing script ShadowReceiver.program
21:08:10: Parsing script Splat.program
21:08:10: Parsing script SplatShader.program
21:08:10: Parsing script BaseTexture.material
21:08:10: Parsing script colors.material
21:08:10: Parsing script MapEditor-Circle.material
21:08:10: Parsing script MyTree.material
21:08:10: Parsing script PagingLandScape.material
21:08:10: Parsing script PagingLandScapeTemplate.material
21:08:10: Parsing script PLSplattingShaderLit.material
21:08:11: Parsing script PLSplattingShaderLitDecompress.material
21:08:11: Parsing script PLSplattingShaderUnlit.material
21:08:11: Parsing script PLSplattingShaderUnlitDecompress.material
21:08:11: Parsing script Splatting.material
21:08:11: Parsing script Splatting2.material
21:08:11: Parsing script Splatting3.material
21:08:11: Parsing script Splatting4.material
21:08:11: Parsing script Splatting5.material
21:08:11: Parsing script Splatting6.material
21:08:11: Parsing script Splatting7.material
21:08:11: Parsing script SplattingShader.material
21:08:11: Finished parsing scripts for resource group PLSM2
21:08:12: Texture: WindowsLook.tga: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,128x128x1.
21:08:12: Texture: _cegui_ogre_0: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
21:08:12: Texture: _cegui_ogre_1: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,128x128x1.
21:08:12: Texture: _cegui_ogre_2: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
21:08:12: Texture: _cegui_ogre_3: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,128x128x1.
21:08:12: Texture: _cegui_ogre_4: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
21:08:12: Texture: _cegui_ogre_5: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,128x128x1.
21:08:12: Texture: _cegui_ogre_6: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
21:08:12: Texture: _cegui_ogre_7: Loading 1 faces(PF_A8R8G8B8,256x256x1) with 0 generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:08:13: Registering ResourceManager for type DataFile
21:08:14: MovableObjectFactory for type 'PagingLandScapeMeshDecal' registered.
21:08:14: Initialising resource group PLSM2
21:08:14: Added resource location '../../../Media/paginglandscape2/terrains//DefaultGOOFEdMap' of type 'FileSystem' to resource group 'PLSM2'
21:08:14: Initialising resource group PLSM2
21:08:21: Texture: ../../../Media/GOOF/Assets/Textures/Terrain_Dirt1.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:22: Removed resource location ../../../Media/paginglandscape2/terrains//TempMap
21:08:22: Added resource location '../../../Media/paginglandscape2/terrains//TempMap' of type 'FileSystem' to resource group 'PLSM2'
21:08:22: Added resource location '../../../Media/paginglandscape2/terrains//TempMap' of type 'FileSystem' to resource group 'PLSM2'
21:08:22: Initialising resource group PLSM2
21:08:22: WARNING: Texture instance 'Ogre/ShadowTexture0' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
21:08:22: Creating viewport on target 'rtt/2346304', rendering from camera 'Ogre/ShadowTextureCam0', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0
21:08:22: Viewport for camera 'Ogre/ShadowTextureCam0', actual dimensions L: 0 T: 0 W: 512 H: 512
21:08:22: Texture: cloudy_noon_fr.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:22: Texture: cloudy_noon_bk.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:22: Texture: cloudy_noon_lf.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:22: Texture: cloudy_noon_rt.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:22: Texture: cloudy_noon_up.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:22: Texture: cloudy_noon_dn.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:22: Render Target 'rtt/2346304' Average FPS: 0 Best FPS: 0 Worst FPS: 999
21:08:22: WARNING: Texture instance 'Ogre/ShadowTexture0' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded.
21:08:22: Creating viewport on target 'rtt/2346304', rendering from camera 'Ogre/ShadowTextureCam0', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0
21:08:22: Viewport for camera 'Ogre/ShadowTextureCam0', actual dimensions L: 0 T: 0 W: 1024 H: 1024
21:08:25: Mesh: Loading MoveArrowLineVisible.mesh.
21:08:25: Mesh: Loading MoveArrowConeVisible.mesh.
21:08:25: Mesh: Loading MoveArrowCollision.mesh.
21:08:25: Mesh: Loading MoveTwoAxisVisible.mesh.
21:08:25: Mesh: Loading MoveTwoAxisCollision.mesh.
21:08:25: Mesh: Loading RotationRingVisible.mesh.
21:08:25: Mesh: Loading RotationRingCollision.mesh.
21:08:25: Mesh: Loading DragVisible.mesh.
21:08:25: Mesh: Loading DragCollision.mesh.
21:08:26: Texture: spot_shadow_fade.png: Loading 1 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x128x1.
21:08:26: Texture: TempMap.Coverage.0.1.0.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:08:26: Texture: Terrain_Dirt1.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:27: Texture: Terrain_Rock1.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:27: Texture: Terrain_Grass1.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:27: Texture: Terrain_Cobble1.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1.
21:08:27: Texture: nm.png: Loading 6 faces(PF_B8G8R8,128x128x1) with hardware generated mipmaps from multiple Images. Internal format is PF_X8R8G8B8,128x128x1.
21:08:27: Texture: TempMap.Base.1.0.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:08:38: Texture: TempMap.Coverage.0.1.1.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:08:38: Texture: TempMap.Base.1.1.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:08:38: Texture: TempMap.Coverage.0.0.0.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:08:38: Texture: TempMap.Base.0.0.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:08:39: Texture: TempMap.Coverage.0.0.1.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:08:39: Texture: TempMap.Base.0.1.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
21:10:46: Mesh: Loading Box1m.mesh.
21:14:45: Mesh: Loading Box0Point5Meters.mesh.
21:17:37: Unregistering ResourceManager for type BspLevel
21:17:37: Render Target 'rtt/2346304' Average FPS: 22.5309 Best FPS: 47.5267 Worst FPS: 0.00265611
21:17:37: *-*-* OGRE Shutdown
21:17:37: Unregistering ResourceManager for type Compositor
21:17:37: Unregistering ResourceManager for type Font
21:17:37: Unregistering ResourceManager for type Skeleton
21:17:37: Unregistering ResourceManager for type Mesh
21:17:37: Unregistering ResourceManager for type HighLevelGpuProgram
21:17:37: Unloading library .\Plugin_PagingLandScapeSceneManager2
21:17:38: Unloading library .\Plugin_CgProgramManager
21:17:38: Unloading library .\Plugin_OctreeSceneManager
21:17:38: Unloading library .\Plugin_BSPSceneManager
21:17:38: Unloading library .\Plugin_ParticleFX
21:17:38: *** Stopping Win32GL Subsystem ***
21:17:38: Unloading library .\RenderSystem_GL
21:17:38: Render Target 'OGRE Render Window' Average FPS: 22.5906 Best FPS: 60.4559 Worst FPS: 0.113159
21:17:38: D3D9 : Shutting down cleanly.
21:17:38: Unregistering ResourceManager for type Texture
21:17:38: Unregistering ResourceManager for type GpuProgram
21:17:38: D3D9 : Direct3D9 Rendering Subsystem destroyed.
21:17:38: Unloading library .\RenderSystem_Direct3D9
21:17:38: Unregistering ResourceManager for type Material
21:17:38: Unloading library OgrePlatform_d.dll

magicstone

18-03-2007 13:44:16

The CEGUI.log listed information!

18/03/2007 21:31:19 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
18/03/2007 21:31:19 (InfL1) + Crazy Eddie's GUI System - Event log +
18/03/2007 21:31:19 (InfL1) + (http://www.cegui.org.uk/) +
18/03/2007 21:31:19 (InfL1) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

18/03/2007 21:31:19 (InfL1) CEGUI::Logger singleton created.
18/03/2007 21:31:19 (InfL1) ---- Begining CEGUI System initialisation ----
18/03/2007 21:31:19 (InfL1) CEGUI::ImagesetManager singleton created
18/03/2007 21:31:19 (InfL1) CEGUI::FontManager singleton created.
18/03/2007 21:31:19 (InfL1) CEGUI::WindowFactoryManager singleton created
18/03/2007 21:31:19 (InfL1) CEGUI::WindowManager singleton created
18/03/2007 21:31:19 (InfL1) CEGUI::SchemeManager singleton created.
18/03/2007 21:31:19 (InfL1) CEGUI::MouseCursor singleton created.
18/03/2007 21:31:19 (InfL1) CEGUI::GlobalEventSet singleton created.
18/03/2007 21:31:19 (InfL1) CEGUI::WidgetLookManager singleton created.
18/03/2007 21:31:19 (InfL1) WindowFactory for 'DefaultWindow' windows added.
18/03/2007 21:31:19 (InfL1) WindowFactory for 'DragContainer' windows added.
18/03/2007 21:31:19 (InfL1) WindowFactory for 'ScrolledContainer' windows added.
18/03/2007 21:31:19 (InfL1) Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
18/03/2007 21:31:19 (InfL1) CEGUI::System singleton created.
18/03/2007 21:31:19 (InfL1) ---- CEGUI System initialisation completed ----
18/03/2007 21:31:19 (InfL1) ---- Version 0.4.1 ----
18/03/2007 21:31:19 (InfL1) ---- Renderer module is: CEGUI::OgreRenderer - Official Ogre based renderer module for CEGUI ----
18/03/2007 21:31:19 (InfL1) ---- XML Parser module is: CEGUI::TinyXMLParser - Official tinyXML based parser module for CEGUI ----
18/03/2007 21:31:19 (InfL1) ---- Scripting module is: None ----
18/03/2007 21:31:19 (InfL1) Attempting to load Scheme from file 'WindowsLook.scheme'.
18/03/2007 21:31:19 (InfL2) Started creation of Scheme 'WindowsLook' via XML file.
18/03/2007 21:31:19 (InfL2) Finished creation of Scheme 'WindowsLook' via XML file.
18/03/2007 21:31:19 (InfL2) Loaded GUI scheme 'WindowsLook' from data in file 'WindowsLook.scheme'.
18/03/2007 21:31:19 (InfL2) ---- Begining resource loading for GUI scheme 'WindowsLook' ----
18/03/2007 21:31:19 (InfL1) Attempting to create an Imageset from the information specified in file 'WindowsLook.imageset'.
18/03/2007 21:31:19 (InfL2) Started creation of Imageset 'WindowsLook' via XML file.
18/03/2007 21:31:20 (InfL2) Finished creation of Imageset 'WindowsLook' via XML file.
18/03/2007 21:31:20 (InfL1) Attempting to create Font from the information specified in file 'Tahoma6.font'.
18/03/2007 21:31:20 (InfL2) Started creation of Font 'Tahoma6' via XML file.
18/03/2007 21:31:20 (InfL1) Attempting to create Imageset 'Tahoma6_auto_glyph_images' with texture only.
18/03/2007 21:31:20 (InfL2) Font 'Tahoma6' now has the following glyphs defined: ' !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'.
18/03/2007 21:31:20 (InfL2) Finished creation of Font 'Tahoma6' via XML file.
18/03/2007 21:31:20 (InfL1) Attempting to create Font from the information specified in file 'Tahoma8.font'.
18/03/2007 21:31:20 (InfL2) Started creation of Font 'Tahoma8' via XML file.
18/03/2007 21:31:20 (InfL1) Attempting to create Imageset 'Tahoma8_auto_glyph_images' with texture only.
18/03/2007 21:31:20 (InfL2) Font 'Tahoma8' now has the following glyphs defined: ' !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'.
18/03/2007 21:31:20 (InfL2) Finished creation of Font 'Tahoma8' via XML file.
18/03/2007 21:31:20 (InfL1) Attempting to create Font from the information specified in file 'Tahoma10.font'.
18/03/2007 21:31:20 (InfL2) Started creation of Font 'Tahoma10' via XML file.
18/03/2007 21:31:20 (InfL1) Attempting to create Imageset 'Tahoma10_auto_glyph_images' with texture only.
18/03/2007 21:31:20 (InfL2) Font 'Tahoma10' now has the following glyphs defined: ' !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'.
18/03/2007 21:31:20 (InfL2) Finished creation of Font 'Tahoma10' via XML file.
18/03/2007 21:31:20 (InfL1) Attempting to create Font from the information specified in file 'Tahoma12.font'.
18/03/2007 21:31:20 (InfL2) Started creation of Font 'Tahoma12' via XML file.
18/03/2007 21:31:20 (InfL1) Attempting to create Imageset 'Tahoma12_auto_glyph_images' with texture only.
18/03/2007 21:31:20 (InfL2) Font 'Tahoma12' now has the following glyphs defined: ' !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'.
18/03/2007 21:31:20 (InfL2) Finished creation of Font 'Tahoma12' via XML file.
18/03/2007 21:31:20 (InfL1) No window factories specified for module 'CEGUIWindowsLook' - adding all available factories...
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Button' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Checkbox' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/CloseButton' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Combobox' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/ComboDropList' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Editbox' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/FrameWindow' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Listbox' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/ListHeader' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/ListHeaderSegment' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/HorizontalScrollbar' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/HorizontalScrollbarThumb' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/MultiColumnList' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/MultiLineEditbox' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/ProgressBar' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/RadioButton' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/ScrollablePane' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Slider' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/SliderThumb' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Spinner' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/StaticImage' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/StaticText' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/TabButton' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/TabControl' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/TabPane' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Titlebar' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Tooltip' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/VerticalScrollbar' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/VerticalScrollbarThumb' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/TextItem' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/MenubarItem' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/PopupMenuItem' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/Menubar' windows added.
18/03/2007 21:31:20 (InfL1) WindowFactory for 'WindowsLook/PopupMenu' windows added.
18/03/2007 21:31:20 (InfL2) ---- Resource loading for GUI scheme 'WindowsLook' completed ----
18/03/2007 21:31:20 (InfL2) Window 'CEGUI::System::default__auto_tooltip__' of type 'WindowsLook/Tooltip' has been created.
18/03/2007 21:31:20 (InfL2) ---- Beginning loading of GUI layout from 'GOOFEdMainWindow.layout.xml' ----
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorMainWindow' of type 'DefaultWindow' has been created.
18/03/2007 21:31:20 (InfL1) ---- Successfully completed loading of GUI layout from 'GOOFEdMainWindow.layout.xml' ----
18/03/2007 21:31:20 (InfL2) ---- Beginning loading of GUI layout from 'GOOFEdToolWindow.layout.xml' ----
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolBarFrameWindow' of type 'WindowsLook/FrameWindow' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolBarFrameWindow__auto_titlebar__' of type 'WindowsLook/Titlebar' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolBarFrameWindow__auto_closebutton__' of type 'WindowsLook/CloseButton' has been created.
18/03/2007 21:31:20 (Error) Exception: FontManager::getFont - A Font object with the specified name 'Tahoma-12' does not exist within the system
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo' of type 'WindowsLook/Combobox' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_droplist__' of type 'WindowsLook/ComboDropList' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_droplist____auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_droplist____auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_droplist____auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_droplist____auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_droplist____auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_droplist____auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_droplist____auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_droplist____auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionCombo__auto_button__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolBarPane' of type 'DefaultWindow' has been created.
18/03/2007 21:31:20 (Error) Exception: FontManager::getFont - A Font object with the specified name 'Tahoma-12' does not exist within the system
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:20 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorToolWindow_ToolSelectionStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorToolWindow_ExitButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL1) ---- Successfully completed loading of GUI layout from 'GOOFEdToolWindow.layout.xml' ----
18/03/2007 21:31:21 (InfL2) ---- Beginning loading of GUI layout from 'GOOFEdPagingLandscapeToolBar.layout.xml' ----
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBarWindow' of type 'DefaultWindow' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_NewButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_LoadButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_SaveButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_SaveAsButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_MorphButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_FreeCamButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_OverheadCamButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_WalkCamButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep1' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep1__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep1__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep1__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep1__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep1__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep1__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep1__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep1__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep11' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep11__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep11__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep11__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep11__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep11__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep11__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep11__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep11__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep112' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep112__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep112__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep112__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep112__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep112__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep112__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep112__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_Sep112__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_PaintButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeToolBar_GenerateBaseTexturesButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (Error) Exception: FontManager::getFont - A Font object with the specified name 'Commonwealth-10' does not exist within the system
18/03/2007 21:31:21 (InfL1) ---- Successfully completed loading of GUI layout from 'GOOFEdPagingLandscapeToolBar.layout.xml' ----
18/03/2007 21:31:21 (InfL2) ---- Beginning loading of GUI layout from 'GOOFEdPagingLandscapeMorphWindow.layout.xml' ----
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow' of type 'WindowsLook/FrameWindow' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow__auto_titlebar__' of type 'WindowsLook/Titlebar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow__auto_closebutton__' of type 'WindowsLook/CloseButton' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox' of type 'WindowsLook/Combobox' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_droplist__' of type 'WindowsLook/ComboDropList' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_droplist____auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_droplist____auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_droplist____auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_droplist____auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_droplist____auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_droplist____auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_droplist____auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_droplist____auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeCombobox__auto_button__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:21 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_MorphTypeStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthSlider' of type 'WindowsLook/Slider' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushStrengthSlider__auto_thumb__' of type 'WindowsLook/SliderThumb' has been created.
18/03/2007 21:31:22 (Error) Exception: FontManager::getFont - A Font object with the specified name 'Commonwealth-6' does not exist within the system
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox' of type 'WindowsLook/Combobox' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_droplist__' of type 'WindowsLook/ComboDropList' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_droplist____auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_droplist____auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_droplist____auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_droplist____auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_droplist____auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_droplist____auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_droplist____auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_droplist____auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapeMorphWindow_BrushSizeCombobox__auto_button__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL1) ---- Successfully completed loading of GUI layout from 'GOOFEdPagingLandscapeMorphWindow.layout.xml' ----
18/03/2007 21:31:22 (InfL2) ---- Beginning loading of GUI layout from 'GOOFEdPagingLandscapePaintWindow.layout.xml' ----
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow' of type 'WindowsLook/FrameWindow' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow__auto_titlebar__' of type 'WindowsLook/Titlebar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow__auto_closebutton__' of type 'WindowsLook/CloseButton' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_CurrentPageStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_CurrentPageStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_CurrentPageStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_CurrentPageStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_CurrentPageStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_CurrentPageStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_CurrentPageStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_CurrentPageStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_CurrentPageStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthSlider' of type 'WindowsLook/Slider' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushStrengthSlider__auto_thumb__' of type 'WindowsLook/SliderThumb' has been created.
18/03/2007 21:31:22 (Error) Exception: FontManager::getFont - A Font object with the specified name 'Commonwealth-6' does not exist within the system
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox' of type 'WindowsLook/Combobox' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_droplist__' of type 'WindowsLook/ComboDropList' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_droplist____auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_droplist____auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_droplist____auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_droplist____auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_droplist____auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_droplist____auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_droplist____auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_droplist____auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_BrushSizeCombobox__auto_button__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureStaticImage' of type 'WindowsLook/StaticImage' has been created.
18/03/2007 21:31:22 (Error) Exception: FontManager::getFont - A Font object with the specified name 'Commonwealth-6' does not exist within the system
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_ActiveTextureStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_ActiveTextureStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_ActiveTextureStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_ActiveTextureStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_ActiveTextureStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_ActiveTextureStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_ActiveTextureStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_ActiveTextureStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_ActiveTextureStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureListbox' of type 'WindowsLook/Listbox' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureListbox__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureListbox__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureListbox__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureListbox__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:22 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureListbox__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureListbox__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureListbox__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureListbox__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureNameStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureNameStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureNameStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureNameStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureNameStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureNameStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureNameStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureNameStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'GOOFEditorPagingLandscapePaintWindow_TextureNameStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL1) ---- Successfully completed loading of GUI layout from 'GOOFEdPagingLandscapePaintWindow.layout.xml' ----
18/03/2007 21:31:23 (InfL2) ---- Beginning loading of GUI layout from 'GOOFEdPagingLandscapeNewLandscapeWindow.layout.xml' ----
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow' of type 'WindowsLook/FrameWindow' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow__auto_titlebar__' of type 'WindowsLook/Titlebar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow__auto_closebutton__' of type 'WindowsLook/CloseButton' has been created.
18/03/2007 21:31:23 (Error) Exception: FontManager::getFont - A Font object with the specified name 'Commonwealth-6' does not exist within the system
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_NextButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_CancelButton' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox' of type 'WindowsLook/Combobox' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_droplist__' of type 'WindowsLook/ComboDropList' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_droplist____auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_droplist____auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_droplist____auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_droplist____auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_droplist____auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_droplist____auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_droplist____auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_droplist____auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeCombobox__auto_button__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TypeStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox' of type 'WindowsLook/Combobox' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_droplist__' of type 'WindowsLook/ComboDropList' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_droplist____auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_droplist____auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_droplist____auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_droplist____auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_droplist____auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_droplist____auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_droplist____auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_droplist____auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeCombobox__auto_button__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SizeStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_AdvancedRadioButton' of type 'WindowsLook/RadioButton' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_SimpleRadioButton' of type 'WindowsLook/RadioButton' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelSpinner' of type 'WindowsLook/Spinner' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelSpinner__auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelSpinner__auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_UnitsPerPixelSpinner__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightSpinner' of type 'WindowsLook/Spinner' has been created.
18/03/2007 21:31:23 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightSpinner__auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightSpinner__auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_MaxHeightSpinner__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeSpinner' of type 'WindowsLook/Spinner' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeSpinner__auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeSpinner__auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_PageSizeSpinner__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeSpinner' of type 'WindowsLook/Spinner' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeSpinner__auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeSpinner__auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeSpinner__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_TileSizeStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightWidthStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightWidthStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightWidthStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightWidthStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightWidthStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightWidthStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightWidthStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightWidthStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightWidthStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightSpinner' of type 'WindowsLook/Spinner' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightSpinner__auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightSpinner__auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_HeightSpinner__auto_editbox__' of type 'WindowsLook/Editbox' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXStatic' of type 'WindowsLook/StaticText' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXStatic__auto_vscrollbar__' of type 'WindowsLook/VerticalScrollbar' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXStatic__auto_vscrollbar____auto_thumb__' of type 'WindowsLook/VerticalScrollbarThumb' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXStatic__auto_vscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXStatic__auto_vscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXStatic__auto_hscrollbar__' of type 'WindowsLook/HorizontalScrollbar' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXStatic__auto_hscrollbar____auto_thumb__' of type 'WindowsLook/HorizontalScrollbarThumb' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXStatic__auto_hscrollbar____auto_incbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXStatic__auto_hscrollbar____auto_decbtn__' of type 'WindowsLook/Button' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXSpinner' of type 'WindowsLook/Spinner' has been created.
18/03/2007 21:31:24 (InfL2) Window 'Prefix1_GOOFEditorPagingLandscapeNewLandscapeWindow_ScaleXSpinner__a