MyGUI and Ogre 1.7.0

Problems building or running the engine, queries about how to use features etc.
Post Reply
User avatar
ArKada
Greenskin
Posts: 107
Joined: Sun Sep 14, 2008 5:38 pm
Location: Marseille, France

MyGUI and Ogre 1.7.0

Post by ArKada »

Hello guys ! 8)
Today i tried to use MyGUI with Ogre 1.7.0 so i follow the wiki here : http://www.ogre3d.org/tikiwiki/MyGUI
But when i tried to launch my application, i get an horrible error from boost :

Code: Select all

/usr/include/boost/thread/pthread/recursive_mutex.hpp:67: void boost::recursive_mutex::lock(): Assertion `!pthread_mutex_lock(&m)' failed.
Abandon
Is somebody does already have this error and found a way to solve it ?

And i have another question : Is there a way to hide the log messages that MyGUI put into my terminal and how to tell him not to create the file MyGUI.log?

Greetings

Gouwi
CrunchBang Linux 64 Bits & Gentoo Linux 64 Bits
Intel Core i7-2670QM CPU @ 2.20GHz, 8 Go Ram & Nvidia Gefore GT 540M 2 Go
User avatar
altren
Gnome
Posts: 329
Joined: Tue Oct 24, 2006 9:02 am
Location: Moscow, Russa
x 24
Contact:

Re: MyGUI and Ogre 1.7.0

Post by altren »

Look through callstack to see what actually caused error.
Also ask MyGUI related questions in MyGUI forum next time (if you need quick response from MyGUI developers).
No console output: http://www.ogre3d.org/addonforums/viewt ... ger#p77277
initialise function takes log file name as optional parameter.
Image
Post Reply