SampleBrowser crashes silently on Ubuntu 14.04 (ASUS EeePC)

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
Post Reply
User avatar
nuke
Halfling
Posts: 72
Joined: Wed Oct 01, 2014 1:16 am
Location: Crimea
x 5

SampleBrowser crashes silently on Ubuntu 14.04 (ASUS EeePC)

Post by nuke »

MY STEPS:

Install Ubuntu 14.04 on ASUS EeePC

Install Mercurial Hg
sudo apt-get install mercurial
Install CMake
sudo apt-get install cmake
sudo apt-get install cmake-gui
Get Ogre v1-9 Get Ogre Dependencies Install some dependencies
  • terminal:
    sudo apt-get install build-essential
    sudo apt-get install libx11-dev
Build Ogre Dependencies
  • sudo cmake-gui (run as root)
  • set checkboxes
    • Grouped ON
    • Advanced ON
  • set dirs:
    • /home/user/Dev/OgreDeps_sources
    • /home/user/Dev/OgreDeps_builded
  • click “Configure”
  • choose Unix Makefile
  • set params:
    • CMAKE_INSTALL_DIR "/usr/local"
    • CMAKE_BUILD_TYPE "Release"
  • click “Configure”
  • click “Generate”
  • terminal:
    cd /home/<user>/Dev/OgreDeps_builded
    sudo make -j 4
    ...wait...
    sudo make install
Install some dependencies for build Ogre
sudo apt-get install build-essential
sudo apt-get install libboost-all-dev
sudo apt-get install libtinyxml-dev
sudo apt-get install xorg-dev
sudo apt-get install mesa-common-dev
sudo apt-get install libegl1-mesa-dev
sudo apt-get install libcg
sudo apt-get install libcggl
sudo apt-get install nvidia-cg-dev
sudo apt-get install freeglut3
sudo apt-get install freeglut3-dev
sudo apt-get install libgles2-mesa libgles2-mesa-dev
Build Ogre v1-9
  • terminal:
    sudo cmake-gui (run as root)
  • set checkboxes:
    • Grouped ON
    • Advanced ON
  • set dirs:
    • /home/user/Dev/Ogre_sources
    • /home/user/Dev/Ogre_builded
  • click “Configure”
  • choose Unix Makefile
  • set params
    • CMAKE
      • CMAKE_INSTALL_DIR "/usr/local"
      • CMAKE_BUILD_TYPE "Release"
    • Ungroupped Enties
      • OGRE_DEPENDENCIES_DIR "/usr/local"
  • click “Configure”
  • click “Generate”
  • terminal:
    cd /home/<user>/Dev/Ogre_builded
    sudo make -j 4
    ...wait...
    sudo make install
Run SampleBrowser v1-9
  • run /home/<user>/Dev/Ogre_builded/bin/SampleBrowser
  • choose render system "OpenGL Rendering System"
  • click "Accept"
..... and.....SILENT CRASH :cry: :cry: :cry:

Ogre.log:

Code: Select all

14:50:48: Creating resource group General
14:50:48: Creating resource group Internal
14:50:48: Creating resource group Autodetect
14:50:48: SceneManagerFactory for type 'DefaultSceneManager' registered.
14:50:48: Registering ResourceManager for type Material
14:50:48: Registering ResourceManager for type Mesh
14:50:48: Registering ResourceManager for type Skeleton
14:50:48: MovableObjectFactory for type 'ParticleSystem' registered.
14:50:48: ArchiveFactory for archive type FileSystem registered.
14:50:48: ArchiveFactory for archive type Zip registered.
14:50:48: ArchiveFactory for archive type EmbeddedZip registered.
14:50:48: DDS codec registering
14:50:48: FreeImage version: 3.15.3
14:50:48: This program uses FreeImage, a free, open source image library supporting all common bitmap formats. See http://freeimage.sourceforge.net for details
14:50:48: Supported formats: bmp,ico,jpg,jif,jpeg,jpe,jng,koa,iff,lbm,mng,pbm,pbm,pcd,pcx,pgm,pgm,png,ppm,ppm,ras,tga,targa,tif,tiff,wap,wbmp,wbm,psd,cut,xbm,xpm,gif,hdr,g3,sgi,exr,j2k,j2c,jp2,pfm,pct,pict,pic,3fr,arw,bay,bmq,cap,cine,cr2,crw,cs1,dc2,dcr,drf,dsc,dng,erf,fff,ia,iiq,k25,kc2,kdc,mdc,mef,mos,mrw,nef,nrw,orf,pef,ptx,pxn,qtk,raf,raw,rdc,rw2,rwl,rwz,sr2,srf,srw,sti
14:50:48: PVRTC codec registering
14:50:48: ETC codec registering
14:50:48: Registering ResourceManager for type HighLevelGpuProgram
14:50:48: Registering ResourceManager for type Compositor
14:50:48: MovableObjectFactory for type 'Entity' registered.
14:50:48: MovableObjectFactory for type 'Light' registered.
14:50:48: MovableObjectFactory for type 'BillboardSet' registered.
14:50:48: MovableObjectFactory for type 'ManualObject' registered.
14:50:48: MovableObjectFactory for type 'BillboardChain' registered.
14:50:48: MovableObjectFactory for type 'RibbonTrail' registered.
14:50:48: Loading library /home/rockshark/Dev/Ogre_builded/lib/RenderSystem_GL_d
14:50:48: Installing plugin: GL RenderSystem
14:50:48: OpenGL Rendering Subsystem created.
14:50:49: Plugin successfully installed
14:50:49: Loading library /home/rockshark/Dev/Ogre_builded/lib/Plugin_ParticleFX_d
14:50:49: Installing plugin: ParticleFX
14:50:49: Particle Emitter Type 'Point' registered
14:50:49: Particle Emitter Type 'Box' registered
14:50:49: Particle Emitter Type 'Ellipsoid' registered
14:50:49: Particle Emitter Type 'Cylinder' registered
14:50:49: Particle Emitter Type 'Ring' registered
14:50:49: Particle Emitter Type 'HollowEllipsoid' registered
14:50:49: Particle Affector Type 'LinearForce' registered
14:50:49: Particle Affector Type 'ColourFader' registered
14:50:49: Particle Affector Type 'ColourFader2' registered
14:50:49: Particle Affector Type 'ColourImage' registered
14:50:49: Particle Affector Type 'ColourInterpolator' registered
14:50:49: Particle Affector Type 'Scaler' registered
14:50:49: Particle Affector Type 'Rotator' registered
14:50:49: Particle Affector Type 'DirectionRandomiser' registered
14:50:49: Particle Affector Type 'DeflectorPlane' registered
14:50:49: Plugin successfully installed
14:50:49: Loading library /home/rockshark/Dev/Ogre_builded/lib/Plugin_BSPSceneManager_d
14:50:49: Installing plugin: BSP Scene Manager
14:50:49: Plugin successfully installed
14:50:49: Loading library /home/rockshark/Dev/Ogre_builded/lib/Plugin_CgProgramManager_d
14:50:49: Installing plugin: Cg Program Manager
14:50:49: Plugin successfully installed
14:50:49: Loading library /home/rockshark/Dev/Ogre_builded/lib/Plugin_PCZSceneManager_d
14:50:49: Installing plugin: Portal Connected Zone Scene Manager
14:50:49: PCZone Factory Type 'ZoneType_Default' registered
14:50:49: Plugin successfully installed
14:50:49: Loading library /home/rockshark/Dev/Ogre_builded/lib/Plugin_OctreeZone_d
14:50:49: Installing plugin: Octree Zone Factory
14:50:49: Plugin successfully installed
14:50:49: Loading library /home/rockshark/Dev/Ogre_builded/lib/Plugin_OctreeSceneManager_d
14:50:49: Installing plugin: Octree Scene Manager
14:50:49: Plugin successfully installed
14:50:49: *-*-* OGRE Initialising
14:50:49: *-*-* Version 1.9.0 (Ghadamon)
14:50:49: OverlayElementFactory for type Panel registered.
14:50:49: OverlayElementFactory for type BorderPanel registered.
14:50:49: OverlayElementFactory for type TextArea registered.
14:50:49: Registering ResourceManager for type Font
14:50:49: OGRE EXCEPTION(6:FileNotFoundException): '/root/.ogre/Ghadamon/ogre.cfg' file not found! in ConfigFile::load at /home/rockshark/Dev/Ogre_sources/OgreMain/src/OgreConfigFile.cpp (line 82)
14:50:49: OGRE EXCEPTION(6:FileNotFoundException): '/root/.ogre/Ghadamon/ogre.cfg' file not found! in ConfigFile::load at /home/rockshark/Dev/Ogre_sources/OgreMain/src/OgreConfigFile.cpp (line 82)
14:50:51: CPU Identifier & Features
14:50:51: -------------------------
14:50:51:  *   CPU ID: GenuineIntel: Intel(R) Atom(TM) CPU N570   @ 1.66GHz
14:50:51:  *      SSE: yes
14:50:51:  *     SSE2: yes
14:50:51:  *     SSE3: yes
14:50:51:  *      MMX: yes
14:50:51:  *   MMXEXT: yes
14:50:51:  *    3DNOW: no
14:50:51:  * 3DNOWEXT: no
14:50:51:  *     CMOV: yes
14:50:51:  *      TSC: yes
14:50:51:  *      FPU: yes
14:50:51:  *      PRO: yes
14:50:51:  *       HT: no
14:50:51: -------------------------
14:50:51: ******************************
*** Starting GLX Subsystem ***
******************************
14:50:51: Registering ResourceManager for type Texture
14:50:51: GLRenderSystem::_createRenderWindow "OGRE Sample Browser", 1920x1080 fullscreen  miscParams: FSAA=0 displayFrequency=60 Hz gamma=No vsync=No 
14:50:51: GLXWindow::create used FBConfigID = 99
14:50:51: GL_VERSION = 1.4 Mesa 10.1.3
14:50:51: GL_VENDOR = Intel Open Source Technology Center
14:50:51: GL_RENDERER = Mesa DRI Intel(R) IGD x86/MMX/SSE2
14:50:51: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_multitexture GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_S3_s3tc GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_compression_s3tc GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_ARB_depth_texture GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_ARB_half_float_pixel GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_pixel_buffer_object GL_ARB_texture_rectangle GL_EXT_pixel_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_gpu_program_parameters GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_map_buffer_range GL_EXT_separate_shader_objects GL_ARB_ES2_compatibility GL_ARB_debug_output GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_EXT_provoking_vertex GL_ARB_get_program_binary GL_ARB_robustness GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ARB_internalformat_query GL_ARB_map_buffer_alignment GL_ARB_texture_storage GL_AMD_shader_trinary_minmax GL_ARB_clear_buffer_object GL_ARB_invalidate_subdata GL_ARB_vertex_attrib_binding GL_KHR_debug 
14:50:51: Supported GLX extensions: GLX_ARB_create_context GLX_ARB_create_context_profile GLX_ARB_fbconfig_float GLX_ARB_framebuffer_sRGB GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_framebuffer_sRGB GLX_EXT_create_context_es2_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_query_renderer GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap GLX_INTEL_swap_event 
14:50:51: ***************************
14:50:51: *** GL Renderer Started ***
14:50:51: ***************************
But any other OpenGL application (that does not use OGRE) works fine :evil:
HELP PLEASE! :cry:

P.S.
I've created simple EmptyScene OGRE application that just shows purple sceen and
it crashes too with similar LOG: :cry: :cry: :cry:
....
GLX_EXT_visual_info GLX_EXT_visual_rating GLX_EXT_framebuffer_sRGB GLX_EXT_create_context_es2_profile GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_query_renderer GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap GLX_INTEL_swap_event
********************************
*** GL Renderer Started ***
********************************
...
Last edited by nuke on Mon Nov 03, 2014 5:54 pm, edited 1 time in total.
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by c6burns »

:cry: Find :cry: crash :cry: using :cry: GDB :cry: ? :cry:
User avatar
Herb
Orc
Posts: 412
Joined: Thu Jun 04, 2009 3:21 am
Location: Kalamazoo,MI
x 38

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by Herb »

I think I might know your issue... I know when I switched to Ogre 1.9 from 1.8, I found support for the integrated graphics on my ASUS netbook where not there anymore and had issues running Ogre. I did some changes to my project to run both versions, so when I developed on my netbook I used Ogre 1.8 and on my desktop used 1.9. Maybe someone else know the specifics, but I thought the integrated graphics support was dropped/reduced in 1.9?
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by c6burns »

Not sure if your case and this case are the same, but I'd be more inclined to blame the graphics driver than anything in Ogre. After all it's just creating a gl context and trying to use it.

Edit - maybe this is part of the issue:

Code: Select all

14:50:51: GL_VERSION = 1.4 Mesa 10.1.3
1.4 is pretty old. The oldest hardware I have access to (intel mobile gm45 express) supports 2.1. Would be interested to know if ogre 1.8 works.
Last edited by c6burns on Mon Nov 03, 2014 6:07 pm, edited 1 time in total.
User avatar
nuke
Halfling
Posts: 72
Joined: Wed Oct 01, 2014 1:16 am
Location: Crimea
x 5

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by nuke »

i think my graphics driver is OK, because any other OpenGL app (except Ogre) works fine on this machine.
For example, my code based on Irrlicht Engine init correctly and doesn't crash (also OpenGL). Furthermore it shows pretty good performane (for netbook).

Maybe I should try Ogre v1-8, but I expect the same result...
Also, I'll try to find crash point with GDB
User avatar
nuke
Halfling
Posts: 72
Joined: Wed Oct 01, 2014 1:16 am
Location: Crimea
x 5

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by nuke »

c6burns wrote:Not sure if your case and this case are the same, but I'd be more inclined to blame the graphics driver than anything in Ogre. After all it's just creating a gl context and trying to use it.

Edit - maybe this is part of the issue:

Code: Select all

14:50:51: GL_VERSION = 1.4 Mesa 10.1.3
1.4 is pretty old. The oldest hardware I have access to (intel mobile gm45 express) supports 2.1. Would be interested to know if ogre 1.8 works.
Yes, I'll say you about Ogre 1.8 a little later.

btw, thank you :D
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by c6burns »

It looks like Herb is totally correct:
http://www.ogre3d.org/forums/viewtopic.php?f=2&t=79887

Something changed in 1.9 and Ogre likely dropped support for GL < 2.1 ... intentionally or accidentally
scrawl
OGRE Expert User
OGRE Expert User
Posts: 1119
Joined: Sat Jan 01, 2011 7:57 pm
x 216

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by scrawl »

Something changed in 1.9 and Ogre likely dropped support for GL < 2.1 ... intentionally or accidentally
Yup, there was a bug, it should be fixed by pull request 424

Please update to the latest 1.9 branch (not 1.9 release) and let me know if you still have the issue.
User avatar
nuke
Halfling
Posts: 72
Joined: Wed Oct 01, 2014 1:16 am
Location: Crimea
x 5

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by nuke »

scrawl wrote:
Something changed in 1.9 and Ogre likely dropped support for GL < 2.1 ... intentionally or accidentally
Yup, there was a bug, it should be fixed by pull request 424

Please update to the latest 1.9 branch (not 1.9 release) and let me know if you still have the issue.
I pulled latest sources (rev. 6859) from server to my local repository.

Code: Select all

hg pull -r 6859 https://bitbucket.org/sinbad/ogre
and saw branches

Code: Select all

hg branches
Here is available branches:
default 6280:0e9a226afcd8
v1-9 6251:dd4dd5572adc
findft2update 6278:fae8dd4ce225 (inactive)
sb-readability 6255:7a85ad0af3f7 (inactive)
stbi-update 6234:0f4cc5bb189e (inactive)
insectos 6180:2c1f8febb46a (inactive)
v1-9_normal-map-RTSS-fix 6130:52f87a0f040a (inactive)
v1-9_header-fixes 6001:44f9688e57f4 (inactive)
v1-9_DLL-loading-fixes 5995:c95f5a6d7463 (inactive)
quickfix/d3d11-hlsl-debugging-improvements 5985:b0d6cd34ac9e (inactive)
lunkhound/msvc-ogre-static-cmake-fix 5982:ce5e4c7fe300 (inactive)
lunkhound/dx11-fix-shader-signature-validation 5980:c48ac0150bbf (inactive)
nodrev/no_tbb_scheduler 5976:c7eb44849b67 (inactive)
lunkhound/dx11-dxt5-mappings-fix 5961:c720ca2f221a (inactive)
include_fix 5959:3f3d01835301 (inactive)
lunkhound/dx11-bc4-bc5-texture-formats 5954:159fb95489b4 (inactive)
v1-9-linctrl 5951:c473559a8e7a (inactive)
lunkhound/dx11-remove-useless-fields 5947:8deb405d2f55 (inactive)
lunkhound/dx11-mrt-bit-depth-fix 5945:25f40a3ba31d (inactive)
stbbuildfix 5942:2d36b8c2ec12 (inactive)
OGRE-415-no-return-value-ogrescriptcompi 5917:34c7d2101b98 (inactive)
string-compiler-custom-word-id 5914:cc63606f1f75 (inactive)
androidbuildfixes 5910:170c476b8e47 (inactive)
newandroidtoolchain 5906:2993ac7331f8 (inactive)
lunkhound/dx11-hw-gamma 5904:d4560738a9cb (inactive)
lunkhound/dx11-gpu-param-array-size-fix 5902:b8794ec009fe (inactive)
lunkhound/dx11-validate-shader-signatures 5896:e89013d2ce7f (inactive)
lunkhound/dx11-fix-gpu-unbind 5894:9cd6e157e762 (inactive)
terrain_fix 5870:8dbd173be438 (inactive)
klaim/-added-a-comment-about-quaternions-equal-1392708031620 5846:0a90efd72047 (inactive)
android-cmake-project-creation-refactor 5709:ef6ecd41de6f (inactive)
my-v1-9 5692:003370fd77ac (inactive)
fix_build_osx_10_8 5683:8f688a3403f4 (inactive)
added-def-to-set-framerate-in-ios-samplebrowser 5656:874179febc1e (inactive)
android-ndk-r9-support 5646:665c334eb65d (inactive)
vanilla 5640:b5c000d9581e (inactive)
v1-10 5568:cf43c141ad24 (inactive)
GL3+ 5501:697b45594a85 (inactive)
v2-0 5497:f8ccf5c77d02 (inactive)
FixGLES2Texture 5398:6d01e26e4997 (inactive)
ogre-gsoc2013-progressive-mesh-improvements 5349:fdbba899495a (inactive)
van 5192:7c632424223d (inactive)
rtshader2 5019:ba028f8ac4bf (inactive)
resource 4966:71845f5d5fab (inactive)
statecache 4961:0c8e67693b59 (inactive)
workqueue_warning 4954:6c5b064e0f64 (inactive)
fsaa_fix 4946:0e9cf26fc24b (inactive)
aabbfix 4927:837c890a519a (inactive)
resourceevents 4829:46378d0b3e45 (inactive)
v1-8 4510:cf06d4ed0793 (inactive)
v1-7 3332:72308319f630 (inactive)
c++0x 3292:bb57cd11c083 (inactive)
cleanups 3291:1795c7a55f05 (inactive)
v1-6 1499:75f454d97909 (inactive)
Which one should I use? (if "v1-9" then this branch I had already used in the beginning of this topic :( )
User avatar
nuke
Halfling
Posts: 72
Joined: Wed Oct 01, 2014 1:16 am
Location: Crimea
x 5

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by nuke »

c6burns wrote:Not sure if your case and this case are the same, but I'd be more inclined to blame the graphics driver than anything in Ogre. After all it's just creating a gl context and trying to use it.

Edit - maybe this is part of the issue:

Code: Select all

14:50:51: GL_VERSION = 1.4 Mesa 10.1.3
1.4 is pretty old. The oldest hardware I have access to (intel mobile gm45 express) supports 2.1. Would be interested to know if ogre 1.8 works.
[ OGRE 1.8 REPORT]
Ogre v1-8 works good in Ubuntu 14.04 on my ASUS EeePC (Intel Atom N570 1.66GHz, Intel HD Graphics XXXX (I don't know model :( ) ) !!!!!!!!!!!!!!!!!

Crashable Samples:
  • Bump Mapping
  • Dual Quaternion Skinning
  • Grass
  • Instancing
  • New Instancing
  • SSAO Techniques
  • Shader System
  • Shadows
  • Skeletal Animation
Not supported Samples:
  • Deferred Shading
  • Geometry Shader Particle System
  • Isosurf
  • Texture Array
Invalid but working Samples:
  • Terrain
I think it's quite good results :D
User avatar
Zonder
Ogre Magi
Posts: 1168
Joined: Mon Aug 04, 2008 7:51 pm
Location: Manchester - England
x 73

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by Zonder »

I think it's a 3000 style integrated GPU I have an old mini itx board with that processor on.
There are 10 types of people in the world: Those who understand binary, and those who don't...
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by c6burns »

All the samples that crash are using vertex/fragment programs, which aren't supported in GL 1.4 ... so that makes sense.
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5296
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by dark_sylinc »

It seems you have a very old Intel card from the GMA family.

The GL driver didn't tell which exact card though, you may get more information about the card running lspci.

Most cards from this family are not capable of rendering GL 2.0, unfortunately there's not much we can do. It's a hardware problem.
A few cards from this family are capable of GL2.0 but have poor Linux driver suppport. If this happens to be the case, then you may get lucky trying to run it on Windows.
User avatar
nuke
Halfling
Posts: 72
Joined: Wed Oct 01, 2014 1:16 am
Location: Crimea
x 5

Re: SampleBrowser crashes silently on Ubuntu 14.04 (ASUS Eee

Post by nuke »

Thank you all for answers! :D :D :D
Have a nice day!

Nice forum, nice engine! :D

P.S.
I'll try it on Windows and report soon
Post Reply