Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: [How to] make your Ogre3D game on Ubuntu

  1. #11
    Join Date
    Jun 2006
    Location
    Thailand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: [How to] make your Ogre3D game on Ubuntu

    Update: There is an nvidia bug in the new drivers. Use Nvidia-glx instead of nvidia-glx-new package.

    Code:
    sudo apt-get install nvidia-glx
    You will be asked to remove nvidia-glx-new.

    Also at the time of writing this the v1-6 branch demos aren't displaying correctly with either drivers, but Ogre's trunk (1.8 ?) seems to be working fine.

  2. #12
    Join Date
    Jun 2006
    Location
    Thailand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: [How to] make your Ogre3D game on Ubuntu

    I have updated this thread as I have added my own packages making it super easy to start hacking on Ogre.

  3. #13
    Join Date
    Oct 2006
    Location
    London
    Beans
    358
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: [How to] make your Ogre3D game on Ubuntu

    Heya

    I'm having some serious problems installing Ogre on Hardy Heron, I keep on getting this output from the ogre Water example

    Code:
    $ ./Water 
    Creating resource group General
    Creating resource group Internal
    Creating resource group Autodetect
    SceneManagerFactory for type 'DefaultSceneManager' registered.
    Registering ResourceManager for type Material
    Registering ResourceManager for type Mesh
    Registering ResourceManager for type Skeleton
    MovableObjectFactory for type 'ParticleSystem' registered.
    OverlayElementFactory for type Panel registered.
    OverlayElementFactory for type BorderPanel registered.
    OverlayElementFactory for type TextArea registered.
    Registering ResourceManager for type Font
    ArchiveFactory for archive type FileSystem registered.
    ArchiveFactory for archive type Zip registered.
    FreeImage version: 3.9.3
    This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
    Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi
    DDS codec registering
    Registering ResourceManager for type HighLevelGpuProgram
    Registering ResourceManager for type Compositor
    MovableObjectFactory for type 'Entity' registered.
    MovableObjectFactory for type 'Light' registered.
    MovableObjectFactory for type 'BillboardSet' registered.
    MovableObjectFactory for type 'ManualObject' registered.
    MovableObjectFactory for type 'BillboardChain' registered.
    MovableObjectFactory for type 'RibbonTrail' registered.
    Loading library /usr/local/lib/OGRE/RenderSystem_GL.so
    Installing plugin: GL RenderSystem
    OpenGL Rendering Subsystem created.
    Plugin successfully installed
    Loading library /usr/local/lib/OGRE/Plugin_ParticleFX.so
    Installing plugin: ParticleFX
    Particle Emitter Type 'Point' registered
    Particle Emitter Type 'Box' registered
    Particle Emitter Type 'Ellipsoid' registered
    Particle Emitter Type 'Cylinder' registered
    Particle Emitter Type 'Ring' registered
    Particle Emitter Type 'HollowEllipsoid' registered
    Particle Affector Type 'LinearForce' registered
    Particle Affector Type 'ColourFader' registered
    Particle Affector Type 'ColourFader2' registered
    Particle Affector Type 'ColourImage' registered
    Particle Affector Type 'ColourInterpolator' registered
    Particle Affector Type 'Scaler' registered
    Particle Affector Type 'Rotator' registered
    Particle Affector Type 'DirectionRandomiser' registered
    Particle Affector Type 'DeflectorPlane' registered
    Plugin successfully installed
    Loading library /usr/local/lib/OGRE/Plugin_BSPSceneManager.so
    Installing plugin: BSP Scene Manager
    Plugin successfully installed
    Loading library /usr/local/lib/OGRE/Plugin_OctreeSceneManager.so
    Installing plugin: Octree & Terrain Scene Manager
    Plugin successfully installed
    Loading library /usr/local/lib/OGRE/Plugin_CgProgramManager.so
    Installing plugin: Cg Program Manager
    Plugin successfully installed
    *-*-* OGRE Initialising
    *-*-* Version 1.6.0 (Shoggoth)
    Creating resource group Bootstrap
    Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'
    Added resource location '../../Media' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/DeferredShadingMedia' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/PCZAppMedia' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/packs/cubemap.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/dragon.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/fresneldemo.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/ogretestmap.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/skybox.zip' of type 'Zip' to resource group 'General'
    *** glibc detected *** ./Water: free(): invalid next size (fast): 0x0835bdc0 ***
    ======= Backtrace: =========
    /lib/tls/i686/cmov/libc.so.6[0xb7319a85]
    /lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb731d4f0]
    /usr/local/lib/libOgreMain-1.6.0.so(_ZN4Ogre4Root16showConfigDialogEv+0x55)[0xb7cf3325]
    ./Water[0x804dfba]
    ./Water[0x80523c3]
    ./Water[0x804cf21]
    /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb72c4450]
    ./Water(__gxx_personality_v0+0x1d5)[0x804c711]
    ======= Memory map: ========
    08048000-08061000 r-xp 00000000 08:03 664431     /home/matt/Programs/ogre/Samples/Common/bin/Water
    08061000-08062000 rw-p 00019000 08:03 664431     /home/matt/Programs/ogre/Samples/Common/bin/Water
    08062000-08716000 rw-p 08062000 00:00 0          [heap]
    b5700000-b5721000 rw-p b5700000 00:00 0 
    b5721000-b5800000 ---p b5721000 00:00 0 
    b5847000-b58a7000 rw-s 00000000 00:09 1769497    /SYSV00000000 (deleted)
    b58a7000-b58be000 r-xp 00000000 08:03 1540158    /lib/libselinux.so.1
    b58be000-b58c0000 rw-p 00016000 08:03 1540158    /lib/libselinux.so.1
    b58c0000-b591f000 r-xp 00000000 08:03 1461366    /usr/lib/libgio-2.0.so.0.0.0
    b591f000-b5921000 rw-p 0005f000 08:03 1461366    /usr/lib/libgio-2.0.so.0.0.0
    b5921000-b5a3b000 r-xp 00000000 08:03 1459142    /usr/lib/libxml2.so.2.6.31
    b5a3b000-b5a40000 rw-p 00119000 08:03 1459142    /usr/lib/libxml2.so.2.6.31
    b5a40000-b5a41000 rw-p b5a40000 00:00 0 
    b5a41000-b5a73000 r-xp 00000000 08:03 1462443    /usr/lib/libcroco-0.6.so.3.0.1
    b5a73000-b5a76000 rw-p 00031000 08:03 1462443    /usr/lib/libcroco-0.6.so.3.0.1
    b5a76000-b5aa6000 r-xp 00000000 08:03 1462446    /usr/lib/libgsf-1.so.114.0.7
    b5aa6000-b5aa9000 rw-p 0002f000 08:03 1462446    /usr/lib/libgsf-1.so.114.0.7
    b5aa9000-b5aaa000 rw-p b5aa9000 00:00 0 
    b5aaa000-b5b55000 r--p 00000000 08:03 1632553    /usr/share/icons/Tangerine/icon-theme.cache
    b5b55000-b5be6000 r--p 00000000 08:03 1753511    /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
    b5c64000-b5c73000 r-xp 00000000 08:03 1540222    /lib/libbz2.so.1.0.4
    b5c73000-b5c74000 rw-p 0000f000 08:03 1540222    /lib/libbz2.so.1.0.4
    b5c74000-b5ca4000 r-xp 00000000 08:03 1462448    /usr/lib/librsvg-2.so.2.22.2
    b5ca4000-b5ca5000 rw-p 00030000 08:03 1462448    /usr/lib/librsvg-2.so.2.22.2
    b5cae000-b5cb2000 r-xp 00000000 08:03 1516367    /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
    b5cb2000-b5cb3000 rw-p 00003000 08:03 1516367    /usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
    b5cb3000-b5cb4000 r-xp 00000000 08:03 1516470    /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
    b5cb4000-b5cb5000 rw-p 00000000 08:03 1516470    /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
    b5cb5000-b5cb7000 r-xp 00000000 08:03 1516323    /usr/lib/pango/1.6.0/modules/pango-basic-fc.so
    b5cb7000-b5cb8000 rw-p 00001000 08:03 1516323    /usr/lib/pango/1.6.0/modules/pango-basic-fc.so
    b5cb8000-b5cbf000 r--s 00000000 08:03 1458754    /usr/lib/gconv/gconv-modules.cache
    b5cbf000-b5cc5000 r--s 00000000 08:03 1941555    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-x86.cache-2
    b5cc5000-b5cc8000 r--s 00000000 08:03 1941572    /var/cache/fontconfig/e383d7ea5fbe662a33d9b44caf393297-x86.cache-2
    b5cc8000-b5cc9000 r--s 00000000 08:03 1941571    /var/cache/fontconfig/c69f04ab05004e31a6d5e715764f16d8-x86.cache-2
    b5cc9000-b5cca000 r--s 00000000 08:03 1941570    /var/cache/fontconfig/4c73fe0c47614734b17d736dbde7580a-x86.cache-2
    b5cca000-b5ccd000 r--s 00000000 08:03 1941569    /var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-x86.cache-2
    b5ccd000-b5cd0000 r--s 00000000 08:03 1941568    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-x86.cache-2
    b5cd0000-b5cd3000 r--s 00000000 08:03 1941567    /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-x86.cache-2
    b5cd3000-b5cdb000 r--s 00000000 08:03 1941566    /var/cache/fontconfig/e3de0de479f42330eadf588a55fb5bf4-x86.cache-2
    b5cdb000-b5ce3000 r--s 00000000 08:03 1941565    /var/cache/fontconfig/0f34bcd4b6ee430af32735b75db7f02b-x86.cache-2
    b5ce3000-b5ce6000 r--s 00000000 08:03 1941563    /var/cache/fontconfig/de9486f0b47a4d768a594cb4198cb1c6-x86.cache-2
    b5ce6000-b5cf7000 r-xp 00000000 08:03 1519189    /usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so
    b5cf7000-b5cf8000 rw-p 00011000 08:03 1519189    /usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so
    b5cf8000-b5d01000 r-xp 00000000 08:03 1540129    /lib/tls/i686/cmov/libnss_files-2.7.so
    b5d01000-b5d03000 rw-p 00008000 08:03 1540129    /lib/tls/i686/cmov/libnss_files-2.7.so
    b5d03000-b5d0b000 r-xp 00000000 08:03 1540131  Aborted
    Any idea's what the fix might be?

    Gaunt

  4. #14
    Join Date
    Nov 2008
    Beans
    1

    Re: [How to] make your Ogre3D game on Ubuntu

    I followed the instruction to install Ogre and other things,and everything was ok during installation.But when I tried to run the examples,some thing went wrong.
    hxl@hxl:~/ogre/Samples/Common/bin$ PRE_LOAD_PATH=/usr/local/lib ./BSP
    Creating resource group General
    Creating resource group Internal
    Creating resource group Autodetect
    SceneManagerFactory for type 'DefaultSceneManager' registered.
    Registering ResourceManager for type Material
    Registering ResourceManager for type Mesh
    Registering ResourceManager for type Skeleton
    MovableObjectFactory for type 'ParticleSystem' registered.
    OverlayElementFactory for type Panel registered.
    OverlayElementFactory for type BorderPanel registered.
    OverlayElementFactory for type TextArea registered.
    Registering ResourceManager for type Font
    ArchiveFactory for archive type FileSystem registered.
    ArchiveFactory for archive type Zip registered.
    FreeImage version: 3.9.3
    This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
    Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,p bm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,t iff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi
    DDS codec registering
    Registering ResourceManager for type HighLevelGpuProgram
    Registering ResourceManager for type Compositor
    MovableObjectFactory for type 'Entity' registered.
    MovableObjectFactory for type 'Light' registered.
    MovableObjectFactory for type 'BillboardSet' registered.
    MovableObjectFactory for type 'ManualObject' registered.
    MovableObjectFactory for type 'BillboardChain' registered.
    MovableObjectFactory for type 'RibbonTrail' registered.
    Loading library /usr/local/lib/OGRE/RenderSystem_GL.so
    Installing plugin: GL RenderSystem
    OpenGL Rendering Subsystem created.
    Plugin successfully installed
    Loading library /usr/local/lib/OGRE/Plugin_ParticleFX.so
    Installing plugin: ParticleFX
    Particle Emitter Type 'Point' registered
    Particle Emitter Type 'Box' registered
    Particle Emitter Type 'Ellipsoid' registered
    Particle Emitter Type 'Cylinder' registered
    Particle Emitter Type 'Ring' registered
    Particle Emitter Type 'HollowEllipsoid' registered
    Particle Affector Type 'LinearForce' registered
    Particle Affector Type 'ColourFader' registered
    Particle Affector Type 'ColourFader2' registered
    Particle Affector Type 'ColourImage' registered
    Particle Affector Type 'ColourInterpolator' registered
    Particle Affector Type 'Scaler' registered
    Particle Affector Type 'Rotator' registered
    Particle Affector Type 'DirectionRandomiser' registered
    Particle Affector Type 'DeflectorPlane' registered
    Plugin successfully installed
    Loading library /usr/local/lib/OGRE/Plugin_BSPSceneManager.so
    Installing plugin: BSP Scene Manager
    Plugin successfully installed
    Loading library /usr/local/lib/OGRE/Plugin_OctreeSceneManager.so
    Installing plugin: Octree & Terrain Scene Manager
    Plugin successfully installed
    Loading library /usr/local/lib/OGRE/Plugin_CgProgramManager.so
    Installing plugin: Cg Program Manager
    Plugin successfully installed
    *-*-* OGRE Initialising
    *-*-* Version 1.6.0 (Shoggoth)
    Creating resource group Bootstrap
    Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'
    Added resource location '../../Media' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/DeferredShadingMedia' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/PCZAppMedia' of type 'FileSystem' to resource group 'General'
    Added resource location '../../Media/packs/cubemap.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/dragon.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/fresneldemo.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/ogretestmap.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/skybox.zip' of type 'Zip' to resource group 'General'
    Added resource location '../../Media/packs/chiropteraDM.pk3' of type 'Zip' to resource group 'General' with recursive option
    CPU Identifier & Features
    -------------------------
    * CPU ID: GenuineIntel: Intel(R) Celeron(R) CPU 2.13GHz
    * SSE: yes
    * SSE2: yes
    * SSE3: yes
    * MMX: yes
    * MMXEXT: yes
    * 3DNOW: no
    * 3DNOWEXT: no
    * CMOV: yes
    * TSC: yes
    * FPU: yes
    * PRO: yes
    * HT: yes
    -------------------------
    ******************************
    *** Starting GLX Subsystem ***
    ******************************
    GLRenderSystem::_createRenderWindow "OGRE Render Window", 1024x768 fullscreen miscParams: FSAA=0 displayFrequency=85 MHz gamma= vsync=No
    GLXWindow::create used FBConfigID = 37
    GL_VERSION = 1.3 Mesa 7.0.3-rc2
    GL_VENDOR = Tungsten Graphics, Inc
    GL_RENDERER = Mesa DRI Intel(R) 845G 20061017 x86/MMX/SSE2
    GL_EXTENSIONS = GL_ARB_imaging GL_ARB_multisample GL_ARB_multitexture GL_ARB_point_parameters GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_texture_rectangle GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_cull_vertex GL_EXT_compiled_vertex_array GL_EXT_convolution GL_EXT_copy_texture GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_histogram GL_EXT_multi_draw_arrays GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_polygon_offset GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_stencil_wrap GL_EXT_subtexture GL_EXT_texture GL_EXT_texture3D GL_EXT_texture_edge_clamp GL_EXT_texture_env_add GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_EXT_texture_object GL_EXT_texture_rectangle GL_EXT_vertex_array GL_3DFX_texture_compression_FXT1 GL_APPLE_client_storage GL_APPLE_packed_pixels GL_ATI_blend_equation_separate GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_INGR_blend_func_separate GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_MESA_window_pos GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texture_rectangle GL_NV_texgen_reflection GL_NV_vertex_program GL_NV_vertex_program1_1 GL_OES_read_format GL_SGI_color_matrix GL_SGI_color_table GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_SUN_multi_draw_arrays
    Supported GLX extensions: GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_MESA_allocate_memory GLX_MESA_copy_sub_buffer GLX_MESA_swap_control GLX_MESA_swap_frame_usage GLX_OML_swap_method GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_visual_select_group
    ***************************
    *** GL Renderer Started ***
    ***************************
    Registering ResourceManager for type GpuProgram
    GL: Using framebuffer copy for rendering to textures (worst)
    GL: Warning: RenderTexture size is restricted to size of framebuffer. If you are on Linux, consider using GLX instead of SDL.
    RenderSystem capabilities
    -------------------------
    RenderSystem Name: OpenGL Rendering Subsystem
    GPU Vendor: unknown
    Device Name: Mesa DRI Intel(R) 845G 20061017 x86/MMX/SSE2
    Driver Version: 1.3.0.0
    * Fixed function pipeline: yes
    * Hardware generation of mipmaps: yes
    * Texture blending: yes
    * Anisotropic texture filtering: yes
    * Dot product texture operation: yes
    * Cube mapping: yes
    * Hardware stencil buffer: yes
    - Stencil depth: 8
    - Two sided stencil support: no
    - Wrap stencil values: yes
    * Hardware vertex / index buffers: yes
    * Vertex programs: yes
    * Fragment programs: no
    * Geometry programs: no
    * Supported Shader Profiles: arbvp1
    * Texture Compression: yes
    - DXT: no
    - VTC: no
    * Scissor Rectangle: yes
    * Hardware Occlusion Query: no
    * User clip planes: yes
    * VET_UBYTE4 vertex element type: yes
    * Infinite far plane projection: yes
    * Hardware render-to-texture: no
    * Floating point textures: no
    * Non-power-of-two textures: no
    * Volume textures: yes
    * Multiple Render Targets: 1
    - With different bit depths: no
    * Point Sprites: no
    * Extended point parameters: yes
    * Max Point Size: 255
    * Vertex texture fetch: no
    * Render to Vertex Buffer : no
    * GL 1.5 without VBO workaround: no
    * Frame Buffer objects: no
    * Frame Buffer objects (ARB extension): no
    * Frame Buffer objects (ATI extension): no
    * PBuffer suppport: no
    * GL 1.5 without HW-occlusion workaround: no
    Registering ResourceManager for type Texture
    ResourceBackgroundQueue - threading disabled
    Particle Renderer Type 'billboard' registered
    SceneManagerFactory for type 'BspSceneManager' registered.
    Registering ResourceManager for type BspLevel
    SceneManagerFactory for type 'OctreeSceneManager' registered.
    SceneManagerFactory for type 'TerrainSceneManager' registered.
    Initialising resource group Bootstrap
    Parsing scripts for resource group Bootstrap
    Parsing script OgreCore.material
    Parsing script OgreProfiler.material
    Parsing script Ogre.fontdef
    Parsing script OgreDebugPanel.overlay
    Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
    Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8R8G8B8,256x256x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.
    Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8R8G8B8,32x32x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.
    Font BlueHighwayusing texture size 512x512
    Info: Freetype returned null for character 127 in font BlueHighway
    Info: Freetype returned null for character 128 in font BlueHighway
    Info: Freetype returned null for character 129 in font BlueHighway
    Info: Freetype returned null for character 130 in font BlueHighway
    Info: Freetype returned null for character 131 in font BlueHighway
    Info: Freetype returned null for character 132 in font BlueHighway
    Info: Freetype returned null for character 133 in font BlueHighway
    Info: Freetype returned null for character 134 in font BlueHighway
    Info: Freetype returned null for character 135 in font BlueHighway
    Info: Freetype returned null for character 136 in font BlueHighway
    Info: Freetype returned null for character 137 in font BlueHighway
    Info: Freetype returned null for character 138 in font BlueHighway
    Info: Freetype returned null for character 139 in font BlueHighway
    Info: Freetype returned null for character 140 in font BlueHighway
    Info: Freetype returned null for character 141 in font BlueHighway
    Info: Freetype returned null for character 142 in font BlueHighway
    Info: Freetype returned null for character 143 in font BlueHighway
    Info: Freetype returned null for character 144 in font BlueHighway
    Info: Freetype returned null for character 145 in font BlueHighway
    Info: Freetype returned null for character 146 in font BlueHighway
    Info: Freetype returned null for character 147 in font BlueHighway
    Info: Freetype returned null for character 148 in font BlueHighway
    Info: Freetype returned null for character 149 in font BlueHighway
    Info: Freetype returned null for character 150 in font BlueHighway
    Info: Freetype returned null for character 151 in font BlueHighway
    Info: Freetype returned null for character 152 in font BlueHighway
    Info: Freetype returned null for character 153 in font BlueHighway
    Info: Freetype returned null for character 154 in font BlueHighway
    Info: Freetype returned null for character 155 in font BlueHighway
    Info: Freetype returned null for character 156 in font BlueHighway
    Info: Freetype returned null for character 157 in font BlueHighway
    Info: Freetype returned null for character 158 in font BlueHighway
    Info: Freetype returned null for character 159 in font BlueHighway
    Info: Freetype returned null for character 160 in font BlueHighway
    Texture: BlueHighwayTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.
    Texture: ogretext.png: Loading 1 faces(PF_A8R8G8B8,256x128x1) with 5 hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.
    Parsing script OgreLoadingPanel.overlay
    Finished parsing scripts for resource group Bootstrap
    Parsing scripts for resource group Autodetect
    Segmentation fault
    Can someone give me suggestions?

  5. #15
    Join Date
    Sep 2008
    Location
    India
    Beans
    31
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: [How to] make your Ogre3D game on Ubuntu

    You have an oooold Intel 845G chipset. As it is OGRE does not support intel chipsets. You can try Irrlicht or buy a new GPU.

  6. #16
    Join Date
    Jun 2006
    Location
    Thailand
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: [How to] make your Ogre3D game on Ubuntu

    Quote Originally Posted by mattgaunt View Post
    Heya

    I'm having some serious problems installing Ogre on Hardy Heron, I keep on getting this output from the ogre Water example
    Do you still get the error? I haven't got this error on the water demo in Hardy.

  7. #17
    Join Date
    Sep 2007
    Location
    Spain
    Beans
    20
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: [How to] make your Ogre3D game on Ubuntu

    Hi,

    Thanks for your good tutorial.

    Even that you now provide a package for Jaunty, I want to compile Ogre myself. Just learning a bit . I have a problem though...

    When I try to install libxaw6 I get an unknown package error. On the ohter hand, my package manager finds a nice libxaw7 package which seems to install properly... I suppose they are the same (but for the version number).

    Regards
    Victor

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •