Problem with some kind of MinibidiVisualMapping

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

PJani
Just popping in
Just popping in
Posts: 17
Joined: Tue Jul 14, 2009 10:10

Problem with some kind of MinibidiVisualMapping

Postby PJani » Thu Sep 24, 2009 12:03

Hy...here is part of my log.

24/09/2009 13:37:39 (Error) MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

24/09/2009 13:37:40 (Error) MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

24/09/2009 13:37:40 (Error) MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

24/09/2009 13:37:40 (Error) MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

24/09/2009 13:37:40 (Error) MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

24/09/2009 13:37:40 (Error) MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

24/09/2009 13:37:40 (Error) MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

24/09/2009 13:37:40 (Error) MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

...


This is code which sets text

Code: Select all

                //DISPLAY statistic
                if(m_Root->getTimer()->getMilliseconds()-mTick >= 100){
                    mTick = m_Root->getTimer()->getMilliseconds();

                    std::stringstream df;
                    df  << "FPS:" << std::fixed << std::setprecision(2) << stats.lastFPS << ""<< stats.avgFPS <<" "
                        << "TRIANGLE COUNT:" << std::setw(6) << std::setfill('0') << stats.triangleCount << " "
                        << "BATCH COUNT:" << std::setw(3) << std::setfill('0') << stats.batchCount << "" << std::endl;

                    df << "Camera position: " <<  cam->getPosition() << std::endl;
     

                    mGUIMan->setInfoText(df.str());

                }


How can i solve this?

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Problem with some kind of MinibidiVisualMapping

Postby CrazyEddie » Thu Sep 24, 2009 12:38

Hi,

I've just run a couple of tests on my main system here - first with the stream, then with directly copied and pasted text - and it processed the text ok. I think maybe you're on Windows, I'll run the test on there also a little later on.

Please post the indicated section of your CEGUI.log file so we can see more details about the system you're running.

Do other strings work ok, or is it a more widespread issue?

Is mGUIMan->setInfoText just a thin wrapper? Or does it do some processing of the text also?

Thanks,

CE.

PJani
Just popping in
Just popping in
Posts: 17
Joined: Tue Jul 14, 2009 10:10

Re: Problem with some kind of MinibidiVisualMapping

Postby PJani » Thu Sep 24, 2009 13:18

with other strings i have the same problem...

CrazyEddie wrote:Hi,

I've just run a couple of tests on my main system here - first with the stream, then with directly copied and pasted text - and it processed the text ok. I think maybe you're on Windows, I'll run the test on there also a little later on.



Yes its windows i use Ogre 1.6.3 with VS9

CrazyEddie wrote:Please post the indicated section of your CEGUI.log file so we can see more details about the system you're running.


Code: Select all


24/09/2009 13:37:36 (Std)    * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM       -------- *
24/09/2009 13:37:36 (Std)    ********************************************************************************
24/09/2009 13:37:36 (Std)    ---- Version 0.7.0 (Build: Sep 20 2009 Debug Microsoft Windows MSVC++ 9.0 32 bit) ----
24/09/2009 13:37:36 (Std)    ---- Renderer module is: CEGUI::OgreRenderer - Official OGRE based 2nd generation renderer module. ----
24/09/2009 13:37:36 (Std)    ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
24/09/2009 13:37:36 (Std)    ---- Image Codec module is: OgreImageCodec - Integrated ImageCodec using the Ogre engine. ----
24/09/2009 13:37:36 (Std)    ---- Scripting module is: None ----
24/09/2009 13:37:36 (Std)    ********************************************************************************
24/09/2009 13:37:36 (Std)    * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM         -------- *
24/09/2009 13:37:36 (Std)    ********************************************************************************
24/09/2009 13:37:36 (Std)    
...

24/09/2009 13:37:39 (Error)   MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: INFO <----- here is the same problem
24/09/2009 13:37:39 (Std)    Attempting to create Imageset 'Lucida Console 7_auto_glyph_images_ ' with texture only.
24/09/2009 13:37:39 (Error)   MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: STATE NONE  <----- here is the same problem

24/09/2009 13:37:39 (Error)   MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

24/09/2009 13:37:40 (Error)   MinibidiVisualMapping::reorderFromLogicalToVisual: doBidi call failed on logical string: FPS:0.280.28 TRIANGLE COUNT:040824 BATCH COUNT:008
Camera position: Vector3(0.00, 0.00, 0.00)

...

...



CrazyEddie wrote:Do other strings work ok, or is it a more widespread issue?

the same problem is with other texts, you can see in log at the end

CrazyEddie wrote:Is mGUIMan->setInfoText just a thin wrapper? Or does it do some processing of the text also?


its thin wrapper for setting "rendering" info text.


PS: i use QuadraticLook scheme, which is little changed

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Problem with some kind of MinibidiVisualMapping

Postby CrazyEddie » Thu Sep 24, 2009 18:20

Hi,

Thanks for posing the info, it's most helpful. I will get back to you again once I've had an opportunity to test on Windows.

CE.

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Problem with some kind of MinibidiVisualMapping

Postby CrazyEddie » Fri Sep 25, 2009 13:37

Sorry for the delay with regards to this, not got any news yet, but this issue is the next one on my list and will be investigated when I get back home tonight. Mainly posting so you know I did not forget about you and this issue ;)

CE.

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Problem with some kind of MinibidiVisualMapping

Postby CrazyEddie » Fri Sep 25, 2009 19:17

Hi again,

I looked into this and reproduced the issue. I'd been mistakenly under the impression this was a blocking issue, as opposed to just the errors appearing in the log - and it turns out they're there on my main system also :lol:

I have a suspicion that I'm erroneously treating a non-failure condition as an error and logging it as such. I'll investigate a bit more and this issue will be gone tomorrow - one way or another ;)

CE.

PJani
Just popping in
Just popping in
Posts: 17
Joined: Tue Jul 14, 2009 10:10

Re: Problem with some kind of MinibidiVisualMapping

Postby PJani » Sat Sep 26, 2009 02:45

Take your time... :p

PJani
Just popping in
Just popping in
Posts: 17
Joined: Tue Jul 14, 2009 10:10

Re: Problem with some kind of MinibidiVisualMapping

Postby PJani » Tue Oct 06, 2009 13:45

Have you solved this problem?

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Problem with some kind of MinibidiVisualMapping

Postby CrazyEddie » Fri Oct 09, 2009 10:49

Maybe you should read my last post from the 25th.

I don't always have the time to come back every five minutes and report on the status of every little issue.

CE.

PJani
Just popping in
Just popping in
Posts: 17
Joined: Tue Jul 14, 2009 10:10

Re: Problem with some kind of MinibidiVisualMapping

Postby PJani » Sat Oct 17, 2009 18:03

Ups :lol:, my fast reading has its own bugs.

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: Problem with some kind of MinibidiVisualMapping

Postby CrazyEddie » Sat Oct 17, 2009 19:39

These things happen. I myself sometimes suffer crash-bugs - especially after a few late nights ;)

CE.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 28 guests