Problem with Qtcreator

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
olbr
Kobold
Posts: 30
Joined: Sat Mar 08, 2014 12:47 am

Problem with Qtcreator

Post by olbr »

Hi

I can't compile my Ogre app with Qtcreator. Have no idea why, everything is working on Ubunty but on Fedora its not, when I am running the code its giving me a black screen for a few seconds and then is disappearing providing following output in Qt:

Code: Select all

Texture: sdk_pulse.png: Loading 1 faces(PF_R8G8B8,8x1x1) with 3 generated mipmaps from Image. Internal format is PF_X8R8G8B8,8x1x1.
Finished parsing scripts for resource group Essential
Creating resources for group Essential
All done
Parsing scripts for resource group General
Parsing script Material.002.material
Parsing script Material.material
Parsing script Material.004.material
Parsing script Material.003.material
Parsing script Material.002.material
Parsing script Material.material
Parsing script Material.004.material
Parsing script Material.003.material
Finished parsing scripts for resource group General
Creating resources for group General
All done
Parsing scripts for resource group Internal
Finished parsing scripts for resource group Internal
Creating resources for group Internal
All done
The program has unexpectedly finished.
/usr/people/home/tsereteli/Desktop/10/Finall10-build/dist/bin/OgreApp crashed

Ogre tutorial stuff is not working as well. I installed everything correctly (Ogre was build from source and installed to the default directory) all the optional and non optional dependences as well. .cfg files are were they should be as well. And when I am debuging my code its giving following output:

The inferior stopped because it received a signal from the Operating System.
Signal name : SIGSEGV
Signal meaning : Segmentation fault

Then I have to quit Qt othervise black screen is all around the monitor. I really don't know what else to do. Could you please give me a hint. I am using Ogre 1.8.1.


Thanks
TheSHEEEP
OGRE Retired Team Member
OGRE Retired Team Member
Posts: 972
Joined: Mon Jun 02, 2008 6:52 pm
Location: Berlin
x 65

Re: Problem with Qtcreator

Post by TheSHEEEP »

You should debug it with gdb to see where it crashes.

Also, is there anything in the logs?
My site! - Have a look :)
Also on Twitter - extra fluffy
Post Reply