========================================================================================================
sry for so many posts, but finnally i compiled using NDK r8c, and the dependencies provided on site, everything compiles fine and runs fine, but no textuers are showed, just bland colors and quads =(
My device is a samsung galaxy S2 2.3.6, I compiled for ARMV5 , apparently everything is fine on log:
Code: Select all
I/OGRE (27291): Creating resource group General
I/OGRE (27291): Creating resource group Internal
I/OGRE (27291): Creating resource group Autodetect
I/OGRE (27291): SceneManagerFactory for type 'DefaultSceneManager' registered.
I/OGRE (27291): Registering ResourceManager for type Material
I/OGRE (27291): Registering ResourceManager for type Mesh
I/OGRE (27291): Registering ResourceManager for type Skeleton
I/OGRE (27291): MovableObjectFactory for type 'ParticleSystem' registered.
I/OGRE (27291): ArchiveFactory for archive type FileSystem registered.
I/OGRE (27291): ArchiveFactory for archive type Zip registered.
I/OGRE (27291): ArchiveFactory for archive type EmbeddedZip registered.
I/OGRE (27291): DDS codec registering
I/OGRE (27291): FreeImage version: 3.15.3
I/OGRE (27291): This program uses FreeImage, a free, open source image library supporting all com
mon bitmap formats. See http://freeimage.sourceforge.net for details
I/OGRE (27291): Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,p
gm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp
2,pfm,pct,pict,pic,3fr,arw,bay,bmq,cap,cine,cr2,crw,cs1,dc2,dcr,drf,dsc,dng,erf,fff,ia,iiq,k25,kc2,k
dc,mdc,mef,mos,mrw,nef,nrw,orf,pef,ptx,pxn,qtk,raf,raw,rdc,rw2,rwl,rwz,sr2,srf,srw,sti
I/OGRE (27291): PVRTC codec registering
I/OGRE (27291): ETC1 codec registering
I/OGRE (27291): Registering ResourceManager for type HighLevelGpuProgram
I/OGRE (27291): Registering ResourceManager for type Compositor
I/OGRE (27291): MovableObjectFactory for type 'Entity' registered.
I/OGRE (27291): MovableObjectFactory for type 'Light' registered.
I/OGRE (27291): MovableObjectFactory for type 'BillboardSet' registered.
I/OGRE (27291): MovableObjectFactory for type 'ManualObject' registered.
I/OGRE (27291): MovableObjectFactory for type 'BillboardChain' registered.
I/OGRE (27291): MovableObjectFactory for type 'RibbonTrail' registered.
E/OGRE (27291): OGRE EXCEPTION(6:FileNotFoundException): 'plugins.cfg' file not found! in ConfigF
ile::load at ..\..\OgreMain\src\OgreConfigFile.cpp (line 88)
I/OGRE (27291): plugins.cfg not found, automatic plugin loading disabled.
I/OGRE (27291): *-*-* OGRE Initialising
I/OGRE (27291): *-*-* Version 1.9.0unstable (Ghadamon)
I/OGRE (27291): Installing plugin: OpenGL ES 2.0 RenderSystem
I/OGRE (27291): OpenGL ES 2.x Rendering Subsystem created.
D/libEGL (27291): loaded /system/lib/egl/libEGL_mali.so
D/libEGL (27291): loaded /system/lib/egl/libGLESv1_CM_mali.so
D/libEGL (27291): loaded /system/lib/egl/libGLESv2_mali.so
I/ (27291): !@Mali Android API Version : 7 [1352988205]
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Octree Scene Manager
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: ParticleFX
I/OGRE (27291): Particle Emitter Type 'Point' registered
I/OGRE (27291): Particle Emitter Type 'Box' registered
I/OGRE (27291): Particle Emitter Type 'Ellipsoid' registered
I/OGRE (27291): Particle Emitter Type 'Cylinder' registered
I/OGRE (27291): Particle Emitter Type 'Ring' registered
I/OGRE (27291): Particle Emitter Type 'HollowEllipsoid' registered
I/OGRE (27291): Particle Affector Type 'LinearForce' registered
I/OGRE (27291): Particle Affector Type 'ColourFader' registered
I/OGRE (27291): Particle Affector Type 'ColourFader2' registered
I/OGRE (27291): Particle Affector Type 'ColourImage' registered
I/OGRE (27291): Particle Affector Type 'ColourInterpolator' registered
I/OGRE (27291): Particle Affector Type 'Scaler' registered
I/OGRE (27291): Particle Affector Type 'Rotator' registered
I/OGRE (27291): Particle Affector Type 'DirectionRandomiser' registered
I/OGRE (27291): Particle Affector Type 'DeflectorPlane' registered
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): CPU Identifier & Features
I/OGRE (27291): -------------------------
I/OGRE (27291): * CPU ID: ARMv7
I/OGRE (27291): * VFP: yes
I/OGRE (27291): * NEON: yes
I/OGRE (27291): -------------------------
I/OGRE (27291): Registering ResourceManager for type Texture
I/OGRE (27291): GLES2RenderSystem::_createRenderWindow "OgreWindow", 0x0 windowed miscParams: an
droidConfig=1271856 externalWindowHandle=1451888
D/CLIPBOARD(27291): Hide Clipboard dialog at Starting input: finished by someone else... !
I/AudioFlinger( 2588): stop output streamType (0, 1) for 1
I/OGRE (27291): GL_VERSION = OpenGL ES 2.0
I/OGRE (27291): GL_VENDOR = ARM
I/OGRE (27291): GL_RENDERER = Mali-400 MP
I/OGRE (27291): GL_EXTENSIONS = GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_st
andard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_dep
th_texture GL_OES_packed_depth_stencil
I/OGRE (27291): EXT:GL_OES_texture_npot
I/OGRE (27291): EXT:GL_OES_compressed_ETC1_RGB8_texture
I/OGRE (27291): EXT:GL_OES_standard_derivatives
I/OGRE (27291): EXT:GL_OES_EGL_image
I/OGRE (27291): EXT:GL_OES_depth24
I/OGRE (27291): EXT:GL_ARM_rgba8
I/OGRE (27291): EXT:GL_ARM_mali_shader_binary
I/OGRE (27291): EXT:GL_OES_depth_texture
I/OGRE (27291): EXT:GL_OES_packed_depth_stencil
I/OGRE (27291): **************************************
I/OGRE (27291): *** OpenGL ES 2.x Renderer Started ***
I/OGRE (27291): **************************************
I/OGRE (27291): GLSL ES support detected
I/OGRE (27291): Registering ResourceManager for type GpuProgram
I/OGRE (27291): GL ES 2: Using FBOs for rendering to textures
I/OGRE (27291): FBO PF_R5G6B5 depth/stencil support: D0S0 D0S8 D16S0 D16S8 D24S0 D24S8 Packed-D24
S8
I/OGRE (27291): FBO PF_B5G6R5 depth/stencil support: D0S0 D0S8 D16S0 D16S8 D24S0 D24S8 Packed-D24
S8
I/OGRE (27291): FBO PF_A4R4G4B4 depth/stencil support: D0S0 D0S8 D16S0 D16S8 D24S0 D24S8 Packed-D
24S8
I/OGRE (27291): FBO PF_A8R8G8B8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 D24S0 D24S8 Packed-D
24S8
I/OGRE (27291): FBO PF_A8B8G8R8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 D24S0 D24S8 Packed-D
24S8
I/OGRE (27291): FBO PF_B8G8R8A8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 D24S0 D24S8 Packed-D
24S8
I/OGRE (27291): FBO PF_X8R8G8B8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 D24S0 D24S8 Packed-D
24S8
I/OGRE (27291): FBO PF_X8B8G8R8 depth/stencil support: D0S0 D0S8 D16S0 D16S8 D24S0 D24S8 Packed-D
24S8
I/OGRE (27291): [GLES2] : Valid FBO targets PF_R5G6B5 PF_B5G6R5 PF_A4R4G4B4 PF_A8R8G8B8 PF_A8B8G8
R8 PF_B8G8R8A8 PF_X8R8G8B8 PF_X8B8G8R8
I/OGRE (27291): RenderSystem capabilities
I/OGRE (27291): -------------------------
I/OGRE (27291): RenderSystem Name: OpenGL ES 2.x Rendering Subsystem
I/OGRE (27291): GPU Vendor: arm
I/OGRE (27291): Device Name: Mali-400 MP
I/OGRE (27291): Driver Version: 0.0.0.0
I/OGRE (27291): * Fixed function pipeline: no
I/OGRE (27291): * Hardware generation of mipmaps: yes
I/OGRE (27291): * Texture blending: yes
I/OGRE (27291): * Anisotropic texture filtering: no
I/OGRE (27291): * Dot product texture operation: yes
I/OGRE (27291): * Cube mapping: yes
I/OGRE (27291): * Hardware stencil buffer: yes
I/OGRE (27291): - Stencil depth: 8
I/OGRE (27291): - Two sided stencil support: yes
I/OGRE (27291): - Wrap stencil values: yes
I/OGRE (27291): * Hardware vertex / index buffers: yes
I/OGRE (27291): * Vertex programs: yes
I/OGRE (27291): * Number of floating-point constants for vertex programs: 128
I/OGRE (27291): * Number of integer constants for vertex programs: 128
I/OGRE (27291): * Number of boolean constants for vertex programs: 128
I/OGRE (27291): * Fragment programs: yes
I/OGRE (27291): * Number of floating-point constants for fragment programs: 1024
I/OGRE (27291): * Number of integer constants for fragment programs: 1024
I/OGRE (27291): * Number of boolean constants for fragment programs: 1024
I/OGRE (27291): * Geometry programs: no
I/OGRE (27291): * Number of floating-point constants for geometry programs: 0
I/OGRE (27291): * Number of integer constants for geometry programs: 0
I/OGRE (27291): * Number of boolean constants for geometry programs: 0
I/OGRE (27291): * Tesselation Hull programs: no
I/OGRE (27291): * Number of floating-point constants for tesselation hull programs: 0
I/OGRE (27291): * Number of integer constants for tesselation hull programs: 0
I/OGRE (27291): * Number of boolean constants for tesselation hull programs: 0
I/OGRE (27291): * Tesselation Domain programs: no
I/OGRE (27291): * Number of floating-point constants for tesselation domain programs: 0
I/OGRE (27291): * Number of integer constants for tesselation domain programs: 0
I/OGRE (27291): * Number of boolean constants for tesselation domain programs: 0
I/OGRE (27291): * Compute programs: no
I/OGRE (27291): * Number of floating-point constants for compute programs: 0
I/OGRE (27291): * Number of integer constants for compute programs: 0
I/OGRE (27291): * Number of boolean constants for compute programs: 0
I/OGRE (27291): * Supported Shader Profiles: glsles
I/OGRE (27291): * Texture Compression: no
I/OGRE (27291): * Scissor Rectangle: yes
I/OGRE (27291): * Hardware Occlusion Query: no
I/OGRE (27291): * User clip planes: no
I/OGRE (27291): * VET_UBYTE4 vertex element type: yes
I/OGRE (27291): * Infinite far plane projection: yes
I/OGRE (27291): * Hardware render-to-texture: yes
I/OGRE (27291): * Floating point textures: no
I/OGRE (27291): * Non-power-of-two textures: no
I/OGRE (27291): * 1d textures: yes
I/OGRE (27291): * Volume textures: no
I/OGRE (27291): * Multiple Render Targets: 1
I/OGRE (27291): - With different bit depths: no
I/OGRE (27291): * Point Sprites: yes
I/OGRE (27291): * Extended point parameters: yes
I/OGRE (27291): * Max Point Size: 0.000000
I/OGRE (27291): * Vertex texture fetch: no
I/OGRE (27291): * Number of world matrices: 0
I/OGRE (27291): * Number of texture units: 8
I/OGRE (27291): * Stencil buffer depth: 8
I/OGRE (27291): * Number of vertex blend matrices: 0
I/OGRE (27291): * Render to Vertex Buffer : no
I/OGRE (27291): * GL 1.5 without VBO workaround: no
I/OGRE (27291): * Frame Buffer objects: yes
I/OGRE (27291): * Frame Buffer objects (ARB extension): no
I/OGRE (27291): * Frame Buffer objects (ATI extension): no
I/OGRE (27291): * PBuffer support: no
I/OGRE (27291): * GL 1.5 without HW-occlusion workaround: no
I/OGRE (27291): * Vertex Array Objects: no
I/OGRE (27291): * Separate shader objects: no
I/OGRE (27291): DefaultWorkQueue('Root') initialising on thread main.
I/OGRE (27291): Particle Renderer Type 'billboard' registered
I/OGRE (27291): SceneManagerFactory for type 'OctreeSceneManager' registered.
I/OGRE (27291): ArchiveFactory for archive type APKFileSystem registered.
I/OGRE (27291): ArchiveFactory for archive type APKZip registered.
I/OGRE (27291): OverlayElementFactory for type Panel registered.
I/OGRE (27291): OverlayElementFactory for type BorderPanel registered.
I/OGRE (27291): OverlayElementFactory for type TextArea registered.
I/OGRE (27291): Registering ResourceManager for type Font
I/OGRE (27291): Creating resource group Essential
I/OGRE (27291): Added resource location '/thumbnails' of type 'APKFileSystem' to resource group '
Essential'
D/szipinf (27291): Initializing inflate state
I/OGRE (27291): Added resource location '/packs/SdkTrays.zip' of type 'APKZip' to resource group
'Essential'
I/OGRE (27291): Added resource location '/' of type 'APKFileSystem' to resource group 'General'
I/OGRE (27291): Creating resource group Popular
I/OGRE (27291): Added resource location '/fonts' of type 'APKFileSystem' to resource group 'Popul
ar'
I/OGRE (27291): Added resource location '/materials/programs' of type 'APKFileSystem' to resource
group 'Popular'
I/OGRE (27291): Added resource location '/materials/scripts' of type 'APKFileSystem' to resource
group 'Popular'
I/OGRE (27291): Added resource location '/materials/textures' of type 'APKFileSystem' to resource
group 'Popular'
I/OGRE (27291): Added resource location '/materials/textures/nvidia' of type 'APKFileSystem' to r
esource group 'Popular'
I/OGRE (27291): Added resource location '/models' of type 'APKFileSystem' to resource group 'Popu
lar'
D/dalvikvm(24396): GC_EXTERNAL_ALLOC freed 27K, 53% free 4619K/9671K, external 17181K/17185K, paused
512ms
D/GLSurfaceViewGroup(24396): Skipped drawing due to suspendDrawingUntilResume()
I/GLThread(24396): onPause tid=10
I/Main thread(24396): onPause waiting for mPaused.
I/OGRE (27291): Added resource location '/particle' of type 'APKFileSystem' to resource group 'Po
pular'
I/OGRE (27291): Added resource location '/RTShaderLib' of type 'APKFileSystem' to resource group
'Popular'
I/GLThread(24396): mPaused is now true tid=10
I/GLThread(24396): releasing EGL surface because paused tid=10
W/EglHelper(24396): destroySurface() tid=10
W/EglHelper(24396): finish() tid=10
I/OGRE (27291): Added resource location '/RTShaderLib/materials' of type 'APKFileSystem' to resou
rce group 'Popular'
I/OGRE (27291): Added resource location '/materials/scripts/SSAO' of type 'APKFileSystem' to reso
urce group 'Popular'
I/GLThread(24396): releasing EGL context because paused tid=10
D/CLIPBOARD(24396): Hide Clipboard dialog at Starting input: finished by someone else... !
I/OGRE (27291): Added resource location '/materials/textures/SSAO' of type 'APKFileSystem' to res
ource group 'Popular'
I/OGRE (27291): Added resource location '/packs/cubemap.zip' of type 'APKZip' to resource group '
Popular'
I/OGRE (27291): Added resource location '/packs/cubemapsJS.zip' of type 'APKZip' to resource grou
p 'Popular'
I/OGRE (27291): Added resource location '/packs/dragon.zip' of type 'APKZip' to resource group 'P
opular'
I/OGRE (27291): Added resource location '/packs/fresneldemo.zip' of type 'APKZip' to resource gro
up 'Popular'
I/OGRE (27291): Added resource location '/packs/ogretestmap.zip' of type 'APKZip' to resource gro
up 'Popular'
I/OGRE (27291): Added resource location '/packs/ogredance.zip' of type 'APKZip' to resource group
'Popular'
I/OGRE (27291): Added resource location '/packs/Sinbad.zip' of type 'APKZip' to resource group 'P
opular'
I/OGRE (27291): Added resource location '/packs/skybox.zip' of type 'APKZip' to resource group 'P
opular'
I/OGRE (27291): Initialising resource group Essential
I/OGRE (27291): Parsing scripts for resource group Essential
I/GLThread(24396): noticed surfaceView surface lost tid=10
I/OGRE (27291): Parsing script SdkTrays.material
I/OGRE (27291): Parsing script SdkTrays.fontdef
I/OGRE (27291): Parsing script SdkTrays.overlay
I/OGRE (27291): Texture: sdk_cursor.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware gen
erated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
I/OGRE (27291): Texture: sdk_tray.png: Loading 1 faces(PF_A8R8G8B8,64x64x1) with 6 hardware gener
ated mipmaps from Image. Internal format is PF_A8B8G8R8,64x64x1.
I/OGRE (27291): Texture: sdk_button_up.png: Loading 1 faces(PF_A8R8G8B8,128x32x1) with 7 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x32x1.
I/OGRE (27291): Texture: sdk_text_box.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware g
enerated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
I/OGRE (27291): Texture: sdk_mini_tray.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
I/OGRE (27291): Texture: sdk_track.png: Loading 1 faces(PF_A8R8G8B8,16x32x1) with 5 hardware gene
rated mipmaps from Image. Internal format is PF_A8B8G8R8,16x32x1.
I/OGRE (27291): Texture: sdk_handle.png: Loading 1 faces(PF_A8R8G8B8,16x16x1) with 4 hardware gen
erated mipmaps from Image. Internal format is PF_A8B8G8R8,16x16x1.
I/OGRE (27291): Texture: sdk_mini_text_box.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardw
are generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
I/OGRE (27291): Texture: sdk_label.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware gene
rated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
E/BatteryService( 2707): TMU status = 0
I/OGRE (27291): Texture: sdk_separator.png: Loading 1 faces(PF_A8R8G8B8,64x16x1) with 6 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,64x16x1.
D/PhoneUtils( 2886): updateRAFT() : FactoryMode :
D/BatteryService( 2707): update start
D/BatteryService( 2707): updateBattery level:100 scale:100 status:5 health:2 present:true voltage: 4
135 temperature: 340 technology: Li-ion AC powered:false USB powered:true icon:17302211
I/OGRE (27291): Texture: sdk_logo.png: Loading 1 faces(PF_A8R8G8B8,128x64x1) with 7 hardware gene
rated mipmaps from Image. Internal format is PF_A8B8G8R8,128x64x1.
I/StatusBarPolicy( 2849): BAT. S:5 H:2
I/OGRE (27291): Texture: sdk_shade.png: Loading 1 faces(PF_A8R8G8B8,64x64x1) with 6 hardware gene
rated mipmaps from Image. Internal format is PF_A8B8G8R8,64x64x1.
I/OGRE (27291): Texture: sdk_frame.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware gene
rated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
I/OGRE (27291): Texture: sdk_mini_text_box_over.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5
hardware generated mipmaps from Image. Internal format is PF_A8B8G8R8,32x32x1.
I/OGRE (27291): Texture: sdk_pulse.png: Loading 1 faces(PF_R8G8B8,8x1x1) with 3 hardware generate
d mipmaps from Image. Internal format is PF_R8G8B8,8x1x1.
I/OGRE (27291): Finished parsing scripts for resource group Essential
I/OGRE (27291): Creating resources for group Essential
I/OGRE (27291): All done
I/OGRE (27291): Texture: sdk_bands.png: Loading 1 faces(PF_A8R8G8B8,2x32x1) with 5 hardware gener
ated mipmaps from Image. Internal format is PF_A8B8G8R8,2x32x1.
I/OGRE (27291): Initialising resource group Popular
I/OGRE (27291): Parsing scripts for resource group Popular
W/PowerManagerService( 2707): Timer 0x7->0x3|0x0
I/PowerManagerService( 2707): Ulight 7->3|0
D/PowerManagerService( 2707): setLightBrightness : mButtonLight : 0
I/ALSAModule( 2588): Terminated ALSA PLAYBACK device hifi
I/OGRE (27291): Font SdkTrays/Caption using texture size 512x256
I/OGRE (27291): Info: Freetype returned null for character 160 in font SdkTrays/Caption
I/OGRE (27291): Texture: SdkTrays/CaptionTexture: Loading 1 faces(PF_BYTE_LA,512x256x1) Internal
format is PF_BYTE_LA,512x256x1.
I/OGRE (27291): Font SdkTrays/Value using texture size 512x256
I/OGRE (27291): Info: Freetype returned null for character 127 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 128 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 129 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 130 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 131 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 132 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 133 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 134 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 135 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 136 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 137 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 138 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 139 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 140 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 141 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 142 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 143 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 144 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 145 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 146 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 147 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 148 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 149 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 150 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 151 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 152 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 153 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 154 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 155 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 156 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 157 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 158 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 159 in font SdkTrays/Value
I/OGRE (27291): Info: Freetype returned null for character 160 in font SdkTrays/Value
I/OGRE (27291): Texture: SdkTrays/ValueTexture: Loading 1 faces(PF_BYTE_LA,512x256x1) Internal fo
rmat is PF_BYTE_LA,512x256x1.
I/OGRE (27291): Parsing script Instancing.program
I/OGRE (27291): Parsing script DualQuaternion.program
I/OGRE (27291): Parsing script Examples.program
I/OGRE (27291): Parsing script StdQuad_vp.program
I/OGRE (27291): Parsing script GBuffer.program
I/OGRE (27291): Parsing script ASCII.material
I/OGRE (27291): Parsing script ASMSwizzle.material
I/OGRE (27291): Compiler error: object unsupported by render system in (1): , Shader name: Ogre/G
PTest/Swizzle_GP_ASM
I/OGRE (27291): Parsing script BlackAndWhite.material
I/OGRE (27291): Parsing script Bloom.material
I/OGRE (27291): Parsing script Bloom2.material
I/OGRE (27291): Parsing script CGSwizzle.material
I/OGRE (27291): Parsing script CompositorDemo.material
I/OGRE (27291): Parsing script DOF.material
I/OGRE (27291): Parsing script DepthShadowmap.material
I/OGRE (27291): Parsing script Dither.material
I/OGRE (27291): Parsing script DualQuaternion.material
I/OGRE (27291): Parsing script Embossed.material
I/OGRE (27291): Parsing script Example-Water.material
I/OGRE (27291): Parsing script Examples-Advanced.material
I/OGRE (27291): Compiler error: object unsupported by render system in (524): , Shader name: Exam
ples/FresnelRefractReflectPS
I/OGRE (27291): Compiler error: object unsupported by render system in (787): , Shader name: Exam
ples/TextureArrayPSasm
I/OGRE (27291): Parsing script Examples-DynTex.material
I/OGRE (27291): Parsing script Examples-Water.material
I/OGRE (27291): Parsing script Examples.material
I/OGRE (27291): Parsing script GLSLSwizzle.material
I/OGRE (27291): Parsing script Glass.material
I/OGRE (27291): Parsing script HWInstancing.material
I/OGRE (27291): Parsing script HW_VTFInstancing.material
I/OGRE (27291): Parsing script HW_VTF_LUTInstancing.material
I/OGRE (27291): Parsing script Halftone.material
I/OGRE (27291): Parsing script HeatVision.material
I/OGRE (27291): Parsing script Hurt.material
I/OGRE (27291): Parsing script InstancingMisc.material
I/OGRE (27291): Parsing script Invert.material
I/OGRE (27291): Parsing script IsoSurf.material
I/OGRE (27291): Parsing script Laplace.material
I/OGRE (27291): Parsing script MRTtest.material
I/OGRE (27291): Parsing script MotionBlur.material
I/OGRE (27291): Parsing script NightVision.material
I/OGRE (27291): Parsing script Ocean.material
I/OGRE (27291): Parsing script OffsetMapping.material
I/OGRE (27291): Compiler error: object unsupported by render system in (35): , Shader name: Examp
les/OffsetMappingPSAsm
I/OGRE (27291): Parsing script Ogre.material
I/OGRE (27291): Parsing script OldMovie.material
I/OGRE (27291): Parsing script OldTV.material
I/OGRE (27291): Parsing script ParticleGS.material
I/OGRE (27291): Parsing script Penguin.material
I/OGRE (27291): Parsing script Posterize.material
I/OGRE (27291): Parsing script RZR-002.material
I/OGRE (27291): Parsing script RadialBlur.material
I/OGRE (27291): Parsing script ShaderInstancing.material
I/OGRE (27291): Parsing script ShaderSystem.material
I/OGRE (27291): Parsing script SharpenEdges.material
I/OGRE (27291): Parsing script Tesselation.material
I/OGRE (27291): Parsing script Tiling.material
I/OGRE (27291): Parsing script VTFInstancing.material
I/OGRE (27291): Parsing script VarianceShadowmap.material
I/OGRE (27291): Parsing script facial.material
I/OGRE (27291): Parsing script hdr.material
I/OGRE (27291): Parsing script instancing.material
I/OGRE (27291): Parsing script pssm.material
I/OGRE (27291): Parsing script shadows.material
I/OGRE (27291): Parsing script sibenik.material
I/OGRE (27291): Parsing script smoke.material
I/OGRE (27291): Parsing script DualQuaternionSkinning_Shadow.material
I/OGRE (27291): Parsing script HardwareSkinningShadow.material
I/OGRE (27291): Parsing script RTShaderSystem.material
I/OGRE (27291): Parsing script TriplanarTexturing.material
I/OGRE (27291): Parsing script CreaseShading.material
I/OGRE (27291): Parsing script Crytek.material
I/OGRE (27291): Parsing script GBuffer.material
I/OGRE (27291): Parsing script HemisphereMC.material
I/OGRE (27291): Parsing script HorizonBased.material
I/OGRE (27291): Parsing script Modulate.material
I/OGRE (27291): Parsing script SSAOPost.material
I/OGRE (27291): Parsing script ShowDepth.material
I/OGRE (27291): Parsing script ShowNormals.material
I/OGRE (27291): Parsing script ShowViewPos.material
I/OGRE (27291): Parsing script UnsharpMask.material
I/OGRE (27291): Parsing script Volumetric.material
I/OGRE (27291): Parsing script RomanBath.material
I/OGRE (27291): Parsing script Sinbad.material
I/OGRE (27291): Parsing script Examples-Water.particle
I/OGRE (27291): Parsing script Examples.particle
I/OGRE (27291): Parsing script emitted_emitter.particle
I/OGRE (27291): Parsing script smoke.particle
I/OGRE (27291): Parsing script Examples.compositor
I/OGRE (27291): Parsing script SSAO.compositor
I/OGRE (27291): Parsing script SSAOPost.compositor
I/OGRE (27291): Parsing script sample.fontdef
I/OGRE (27291): Finished parsing scripts for resource group Popular
I/OGRE (27291): Creating resources for group Popular
I/OGRE (27291): All done
I/OGRE (27291): Installing plugin: Bezier Patch Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Camera Tracking Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Cel-shading Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Character Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Compositor Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Cube Mapping Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Bump Mapping Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Dynamic Texturing Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Facial Animation Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Fresnel Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Grass Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Lighting Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Particle Effects Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Shadows Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Skeletal Animation Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Sky Box Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Sky Dome Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Sky Plane Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Smoke Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Sphere Mapping Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Texture Effects Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Installing plugin: Transparency Sample
I/OGRE (27291): Plugin successfully installed
I/OGRE (27291): Texture: thumb_bezier.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_bump.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware g
enerated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_camtrack.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardwa
re generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_cel.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware ge
nerated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_char.png: Loading 1 faces(PF_R8G8B8,128x128x1) with 5 hardware gen
erated mipmaps from Image. Internal format is PF_R8G8B8,128x128x1.
I/OGRE (27291): Texture: thumb_comp.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware g
enerated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_cubemap.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardwar
e generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_dyntex.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_facial.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_fresnel.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardwar
e generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_grass.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_lighting.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardwa
re generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_particles.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardw
are generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_shadows.png: Loading 1 faces(PF_R8G8B8,128x128x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_R8G8B8,128x128x1.
I/OGRE (27291): Texture: thumb_skelanim.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardwa
re generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_skybox.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_skydome.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardwar
e generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_skyplane.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardwa
re generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_smoke.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_spheremap.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardw
are generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_texfx.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
I/OGRE (27291): Texture: thumb_trans.png: Loading 1 faces(PF_A8R8G8B8,128x128x1) with 5 hardware
generated mipmaps from Image. Internal format is PF_A8B8G8R8,128x128x1.
D/dalvikvm(24396): GC_EXPLICIT freed 18K, 53% free 4605K/9671K, external 14650K/16698K, paused 31ms